bloblist: add support for CONFIG_BLOBLIST_PASSAGE
authorHarrison Mutai <harrison.mutai@arm.com>
Tue, 4 Feb 2025 17:58:41 +0000 (17:58 +0000)
committerTom Rini <trini@konsulko.com>
Wed, 12 Feb 2025 00:08:58 +0000 (18:08 -0600)
commit7d521f205469b0e0ce97669919d650fb75328d2a
tree70afbcef57dd48cc63b79c2aa217c2001cf53079
parent581b3035a898db8d3ff95f9c5aec6f094062d4e2
bloblist: add support for CONFIG_BLOBLIST_PASSAGE

When the configuration option CONFIG_BLOBLIST_PASSAGE is selected, the
bloblist present in the incoming standard passage is utilised in-place.
There is no need to specify the size of the bloblist as the system
automatically detects it using the header information.

Signed-off-by: Harrison Mutai <harrison.mutai@arm.com>
common/Kconfig
common/bloblist.c