diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2016-06-18 23:26:46 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2016-08-09 10:43:19 +0200 |
commit | 0c290a0c85a5928f8a64a00e115ef1e601d1573c (patch) | |
tree | ece202c4517b7576f81a64dc6b6003b20c02c6b6 /src/mainboard/gigabyte/ga-g41m-es2l/cmos.default | |
parent | eff0c6a99d5bbd57129c710033e7d0b5d5a684a7 (diff) |
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 <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/15493
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/mainboard/gigabyte/ga-g41m-es2l/cmos.default')
-rw-r--r-- | src/mainboard/gigabyte/ga-g41m-es2l/cmos.default | 6 |
1 files changed, 6 insertions, 0 deletions
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 |