]> git.dujemihanovic.xyz Git - u-boot.git/commit
bloblist: Support relocating to a larger space
authorSimon Glass <sjg@chromium.org>
Thu, 14 Jan 2021 03:29:43 +0000 (20:29 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 27 Jan 2021 22:03:16 +0000 (17:03 -0500)
commit9fe064646d2c9f3914cd5ceae51c34020aa77599
tree971f208a76257181d735a00c200ff04a7c2591b1
parent09d9ba9097ceb374f2802506c9e755fd8d5dd861
bloblist: Support relocating to a larger space

Typically in TPL/SPL the bloblist is quite small. But U-Boot proper may
want to add a lot more to it, such as ACPI tables.

Add a way to expand the bloblist by relocating it in U-Boot proper, along
with the other relocation activities.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/Kconfig
common/bloblist.c
common/board_f.c
include/bloblist.h
test/bloblist.c