CHANGELOG 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. ======================================================================
  2. Changes since for U-Boot 0.1.0:
  3. ======================================================================
  4. * Vince Husovsky, 7 Nov 2002:
  5. Add "-n" to linker options to get rid of "Not enough room for
  6. program headers" problem
  7. * Patch by David Müller, 05 Nov 2002
  8. Rename CONFIG_PLL_INPUT_FREQ to CONFIG_SYS_CLK_FREQ
  9. so we can use an already existing name
  10. * Patch by Pierre Aubert, 05 Nov 2002
  11. Hardware relatied improvments in FDC boot code
  12. * Patch by Holger Schurig, 5 Nov 2002:
  13. Make the PXA really change it's frequency
  14. * Patch by Pierre Aubert, 05 Nov 2002
  15. Add support for slave serial Spartan 2 FPGAs
  16. * Fix uninitialized memory (MAC address) in 8xx SCC/FEC ethernet
  17. drivers
  18. * Add support for log buffer which can be passed to Linux kernel's
  19. syslog mechanism; used especially for POST results.
  20. * Patch by Klaus Heydeck, 31 Oct 2002:
  21. Add initial support for kup4k board
  22. * Patch by Robert Schwebel, 04 Nov 2002:
  23. - use watchdog to reset PXA250 systems
  24. - added progress callbacks to (some of the) ARM code
  25. - update for Cogent CSB226 board
  26. * Add support for FPS860 board
  27. * Patch by Guillaume Alexandre,, 04 Nov 2002:
  28. Improve PCI access on 32-bits Compact PCI bus
  29. * Fix mdelay() on TRAB - this was still the debugging version with
  30. seconds instead of ms.
  31. * Patch by Robert Schwebel, 1 Nov 2002:
  32. XScale related cleanup (affects all ARM boards)
  33. * Cleanup of names and README.
  34. ======================================================================
  35. Notes for U-Boot 0.1.0:
  36. ======================================================================
  37. This is the initial version of "Das U-Boot", the Universal Boot Loader.
  38. It is based on version 2.0.0 (the "Halloween Release") of PPCBoot.
  39. For information about the history of the project please see the
  40. PPCBoot project page at http://sourceforge.net/projects/ppcboot
  41. ======================================================================