commit | 72c99cc59e97ecb6d35c843a5b556dbfaa0c12bf | [log] [tgz] |
---|---|---|
author | Raymond Mao <raymond.mao@linaro.org> | Sat Feb 03 08:36:26 2024 -0800 |
committer | Tom Rini <trini@konsulko.com> | Thu Feb 29 09:24:22 2024 -0500 |
tree | 252178e714b99d0e71d3adc7b9eeb0db18b12cb0 | |
parent | b579a699163fcfe8570e74c15fb8b401610e7809 [diff] |
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>