aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/cannonlake/include
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2019-08-05 12:49:09 +0300
committerKyösti Mälkki <kyosti.malkki@gmail.com>2019-08-09 13:13:41 +0000
commit2e3aff8d86a98d66196443592946ae9272e6386c (patch)
treefcabcafa9d9959534b0a8939a2290e3e5ab0db88 /src/soc/intel/cannonlake/include
parent544369ebf3223eda11279614b93b9e05f7f27170 (diff)
cpu/x86/smm: Drop SMI handler address from struct
Change-Id: Ib925b11ba269e0f3a9a0a7550705bf2a6794c5b1 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/34747 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/soc/intel/cannonlake/include')
-rw-r--r--src/soc/intel/cannonlake/include/soc/smm.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/intel/cannonlake/include/soc/smm.h b/src/soc/intel/cannonlake/include/soc/smm.h
index 5f51fa224d..e2367a7795 100644
--- a/src/soc/intel/cannonlake/include/soc/smm.h
+++ b/src/soc/intel/cannonlake/include/soc/smm.h
@@ -29,8 +29,6 @@ struct ied_header {
} __packed;
struct smm_relocation_params {
- uintptr_t smram_base;
- size_t smram_size;
uintptr_t ied_base;
size_t ied_size;
msr_t smrr_base;