CHANGELOG 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. ======================================================================
  2. Changes since for U-Boot 0.1.0:
  3. ======================================================================
  4. * Add support for log buffer which can be passed to Linux kernel's
  5. syslog mechanism; used especially for POST results.
  6. * Patch by Klaus Heydeck, 31 Oct 2002:
  7. Add initial support for kup4k board
  8. * Patch by Robert Schwebel, 04 Nov 2002:
  9. - use watchdog to reset PXA250 systems
  10. - added progress callbacks to (some of the) ARM code
  11. - update for Cogent CSB226 board
  12. * Add support for FPS860 board
  13. * Patch by Guillaume Alexandre,, 04 Nov 2002:
  14. Improve PCI access on 32-bits Compact PCI bus
  15. * Fix mdelay() on TRAB - this was still the debugging version with
  16. seconds instead of ms.
  17. * Patch by Robert Schwebel, 1 Nov 2002:
  18. XScale related cleanup (affects all ARM boards)
  19. * Cleanup of names and README.
  20. ======================================================================
  21. Notes for U-Boot 0.1.0:
  22. ======================================================================
  23. This is the initial version of "Das U-Boot", the Universal Boot Loader.
  24. It is based on version 2.0.0 (the "Halloween Release") of PPCBoot.
  25. For information about the history of the project please see the
  26. PPCBoot project page at http://sourceforge.net/projects/ppcboot
  27. ======================================================================