README.AMCC-eval-boards-cleanup 1.0 KB

12345678910111213141516171819202122232425262728293031
  1. ---------------------------------------------------------------------
  2. Cleanup of AMCC eval boards (Walnut/Sycamore, Bubinga, Ebony, Ocotea)
  3. ---------------------------------------------------------------------
  4. Changes to all AMCC eval boards:
  5. --------------------------------
  6. o Changed u-boot image size to 256 kBytes instead of 512 kBytes on most
  7. boards.
  8. o Use 115200 baud as default console baudrate.
  9. o Added config option to use redundant environment in flash. This is also
  10. the default setting. Option for environment in nvram is still available
  11. for backward compatibility.
  12. o Merged board specific flash drivers to common flash driver:
  13. board/amcc/common/flash.c
  14. Sycamore/Walnut (one port supporting both eval boards):
  15. -------------------------------------------------------
  16. o Cleanup to allow easier "cloning" for different (custom) boards:
  17. o Moved EBC configuration from board specific asm-file "init.S"
  18. using defines in board configuration file. No board specific
  19. asm file needed anymore.
  20. August 01 2005, Stefan Roese <sr@denx.de>