diff options
author | Marshall Dawson <marshalldawson3rd@gmail.com> | 2017-09-28 17:32:30 -0600 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-10-02 22:27:38 +0000 |
commit | eecb794c96f738d20bf4d5890bbad8b3834c9685 (patch) | |
tree | a0be7275f8aad034afe4654f652f093b5b79d7ab /src/soc/amd/stoneyridge/smi.c | |
parent | 16745e39b636ad58e0f43b254ceb7812b7fbe7f9 (diff) |
amd/stoneyridge: Move pm/smi_read/write functions to util file
Pull all pm_read and write, smi_read and write variants into a single
file.
Change-Id: I87d17361f923a60c95ab66e150445a6a0431b772
Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Reviewed-on: https://review.coreboot.org/21759
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Martin Roth <martinroth@google.com>
Reviewed-by: Marc Jones <marc@marcjonesconsulting.com>
Diffstat (limited to 'src/soc/amd/stoneyridge/smi.c')
-rw-r--r-- | src/soc/amd/stoneyridge/smi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/amd/stoneyridge/smi.c b/src/soc/amd/stoneyridge/smi.c index 31ca5d1da9..1cfbc03cdd 100644 --- a/src/soc/amd/stoneyridge/smi.c +++ b/src/soc/amd/stoneyridge/smi.c @@ -9,6 +9,7 @@ #include <console/console.h> #include <cpu/cpu.h> +#include <soc/southbridge.h> #include <soc/smi.h> void smm_setup_structures(void *gnvs, void *tcg, void *smi1) |