diff options
author | Marc Jones <marcj303@gmail.com> | 2017-10-26 16:50:42 -0600 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-12-02 03:15:45 +0000 |
commit | 33eef1374f49175646790370a7dfbd01814a087e (patch) | |
tree | 72457ac6e1ab0ccf2c8b2d667125116ca97274f8 /src/soc/amd/stoneyridge | |
parent | 2ba8bba99aa1d589ef21b5ad1dd7a9a34640acac (diff) | |
download | coreboot-33eef1374f49175646790370a7dfbd01814a087e.tar.xz |
soc/amd/stoneyridge: Add RunOnAP support
Add support for AGESA callbacks RunFcnOnAp() and RunFcnOnAllAp().
Update the wording on the AP errors. The functions are not missing,
they are not supported.
BUG= b:66690176
BRANCH=none
TEST=Check serial output for the AP calls from AGESA.
Change-Id: Id30cb2e0c6cc474158f3a7710dbb8ecf54f1ffe4
Signed-off-by: Marc Jones <marcj303@gmail.com>
Reviewed-on: https://review.coreboot.org/22194
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/soc/amd/stoneyridge')
-rw-r--r-- | src/soc/amd/stoneyridge/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/amd/stoneyridge/Kconfig b/src/soc/amd/stoneyridge/Kconfig index 7f44883800..3ca0e3982b 100644 --- a/src/soc/amd/stoneyridge/Kconfig +++ b/src/soc/amd/stoneyridge/Kconfig @@ -52,6 +52,7 @@ config CPU_SPECIFIC_OPTIONS select BOOTBLOCK_CONSOLE select RELOCATABLE_MODULES select PARALLEL_MP + select PARALLEL_MP_AP_WORK select HAVE_SMI_HANDLER select SMM_TSEG select RELOCATABLE_RAMSTAGE |