From 7c60498de703881b689e06fdd1a14f741a93d5c1 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Thu, 28 Sep 2017 17:14:56 +0300 Subject: AGESA binaryPI: Drop amdlib.h in BiosCallouts.c MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Some fam14 boards will need more work on this area, those are to be addressed with followup patches. Change-Id: I14208cf8519a4cf71e4944d08a2dae36b7f1f878 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/21734 Tested-by: build bot (Jenkins) Reviewed-by: Marshall Dawson --- src/mainboard/amd/bettong/BiosCallOuts.c | 1 - src/mainboard/amd/db-ft3b-lc/BiosCallOuts.c | 1 - src/mainboard/amd/lamar/BiosCallOuts.c | 1 - src/mainboard/amd/olivehill/BiosCallOuts.c | 1 - src/mainboard/amd/olivehillplus/BiosCallOuts.c | 1 - src/mainboard/amd/parmer/BiosCallOuts.c | 1 - src/mainboard/amd/thatcher/BiosCallOuts.c | 1 - 7 files changed, 7 deletions(-) (limited to 'src/mainboard/amd') diff --git a/src/mainboard/amd/bettong/BiosCallOuts.c b/src/mainboard/amd/bettong/BiosCallOuts.c index f14365ce66..d9b9570d06 100644 --- a/src/mainboard/amd/bettong/BiosCallOuts.c +++ b/src/mainboard/amd/bettong/BiosCallOuts.c @@ -16,7 +16,6 @@ #include #include #include "AGESA.h" -#include "amdlib.h" #include #include #include "FchPlatform.h" diff --git a/src/mainboard/amd/db-ft3b-lc/BiosCallOuts.c b/src/mainboard/amd/db-ft3b-lc/BiosCallOuts.c index 71d3bd2dfc..612ab5b176 100644 --- a/src/mainboard/amd/db-ft3b-lc/BiosCallOuts.c +++ b/src/mainboard/amd/db-ft3b-lc/BiosCallOuts.c @@ -15,7 +15,6 @@ */ #include "AGESA.h" -#include "amdlib.h" #include #include #include "FchPlatform.h" diff --git a/src/mainboard/amd/lamar/BiosCallOuts.c b/src/mainboard/amd/lamar/BiosCallOuts.c index 4eda8d570d..98b59e79ec 100644 --- a/src/mainboard/amd/lamar/BiosCallOuts.c +++ b/src/mainboard/amd/lamar/BiosCallOuts.c @@ -14,7 +14,6 @@ */ #include "AGESA.h" -#include "amdlib.h" #include #include "FchPlatform.h" #include "cbfs.h" diff --git a/src/mainboard/amd/olivehill/BiosCallOuts.c b/src/mainboard/amd/olivehill/BiosCallOuts.c index e56f552baa..0ff1e9a700 100644 --- a/src/mainboard/amd/olivehill/BiosCallOuts.c +++ b/src/mainboard/amd/olivehill/BiosCallOuts.c @@ -14,7 +14,6 @@ */ #include "AGESA.h" -#include "amdlib.h" #include #include #include "FchPlatform.h" diff --git a/src/mainboard/amd/olivehillplus/BiosCallOuts.c b/src/mainboard/amd/olivehillplus/BiosCallOuts.c index c6ed492adc..92ba28795f 100644 --- a/src/mainboard/amd/olivehillplus/BiosCallOuts.c +++ b/src/mainboard/amd/olivehillplus/BiosCallOuts.c @@ -14,7 +14,6 @@ */ #include "AGESA.h" -#include "amdlib.h" #include #include "FchPlatform.h" #include "cbfs.h" diff --git a/src/mainboard/amd/parmer/BiosCallOuts.c b/src/mainboard/amd/parmer/BiosCallOuts.c index 7a10ad9888..b912d28870 100644 --- a/src/mainboard/amd/parmer/BiosCallOuts.c +++ b/src/mainboard/amd/parmer/BiosCallOuts.c @@ -14,7 +14,6 @@ */ #include "AGESA.h" -#include "amdlib.h" #include #include #include "FchPlatform.h" diff --git a/src/mainboard/amd/thatcher/BiosCallOuts.c b/src/mainboard/amd/thatcher/BiosCallOuts.c index f161e3867a..9ebcdb2b62 100644 --- a/src/mainboard/amd/thatcher/BiosCallOuts.c +++ b/src/mainboard/amd/thatcher/BiosCallOuts.c @@ -14,7 +14,6 @@ */ #include "AGESA.h" -#include "amdlib.h" #include #include #include "FchPlatform.h" -- cgit v1.2.3