Skip to content
Snippets Groups Projects
Forked from Reform / reform-boundary-uboot
Source project has a limited visibility.
  • Vladimir Zapolskiy's avatar
    e9b3ce3f
    lpc32xx: devkit3250: add spl build support · e9b3ce3f
    Vladimir Zapolskiy authored
    
    The change adds SPL build support to Timll DevKit3250 board, the
    generated SPL image can be uploaded over UART5, JTAG or stored on
    NAND. SPL is designed to load U-boot image from NAND.
    
    All new NAND chip defines in board configuration are needed by
    SPL NAND "simple" framework, the framework is used to reduce
    potentially duplicated code from LPC32xx SLC NAND driver.
    
    Signed-off-by: default avatarVladimir Zapolskiy <vz@mleia.com>
    e9b3ce3f
    History
    lpc32xx: devkit3250: add spl build support
    Vladimir Zapolskiy authored
    
    The change adds SPL build support to Timll DevKit3250 board, the
    generated SPL image can be uploaded over UART5, JTAG or stored on
    NAND. SPL is designed to load U-boot image from NAND.
    
    All new NAND chip defines in board configuration are needed by
    SPL NAND "simple" framework, the framework is used to reduce
    potentially duplicated code from LPC32xx SLC NAND driver.
    
    Signed-off-by: default avatarVladimir Zapolskiy <vz@mleia.com>