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