diff options
author | Vladimir Serbinenko <phcoder@gmail.com> | 2015-05-28 20:42:32 +0200 |
---|---|---|
committer | Vladimir Serbinenko <phcoder@gmail.com> | 2015-05-28 22:07:08 +0200 |
commit | 456f495d4e3199146590bcb5cd76e12053c33c9e (patch) | |
tree | 9ed50b5e3e9879aae1e5e011fda78d0adc0642a3 /src/southbridge/intel/ibexpeak/pch.h | |
parent | a3e41c089602c58409e8dfd4aceecbdd7d4f4a5b (diff) |
Migrate 2065x to SMM_MODULES
This gets rid of ugly tseg_relocate for ibexpeak.
This is backport of 29ffa54969414b833de5c61b507b061f920d650b to ibexpeak.
Change-Id: I456d85abdbadb2fdccf77ca771e2518cf8b8c536
Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>
Reviewed-on: http://review.coreboot.org/10352
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/southbridge/intel/ibexpeak/pch.h')
-rw-r--r-- | src/southbridge/intel/ibexpeak/pch.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/southbridge/intel/ibexpeak/pch.h b/src/southbridge/intel/ibexpeak/pch.h index 72f2a5c37c..a73bb97795 100644 --- a/src/southbridge/intel/ibexpeak/pch.h +++ b/src/southbridge/intel/ibexpeak/pch.h @@ -67,6 +67,11 @@ void intel_pch_finalize_smm(void); #include "chip.h" void pch_enable(device_t dev); #endif +/* These helpers are for performing SMM relocation. */ +void southbridge_smm_init(void); +void southbridge_trigger_smi(void); +void southbridge_clear_smi_status(void); + int pch_silicon_revision(void); int pch_silicon_type(void); int pch_silicon_supported(int type, int rev); |