arch/x86: Pass GNVS as parameter to SMM module
commit8c2cc68b1ac9e1fb2011bcb669df04b4c8cad351
authorKyösti Mälkki <kyosti.malkki@gmail.com>
Mon, 29 Jun 2020 02:57:12 +0000 (29 05:57 +0300)
committerPatrick Georgi <pgeorgi@google.com>
Mon, 4 Jan 2021 23:15:46 +0000 (4 23:15 +0000)
treed58be6725fbfc4c15034a630afdb8262e2fca84e
parentc5a3a4a602f938dbc6e2e63c96522e0b74b6c814
arch/x86: Pass GNVS as parameter to SMM module

Change-Id: I9d7417462830443f9c96273d2cc326cbcc3b17dd
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/48698
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
26 files changed:
src/cpu/x86/smm/smm_module_handler.c
src/soc/intel/baytrail/smihandler.c
src/soc/intel/baytrail/southcluster.c
src/soc/intel/braswell/acpi.c
src/soc/intel/braswell/smihandler.c
src/soc/intel/broadwell/pch/lpc.c
src/soc/intel/broadwell/pch/smihandler.c
src/soc/intel/common/block/acpi/acpi.c
src/soc/intel/common/block/smm/smihandler.c
src/soc/intel/denverton_ns/acpi.c
src/soc/intel/denverton_ns/smihandler.c
src/soc/intel/skylake/acpi.c
src/southbridge/intel/bd82x6x/lpc.c
src/southbridge/intel/bd82x6x/smihandler.c
src/southbridge/intel/common/pmutil.h
src/southbridge/intel/common/smihandler.c
src/southbridge/intel/i82801gx/lpc.c
src/southbridge/intel/i82801gx/smihandler.c
src/southbridge/intel/i82801ix/lpc.c
src/southbridge/intel/i82801ix/smihandler.c
src/southbridge/intel/i82801jx/lpc.c
src/southbridge/intel/i82801jx/smihandler.c
src/southbridge/intel/ibexpeak/lpc.c
src/southbridge/intel/ibexpeak/smihandler.c
src/southbridge/intel/lynxpoint/lpc.c
src/southbridge/intel/lynxpoint/smihandler.c