aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/asrock/g41c-gs/Kconfig.name
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2018-09-18 12:09:23 +0200
committerPatrick Georgi <pgeorgi@google.com>2018-09-28 09:56:17 +0000
commit884dfb6d3d6c9f19edc9ffb0ba0dda0c876e1f24 (patch)
tree19c16fa6c8da027c4fdf5d4dabedad24add957ab /src/mainboard/asrock/g41c-gs/Kconfig.name
parent174ca43583f33400094fb40c1e689a38946bdeac (diff)
src/mb/asrock/g41c-gs: Add variant g41m-s3
This board is pretty much like the G41M-GS, but with DDR3 memory instead. The PCB layout is almost identical. What works: - S3/S4 resume - RAM init - Booting to Debian - Display lights up w/ libgfxinit - Both PS/2 work - Ethernet - Graphics card on PEG - USB - SATA ports - NVRAM debug_level - Internal flashing - PCI slots (tested with CT4810 audio card) - fancontrol (Only CPU fan can be regulated) - Audio (Rear ports only) What does not work: - Hell knows what might be wrong What is not tested: - PCIe x1 - IDE - Floppy - Parallel port Change-Id: I66b216af740680c390ea82e4fe07737c20227cc6 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/28434 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/mainboard/asrock/g41c-gs/Kconfig.name')
-rw-r--r--src/mainboard/asrock/g41c-gs/Kconfig.name3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/asrock/g41c-gs/Kconfig.name b/src/mainboard/asrock/g41c-gs/Kconfig.name
index e10558c053..86a41aa93e 100644
--- a/src/mainboard/asrock/g41c-gs/Kconfig.name
+++ b/src/mainboard/asrock/g41c-gs/Kconfig.name
@@ -7,5 +7,8 @@ config BOARD_ASROCK_G41C_GS
config BOARD_ASROCK_G41M_GS
bool "G41M-GS"
+config BOARD_ASROCK_G41M_S3
+ bool "G41M-S3"
+
config BOARD_ASROCK_G41M_VS3_R2_0
bool "G41M-VS3 R2.0"