diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2015-01-08 20:44:30 +0200 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2015-01-09 11:01:19 +0100 |
commit | dc357566ea715cd5dedd277046ff58c36b622dfd (patch) | |
tree | a7b7ded5acff01b7f8e2a03e25d7b588783f6ba1 /src/cpu/amd/pi/heapmanager.c | |
parent | 6d28b91d3817c3bf411db07de7e34356bdebdb19 (diff) |
cpu/amd/pi: Use acpi_is_wakeup()
Propagate commit 9107e53 from amd/agesa and fix some
related #includes under cpu/amd/pi.
Change test to return true on S2 wakeup too. In S2 CPU would
have been powered down so MTRR recovery is required.
Change-Id: I18cb31c1124da53e5fcba2610f6b02d755feb092
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: http://review.coreboot.org/8171
Tested-by: build bot (Jenkins)
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Diffstat (limited to 'src/cpu/amd/pi/heapmanager.c')
-rw-r--r-- | src/cpu/amd/pi/heapmanager.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/amd/pi/heapmanager.c b/src/cpu/amd/pi/heapmanager.c index d2c39312d5..aa251e07a4 100644 --- a/src/cpu/amd/pi/heapmanager.c +++ b/src/cpu/amd/pi/heapmanager.c @@ -1,7 +1,7 @@ #include "AGESA.h" #include "amdlib.h" -#include <northbridge/amd/agesa/BiosCallOuts.h> +#include <northbridge/amd/pi/BiosCallOuts.h> #include "heapManager.h" #include <cbmem.h> |