ARM: atmel: at91sam9m10g45ek: enable spl support
Supports boot up from NAND flash with software ECC eanbled.
And supports boot up from SD/MMC card with FAT file system.
As the boot from SD/MMC card with FAT file system, the BSS
segment is too big to fit into SRAM, so, use the lds to put
it into SDRAM.
Signed-off-by:
Bo Shen <voice.shen@atmel.com>
Showing
- arch/arm/mach-at91/Kconfig 1 addition, 0 deletionsarch/arm/mach-at91/Kconfig
- arch/arm/mach-at91/arm926ejs/u-boot-spl.lds 48 additions, 0 deletionsarch/arm/mach-at91/arm926ejs/u-boot-spl.lds
- arch/arm/mach-at91/spl_at91.c 5 additions, 1 deletionarch/arm/mach-at91/spl_at91.c
- board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c 80 additions, 0 deletionsboard/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c
- configs/at91sam9m10g45ek_mmc_defconfig 1 addition, 0 deletionsconfigs/at91sam9m10g45ek_mmc_defconfig
- configs/at91sam9m10g45ek_nandflash_defconfig 1 addition, 0 deletionsconfigs/at91sam9m10g45ek_nandflash_defconfig
- include/configs/at91sam9m10g45ek.h 58 additions, 0 deletionsinclude/configs/at91sam9m10g45ek.h
Loading
Please register or sign in to comment