All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] bootstd: sunxi: Migrate to standard boot
@ 2024-08-07 20:50 Simon Glass
  2024-08-07 20:50 ` [PATCH 1/6] sunxi: Drop BOOTCMD_SUNXI_COMPAT Simon Glass
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: Simon Glass @ 2024-08-07 20:50 UTC (permalink / raw)
  To: U-Boot Mailing List
  Cc: Tom Rini, Jagan Teki, Andre Przywara, Simon Glass,
	AKASHI Takahiro, Alper Nebi Yasak, Andrew Davis, Andy Shevchenko,
	Bin Meng, Bryan Brattlof, Caleb Connolly, Csókás Bence,
	Eddie James, Hans de Goede, Heinrich Schuchardt, Ilias Apalodimas,
	Janne Grunau, Jernej Skrabec, Jesse Taube, Joe Hershberger,
	Julien Masson, Leon M. Busch-George, Maksim Kiselev, Marek Vasut,
	Marek Vasut, Mattijs Korpershoek, Michael Walle, Michal Simek,
	Mikhail Kalashnikov, Peter Robinson, Rasmus Villemoes,
	Rayagonda Kokatanur, Sam Edwards, Samuel Holland, Stefan Roese,
	Sumit Garg, Venkatesh Yadav Abbarapu

This series attempts to migrate all sunxi boards to use standard boot,
along with a text environment.


Simon Glass (6):
  sunxi: Drop BOOTCMD_SUNXI_COMPAT
  sunxi: Add a bootmeth for FEL
  sunxi: Move to bootstd
  sunxi: Drop old distro boot variables
  env: Provide a work-around for unquoting fdtfile
  sunxi: Move to text environment

 Makefile                                      |   1 +
 arch/arm/Kconfig                              |   2 +-
 arch/arm/include/asm/arch-sunxi/clock_sun4i.h |  10 -
 arch/arm/mach-sunxi/Kconfig                   |  12 -
 arch/arm/mach-sunxi/dram_sun4i.c              |   4 -
 board/sunxi/sunxi.env                         | 138 ++++++++++
 boot/Kconfig                                  |  14 ++
 boot/Makefile                                 |   1 +
 boot/bootmeth_fel.c                           |  81 ++++++
 configs/icnova-a20-swac_defconfig             |   1 -
 doc/usage/environment.rst                     |  12 +
 include/configs/sunxi-common.h                | 238 ------------------
 12 files changed, 248 insertions(+), 266 deletions(-)
 create mode 100644 board/sunxi/sunxi.env
 create mode 100644 boot/bootmeth_fel.c

-- 
2.34.1


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

end of thread, other threads:[~2024-08-23 21:57 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-07 20:50 [PATCH 0/6] bootstd: sunxi: Migrate to standard boot Simon Glass
2024-08-07 20:50 ` [PATCH 1/6] sunxi: Drop BOOTCMD_SUNXI_COMPAT Simon Glass
2024-08-07 20:50 ` [PATCH 2/6] sunxi: Add a bootmeth for FEL Simon Glass
2024-08-13 12:32   ` Mattijs Korpershoek
2024-08-07 20:50 ` [PATCH 3/6] sunxi: Move to bootstd Simon Glass
2024-08-07 20:50 ` [PATCH 4/6] sunxi: Drop old distro boot variables Simon Glass
2024-08-07 20:50 ` [PATCH 5/6] env: Provide a work-around for unquoting fdtfile Simon Glass
2024-08-07 20:50 ` [PATCH 6/6] sunxi: Move to text environment Simon Glass
2024-08-12 15:59 ` [PATCH 0/6] bootstd: sunxi: Migrate to standard boot Andre Przywara
2024-08-13 12:17   ` Simon Glass
2024-08-13 12:35     ` Andre Przywara
2024-08-23 20:47       ` Simon Glass

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.