]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ti-u-boot/ti-u-boot.git/blob - doc/README.AMCC-eval-boards-cleanup
Prepare v2024.04
[ti-u-boot/ti-u-boot.git] / doc / README.AMCC-eval-boards-cleanup
1 ---------------------------------------------------------------------
2 Cleanup of AMCC eval boards (Walnut/Sycamore, Bubinga, Ebony, Ocotea)
3 ---------------------------------------------------------------------
5 Changes to all AMCC eval boards:
6 --------------------------------
8 o Changed u-boot image size to 256 kBytes instead of 512 kBytes on most
9   boards.
11 o Use 115200 baud as default console baudrate.
13 o 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.
17 o Merged board specific flash drivers to common flash driver:
18   board/amcc/common/flash.c
21 Sycamore/Walnut (one port supporting both eval boards):
22 -------------------------------------------------------
24 o Cleanup to allow easier "cloning" for different (custom) boards:
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.
31 August 01 2005, Stefan Roese <sr@denx.de>