ACPI: Fix some GNVS field comments
Change-Id: I0d1e7b86d5b98da85bf539a4a3ec23e0eeaa4dfc Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/48768 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
e1b4be1470
commit
61bc2191c3
|
@ -43,7 +43,7 @@ struct __packed global_nvs {
|
|||
u8 rsvd2[8];
|
||||
|
||||
/* Base Addresses */
|
||||
u32 cmem; /* 0x30 - CBMEM TOC */
|
||||
u32 obsolete_cmem; /* 0x30 - CBMEM TOC */
|
||||
u32 tolm; /* 0x34 - Top of Low Memory */
|
||||
u32 cbmc; /* 0x38 - coreboot memconsole */
|
||||
u8 rsvd3[120]; /* 0x3c - 0xb3 - unused */
|
||||
|
|
|
@ -32,7 +32,7 @@ struct __packed global_nvs {
|
|||
u8 s33g; /* 0x15 - Enable 3G in S3 */
|
||||
u8 lids; /* 0x16 - LID State */
|
||||
u8 pwrs; /* 0x17 - AC Power State */
|
||||
u32 cmem; /* 0x18 - 0x1b - CBMEM TOC */
|
||||
u32 obsolete_cmem; /* 0x18 - 0x1b - CBMEM TOC */
|
||||
u32 cbmc; /* 0x1c - 0x1f - coreboot Memory Console */
|
||||
u64 pm1i; /* 0x20 - 0x27 - PM1 wake status bit */
|
||||
u64 gpei; /* 0x28 - 0x2f - GPE wake status bit */
|
||||
|
|
|
@ -15,7 +15,7 @@ struct __packed global_nvs {
|
|||
u8 tlvl; /* 0x05 - Throttle Level Limit */
|
||||
u8 lids; /* 0x06 - LID State */
|
||||
u8 pwrs; /* 0x07 - AC Power State */
|
||||
u32 cbmc; /* 0x08 - 0xb AC Power State */
|
||||
u32 cbmc; /* 0x08 - 0xb coreboot Memory Console */
|
||||
u64 pm1i; /* 0x0c - 0x13 PM1 wake status bit */
|
||||
u64 gpei; /* 0x14 - 0x1b GPE wake status bit */
|
||||
u8 dpte; /* 0x1c - Enable DPTF */
|
||||
|
|
|
@ -31,7 +31,7 @@ struct __packed global_nvs {
|
|||
u8 s33g; /* 0x15 - Enable 3G in S3 */
|
||||
u8 lids; /* 0x16 - LID State */
|
||||
u8 pwrs; /* 0x17 - AC Power State */
|
||||
u32 cmem; /* 0x18 - 0x1b - CBMEM TOC */
|
||||
u32 obsolete_cmem; /* 0x18 - 0x1b - CBMEM TOC */
|
||||
u32 cbmc; /* 0x1c - 0x1f - coreboot Memory Console */
|
||||
u64 pm1i; /* 0x20 - 0x27 - PM1 wake status bit */
|
||||
u64 gpei; /* 0x28 - 0x2f - GPE wake status bit */
|
||||
|
|
Loading…
Reference in New Issue