]> git.dujemihanovic.xyz Git - u-boot.git/commit
arm: Get bloblist from boot arguments
authorRaymond Mao <raymond.mao@linaro.org>
Sat, 3 Feb 2024 16:36:25 +0000 (08:36 -0800)
committerTom Rini <trini@konsulko.com>
Thu, 29 Feb 2024 14:24:22 +0000 (09:24 -0500)
commitfc61de3ff66053e517946b2aee8ada9f2d510edc
treeeea95d4c4f71ca49d0a807a00d4086baaf11c81e
parent11f3171256337dfb81ead526bb2dd78503839882
arm: Get bloblist from boot arguments

Add arch custom function to get bloblist from boot arguments.
Check whether boot arguments aligns with the register conventions
defined in FW Handoff spec v0.9.

Signed-off-by: Raymond Mao <raymond.mao@linaro.org>
arch/arm/lib/Makefile
arch/arm/lib/xferlist.c [new file with mode: 0644]
arch/arm/lib/xferlist.h [new file with mode: 0644]