uboot-sunxi: add spi flash support
authorHauke Mehrtens <hauke@hauke-m.de>
Sat, 13 Jan 2018 20:02:35 +0000 (21:02 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 22 Sep 2018 19:30:01 +0000 (21:30 +0200)
commit389bd7b0fed5d6e28ef5fcc74b7c8b60517313e2
tree71b23c6a40783daaeecc427822dbb2db2a90a669
parent2c40526d88a4fc72b7a21f6eced5597b7d310379
uboot-sunxi: add spi flash support

This adds SPI flash support for the sunxi SoCs to U-boot.
This code is taken from here:
https://github.com/StephanvanSchaik/u-boot/tree/sunxi-spi

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
12 files changed:
package/boot/uboot-sunxi/patches/400-spl-sunxi-remove-dependency-on-CONFIG_SPL_SPI_FLASH_.patch [new file with mode: 0644]
package/boot/uboot-sunxi/patches/401-sunxi-add-missing-AHB_GATE_OFFSET_SPIx-defines-for-s.patch [new file with mode: 0644]
package/boot/uboot-sunxi/patches/402-sunxi-add-SPI-register-definitions-for-sun4i-sun7i.patch [new file with mode: 0644]
package/boot/uboot-sunxi/patches/403-sunxi-add-SPI-register-definitions-for-sun6i-sun8i-s.patch [new file with mode: 0644]
package/boot/uboot-sunxi/patches/404-sunxi-add-SPI-driver-for-Allwinner-devices-sunxi.patch [new file with mode: 0644]
package/boot/uboot-sunxi/patches/405-introduce-and-use-sunxi_gpio_parse_pin_name.patch [new file with mode: 0644]
package/boot/uboot-sunxi/patches/406-introduce-and-use-sunxi_gpio_setup_dt_pins.patch [new file with mode: 0644]
package/boot/uboot-sunxi/patches/407-sunxi-spi-set-up-GPIO-pins-using-pinctrl.patch [new file with mode: 0644]
package/boot/uboot-sunxi/patches/408-sunxi-dts-enable-SPI0-controller-for-A20-OLinuXino-L.patch [new file with mode: 0644]
package/boot/uboot-sunxi/patches/409-sunxi-dts-enable-SPI0-controller-for-Orange-Pi-Zero.patch [new file with mode: 0644]
package/boot/uboot-sunxi/patches/410-sunxi-dts-enable-SPI0-controller-for-Pine64.patch [new file with mode: 0644]
package/boot/uboot-sunxi/patches/414-sunxi-set-bootcmd-when-spi-boot-is-activated.patch [new file with mode: 0644]