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