Felix Singer has uploaded this change for review. ( https://review.coreboot.org/28640
Change subject: mb/clevo/n130wu: Do initial commit ......................................................................
mb/clevo/n130wu: Do initial commit
Change-Id: I364f5849ef88f43b85efbd7a635a27e54d08c513 Signed-off-by: Felix Singer migy@darmstadt.ccc.de --- A src/mainboard/clevo/Kconfig A src/mainboard/clevo/Kconfig.name A src/mainboard/clevo/n130wu/Kconfig A src/mainboard/clevo/n130wu/Kconfig.name A src/mainboard/clevo/n130wu/board_info.txt 5 files changed, 80 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/40/28640/1
diff --git a/src/mainboard/clevo/Kconfig b/src/mainboard/clevo/Kconfig new file mode 100644 index 0000000..9aacf38 --- /dev/null +++ b/src/mainboard/clevo/Kconfig @@ -0,0 +1,16 @@ +if VENDOR_CLEVO + +choice + prompt "Mainboard model" + +source "src/mainboard/clevo/*/Kconfig.name" + +endchoice + +source "src/mainboard/clevo/*/Kconfig" + +config MAINBOARD_VENDOR + string + default "Clevo" + +endif diff --git a/src/mainboard/clevo/Kconfig.name b/src/mainboard/clevo/Kconfig.name new file mode 100644 index 0000000..730b6bc --- /dev/null +++ b/src/mainboard/clevo/Kconfig.name @@ -0,0 +1,2 @@ +config VENDOR_CLEVO + bool "Clevo" diff --git a/src/mainboard/clevo/n130wu/Kconfig b/src/mainboard/clevo/n130wu/Kconfig new file mode 100644 index 0000000..44b0b0a --- /dev/null +++ b/src/mainboard/clevo/n130wu/Kconfig @@ -0,0 +1,52 @@ +if BOARD_CLEVO_N130WU + +config BOARD_SPECIFIC_OPTIONS + def_bool y + select SYSTEM_TYPE_LAPTOP + select BOARD_ROMSIZE_KB_8192 + select SOC_INTEL_SKYLAKE + select SKYLAKE_SOC_PCH_H + select MAINBOARD_USES_FSP2_0 + select EC_ACPI + select HAVE_ACPI_RESUME + select HAVE_ACPI_TABLES + select HAVE_OPTION_TABLE + select HAVE_SMI_HANDLER + +config MAINBOARD_DIR + string + default clevo/n130wu + +config MAINBOARD_PART_NUMBER + string + default "N130WU" + +config USE_OPTION_TABLE + bool + default y + +config CONSOLE_POST + bool + default y + +config ONBOARD_VGA_IS_PRIMARY + bool + default y + +config UART_FOR_CONSOLE + int + default 2 + +config MAX_CPUS + int + default 8 + +config VGA_BIOS_FILE + string + default "pci8086,5917.rom" + +config VGA_BIOS_ID + string + default "8086,5917" + +endif diff --git a/src/mainboard/clevo/n130wu/Kconfig.name b/src/mainboard/clevo/n130wu/Kconfig.name new file mode 100644 index 0000000..2014ec9 --- /dev/null +++ b/src/mainboard/clevo/n130wu/Kconfig.name @@ -0,0 +1,2 @@ +config BOARD_CLEVO_N130WU + bool "N130WU" diff --git a/src/mainboard/clevo/n130wu/board_info.txt b/src/mainboard/clevo/n130wu/board_info.txt new file mode 100644 index 0000000..ea63e7b --- /dev/null +++ b/src/mainboard/clevo/n130wu/board_info.txt @@ -0,0 +1,8 @@ +Vendor name: Clevo +Board name: N130WU +Category: notebook +Release year: 2018 +ROM package: SOIC-8 +ROM protocol: SPI +ROM socketed: n +Flashrom support: y