diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2021-03-16 19:02:26 +0200 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2021-06-14 19:45:56 +0000 |
commit | 4bd9187dadaf4f3be5a1776d98d1f79cdfb23de8 (patch) | |
tree | cadad49316ba0b6e77d9304a5505dcede8860ea5 /src/vendorcode/google | |
parent | 3dc1792f1df9a9cd982bb63d3b29cc16c08bd7f6 (diff) |
ACPI: Refactor use of global and device NVS
After ChromeOS NVS was moved to a separate allocation and the use
of multiple OperationRegions, maintaining the fixed offsets is not
necessary.
Use actual structure size for OperationRegions, but align the
allocations to 8 bytes or sizeof(uint64_t).
Change-Id: I9c73b7c44d234af42c571b23187b924ca2c3894a
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/51639
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/vendorcode/google')
-rw-r--r-- | src/vendorcode/google/chromeos/gnvs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/vendorcode/google/chromeos/gnvs.h b/src/vendorcode/google/chromeos/gnvs.h index f6dcaeaece..a25b2b0e24 100644 --- a/src/vendorcode/google/chromeos/gnvs.h +++ b/src/vendorcode/google/chromeos/gnvs.h @@ -8,8 +8,6 @@ #define ACTIVE_ECFW_RO 0 #define ACTIVE_ECFW_RW 1 -#define GNVS_DEVICE_NVS_OFFSET 0x1000 - struct chromeos_acpi { /* ChromeOS specific */ u32 vbt0; // 00 boot reason |