From 0c290a0c85a5928f8a64a00e115ef1e601d1573c Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Sat, 18 Jun 2016 23:26:46 +0200 Subject: gigbyte/ga-g41m-es2l: add cmos.layout and cmos.default This adds a cmos.layout and a cmos.default to ga-g41m-es2l. This allows to set things like baud_rate, debug_level, etc. from cmos. Change-Id: I25df7a1f3a0ce486b96cfe05bda628f604b0baec Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/15493 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Patrick Georgi --- src/mainboard/gigabyte/ga-g41m-es2l/cmos.default | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/mainboard/gigabyte/ga-g41m-es2l/cmos.default (limited to 'src/mainboard/gigabyte/ga-g41m-es2l/cmos.default') diff --git a/src/mainboard/gigabyte/ga-g41m-es2l/cmos.default b/src/mainboard/gigabyte/ga-g41m-es2l/cmos.default new file mode 100644 index 0000000000..c6ce45f378 --- /dev/null +++ b/src/mainboard/gigabyte/ga-g41m-es2l/cmos.default @@ -0,0 +1,6 @@ +boot_option=Fallback +baud_rate=115200 +debug_level=Spew +power_on_after_fail=Enable +nmi=Enable +gfx_uma_size=64M \ No newline at end of file -- cgit v1.2.3