binman: Support writing symbols for ucode etypes
authorSimon Glass <sjg@chromium.org>
Thu, 4 May 2023 22:50:46 +0000 (16:50 -0600)
committerBin Meng <bmeng@tinylab.org>
Thu, 11 May 2023 02:25:29 +0000 (10:25 +0800)
commitf2fac8b5571b2537cf499bab9a7962e19f64e9de
tree6bcf9da864dc051134d26bb3e0d4c65e9a5b21cc
parent55171aedda88d12666e2a1bbc661dea1bec65337
binman: Support writing symbols for ucode etypes

Allow symbol writing in these cases so that U-Boot can find the position
and size of U-Boot at runtime.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
tools/binman/etype/u_boot_spl_with_ucode_ptr.py
tools/binman/etype/u_boot_tpl_with_ucode_ptr.py
tools/binman/etype/u_boot_with_ucode_ptr.py