diff options
author | Patrick Rudolph <patrick.rudolph@9elements.com> | 2018-06-28 14:29:49 +0200 |
---|---|---|
committer | Patrick Rudolph <siro@das-labor.org> | 2018-11-07 07:05:23 +0000 |
commit | 63952e10601307d1f2034e9db7cc50f90cb24ed5 (patch) | |
tree | 1f17bca04565b52ac2dcff0019ccc6d38c50c62d /src/include/cpu/x86 | |
parent | 5132570845443767539fc00b502f6eafbfa37ba2 (diff) |
intel: Get rid of smm_get_pmbase
Change-Id: I2b3168c600a81502f9cd1ff3203c492cf026e532
Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
Reviewed-on: https://review.coreboot.org/27279
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/include/cpu/x86')
-rw-r--r-- | src/include/cpu/x86/smm.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/include/cpu/x86/smm.h b/src/include/cpu/x86/smm.h index 3cda35b557..379b512e93 100644 --- a/src/include/cpu/x86/smm.h +++ b/src/include/cpu/x86/smm.h @@ -507,9 +507,6 @@ void smi_release_lock(void); extern unsigned char _binary_smm_start[]; extern unsigned char _binary_smm_end[]; -/* Get PMBASE address */ -u16 smm_get_pmbase(void); - struct smm_runtime { u32 smbase; u32 save_state_size; |