* Big network patch by Robert Kaiser <rob@sysgo.de>:
- Bugfixes in bootp code: need to swap Netmask, Gateway IP, etc.
- Change to (hopefully consistent) usage of htons/ntohs/htonl/ntohl
instead of SWAP16/SWAP32
- Bugfixes in 3c589 driver:
+ set correct MAC address (instead of swapped one)
+ additional delay required after init to make sure board
is ready to transmit
+ transmit data must be padded to *double* words (4 bytes)
mariusgroeger [Fri, 16 Aug 2002 07:25:43 +0000 (07:25 +0000)]
* Big Patch by Ian Scott <ISCOTT@altera.com>
- add creation of armboot.hex
- add Support for the Altera EPXA1 Development Board Excalibur
- add smc_set_mac_addr() capability to SMC91111 driver
- call epxa1db_set_mac_addr() from board.c (should be revised into
something more generic)
mariusgroeger [Thu, 21 Mar 2002 09:13:59 +0000 (09:13 +0000)]
* Cleanup (remove some obsolete files and CVS keys
* Remove flashasm.S for DNP1110 - DNP doesn't require data puzzling.
Flash still not working on DNP
* Add Support for JFFS2 boot
* Import PPCboot: Change command functions to have a return value