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(-)

Reply via email to