* [PATCH v3 0/4] Enable bloblist support on Vexpress64
@ 2025-02-08 10:14 Harrison Mutai
0 siblings, 0 replies; 3+ messages in thread
From: Harrison Mutai @ 2025-02-08 10:14 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.
Changes in v2:
* The commit body for the typo fix was expanded.
* The default BLOBLIST_RELOC_SIZE was removed when CONFIG_BLOBLIST_PASSAGE is
enabled, the relocation size depends on the size of bloblist received.
Changes in v3:
* Add constraint on call to xferlist_from_boot_args to avoid calling it when
BLOBLIST_ALLOC is enabled.
* Minor clean-up in bloblist_init and bloblist_reloc.
* Fix typo in BLOBLIST_FIXED description.
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/Kconfig | 2 +-
board/armltd/vexpress64/Makefile | 5 ++++-
board/armltd/vexpress64/vexpress64.c | 4 ++++
common/Kconfig | 14 ++++++++++----
common/bloblist.c | 18 ++++++++++--------
configs/vexpress_fvp_bloblist_defconfig | 5 +++++
doc/board/armltd/vexpress64.rst | 16 ++++++++++++++++
include/bloblist.h | 2 +-
include/configs/vexpress_aemv8.h | 6 ++++--
9 files changed, 55 insertions(+), 17 deletions(-)
create mode 100644 configs/vexpress_fvp_bloblist_defconfig
--
2.46.2
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH v3 0/4] Enable bloblist support on Vexpress64
@ 2025-02-04 17:58 Harrison Mutai
2025-02-12 2:08 ` Tom Rini
0 siblings, 1 reply; 3+ messages in thread
From: Harrison Mutai @ 2025-02-04 17:58 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.
Changes in v2:
* The commit body for the typo fix was expanded.
* The default BLOBLIST_RELOC_SIZE was removed when CONFIG_BLOBLIST_PASSAGE is
enabled, the relocation size depends on the size of bloblist received.
Changes in v3:
* Add constraint on call to xferlist_from_boot_args to avoid calling it when
BLOBLIST_ALLOC is enabled.
* Minor clean-up in bloblist_init and bloblist_reloc.
* Fix typo in BLOBLIST_FIXED description.
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/Kconfig | 2 +-
board/armltd/vexpress64/Makefile | 5 ++++-
board/armltd/vexpress64/vexpress64.c | 4 ++++
common/Kconfig | 14 ++++++++++----
common/bloblist.c | 18 ++++++++++--------
configs/vexpress_fvp_bloblist_defconfig | 5 +++++
doc/board/armltd/vexpress64.rst | 16 ++++++++++++++++
include/bloblist.h | 2 +-
include/configs/vexpress_aemv8.h | 6 ++++--
9 files changed, 55 insertions(+), 17 deletions(-)
create mode 100644 configs/vexpress_fvp_bloblist_defconfig
--
2.46.2
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v3 0/4] Enable bloblist support on Vexpress64
2025-02-04 17:58 Harrison Mutai
@ 2025-02-12 2:08 ` Tom Rini
0 siblings, 0 replies; 3+ messages in thread
From: Tom Rini @ 2025-02-12 2:08 UTC (permalink / raw)
To: Harrison Mutai; +Cc: nd, andre.przywara, manish.pandey2, u-boot
On Tue, 04 Feb 2025 17:58:38 +0000, Harrison Mutai wrote:
> 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.
>
> [...]
Applied to u-boot/next, thanks!
--
Tom
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-02-12 2:08 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-08 10:14 [PATCH v3 0/4] Enable bloblist support on Vexpress64 Harrison Mutai
-- strict thread matches above, loose matches on Subject: below --
2025-02-04 17:58 Harrison Mutai
2025-02-12 2:08 ` Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox