]> git.ipfire.org Git - thirdparty/u-boot.git/commit
bloblist: add API to check the register conventions
authorRaymond Mao <raymond.mao@linaro.org>
Sat, 3 Feb 2024 16:36:20 +0000 (08:36 -0800)
committerTom Rini <trini@konsulko.com>
Thu, 29 Feb 2024 14:24:21 +0000 (09:24 -0500)
commit1c4751fd1ac7bda72ab72ce352dc9b2131df2807
tree0a5ca1167fe606aace81f1407395e8dbf92698aa
parent819abd0a1eaff9a921f5b917e152b85dab302e33
bloblist: add API to check the register conventions

Add bloblist_check_reg_conv() to check whether the bloblist is compliant
to the register conventions defined in Firmware Handoff specification.
This API can be used for all Arm platforms.

Signed-off-by: Raymond Mao <raymond.mao@linaro.org>
common/bloblist.c
include/bloblist.h