9
0
Fork 0
barebox/net
wdenk 7a8e9bed17 * Patch by Marc Singer, 29 May 2003:
Fixed rarp boot method for IA32 and other little-endian CPUs.

* Patch by Marc Singer, 28 May 2003:
  Added port I/O commands.

* Patch by Matthew McClintock, 28 May 2003
  - cpu/mpc824x/start.S: fix relocation code when booting from RAM
  - minor patches for utx8245

* Patch by Daniel Engström, 28 May 2003:
  x86 update

* Patch by Dave Ellis, 9 May 2003 + 27 May 2003:
  add nand flash support to SXNI855T configuration
  fix/extend nand flash support:
  - fix 'nand erase' command so does not erase bad blocks
  - fix 'nand write' command so does not write to bad blocks
  - fix nand_probe() so handles no flash detected properly
  - add doc/README.nand
  - add .jffs2 and .oob options to nand read/write
  - add 'nand bad' command to list bad blocks
  - add 'clean' option to 'nand erase' to write JFFS2 clean markers
  - make NAND read/write faster

* Patch by Rune Torgersen, 23 May 2003:
  Update for MPC8266ADS board
2003-05-31 18:35:21 +00:00
..
Makefile Initial revision 2002-02-24 23:28:19 +00:00
arp.c Initial revision 2002-09-28 00:23:46 +00:00
arp.h Initial revision 2000-12-28 11:02:30 +00:00
bootp.c Changed DHCP client to use ip address from server option field #54 from the OFFER-paket in the server option field #54 in the REQUEST-paket. This fixes a problem using a Windows 2000 DHCP server, where the DHCP-server is not the TFTP-server. 2003-04-10 13:26:44 +00:00
bootp.h Initial revision 2002-07-20 20:14:13 +00:00
eth.c * Patch by Arun Dharankar, 4 Apr 2003: 2003-04-05 00:53:31 +00:00
net.c * Patch by Jim Sandoz, 07 Nov 2002: 2002-11-11 21:14:20 +00:00
rarp.c * Patch by Marc Singer, 29 May 2003: 2003-05-31 18:35:21 +00:00
rarp.h Initial revision 2002-07-20 20:14:13 +00:00
tftp.c Initial revision 2002-11-03 00:38:21 +00:00
tftp.h Initial revision 2000-12-28 11:02:30 +00:00