diff options
author | Chris Morgan <macromorgan@hotmail.com> | 2020-02-05 12:38:48 -0600 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-02-09 19:24:30 +0000 |
commit | f8a13d5a2292c08515e4970d3f9bf5a9d0bee7d1 (patch) | |
tree | 162a00493826c21ff9b9a4050717254784698a59 /src/mainboard/lenovo/t440p/cmos.layout | |
parent | 75372e5a7541a897b7d41d062957d045a1021ff9 (diff) | |
download | coreboot-f8a13d5a2292c08515e4970d3f9bf5a9d0bee7d1.tar.xz |
mb/lenovo/t440p: Enable dGPU on Lenovo T440P
Enable the dGPU on the Lenovo T440P. It uses the same code (roughly) of
the T430S. By default, it is set to be disabled however it can be
enabled via the nvram option enable_dual_graphics. Removed hybrid graphics
options too as they are not valid for the T440p. Tested on a T440P with
Ubuntu 18.04.4 with Kernel 5.3.0-29 (successful). Tested on same machine
with Windows 10 1909 (machine check exception bluescreen).
Change-Id: Idf8c2c0d1ae34bda8736448d3e350396e3cf7a93
Signed-off-by: Chris Morgan <macromorgan@hotmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/38723
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Diffstat (limited to 'src/mainboard/lenovo/t440p/cmos.layout')
-rw-r--r-- | src/mainboard/lenovo/t440p/cmos.layout | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mainboard/lenovo/t440p/cmos.layout b/src/mainboard/lenovo/t440p/cmos.layout index f65933a715..9c09104d55 100644 --- a/src/mainboard/lenovo/t440p/cmos.layout +++ b/src/mainboard/lenovo/t440p/cmos.layout @@ -69,7 +69,7 @@ entries 424 1 e 1 f1_to_f12_as_primary # coreboot config options: northbridge -#435 2 e 12 hybrid_graphics_mode +435 1 e 1 enable_dual_graphics #437 3 r 0 unused 440 8 h 0 volume @@ -108,9 +108,6 @@ enumerations 10 1 Keyboard #10 2 Thinklight only 10 3 None -#12 0 Integrated Only -#12 1 Discrete Only -#12 2 Dual Graphics 13 0 Disable 13 1 AC and battery 13 2 AC only |