]> git.dujemihanovic.xyz Git - u-boot.git/commit
Merge patch series "Handoff bloblist from previous boot stage"
authorTom Rini <trini@konsulko.com>
Thu, 29 Feb 2024 14:24:49 +0000 (09:24 -0500)
committerTom Rini <trini@konsulko.com>
Thu, 29 Feb 2024 14:24:49 +0000 (09:24 -0500)
commitea3348ebc215d2a9d6dd14f40fb7e8c86dc45e4a
tree095062630056cd16bd398e01d896c43b0d089090
parentcfc3e1db499d7d4307559cc911aa914dd131f945
parent2b71470628c035ce3ccc76d12e50bdc453bdbc93
Merge patch series "Handoff bloblist from previous boot stage"

Raymond Mao <raymond.mao@linaro.org> says:

This patch set adds/adapts a few bloblist APIs and implements Arm arch
custom function to retrieve the bloblist (aka. Transfer List) from
previous loader via boot arguments when BLOBLIST option is enabled and
all boot arguments are compliant to the register conventions defined
in the Firmware Handoff spec v0.9.

If an arch wishes to have different behaviors for loading bloblist
from the previous boot stage, it is required to implement the custom
function xferlist_from_boot_arg().