aboutsummaryrefslogtreecommitdiff
path: root/payloads/external/linux
diff options
context:
space:
mode:
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>2018-12-12 01:08:24 +0100
committerPatrick Rudolph <siro@das-labor.org>2019-08-08 13:03:59 +0000
commit3a4511eb6cb395b86f425bd6a8474ab35c554531 (patch)
treeee1f8a37cb9e516cc28629cd0f2279842f9d6f6d /payloads/external/linux
parent2a20d13c3935f826a71c635d07dd142bfd84d9dd (diff)
arch/riscv: Enable FIT support
Tested on qemu-riscv. Depends on OpenSBI integration and proper memory detection in qemu. Boots into Linux until initrd should be loaded. Tested on SiFive/unleashed: Boots into Linux until earlycon terminates. Change-Id: I5ebc6cc2cc9e328f36d70fba13555386bb8c29d6 Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/30292 Reviewed-by: Philipp Deppenwiese <zaolin.daisuki@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'payloads/external/linux')
-rw-r--r--payloads/external/linux/Kconfig.name2
1 files changed, 1 insertions, 1 deletions
diff --git a/payloads/external/linux/Kconfig.name b/payloads/external/linux/Kconfig.name
index 63621d88c7..493eb982ef 100644
--- a/payloads/external/linux/Kconfig.name
+++ b/payloads/external/linux/Kconfig.name
@@ -1,6 +1,6 @@
config PAYLOAD_LINUX
bool "A Linux payload"
- depends on ARCH_X86 || ARCH_ARM
+ depends on ARCH_X86 || ARCH_ARM || ARCH_RISCV
help
Select this option if you have a Linux bzImage which coreboot
should run as soon as the basic hardware initialization