summaryrefslogtreecommitdiff
path: root/src/include/cpu
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2019-08-14 06:25:55 +0300
committerKyösti Mälkki <kyosti.malkki@gmail.com>2019-08-28 22:51:27 +0000
commitd53fd704f252ffde35c8bf2f2b16260edce76e79 (patch)
treeaf78a8f39e05c14375cd773699e7532ac410ca20 /src/include/cpu
parentb371e233eb96daaa4b5ee3a75ef78068524210fb (diff)
downloadcoreboot-d53fd704f252ffde35c8bf2f2b16260edce76e79.tar.xz
intel/smm/gen1: Use smm_subregion()
Change-Id: I371ed41f485b3143e47f091681198d6674928897 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/34740 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/include/cpu')
-rw-r--r--src/include/cpu/intel/smm_reloc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/cpu/intel/smm_reloc.h b/src/include/cpu/intel/smm_reloc.h
index 5213bc909e..cb196fcd82 100644
--- a/src/include/cpu/intel/smm_reloc.h
+++ b/src/include/cpu/intel/smm_reloc.h
@@ -23,8 +23,6 @@ struct ied_header {
} __packed;
/* These helpers are for performing SMM relocation. */
-u32 northbridge_get_tseg_base(void);
-u32 northbridge_get_tseg_size(void);
void northbridge_write_smram(u8 smram);
void smm_lock(void);