aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/intel/i82801gx/nvs.h
diff options
context:
space:
mode:
authorMatt DeVillier <matt.devillier@gmail.com>2020-03-30 21:55:21 -0500
committerMatt DeVillier <matt.devillier@gmail.com>2020-04-02 20:31:34 +0000
commit28f727b59ba10eec3b3805cc57542643856fbef2 (patch)
tree3b33ed655142f86f5458af5f25ed64a33dcac84a /src/southbridge/intel/i82801gx/nvs.h
parentc821f00b518c82d20672be844c3a3ef4807112fe (diff)
sb/intel/i82801gx: drop IGD-related NVS variables
NDID/DID entries are no longer used by the GMA SSDT generator, so drop them. SSDT generation will be simplified in a subsequent commit. Change-Id: I51a11e7ed6686ab67dac3f02097457ea9c6a7e6a Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/39953 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/southbridge/intel/i82801gx/nvs.h')
-rw-r--r--src/southbridge/intel/i82801gx/nvs.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/southbridge/intel/i82801gx/nvs.h b/src/southbridge/intel/i82801gx/nvs.h
index 6a178d2f3a..0b12d95f00 100644
--- a/src/southbridge/intel/i82801gx/nvs.h
+++ b/src/southbridge/intel/i82801gx/nvs.h
@@ -71,10 +71,7 @@ typedef struct {
u8 tlst; /* 0x3d - Display Toggle List Pointer */
u8 cadl; /* 0x3e - currently attached devices */
u8 padl; /* 0x3f - previously attached devices */
- u16 rsvd14[3];
- u8 ndid; /* 0x46 - number of device ids */
- u32 did[5]; /* 0x47 - 5b device id 1..5 */
- u8 rsvd5[0x9];
+ u8 rsvd5[36];
/* Backlight Control */
u8 blcs; /* 0x64 - Backlight Control possible */
u8 brtl;