Skip to content
Snippets Groups Projects
  • Stefan Roese's avatar
    c440bfe6
    ppc4xx: Add NAND booting support for AMCC Acadia (405EZ) eval board · c440bfe6
    Stefan Roese authored
    
    This patch adds NAND booting support for the AMCC Acadia eval board.
    
    Please make sure to configure jumper J7 to position 2-3 when booting
    from NOR, and to position 1-2 when booting for NAND.
    
    I also added a board command to configure the I2C bootstrap EEPROM
    values. Right now only 267MHz is support for booting either via NOR
    or NAND FLASH. Here the usage:
    
    => bootstrap 267 nor	;to configure the board for 267MHz NOR booting
    => bootstrap 267 nand	;to configure the board for 267MHz NNAND booting
    
    Signed-off-by: default avatarStefan Roese <sr@denx.de>
    c440bfe6
    History
    ppc4xx: Add NAND booting support for AMCC Acadia (405EZ) eval board
    Stefan Roese authored
    
    This patch adds NAND booting support for the AMCC Acadia eval board.
    
    Please make sure to configure jumper J7 to position 2-3 when booting
    from NOR, and to position 1-2 when booting for NAND.
    
    I also added a board command to configure the I2C bootstrap EEPROM
    values. Right now only 267MHz is support for booting either via NOR
    or NAND FLASH. Here the usage:
    
    => bootstrap 267 nor	;to configure the board for 267MHz NOR booting
    => bootstrap 267 nand	;to configure the board for 267MHz NNAND booting
    
    Signed-off-by: default avatarStefan Roese <sr@denx.de>