dtc: Add Kconfig option to pad device tree blob
authorEric Schikschneit <eric.schikschneit@novatechautomation.com>
Tue, 3 Jun 2025 17:06:24 +0000 (12:06 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 20 Jun 2025 01:00:09 +0000 (19:00 -0600)
commit5ba5cbf5a29d54763f30b6685e6c06ffd51d29eb
treef24f27348d09c788043072fe0535e0be808e6634
parent0c6c8065a27804705c324f06998fea219e62f028
dtc: Add Kconfig option to pad device tree blob

This will allow arch(s) that use device tree blobs to pad the end of the
device tree so they can be modified by board files at run time. This will
help prevent errors such as FDT_ERR_NOSPACE from occurring.

Signed-off-by: Eric Schikschneit <eric.schikschneit@novatechautomation.com>
[trini: Change default order so that X86 && EFI_APP works correctly]
13 files changed:
arch/Kconfig
arch/arc/dts/Makefile
arch/m68k/dts/Makefile
arch/microblaze/dts/Makefile
arch/nios2/dts/Makefile
arch/riscv/dts/Makefile
arch/sandbox/dts/Makefile
arch/x86/dts/Makefile
doc/board/broadcom/bcm7xxx.rst
doc/develop/makefiles.rst
dts/upstream/src/arm64/Makefile
dts/upstream/src/riscv/Makefile
scripts/Makefile.dts