Attention is currently required from: Alicja Michalska, Maximilian Brune, Philipp Hug, ron minnich.
Hello Alicja Michalska, Philipp Hug, build bot (Jenkins), ron minnich,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/83848?usp=email
to look at the new patch set (#4).
The following approvals got outdated and were removed: Code-Review+1 by Alicja Michalska, Verified+1 by build bot (Jenkins)
Change subject: arch/riscv: Add common FDT build ......................................................................
arch/riscv: Add common FDT build
Currently all platforms on RISC-V require a FDT. The inclusion of the FDT is currently done in the platform Makefiles. In order to factor out some common code this patch adds the inclusion in the architecture Makefile. The FDT must be aligned to 8 byte according to device tree spec. It avoids misaligned access.
Signed-off-by: Maximilian Brune maximilian.brune@9elements.com Change-Id: I3b304a89646fe84c98e9f199f315bebb156de16c --- M src/arch/riscv/Kconfig M src/arch/riscv/Makefile.mk 2 files changed, 38 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/48/83848/4