public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Add SPI boot to SPL on SUNIV/F1C100s
@ 2022-02-12  0:32 Jesse Taube
  2022-02-12  0:32 ` [PATCH v2 1/3] mach-sunxi: Add boot device detection for SUNIV/F1C100s Jesse Taube
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Jesse Taube @ 2022-02-12  0:32 UTC (permalink / raw)
  To: u-boot
  Cc: jagan, andre.przywara, hdegoede, sjg, icenowy, marek.behun,
	festevam, narmstrong, tharvey, christianshewitt, pbrobinson,
	jernej.skrabec, hs, samuel, arnaud.ferraris, giulio.benetti,
	Mr.Bossman075, thirtythreeforty

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

-- 
2.34.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-03-03  1:54 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-12  0:32 [PATCH v2 0/3] Add SPI boot to SPL on SUNIV/F1C100s Jesse Taube
2022-02-12  0:32 ` [PATCH v2 1/3] mach-sunxi: Add boot device detection for SUNIV/F1C100s Jesse Taube
2022-02-12  0:36   ` Jesse Taube
2022-02-12  0:32 ` [PATCH v2 2/3] mach-sunxi: Add SPL SPI boot for SUNIV Jesse Taube
2022-02-12  0:32 ` [PATCH v2 3/3] mach-sunxi: Enable SPI boot for SUNIV and licheepi nano Jesse Taube
2022-03-01  4:42 ` [PATCH v2 0/3] Add SPI boot to SPL on SUNIV/F1C100s Jesse Taube
2022-03-01 13:39   ` Andre Przywara
2022-03-03  1:53   ` Andre Przywara

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox