[PATCH 1/6] bloblist: add blob type for DT overlay
Tom Rini
trini at konsulko.com
Wed Jun 18 19:37:13 CEST 2025
On Wed, Jun 18, 2025 at 07:59:23AM -0700, Raymond Mao wrote:
> Add blob type for DT overlay according to the update of Firmware
> Handoff spec[1].
>
> [1] https://github.com/FirmwareHandoff/firmware_handoff/pull/74
>
> Signed-off-by: Raymond Mao <raymond.mao at linaro.org>
Once merged, this should be a Link: line for tooling to better pick it
up. And I don't want to merge this here until it is merged / agreed to
in FirmwareHandoff.
> diff --git a/include/bloblist.h b/include/bloblist.h
> index f32faf78560..b40e04fe2d3 100644
> --- a/include/bloblist.h
> +++ b/include/bloblist.h
> @@ -110,7 +110,8 @@ enum bloblist_tag_t {
> BLOBLISTT_ACPI_TABLES = 4,
> BLOBLISTT_TPM_EVLOG = 5,
> BLOBLISTT_TPM_CRB_BASE = 6,
> - BLOBLISTT_ACPI_PP = 7,
> + BLOBLISTT_FDT_OVERLAY = 7,
> + BLOBLISTT_ACPI_PP = 8,
... sigh, so BLOBLISTT_ACPI_PP isn't something in FirmwareHandoff yet.
Was someone working on that it should it be moved down to the project
internal numbering area?
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20250618/3b1aad9e/attachment.sig>
More information about the U-Boot
mailing list