From 63b87e985c6f7a949da5115777934161d560bc21 Mon Sep 17 00:00:00 2001 From: Alexey Vazhnov Date: Sun, 7 Feb 2021 16:35:28 +0100 Subject: Document Gigabyte GA-G41M-ES2L To replace wiki page https://www.coreboot.org/Board:gigabyte/ga-g41m-es2l + configs/config.gigabyte_ga-g41m-es2l + lshw output examples + memory modules compatibility Tested in Devuan 4 Chimaera. Tested from exact steps from this documentation. Change-Id: Ib45cfea15b43d7399e9d209f7ba7c6b24fe860dd Signed-off-by: Alexey Vazhnov Reviewed-on: https://review.coreboot.org/c/coreboot/+/50368 Tested-by: build bot (Jenkins) Reviewed-by: Evgeny Zinoviev --- configs/config.gigabyte_ga-g41m-es2l | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 configs/config.gigabyte_ga-g41m-es2l (limited to 'configs') diff --git a/configs/config.gigabyte_ga-g41m-es2l b/configs/config.gigabyte_ga-g41m-es2l new file mode 100644 index 0000000000..4cc00a2916 --- /dev/null +++ b/configs/config.gigabyte_ga-g41m-es2l @@ -0,0 +1,13 @@ +CONFIG_VENDOR_GIGABYTE=y +CONFIG_BOARD_GIGABYTE_GA_G41M_ES2L=y +CONFIG_MAINBOARD_VERSION="1.1" +CONFIG_MAINBOARD_DO_NATIVE_VGA_INIT=y +CONFIG_ONBOARD_VGA_IS_PRIMARY=y +CONFIG_PAYLOAD_CONFIGFILE=".config_seabios" +CONFIG_USE_OPTION_TABLE=y +CONFIG_USE_BLOBS=y +CONFIG_CPU_MICROCODE_CBFS_GENERATE=y + +# It is better to take this unique value from old CMOS. +# Default MAC-address is 00:e0:4c:00:c0:b0 +# CONFIG_REALTEK_8168_MACADDRESS="6c:f0:49:xx:xx:xx" -- cgit v1.2.3