commit | fe016b6e21b3e9bfb6573a79eea7c01031c092d4 | [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 | 2ba7b757e28422fa1fa6ac8c02e6896604ff14c6 [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>