]> git.baikalelectronics.ru Git - uboot.git/commit
binman: Handle writing ELF symbols in the Entry class
authorSimon Glass <sjg@chromium.org>
Fri, 21 Oct 2022 00:22:46 +0000 (18:22 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 31 Oct 2022 15:01:31 +0000 (11:01 -0400)
commitd718f8ba14f0ec0786b16546d231e59c350a55bc
treecb778dc91dfeb812a6d61d61f399e55e9b0e963f
parent3cb1a8fb09ded5a724e86a787818829f851c4d28
binman: Handle writing ELF symbols in the Entry class

This feature is used by several etypes and we plan to add more that use
it. Make symbol writing a feature of the base class to reduce the code
duplication.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/entry.py
tools/binman/etype/blob.py
tools/binman/etype/u_boot_spl.py
tools/binman/etype/u_boot_spl_nodtb.py
tools/binman/etype/u_boot_tpl.py
tools/binman/etype/u_boot_tpl_nodtb.py
tools/binman/etype/u_boot_vpl.py
tools/binman/etype/u_boot_vpl_nodtb.py