diff options
author | Angel Pons <th3fanbus@gmail.com> | 2020-03-01 16:00:06 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-03-03 10:11:02 +0000 |
commit | 73704533d6b0f92914408b7b4a0e4272edc318c5 (patch) | |
tree | 04931910ea9569c32c72fc93534055e725c84562 /util/autoport | |
parent | 1c2313d339ba5da92d092451ec2a253acaa2563c (diff) |
LGA1155 mainboards: Remove gfx.did and gfx.ndid
They are downright useless and result in ACPI errors. So, burn them.
Also, do a minor update to autoport's README about these values.
Change-Id: Idb5832cfd2e3043b8d70e13cbbe8bd94ad613120
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39184
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Diffstat (limited to 'util/autoport')
-rw-r--r-- | util/autoport/readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/autoport/readme.md b/util/autoport/readme.md index 9af08f40bc..bfaaef6f4e 100644 --- a/util/autoport/readme.md +++ b/util/autoport/readme.md @@ -342,7 +342,7 @@ on laptops (desktops have no "lid"!) but it makes sense to proofread it. ## `gfx.ndid` and `gfx.did` Those describe which video outputs are declared in ACPI tables. -Normally, there is no need to adjust these values, but if you miss some +Normally, there is no need to have these values, but if you miss some non-standard video output, you can declare it there. Bit 31 is set to indicate the presence of the output. Byte 1 is the type and byte 0 is used for disambigution so that ID composed of byte 1 and 0 is unique. |