All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/18] vbe: Series part D
@ 2024-08-28  1:45 Simon Glass
  2024-08-28  1:45 ` [PATCH 01/18] sandbox: Add missing header file Simon Glass
                   ` (18 more replies)
  0 siblings, 19 replies; 35+ messages in thread
From: Simon Glass @ 2024-08-28  1:45 UTC (permalink / raw)
  To: U-Boot Mailing List
  Cc: Simon Glass, Andre Przywara, Apurva Nandan, Bryan Brattlof,
	Greg Malysa, Ilias Apalodimas, Jayesh Choudhary, Jiaxun Yang,
	Jonas Karlman, Kever Yang, Kongyang Liu, Minkyu Kang,
	Neil Armstrong, Peter Robinson, Richard Henderson, Stefan Roese,
	Tony Dinh, Vaishnav Achath, Venkatesh Yadav Abbarapu, huang lin

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


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

end of thread, other threads:[~2024-09-25 12:51 UTC | newest]

Thread overview: 35+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-28  1:45 [PATCH 00/18] vbe: Series part D Simon Glass
2024-08-28  1:45 ` [PATCH 01/18] sandbox: Add missing header file Simon Glass
2024-08-28  1:45 ` [PATCH 02/18] bootstd: Add stub for bootdev_setup_for_sibling_blk() Simon Glass
2024-08-28  1:45 ` [PATCH 03/18] gzip: Correct function comment for gunzip() Simon Glass
2024-08-28  1:45 ` [PATCH 04/18] fdtdec: Support separate BSS for all XPL builds Simon Glass
2024-08-28  1:45 ` [PATCH 05/18] tiny-printf: Correct return values Simon Glass
2024-08-28  1:45 ` [PATCH 06/18] tpl: Support numbered aliases in device tree Simon Glass
2024-08-28  1:45 ` [PATCH 07/18] ram: Support driver model in TPL Simon Glass
2024-09-04 18:14   ` Tom Rini
2024-08-28  1:45 ` [PATCH 08/18] serial: Support debug UART " Simon Glass
2024-08-28  1:45 ` [PATCH 09/18] armv8: Support not having separate BSS Simon Glass
2024-08-28  1:45 ` [PATCH 10/18] arm: cache: Drop a stale comment Simon Glass
2024-08-28  1:45 ` [PATCH 11/18] arm: Fix up a stale comment in sections.c Simon Glass
2024-08-28  1:45 ` [PATCH 12/18] mmc: Support driver model in TPL Simon Glass
2024-09-04 18:14   ` Tom Rini
2024-08-28  1:45 ` [PATCH 13/18] mmc: Add more debugging for SPL Simon Glass
2024-08-28  3:38   ` Marek Vasut
2024-08-29 14:05     ` Simon Glass
2024-09-04 18:14   ` Tom Rini
2024-08-28  1:45 ` [PATCH 14/18] mmc: Log the error when init fails Simon Glass
2024-08-28  1:45 ` [PATCH 15/18] mmc: rockchip: Log some error returns Simon Glass
2024-08-28  1:45 ` [PATCH 16/18] mmc: rockchip: Allow clocks to be missing Simon Glass
2024-08-28  1:45 ` [PATCH 17/18] rockchip: mmc: Fix a missing colon Simon Glass
2024-08-29  6:36   ` Sughosh Ganu
2024-08-28  1:45 ` [PATCH 18/18] rockchip: Provided SPL control over efuse presence Simon Glass
2024-08-28  9:59 ` [PATCH 00/18] vbe: Series part D Peter Robinson
2024-08-28 22:16   ` Simon Glass
2024-08-30  0:49     ` Tom Rini
2024-08-30  1:06       ` Simon Glass
2024-08-30  1:46         ` Tom Rini
2024-09-20  7:25           ` Simon Glass
2024-09-20 15:01             ` Tom Rini
2024-09-20 16:04               ` Simon Glass
2024-09-20 16:40                 ` Tom Rini
2024-09-25 12:50                   ` 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.