diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2019-08-10 15:51:59 +0300 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2019-08-13 13:59:34 +0000 |
commit | c4fdb7b923f82e31a687fc01f7176ad05ab51689 (patch) | |
tree | f7ee32bd81fe70378fae542570d4f674b1e31f71 /src/soc | |
parent | e31ec299decd5a07e14fbd680eb88d34561c646d (diff) |
cpu/x86: Move some SMM function declarations
Change-Id: I9a4e57f8fd032f2824eab0e5b59d635710e3e24b
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/34822
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/amd/picasso/smi.c | 1 | ||||
-rw-r--r-- | src/soc/amd/stoneyridge/smi.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/soc/amd/picasso/smi.c b/src/soc/amd/picasso/smi.c index 4a0d833c7b..b11eda6360 100644 --- a/src/soc/amd/picasso/smi.c +++ b/src/soc/amd/picasso/smi.c @@ -19,6 +19,7 @@ */ #include <console/console.h> +#include <cpu/x86/smm.h> #include <amdblocks/acpimmio.h> #include <soc/southbridge.h> #include <soc/smi.h> diff --git a/src/soc/amd/stoneyridge/smi.c b/src/soc/amd/stoneyridge/smi.c index 4a0d833c7b..b11eda6360 100644 --- a/src/soc/amd/stoneyridge/smi.c +++ b/src/soc/amd/stoneyridge/smi.c @@ -19,6 +19,7 @@ */ #include <console/console.h> +#include <cpu/x86/smm.h> #include <amdblocks/acpimmio.h> #include <soc/southbridge.h> #include <soc/smi.h> |