Please pull u-boot-dm

Hi Tom,
https://source.denx.de/u-boot/custodians/u-boot-dm/-/pipelines/13416
The following changes since commit a5fc388ed966974256bc03b3d4db7ae1be0ed119:
Merge tag 'efi-2022-10-rc5' of https://source.denx.de/u-boot/custodians/u-boot-efi (2022-09-09 15:07:05 -0400)
are available in the Git repository at:
git://git.denx.de/u-boot-dm.git tags/dm-pull-12sep22
for you to fetch changes up to 6ad2452bc61d925eaa40f52377baaddf92c43464:
binman: Add VPL support (2022-09-12 06:41:14 -0600)
---------------------------------------------------------------- Binman VPL support (patch was lost) Add board_rng_seed() as a temporary solution
---------------------------------------------------------------- Rasmus Villemoes (1): fdt_support: add optional board_rng_seed() hook
Simon Glass (1): binman: Add VPL support
common/Kconfig | 14 ++++++ common/fdt_support.c | 13 +++++ include/fdt_support.h | 13 +++++ tools/binman/etype/u_boot_vpl.py | 42 ++++++++++++++++ tools/binman/etype/u_boot_vpl_bss_pad.py | 44 +++++++++++++++++ tools/binman/etype/u_boot_vpl_dtb.py | 28 +++++++++++ tools/binman/etype/u_boot_vpl_expanded.py | 45 +++++++++++++++++ tools/binman/etype/u_boot_vpl_nodtb.py | 42 ++++++++++++++++ tools/binman/ftest.py | 109 ++++++++++++++++++++++++++++++++++-------- tools/binman/state.py | 3 +- tools/binman/test/082_fdt_update_all.dts | 2 + tools/binman/test/255_u_boot_vpl.dts | 11 +++++ tools/binman/test/256_u_boot_vpl_nodtb.dts | 13 +++++ tools/binman/test/257_fdt_incl_vpl.dts | 13 +++++ tools/binman/test/258_vpl_bss_pad.dts | 19 ++++++++ 15 files changed, 389 insertions(+), 22 deletions(-) create mode 100644 tools/binman/etype/u_boot_vpl.py create mode 100644 tools/binman/etype/u_boot_vpl_bss_pad.py create mode 100644 tools/binman/etype/u_boot_vpl_dtb.py create mode 100644 tools/binman/etype/u_boot_vpl_expanded.py create mode 100644 tools/binman/etype/u_boot_vpl_nodtb.py create mode 100644 tools/binman/test/255_u_boot_vpl.dts create mode 100644 tools/binman/test/256_u_boot_vpl_nodtb.dts create mode 100644 tools/binman/test/257_fdt_incl_vpl.dts create mode 100644 tools/binman/test/258_vpl_bss_pad.dts
Regards, Simon

On Mon, Sep 12, 2022 at 07:39:45AM -0600, Simon Glass wrote:
Hi Tom,
https://source.denx.de/u-boot/custodians/u-boot-dm/-/pipelines/13416
The following changes since commit a5fc388ed966974256bc03b3d4db7ae1be0ed119:
Merge tag 'efi-2022-10-rc5' of https://source.denx.de/u-boot/custodians/u-boot-efi (2022-09-09 15:07:05 -0400)
are available in the Git repository at:
git://git.denx.de/u-boot-dm.git tags/dm-pull-12sep22
for you to fetch changes up to 6ad2452bc61d925eaa40f52377baaddf92c43464:
binman: Add VPL support (2022-09-12 06:41:14 -0600)
Applied to u-boot/master, thanks!
participants (2)
-
Simon Glass
-
Tom Rini