soc/amd/common: Move Agesa related headers

Move AGESA related headers in soc/amd/common to
soc/amd/common/block/include/amdblocks.

BUG=b:69262110
TEST=Build with no error gardenia and kahlee (no code change, headers moved).

Change-Id: I5d3064625ddf8caaf370aabaf93165c6817f1ca0
Signed-off-by: Richard Spiegel <richard.spiegel@silverbackltd.com>
Reviewed-on: https://review.coreboot.org/22772
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
Richard Spiegel
2017-12-08 16:53:29 -07:00
committed by Martin Roth
parent f6f4ba9e45
commit 0ad74ace8b
31 changed files with 43 additions and 43 deletions

View File

@@ -13,8 +13,8 @@
* GNU General Public License for more details.
*/
#include <agesawrapper.h>
#include <BiosCallOuts.h>
#include <amdblocks/agesawrapper.h>
#include <amdblocks/BiosCallOuts.h>
#include <soc/imc.h>
#include <soc/southbridge.h>
#include <stdlib.h>

View File

@@ -14,7 +14,7 @@
*/
#include <chip.h>
#include <agesawrapper.h>
#include <amdblocks/agesawrapper.h>
#define DIMMS_PER_CHANNEL 2
#if DIMMS_PER_CHANNEL > MAX_DIMMS_PER_CH

View File

@@ -13,8 +13,8 @@
* GNU General Public License for more details.
*/
#include <agesawrapper.h>
#include <BiosCallOuts.h>
#include <amdblocks/agesawrapper.h>
#include <amdblocks/BiosCallOuts.h>
#include <soc/southbridge.h>
#include <stdlib.h>

View File

@@ -13,7 +13,7 @@
* GNU General Public License for more details.
*/
#include <agesawrapper.h>
#include <amdblocks/agesawrapper.h>
#define FILECODE PROC_GNB_PCIE_FAMILY_0X15_F15PCIECOMPLEXCONFIG_FILECODE

View File

@@ -16,7 +16,7 @@
#include <console/console.h>
#include <device/device.h>
#include <arch/acpi.h>
#include <agesawrapper.h>
#include <amdblocks/agesawrapper.h>
#include <amdblocks/amd_pci_util.h>
/***********************************************************

View File

@@ -13,8 +13,8 @@
* GNU General Public License for more details.
*/
#include <agesawrapper.h>
#include <BiosCallOuts.h>
#include <amdblocks/agesawrapper.h>
#include <amdblocks/BiosCallOuts.h>
#include <soc/southbridge.h>
#include <stdlib.h>
#include <baseboard/variants.h>

View File

@@ -14,7 +14,7 @@
*/
#include <chip.h>
#include <agesawrapper.h>
#include <amdblocks/agesawrapper.h>
#define DIMMS_PER_CHANNEL 1
#if DIMMS_PER_CHANNEL > MAX_DIMMS_PER_CH

View File

@@ -16,7 +16,7 @@
#include <console/console.h>
#include <device/device.h>
#include <arch/acpi.h>
#include <agesawrapper.h>
#include <amdblocks/agesawrapper.h>
#include <amdblocks/amd_pci_util.h>
#include <cbmem.h>
#include <baseboard/variants.h>

View File

@@ -13,7 +13,7 @@
* GNU General Public License for more details.
*/
#include <agesawrapper.h>
#include <amdblocks/agesawrapper.h>
#include <variant/gpio.h>
static const PCIe_PORT_DESCRIPTOR PortList[] = {

View File

@@ -13,7 +13,7 @@
* GNU General Public License for more details.
*/
#include <agesawrapper.h>
#include <amdblocks/agesawrapper.h>
#include <baseboard/variants.h>
#include <soc/gpio.h>
#include <soc/smi.h>

View File

@@ -19,7 +19,7 @@
#include <stddef.h>
#include <soc/smi.h>
#include <agesawrapper.h>
#include <amdblocks/agesawrapper.h>
const GPIO_CONTROL *get_gpio_table(void);
const struct sci_source *get_gpe_table(size_t *num);

View File

@@ -13,7 +13,7 @@
* GNU General Public License for more details.
*/
#include <agesawrapper.h>
#include <amdblocks/agesawrapper.h>
#include <variant/gpio.h>
static const PCIe_PORT_DESCRIPTOR PortList[] = {

View File

@@ -13,7 +13,7 @@
* GNU General Public License for more details.
*/
#include <agesawrapper.h>
#include <amdblocks/agesawrapper.h>
#include <baseboard/variants.h>
#include <soc/smi.h>
#include <soc/southbridge.h>