diff options
Diffstat (limited to 'src/soc/amd/picasso')
-rw-r--r-- | src/soc/amd/picasso/acpi/globalnvs.asl | 2 | ||||
-rw-r--r-- | src/soc/amd/picasso/include/soc/nvs.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/amd/picasso/acpi/globalnvs.asl b/src/soc/amd/picasso/acpi/globalnvs.asl index 2d24b888fd..c322a4c18c 100644 --- a/src/soc/amd/picasso/acpi/globalnvs.asl +++ b/src/soc/amd/picasso/acpi/globalnvs.asl @@ -9,7 +9,7 @@ Field (GNVS, ByteAcc, NoLock, Preserve) { /* Miscellaneous */ - CBMC, 32, // 0x00 - 0x03 - coreboot Memory Console + , 32, // 0x00 - 0x03 - coreboot Memory Console PM1I, 64, // 0x04 - 0x0b - System Wake Source - PM1 Index GPEI, 64, // 0x0c - 0x13 - GPE Wake Source TMPS, 8, // 0x14 - Temperature Sensor ID diff --git a/src/soc/amd/picasso/include/soc/nvs.h b/src/soc/amd/picasso/include/soc/nvs.h index c5821bbb0b..12cff4b652 100644 --- a/src/soc/amd/picasso/include/soc/nvs.h +++ b/src/soc/amd/picasso/include/soc/nvs.h @@ -14,7 +14,7 @@ struct __packed global_nvs { /* Miscellaneous */ - uint32_t cbmc; /* 0x00 - 0x03 - coreboot Memory Console */ + uint32_t unused_was_cbmc; /* 0x00 - 0x03 - coreboot Memory Console */ uint64_t pm1i; /* 0x04 - 0x0b - System Wake Source - PM1 Index */ uint64_t gpei; /* 0x0c - 0x13 - GPE Wake Source */ uint8_t tmps; /* 0x14 - Temperature Sensor ID */ |