-
- Downloads
sunxi/nand: Add support to the SPL for loading u-boot from internal NAND memory
This commit adds support to the sunxi SPL to load u-boot from the internal NAND. Note this only adds support to access the boot partitions to load u-boot, full NAND support to load the kernel, etc. from the nand data partition will come later. Signed-off-by:Roy Spliet <r.spliet@ultimaker.com> Reviewed-by:
Hans de Goede <hdegoede@redhat.com> Signed-off-by:
Hans de Goede <hdegoede@redhat.com>
Showing
- arch/arm/cpu/armv7/sunxi/board.c 12 additions, 2 deletionsarch/arm/cpu/armv7/sunxi/board.c
- arch/arm/include/asm/arch-sunxi/gpio.h 2 additions, 0 deletionsarch/arm/include/asm/arch-sunxi/gpio.h
- arch/arm/include/asm/arch-sunxi/nand.h 67 additions, 0 deletionsarch/arm/include/asm/arch-sunxi/nand.h
- board/sunxi/Kconfig 12 additions, 0 deletionsboard/sunxi/Kconfig
- board/sunxi/board.c 18 additions, 0 deletionsboard/sunxi/board.c
- drivers/mtd/nand/Makefile 1 addition, 0 deletionsdrivers/mtd/nand/Makefile
- drivers/mtd/nand/sunxi_nand_spl.c 273 additions, 0 deletionsdrivers/mtd/nand/sunxi_nand_spl.c
- include/configs/sun4i.h 1 addition, 0 deletionsinclude/configs/sun4i.h
- include/configs/sun5i.h 3 additions, 0 deletionsinclude/configs/sun5i.h
- include/configs/sun6i.h 2 additions, 0 deletionsinclude/configs/sun6i.h
- include/configs/sun7i.h 2 additions, 0 deletionsinclude/configs/sun7i.h
- include/configs/sun8i.h 6 additions, 0 deletionsinclude/configs/sun8i.h
- include/configs/sunxi-common.h 20 additions, 0 deletionsinclude/configs/sunxi-common.h
Loading
Please register or sign in to comment