]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sunxi/nand: Add support to the SPL for loading u-boot from internal NAND memory
authorDaniel Kochmański <dkochmanski@turtle-solutions.eu>
Tue, 26 May 2015 15:00:42 +0000 (17:00 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:47:11 +0000 (22:47 +0200)
commitb1fc6e6e8d6dd422bdb498f0c228b7da5f31d52c
tree4f80a5ef6ca9946da3650d43a1589fd5e0bdea91
parente820d3d8ac5e289dd903f8d90ccc3ef4320d3c88
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>
13 files changed:
arch/arm/cpu/armv7/sunxi/board.c
arch/arm/include/asm/arch-sunxi/gpio.h
arch/arm/include/asm/arch-sunxi/nand.h [new file with mode: 0644]
board/sunxi/Kconfig
board/sunxi/board.c
drivers/mtd/nand/Makefile
drivers/mtd/nand/sunxi_nand_spl.c [new file with mode: 0644]
include/configs/sun4i.h
include/configs/sun5i.h
include/configs/sun6i.h
include/configs/sun7i.h
include/configs/sun8i.h
include/configs/sunxi-common.h