[U-Boot] [PATCH v2 04/12] binman: Rename Entry property to 'section'

Simon Glass sjg at chromium.org
Thu Jun 7 23:50:05 UTC 2018


On 1 June 2018 at 07:38, Simon Glass <sjg at chromium.org> wrote:
> Entries are now passed a Section object rather than an Image. Rename this
> property to avoid confusion.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v2: None
>
>  tools/binman/etype/_testing.py                |  4 ++--
>  tools/binman/etype/blob.py                    |  4 ++--
>  tools/binman/etype/entry.py                   | 24 +++++++++----------
>  tools/binman/etype/intel_cmc.py               |  4 ++--
>  tools/binman/etype/intel_descriptor.py        |  4 ++--
>  tools/binman/etype/intel_fsp.py               |  4 ++--
>  tools/binman/etype/intel_me.py                |  4 ++--
>  tools/binman/etype/intel_mrc.py               |  4 ++--
>  tools/binman/etype/intel_vbt.py               |  4 ++--
>  tools/binman/etype/intel_vga.py               |  4 ++--
>  tools/binman/etype/u_boot.py                  |  4 ++--
>  tools/binman/etype/u_boot_dtb.py              |  4 ++--
>  tools/binman/etype/u_boot_dtb_with_ucode.py   | 12 ++++++----
>  tools/binman/etype/u_boot_img.py              |  4 ++--
>  tools/binman/etype/u_boot_nodtb.py            |  4 ++--
>  tools/binman/etype/u_boot_spl.py              |  4 ++--
>  tools/binman/etype/u_boot_spl_bss_pad.py      |  4 ++--
>  tools/binman/etype/u_boot_spl_dtb.py          |  4 ++--
>  tools/binman/etype/u_boot_spl_nodtb.py        |  4 ++--
>  .../binman/etype/u_boot_spl_with_ucode_ptr.py |  4 ++--
>  tools/binman/etype/u_boot_ucode.py            | 14 +++++------
>  tools/binman/etype/u_boot_with_ucode_ptr.py   | 20 ++++++++--------
>  tools/binman/etype/x86_start16.py             |  4 ++--
>  tools/binman/etype/x86_start16_spl.py         |  4 ++--
>  tools/binman/ftest.py                         |  2 +-
>  25 files changed, 77 insertions(+), 75 deletions(-)

Applied to u-boot-dm


More information about the U-Boot mailing list