[PATCH 0/6] bootstd: sunxi: Migrate to standard boot

Simon Glass sjg at chromium.org
Wed Aug 7 22:50:26 CEST 2024


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



More information about the U-Boot mailing list