From 66bea528cfde9dea3d84ca571b7cca94964850c4 Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Tue, 25 Oct 2016 19:11:07 -0700 Subject: riscv: add the lowrisc/nexys4ddr mainboard This was tested at the coreboot meeting in Berlin. The uart programming may still not be right but when used with the lowrisc bitstream for the board we were able to load and start linux, although it does not yet get far due to PTE version issues with lowrisc. Change-Id: Ia1de1a92762631c9d7bb3d41b04f95296144caa3 Signed-off-by: Ronald G. Minnich Reviewed-on: https://review.coreboot.org/17132 Reviewed-by: Aaron Durbin Tested-by: build bot (Jenkins) --- src/mainboard/lowrisc/Kconfig | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/mainboard/lowrisc/Kconfig (limited to 'src/mainboard/lowrisc/Kconfig') diff --git a/src/mainboard/lowrisc/Kconfig b/src/mainboard/lowrisc/Kconfig new file mode 100644 index 0000000000..ba0fbe7499 --- /dev/null +++ b/src/mainboard/lowrisc/Kconfig @@ -0,0 +1,16 @@ +if VENDOR_LOWRISC + +choice + prompt "Mainboard model" + +source "src/mainboard/lowrisc/*/Kconfig.name" + +endchoice + +source "src/mainboard/lowrisc/*/Kconfig" + +config MAINBOARD_VENDOR + string + default "lowrisc" + +endif # VENDOR_LOWRISC -- cgit v1.2.3