bloblist: Load the bloblist from the previous loader
authorRaymond Mao <raymond.mao@linaro.org>
Sat, 3 Feb 2024 16:36:26 +0000 (08:36 -0800)
committerTom Rini <trini@konsulko.com>
Thu, 29 Feb 2024 14:24:22 +0000 (09:24 -0500)
commit66131310d8ff1ba228f989b41bd8812f43be41c3
tree252178e714b99d0e71d3adc7b9eeb0db18b12cb0
parentfc61de3ff66053e517946b2aee8ada9f2d510edc
bloblist: Load the bloblist from the previous loader

During bloblist initialization, load the bloblist via boot arguments
from the previous loader.
If a valid bloblist exists in boot arguments, relocate it into the
fixed bloblist memory region.
If not, fallback to support BLOBLIST_ADDR or BLOBLIST_ALLOC.

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