From b0d0de2ba61f09227b2612eedb3c9f86abbf7d84 Mon Sep 17 00:00:00 2001 From: Varshit Pandya Date: Fri, 15 Dec 2023 20:00:34 +0530 Subject: mb/amd/onyx: rename to onyx_poc Even though this mainboard is called 'Onyx', the openSIL implementation and the corresponding coreboot integration is only a proof of concept that isn't fully featured, has known limitations and bugs, and is not meant for or ready to being productized. Adding the proof of concept suffix to the name should point this out clearly enough so that no potential customer could infer that this might be a fully functional and supported implementation which it is not. Change-Id: I157a8fffdc2a8543465fe8d444ac87f3f417389f Signed-off-by: Varshit Pandya Reviewed-on: https://review.coreboot.org/c/coreboot/+/77896 Reviewed-by: Marshall Dawson Tested-by: build bot (Jenkins) Reviewed-by: Martin L Roth --- src/mainboard/amd/onyx_poc/Kconfig | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/mainboard/amd/onyx_poc/Kconfig (limited to 'src/mainboard/amd/onyx_poc/Kconfig') diff --git a/src/mainboard/amd/onyx_poc/Kconfig b/src/mainboard/amd/onyx_poc/Kconfig new file mode 100644 index 0000000000..bac8ec80a8 --- /dev/null +++ b/src/mainboard/amd/onyx_poc/Kconfig @@ -0,0 +1,23 @@ +if BOARD_AMD_ONYX_POC + +config BOARD_SPECIFIC_OPTIONS + def_bool y + select SOC_AMD_GENOA_POC + select BOARD_ROMSIZE_KB_32768 + select AMD_SOC_CONSOLE_UART + +config FMDFILE + default "src/mainboard/amd/onyx_poc/board.fmd" + + +config MAINBOARD_DIR + default "amd/onyx_poc" + +config MAINBOARD_PART_NUMBER + default "Onyx_poc" + +# Use BMC SOL console on SoC UART1 by default +config UART_FOR_CONSOLE + default 1 + +endif -- cgit v1.2.3