* [PATCH 0/4] Enable bloblist support on Vexpress64
@ 2024-12-18 15:47 Harrison Mutai
0 siblings, 0 replies; only message in thread
From: Harrison Mutai @ 2024-12-18 15:47 UTC (permalink / raw)
To: Tom Rini; +Cc: nd, andre.przywara, manish.pandey2, Harrison Mutai, u-boot
This series of patches enhances the vexpress64 platform by enabling bloblist
support. It also introduces support for CONFIG_BLOBLIST_PASSAGE. This is
necessary to boot vexpress64 and other boards without manually specifying a
fixed address and size for the bloblist.
After this change, all the bloblist init modes are supported (i.e., fixed,
alloc, passage) and Vexpress64 boots with CONFIG_BLOBLIST_PASSAGE.
Harrison Mutai (4):
bloblist: fix typo in code comments
board: vexpress64: default to hardware device tree
bloblist: add support for CONFIG_BLOBLIST_PASSAGE
board: vexpress64: enable bloblist for SPL handoff
board/armltd/vexpress64/Makefile | 3 ++-
board/armltd/vexpress64/vexpress64.c | 4 ++++
common/Kconfig | 9 ++++++++-
common/bloblist.c | 5 ++++-
configs/vexpress_fvp_bloblist_defconfig | 5 +++++
doc/board/armltd/vexpress64.rst | 16 ++++++++++++++++
include/bloblist.h | 2 +-
include/configs/vexpress_aemv8.h | 6 ++++--
8 files changed, 44 insertions(+), 6 deletions(-)
create mode 100644 configs/vexpress_fvp_bloblist_defconfig
--
2.46.2
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-12-18 15:48 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-18 15:47 [PATCH 0/4] Enable bloblist support on Vexpress64 Harrison Mutai
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox