From 88db14d788c768f1124eb4f9c8ddff3d150e6cb6 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Sun, 19 Oct 2014 23:51:33 +0300 Subject: AGESA fam15tn fam16kb: Fix missing FCH function prototypes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I242664032d368794d828fce73a20f75ded45051d Signed-off-by: Kyösti Mälkki Reviewed-on: http://review.coreboot.org/7151 Reviewed-by: Edward O'Callaghan Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel --- src/vendorcode/amd/agesa/f15tn/Proc/Fch/FchPlatform.h | 10 ++++++++++ src/vendorcode/amd/agesa/f15tn/Proc/Fch/Interface/FchInitS3.c | 9 --------- src/vendorcode/amd/agesa/f16kb/Proc/Fch/FchPlatform.h | 10 ++++++++++ src/vendorcode/amd/agesa/f16kb/Proc/Fch/Interface/FchInitS3.c | 9 --------- 4 files changed, 20 insertions(+), 18 deletions(-) (limited to 'src/vendorcode') diff --git a/src/vendorcode/amd/agesa/f15tn/Proc/Fch/FchPlatform.h b/src/vendorcode/amd/agesa/f15tn/Proc/Fch/FchPlatform.h index aeace64bd6..b3ed9175ae 100644 --- a/src/vendorcode/amd/agesa/f15tn/Proc/Fch/FchPlatform.h +++ b/src/vendorcode/amd/agesa/f15tn/Proc/Fch/FchPlatform.h @@ -115,4 +115,14 @@ extern BUILD_OPT_CFG UserOptions; +VOID +FchInitS3EarlyRestore ( + IN FCH_DATA_BLOCK *FchDataPtr + ); + +VOID +FchInitS3LateRestore ( + IN FCH_DATA_BLOCK *FchDataPtr + ); + #endif // _FCH_PLATFORM_H_ diff --git a/src/vendorcode/amd/agesa/f15tn/Proc/Fch/Interface/FchInitS3.c b/src/vendorcode/amd/agesa/f15tn/Proc/Fch/Interface/FchInitS3.c index 75fdf8a412..5c9341a06f 100644 --- a/src/vendorcode/amd/agesa/f15tn/Proc/Fch/Interface/FchInitS3.c +++ b/src/vendorcode/amd/agesa/f15tn/Proc/Fch/Interface/FchInitS3.c @@ -47,15 +47,6 @@ extern FCH_TASK_ENTRY *FchInitS3EarlyTaskTable[]; extern FCH_TASK_ENTRY *FchInitS3LateTaskTable[]; -VOID -FchInitS3EarlyRestore ( - IN FCH_DATA_BLOCK *FchDataPtr - ); - -VOID -FchInitS3LateRestore ( - IN FCH_DATA_BLOCK *FchDataPtr - ); /*----------------------------------------------------------------------------------------*/ /** * FchInitS3EarlyRestore - Config Fch before ACPI S3 resume PCI config device restore diff --git a/src/vendorcode/amd/agesa/f16kb/Proc/Fch/FchPlatform.h b/src/vendorcode/amd/agesa/f16kb/Proc/Fch/FchPlatform.h index ebf7599425..52e24d6b6d 100644 --- a/src/vendorcode/amd/agesa/f16kb/Proc/Fch/FchPlatform.h +++ b/src/vendorcode/amd/agesa/f16kb/Proc/Fch/FchPlatform.h @@ -114,4 +114,14 @@ extern BUILD_OPT_CFG UserOptions; +VOID +FchInitS3EarlyRestore ( + IN FCH_DATA_BLOCK *FchDataPtr + ); + +VOID +FchInitS3LateRestore ( + IN FCH_DATA_BLOCK *FchDataPtr + ); + #endif // _FCH_PLATFORM_H_ diff --git a/src/vendorcode/amd/agesa/f16kb/Proc/Fch/Interface/FchInitS3.c b/src/vendorcode/amd/agesa/f16kb/Proc/Fch/Interface/FchInitS3.c index e47611d79c..a44fa0cc93 100644 --- a/src/vendorcode/amd/agesa/f16kb/Proc/Fch/Interface/FchInitS3.c +++ b/src/vendorcode/amd/agesa/f16kb/Proc/Fch/Interface/FchInitS3.c @@ -47,15 +47,6 @@ extern FCH_TASK_ENTRY *FchInitS3EarlyTaskTable[]; extern FCH_TASK_ENTRY *FchInitS3LateTaskTable[]; -VOID -FchInitS3EarlyRestore ( - IN FCH_DATA_BLOCK *FchDataPtr - ); - -VOID -FchInitS3LateRestore ( - IN FCH_DATA_BLOCK *FchDataPtr - ); /*----------------------------------------------------------------------------------------*/ /** * FchInitS3EarlyRestore - Config Fch before ACPI S3 resume PCI config device restore -- cgit v1.2.3