[PATCH 00/18] vbe: Series part D
Simon Glass
sjg at chromium.org
Wed Aug 28 03:45:19 CEST 2024
This includes various patches towards implementing the VBE abrec
bootmeth in U-Boot.
Simon Glass (18):
sandbox: Add missing header file
bootstd: Add stub for bootdev_setup_for_sibling_blk()
gzip: Correct function comment for gunzip()
fdtdec: Support separate BSS for all XPL builds
tiny-printf: Correct return values
tpl: Support numbered aliases in device tree
ram: Support driver model in TPL
serial: Support debug UART in TPL
armv8: Support not having separate BSS
arm: cache: Drop a stale comment
arm: Fix up a stale comment in sections.c
mmc: Support driver model in TPL
mmc: Add more debugging for SPL
mmc: Log the error when init fails
mmc: rockchip: Log some error returns
mmc: rockchip: Allow clocks to be missing
rockchip: mmc: Fix a missing colon
rockchip: Provided SPL control over efuse presence
arch/arm/cpu/armv8/u-boot-spl.lds | 12 ++++++++++++
arch/arm/lib/cache.c | 2 --
arch/arm/lib/sections.c | 2 +-
arch/sandbox/include/asm/sections.h | 1 +
common/spl/spl_mmc.c | 13 +++++++++++++
drivers/core/Kconfig | 8 ++++++++
drivers/misc/Makefile | 2 +-
drivers/mmc/Kconfig | 12 ++++++++++++
drivers/mmc/mmc.c | 2 +-
drivers/mmc/rockchip_dw_mmc.c | 10 ++++------
drivers/mmc/rockchip_sdhci.c | 11 +++++------
drivers/ram/Kconfig | 9 +++++++++
drivers/serial/Kconfig | 7 +++++++
include/bootdev.h | 8 ++++++++
include/gzip.h | 6 ++++--
lib/fdtdec.c | 2 +-
lib/tiny-printf.c | 15 ++++++---------
17 files changed, 93 insertions(+), 29 deletions(-)
--
2.34.1
More information about the U-Boot
mailing list