CHANGELOG 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. ======================================================================
  2. Changes since for U-Boot 0.1.0:
  3. ======================================================================
  4. * Patch by Daniel Engström, 13 Nov 2002:
  5. Add support for i386 architecture and AMD SC520 board
  6. * Patch by Pierre Aubert, 12 Nov 2002:
  7. Add support for DOS filesystem and booting from DOS floppy disk
  8. * Patch by Jim Sandoz, 07 Nov 2002:
  9. Increase number of network RX buffers (PKTBUFSRX in
  10. "include/net.h") for EEPRO100 based boards (especially SP8240)
  11. which showed "Receiver is not ready" errors when U-Boot was
  12. processing the receive buffers slower than the network controller
  13. was filling them.
  14. * Patch by Andreas Oberritter, 09 Nov 2002:
  15. Change behaviour of NetLoop(): return -1 for errors, filesize
  16. otherwise; return code 0 is valid an means no file loaded - in this
  17. case the environment still gets updated!
  18. * Patches by Jon Diekema, 9 Nov 2002:
  19. - improve ADC/DAC clocking on the SACSng board to align
  20. the failing edges of LRCLK and SCLK
  21. - sbc8260 configuration tweaks
  22. - add status LED support for 82xx systems
  23. - wire sspi/sspo commands into command handler; improved error
  24. handlering
  25. - add timestamp support and alternate memory test to the
  26. SACSng configuration
  27. * Patch by Vince Husovsky, 7 Nov 2002:
  28. Add "-n" to linker options to get rid of "Not enough room for
  29. program headers" problem
  30. * Patch by David Müller, 05 Nov 2002
  31. Rename CONFIG_PLL_INPUT_FREQ to CONFIG_SYS_CLK_FREQ
  32. so we can use an already existing name
  33. * Patch by Pierre Aubert, 05 Nov 2002
  34. Hardware relatied improvments in FDC boot code
  35. * Patch by Holger Schurig, 5 Nov 2002:
  36. Make the PXA really change it's frequency
  37. * Patch by Pierre Aubert, 05 Nov 2002
  38. Add support for slave serial Spartan 2 FPGAs
  39. * Fix uninitialized memory (MAC address) in 8xx SCC/FEC ethernet
  40. drivers
  41. * Add support for log buffer which can be passed to Linux kernel's
  42. syslog mechanism; used especially for POST results.
  43. * Patch by Klaus Heydeck, 31 Oct 2002:
  44. Add initial support for kup4k board
  45. * Patch by Robert Schwebel, 04 Nov 2002:
  46. - use watchdog to reset PXA250 systems
  47. - added progress callbacks to (some of the) ARM code
  48. - update for Cogent CSB226 board
  49. * Add support for FPS860 board
  50. * Patch by Guillaume Alexandre,, 04 Nov 2002:
  51. Improve PCI access on 32-bits Compact PCI bus
  52. * Fix mdelay() on TRAB - this was still the debugging version with
  53. seconds instead of ms.
  54. * Patch by Robert Schwebel, 1 Nov 2002:
  55. XScale related cleanup (affects all ARM boards)
  56. * Cleanup of names and README.
  57. ======================================================================
  58. Notes for U-Boot 0.1.0:
  59. ======================================================================
  60. This is the initial version of "Das U-Boot", the Universal Boot Loader.
  61. It is based on version 2.0.0 (the "Halloween Release") of PPCBoot.
  62. For information about the history of the project please see the
  63. PPCBoot project page at http://sourceforge.net/projects/ppcboot
  64. ======================================================================