commit | ba72dd163149069ce7bd280c785c43d7929434c7 | [log] [tgz] |
---|---|---|
author | Raymond Mao <raymond.mao@linaro.org> | Wed Feb 19 16:02:19 2025 -0800 |
committer | Tom Rini <trini@konsulko.com> | Wed Feb 19 18:49:36 2025 -0600 |
tree | 2b13bc02a4a75795ed42de3885b50bd4a2e60eb4 | |
parent | bd9a9c27a5babaccfb9931a00cb731e4b63876a8 [diff] |
bloblist: refactor xferlist and bloblist Refactor the xferlist to remove the relocating when bloblist passed from the boot args. Refactor bloblist init to use incoming standard passage by default if a valid transfer list exists in the boot args. For bloblist relocation, use the actual total size if it has a smaller BLOBLIST_SIZE_RELOC. Signed-off-by: Raymond Mao <raymond.mao@linaro.org> Suggested-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>