diff options
author | Alexey Vazhnov <vazhnov@boot-keys.org> | 2021-02-07 16:35:28 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-02-22 07:21:30 +0000 |
commit | 63b87e985c6f7a949da5115777934161d560bc21 (patch) | |
tree | e1710174db5d68394c98a4b6ca0979218f88f9ec /configs | |
parent | f595984043eda4d198a466dd2c35de4dd404b1f4 (diff) |
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 <vazhnov@boot-keys.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/50368
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Evgeny Zinoviev <me@ch1p.io>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/config.gigabyte_ga-g41m-es2l | 13 |
1 files changed, 13 insertions, 0 deletions
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" |