[PATCH v2 0/3] Add SPI boot to SPL on SUNIV/F1C100s

Jesse Taube mr.bossman075 at gmail.com
Tue Mar 1 05:42:13 CET 2022



Hey just checking if you know about this set.
> This patch adds the ability to detect the BROM's boot source,
> as well as the ability to boot from SPI.
> 
> Jesse Taube (3):
>    mach-sunxi: Add boot device detection for SUNIV/F1C100s
>    mach-sunxi: Add SPL SPI boot for SUNIV
>    mach-sunxi: Enable SPI boot for SUNIV and licheepi nano
> 
>   arch/arm/include/asm/arch-sunxi/gpio.h |  1 +
>   arch/arm/include/asm/arch-sunxi/spl.h  | 10 +++++
>   arch/arm/mach-sunxi/Kconfig            |  2 +-
>   arch/arm/mach-sunxi/board.c            | 57 +++++++++++++-------------
>   arch/arm/mach-sunxi/spl_spi_sunxi.c    | 24 +++++++----
>   configs/licheepi_nano_defconfig        |  1 +
>   6 files changed, 58 insertions(+), 37 deletions(-)
> 


More information about the U-Boot mailing list