coreboot-kgpe-d16/src/arch/riscv
Arthur Heymans 763eeecb30 arch/riscv: Use FDT from calling argument when using FIT
Only FIT payloads provide their own FDT.

Change-Id: Id08a12ad7b72ad539e934a133acf2c4a5bcdf1f9
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/36599
Reviewed-by: Nico Huber <nico.h@gmx.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2019-11-06 13:57:25 +00:00
..
include arch/x86: Refactor CAR_GLOBAL quirk for FSP1.0 2019-09-09 22:17:27 +00:00
arch_timer.c device/mmio.h: Add include file for MMIO ops 2019-03-04 15:57:39 +00:00
boot.c arch/riscv: Use FDT from calling argument when using FIT 2019-11-06 13:57:25 +00:00
bootblock.S riscv: Add initial support for 32bit boards 2019-02-13 04:49:14 +00:00
fit_payload.c src: Remove unused 'include <string.h>' 2019-10-20 17:19:34 +00:00
fp_asm.S
Kconfig riscv: add support for OpenSBI 2019-08-03 17:17:24 +00:00
Makefile.inc arch/riscv: Rename stages.c to romstage.c 2019-11-06 13:57:12 +00:00
mcall.c arch/riscv/mcall: Drop debug code 2019-06-28 07:35:56 +00:00
misaligned.c
misc.c
opensbi.c riscv: add support for OpenSBI 2019-08-03 17:17:24 +00:00
payload.c riscv: add support for OpenSBI 2019-08-03 17:17:24 +00:00
pmp.c
ramstage.S riscv: Add initial support for 32bit boards 2019-02-13 04:49:14 +00:00
romstage.c arch/riscv: Rename stages.c to romstage.c 2019-11-06 13:57:12 +00:00
sbi.c src: Use include <console/console.h> when appropriate 2019-04-23 10:01:21 +00:00
smp.c riscv: Add initial support for 32bit boards 2019-02-13 04:49:14 +00:00
tables.c riscv: add support for OpenSBI 2019-08-03 17:17:24 +00:00
trap_handler.c src: Use 'include <string.h>' when appropriate 2019-03-20 20:27:51 +00:00
trap_util.S
virtual_memory.c