U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/8] bootstd: sunxi: Migrate to standard boot
@ 2024-08-23 20:48 Simon Glass
  2024-08-23 20:48 ` [PATCH v2 1/8] blk: Make functions available unconditionally Simon Glass
                   ` (8 more replies)
  0 siblings, 9 replies; 19+ messages in thread
From: Simon Glass @ 2024-08-23 20:48 UTC (permalink / raw)
  To: U-Boot Mailing List
  Cc: Tom Rini, Jagan Teki, Andre Przywara, Simon Glass,
	AKASHI Takahiro, Alper Nebi Yasak, Andrew Davis, Bin Meng,
	Bryan Brattlof, Caleb Connolly, Csókás Bence,
	Dragan Simic, Eddie James, Hans de Goede, Heinrich Schuchardt,
	Ilias Apalodimas, Janne Grunau, Jesse Taube, Joe Hershberger,
	Johan Jonker, Julien Masson, Kever Yang, Leon M. Busch-George,
	Marek Vasut, Marek Vasut, Mattijs Korpershoek, Michal Simek,
	Nam Cao, Peter Robinson, Quentin Schulz, Ramon Fried,
	Rasmus Villemoes, Rayagonda Kokatanur, Stefan Roese, Sumit Garg,
	Thomas Weißschuh, Tony Dinh, Venkatesh Yadav Abbarapu

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

Changes in v2:
- Add new patch to resolve BOOTSTD->BLK recursion with Kconfig
- Put the FEL bootmeth before all other global bootmeths
- Convert the other DISTRO_DEFAULTS in the Kconfig too
- Keep BOOTCMD_SUNXI_COMPAT
- Keep bootcmd_sunxi_compat if OLD_SUNXI_KERNEL_COMPAT is enabled

Simon Glass (8):
  blk: Make functions available unconditionally
  bootstd: Avoid calling unavailable block functions
  bootstd: Avoid depending on BLK
  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                              |  10 +-
 board/sunxi/sunxi.env                         | 152 +++++++++++
 boot/Kconfig                                  |  16 +-
 boot/Makefile                                 |   1 +
 boot/bootdev-uclass.c                         |   3 +
 boot/bootmeth_fel.c                           |  81 ++++++
 .../gardena-smart-gateway-mt7688_defconfig    |   1 +
 doc/usage/environment.rst                     |  12 +
 include/blk.h                                 |   9 +-
 include/configs/sunxi-common.h                | 238 ------------------
 11 files changed, 278 insertions(+), 246 deletions(-)
 create mode 100644 board/sunxi/sunxi.env
 create mode 100644 boot/bootmeth_fel.c

-- 
2.34.1


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

end of thread, other threads:[~2024-10-01 17:30 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-23 20:48 [PATCH v2 0/8] bootstd: sunxi: Migrate to standard boot Simon Glass
2024-08-23 20:48 ` [PATCH v2 1/8] blk: Make functions available unconditionally Simon Glass
2024-08-23 20:48 ` [PATCH v2 2/8] bootstd: Avoid calling unavailable block functions Simon Glass
2024-08-23 20:48 ` [PATCH v2 3/8] bootstd: Avoid depending on BLK Simon Glass
2024-08-26 15:58   ` Quentin Schulz
2024-08-23 20:48 ` [PATCH v2 4/8] sunxi: Add a bootmeth for FEL Simon Glass
2024-08-23 20:48 ` [PATCH v2 5/8] sunxi: Move to bootstd Simon Glass
2024-08-23 20:48 ` [PATCH v2 6/8] sunxi: Drop old distro boot variables Simon Glass
2024-08-23 20:48 ` [PATCH v2 7/8] env: Provide a work-around for unquoting fdtfile Simon Glass
2024-08-26 15:56   ` Quentin Schulz
2024-09-01 20:09     ` Simon Glass
2024-08-23 20:48 ` [PATCH v2 8/8] sunxi: Move to text environment Simon Glass
2024-10-01 11:18 ` [PATCH v2 0/8] bootstd: sunxi: Migrate to standard boot Simon Glass
2024-10-01 12:07   ` Mattijs Korpershoek
2024-10-01 12:23     ` Quentin Schulz
2024-10-01 13:06       ` Simon Glass
2024-10-01 12:10   ` Andre Przywara
2024-10-01 17:15   ` Heinrich Schuchardt
2024-10-01 17:29     ` Heinrich Schuchardt

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