]> git.ipfire.org Git - people/ms/u-boot.git/blob - doc/README.AMCC-eval-boards-cleanup
rockchip: video: rk_vop: migrate to livetree
[people/ms/u-boot.git] / doc / README.AMCC-eval-boards-cleanup
1 ---------------------------------------------------------------------
2 Cleanup of AMCC eval boards (Walnut/Sycamore, Bubinga, Ebony, Ocotea)
3 ---------------------------------------------------------------------
4
5 Changes to all AMCC eval boards:
6 --------------------------------
7
8 o Changed u-boot image size to 256 kBytes instead of 512 kBytes on most
9 boards.
10
11 o Use 115200 baud as default console baudrate.
12
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.
16
17 o Merged board specific flash drivers to common flash driver:
18 board/amcc/common/flash.c
19
20
21 Sycamore/Walnut (one port supporting both eval boards):
22 -------------------------------------------------------
23
24 o 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
31 August 01 2005, Stefan Roese <sr@denx.de>