diff options
Diffstat (limited to 'src/northbridge/amd')
-rw-r--r-- | src/northbridge/amd/agesa/agesa_helper.h | 3 | ||||
-rw-r--r-- | src/northbridge/amd/pi/Makefile.inc | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/northbridge/amd/agesa/agesa_helper.h b/src/northbridge/amd/agesa/agesa_helper.h index 6b7275c6e1..044393d4b9 100644 --- a/src/northbridge/amd/agesa/agesa_helper.h +++ b/src/northbridge/amd/agesa/agesa_helper.h @@ -17,6 +17,7 @@ #define _AGESA_HELPER_H_ #include <stddef.h> +#include <arch/cpu.h> enum { PICK_DMI, /* DMI Interface */ @@ -53,5 +54,7 @@ void EmptyHeap(void); #define HIGH_MEMORY_SCRATCH 0x30000 +void fixup_cbmem_to_UC(int s3resume); +void recover_postcar_frame(struct postcar_frame *pcf, int s3resume); #endif /* _AGESA_HELPER_H_ */ diff --git a/src/northbridge/amd/pi/Makefile.inc b/src/northbridge/amd/pi/Makefile.inc index b4d8c95f45..93c87ecc68 100644 --- a/src/northbridge/amd/pi/Makefile.inc +++ b/src/northbridge/amd/pi/Makefile.inc @@ -35,5 +35,6 @@ romstage-y += ../agesa/def_callouts.c ../agesa/eventlog.c ramstage-y += ../agesa/def_callouts.c ../agesa/eventlog.c ../agesa/acpi_tables.c romstage-y += ramtop.c +postcar-y += ramtop.c ramstage-y += ramtop.c endif |