u-boot-brain/tools/binman/etype
Simon Glass ecab89737a binman: Add a ProcessFdt() method
Some entry types modify the device tree, e.g. to remove microcode or add a
property. So far this just modifies their local copy and does not affect
a 'shared' device tree.

Rather than doing this modification in the ObtainContents() method, and a
new ProcessFdt() method which is specifically designed to modify this
shared device tree.

Move the existing device-tree code over to use this method, reducing
ObtainContents() to the goal of just obtaining the contents without any
processing, even for device tree.

Signed-off-by: Simon Glass <sjg@chromium.org>
2018-07-09 09:11:00 -06:00
..
_testing.py binman: Tidy up setting of entry contents 2018-07-09 09:11:00 -06:00
blob.py binman: Tidy up setting of entry contents 2018-07-09 09:11:00 -06:00
intel_cmc.py binman: Rename Entry property to 'section' 2018-06-07 11:25:08 -08:00
intel_descriptor.py binman: Rename Entry property to 'section' 2018-06-07 11:25:08 -08:00
intel_fsp.py binman: Rename Entry property to 'section' 2018-06-07 11:25:08 -08:00
intel_me.py binman: Rename Entry property to 'section' 2018-06-07 11:25:08 -08:00
intel_mrc.py binman: Rename Entry property to 'section' 2018-06-07 11:25:08 -08:00
intel_vbt.py binman: Rename Entry property to 'section' 2018-06-07 11:25:08 -08:00
intel_vga.py binman: Rename Entry property to 'section' 2018-06-07 11:25:08 -08:00
section.py binman: Add a ProcessFdt() method 2018-07-09 09:11:00 -06:00
u_boot_dtb_with_ucode.py binman: Add a ProcessFdt() method 2018-07-09 09:11:00 -06:00
u_boot_dtb.py binman: Rename Entry property to 'section' 2018-06-07 11:25:08 -08:00
u_boot_img.py binman: Rename Entry property to 'section' 2018-06-07 11:25:08 -08:00
u_boot_nodtb.py binman: Rename Entry property to 'section' 2018-06-07 11:25:08 -08:00
u_boot_spl_bss_pad.py binman: Tidy up setting of entry contents 2018-07-09 09:11:00 -06:00
u_boot_spl_dtb.py binman: Rename Entry property to 'section' 2018-06-07 11:25:08 -08:00
u_boot_spl_nodtb.py binman: Rename Entry property to 'section' 2018-06-07 11:25:08 -08:00
u_boot_spl_with_ucode_ptr.py binman: Rename Entry property to 'section' 2018-06-07 11:25:08 -08:00
u_boot_spl.py binman: Rename Entry property to 'section' 2018-06-07 11:25:08 -08:00
u_boot_ucode.py binman: Add a ProcessFdt() method 2018-07-09 09:11:00 -06:00
u_boot_with_ucode_ptr.py binman: Add a ProcessFdt() method 2018-07-09 09:11:00 -06:00
u_boot.py binman: Rename Entry property to 'section' 2018-06-07 11:25:08 -08:00
x86_start16_spl.py binman: Rename Entry property to 'section' 2018-06-07 11:25:08 -08:00
x86_start16.py binman: Rename Entry property to 'section' 2018-06-07 11:25:08 -08:00