Attention is currently required from: Lance Zhao, Tim Wawrzynczak, Patrick Rudolph. Hello Lance Zhao, build bot (Jenkins), Tim Wawrzynczak, Angel Pons, Patrick Rudolph,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/51639
to look at the new patch set (#5).
Change subject: ACPI: Refactor use of global and device NVS ......................................................................
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.
Change-Id: I9c73b7c44d234af42c571b23187b924ca2c3894a Signed-off-by: Kyösti Mälkki kyosti.malkki@gmail.com --- M src/acpi/Kconfig M src/acpi/acpigen_extern.asl M src/acpi/gnvs.c M src/include/acpi/acpi_gnvs.h M src/soc/intel/baytrail/Kconfig M src/soc/intel/baytrail/ramstage.c M src/soc/intel/baytrail/smihandler.c M src/soc/intel/braswell/Kconfig M src/soc/intel/braswell/acpi.c M src/soc/intel/broadwell/Kconfig M src/soc/intel/broadwell/pch/ramstage.c M src/vendorcode/google/chromeos/gnvs.h 12 files changed, 37 insertions(+), 34 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/39/51639/5