commit | 1c4751fd1ac7bda72ab72ce352dc9b2131df2807 | [log] [tgz] |
---|---|---|
author | Raymond Mao <raymond.mao@linaro.org> | Sat Feb 03 08:36:20 2024 -0800 |
committer | Tom Rini <trini@konsulko.com> | Thu Feb 29 09:24:21 2024 -0500 |
tree | 0a5ca1167fe606aace81f1407395e8dbf92698aa | |
parent | 819abd0a1eaff9a921f5b917e152b85dab302e33 [diff] |
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>