diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2017-06-13 20:57:05 +0200 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2017-06-15 00:35:35 +0200 |
commit | d65ff229882ef0e3dad27867125cab681c7b7aec (patch) | |
tree | 13ec0c6574d6ccee4b958c52d924487a6e1cd542 /src/mainboard | |
parent | 660de34bbf0c9843120ffa2e861d26718e3205e3 (diff) | |
download | coreboot-d65ff229882ef0e3dad27867125cab681c7b7aec.tar.xz |
nb/intel/gm45: Don't allow too low values for gfx_uma_size
Too low gfx_uma_size can result in problems if the framebuffer
does not fit.
This partially reverts: 7afcfe0 "gm45: enable setting all vram sizes
from cmos"
Change-Id: I485d24198cb784db5d2cfce0a8646e861a4a1695
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/20194
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/lenovo/t400/cmos.layout | 4 | ||||
-rw-r--r-- | src/mainboard/lenovo/x200/cmos.layout | 4 | ||||
-rw-r--r-- | src/mainboard/roda/rk9/cmos.layout | 4 |
3 files changed, 0 insertions, 12 deletions
diff --git a/src/mainboard/lenovo/t400/cmos.layout b/src/mainboard/lenovo/t400/cmos.layout index 3b1e32a181..4f89e2d754 100644 --- a/src/mainboard/lenovo/t400/cmos.layout +++ b/src/mainboard/lenovo/t400/cmos.layout @@ -125,10 +125,6 @@ enumerations 9 1 Primary 10 0 AHCI 10 1 Compatible -11 0 1M -11 1 4M -11 2 8M -11 3 16M 11 4 32M 11 5 48M 11 6 64M diff --git a/src/mainboard/lenovo/x200/cmos.layout b/src/mainboard/lenovo/x200/cmos.layout index 59a1c6daf1..f3cfe70459 100644 --- a/src/mainboard/lenovo/x200/cmos.layout +++ b/src/mainboard/lenovo/x200/cmos.layout @@ -123,10 +123,6 @@ enumerations 9 1 Primary 10 0 AHCI 10 1 Compatible -11 0 1M -11 1 4M -11 2 8M -11 3 16M 11 4 32M 11 5 48M 11 6 64M diff --git a/src/mainboard/roda/rk9/cmos.layout b/src/mainboard/roda/rk9/cmos.layout index d9119b35f1..f775afe4c7 100644 --- a/src/mainboard/roda/rk9/cmos.layout +++ b/src/mainboard/roda/rk9/cmos.layout @@ -112,10 +112,6 @@ enumerations 8 1 Yes 9 0 AHCI 9 1 Compatible -11 0 1M -11 1 4M -11 2 8M -11 3 16M 11 4 32M 11 5 48M 11 6 64M |