From d9fd2e29356bfe182158f2bed391e9bf7f062c60 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Wed, 2 Dec 2020 14:25:40 +0100 Subject: mb/amd/majolica: add skeleton of Cezanne reference board This is an adapted copy of mainboard/example/min86 that is currently only used for Jenkins to test the SoC code in soc/amd/cezanne and isn't expected to reach boot block at the moment. It will be extended in future follow-up commits. Change-Id: I6806955952fbfa3227294cfc44fdf9156140e933 Signed-off-by: Felix Held Reviewed-on: https://review.coreboot.org/c/coreboot/+/48238 Tested-by: build bot (Jenkins) Reviewed-by: Marshall Dawson --- src/mainboard/amd/majolica/Kconfig.name | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/mainboard/amd/majolica/Kconfig.name (limited to 'src/mainboard/amd/majolica/Kconfig.name') diff --git a/src/mainboard/amd/majolica/Kconfig.name b/src/mainboard/amd/majolica/Kconfig.name new file mode 100644 index 0000000000..8c305cf7b7 --- /dev/null +++ b/src/mainboard/amd/majolica/Kconfig.name @@ -0,0 +1,2 @@ +config BOARD_AMD_MAJOLICA + bool "Majolica" -- cgit v1.2.3