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 | 16 ++++++++++++++++ src/mainboard/amd/majolica/Kconfig.name | 2 ++ src/mainboard/amd/majolica/board_info.txt | 1 + src/mainboard/amd/majolica/devicetree.cb | 8 ++++++++ 4 files changed, 27 insertions(+) create mode 100644 src/mainboard/amd/majolica/Kconfig create mode 100644 src/mainboard/amd/majolica/Kconfig.name create mode 100644 src/mainboard/amd/majolica/board_info.txt create mode 100644 src/mainboard/amd/majolica/devicetree.cb (limited to 'src/mainboard') diff --git a/src/mainboard/amd/majolica/Kconfig b/src/mainboard/amd/majolica/Kconfig new file mode 100644 index 0000000000..eeaf3b04e2 --- /dev/null +++ b/src/mainboard/amd/majolica/Kconfig @@ -0,0 +1,16 @@ +# SPDX-License-Identifier: GPL-2.0-only + +if BOARD_AMD_MAJOLICA + +config BOARD_SPECIFIC_OPTIONS + def_bool y + select SOC_AMD_CEZANNE + select MISSING_BOARD_RESET + +config MAINBOARD_DIR + default "amd/majolica" + +config MAINBOARD_PART_NUMBER + default "MAJOLICA" + +endif # BOARD_AMD_MAJOLICA 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" diff --git a/src/mainboard/amd/majolica/board_info.txt b/src/mainboard/amd/majolica/board_info.txt new file mode 100644 index 0000000000..b351b8e696 --- /dev/null +++ b/src/mainboard/amd/majolica/board_info.txt @@ -0,0 +1 @@ +Category: eval diff --git a/src/mainboard/amd/majolica/devicetree.cb b/src/mainboard/amd/majolica/devicetree.cb new file mode 100644 index 0000000000..a1415525c7 --- /dev/null +++ b/src/mainboard/amd/majolica/devicetree.cb @@ -0,0 +1,8 @@ +# SPDX-License-Identifier: GPL-2.0-only + +chip soc/amd/cezanne + + device domain 0 on + end + +end -- cgit v1.2.3