ppc4xx: Add bootstrap command for AMCC Sequoia (440EPx) eval board
authorStefan Roese <sr@denx.de>
Tue, 19 Jun 2007 15:22:44 +0000 (17:22 +0200)
committerStefan Roese <sr@denx.de>
Tue, 19 Jun 2007 15:22:44 +0000 (17:22 +0200)
commitb3f9ec86e388207fd03dcdf7b145b9ed080bf024
tree00b4895198adc62482dd27f6c6740155ac1e13a1
parentdf8a24cdd30151505cf57bbee5289e91bf53bd1b
ppc4xx: Add bootstrap command for AMCC Sequoia (440EPx) eval board

This patch adds a board command to configure the I2C bootstrap EEPROM
values. Right now 533 and 667MHz are supported for booting either via NOR
or NAND FLASH. Here the usage:

=> bootstrap 533 nor        ;to configure the board for 533MHz NOR booting
=> bootstrap 667 nand       ;to configure the board for 667MHz NNAND booting

Signed-off-by: Stefan Roese <sr@denx.de>
board/amcc/sequoia/Makefile
board/amcc/sequoia/cmd_sequoia.c [new file with mode: 0644]