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>

View File

@ -13,13 +13,13 @@
* GNU General Public License for more details.
*/
#include "agesawrapper.h"
#include <amdblocks/agesawrapper.h>
#include <arch/early_variables.h>
#include <cbfs.h>
#include <cbmem.h>
#include <delay.h>
#include <cpu/x86/mtrr.h>
#include <BiosCallOuts.h>
#include <amdblocks/BiosCallOuts.h>
#include <string.h>
#include <timestamp.h>

View File

@ -20,8 +20,8 @@
#include <device/pci_def.h>
#include <device/pci_ops.h>
#include <agesawrapper.h>
#include <agesawrapper_call.h>
#include <amdblocks/agesawrapper.h>
#include <amdblocks/agesawrapper_call.h>
static void agesawrapper_post_device(void *unused)
{

View File

@ -17,7 +17,7 @@
#ifndef __CALLOUTS_AMD_AGESA_H__
#define __CALLOUTS_AMD_AGESA_H__
#include "agesawrapper.h"
#include <amdblocks/agesawrapper.h>
#define BIOS_HEAP_START_ADDRESS 0x010000000
#define BIOS_HEAP_SIZE 0x30000

View File

@ -14,7 +14,7 @@
#ifndef __AGESAWRAPPER_CALL_H__
#define __AGESAWRAPPER_CALL_H__
#include "agesawrapper.h"
#include <amdblocks/agesawrapper.h>
#include <stdint.h>
#include <console/console.h>

View File

@ -16,7 +16,7 @@
#ifndef __DIMMSPD_H__
#define __DIMMSPD_H__
#include <agesawrapper.h>
#include <amdblocks/agesawrapper.h>
#include <stddef.h>
#include <stdint.h>

View File

@ -16,7 +16,7 @@
#ifndef __AMD_PSP_H__
#define __AMD_PSP_H__
#include <agesawrapper.h>
#include <amdblocks/agesawrapper.h>
#include <soc/pci_devs.h>
#include <stdint.h>
#include <compiler.h>

View File

@ -19,9 +19,9 @@
#include <cpu/x86/mp.h>
#include <timer.h>
#include <amdlib.h>
#include <BiosCallOuts.h>
#include "agesawrapper.h"
#include <agesawrapper_call.h>
#include <amdblocks/BiosCallOuts.h>
#include <amdblocks/agesawrapper.h>
#include <amdblocks/agesawrapper_call.h>
#include <reset.h>
#include <soc/southbridge.h>

View File

@ -12,10 +12,10 @@
*/
#include "agesawrapper.h"
#include <amdblocks/agesawrapper.h>
#include <amdlib.h>
#include <arch/acpi.h>
#include <BiosCallOuts.h>
#include <amdblocks/BiosCallOuts.h>
#include <cbmem.h>
#include <string.h>

View File

@ -17,12 +17,12 @@
#include <device/device.h>
#include <device/pci_def.h>
#include <BiosCallOuts.h>
#include <amdblocks/BiosCallOuts.h>
#include <soc/southbridge.h>
#include <soc/pci_devs.h>
#include <stdlib.h>
#include <agesawrapper.h>
#include <amdblocks/agesawrapper.h>
#include <amdlib.h>
#include <amdblocks/dimm_spd.h>
#include "chip.h"

View File

@ -22,8 +22,8 @@
#include <cpu/amd/amdfam15.h>
#include <smp/node.h>
#include <bootblock_common.h>
#include <agesawrapper.h>
#include <agesawrapper_call.h>
#include <amdblocks/agesawrapper.h>
#include <amdblocks/agesawrapper_call.h>
#include <soc/pci_devs.h>
#include <soc/northbridge.h>
#include <soc/southbridge.h>

View File

@ -24,8 +24,8 @@
#include <soc/northbridge.h>
#include <soc/southbridge.h>
#include <amdblocks/psp.h>
#include <agesawrapper.h>
#include <agesawrapper_call.h>
#include <amdblocks/agesawrapper.h>
#include <amdblocks/agesawrapper_call.h>
struct device_operations cpu_bus_ops = {
.read_resources = DEVICE_NOOP,

View File

@ -15,7 +15,7 @@
#define __SIMPLE_DEVICE__
#include <agesawrapper.h>
#include <amdblocks/agesawrapper.h>
#include <soc/imc.h>
#include <arch/io.h>
#include <device/device.h>

View File

@ -16,7 +16,7 @@
#ifndef __AMD_STONEY_FCHEC__
#define __AMD_STONEY_FCHEC__
#include <agesawrapper.h>
#include <amdblocks/agesawrapper.h>
#include <soc/imc.h>
void agesawrapper_fchecfancontrolservice(void);

View File

@ -28,8 +28,8 @@
#include <device/device.h>
#include <device/pci.h>
#include <device/pci_ids.h>
#include <agesawrapper.h>
#include <agesawrapper_call.h>
#include <amdblocks/agesawrapper.h>
#include <amdblocks/agesawrapper_call.h>
#include <soc/northbridge.h>
#include <soc/southbridge.h>
#include <soc/pci_devs.h>

View File

@ -24,8 +24,8 @@
#include <device/device.h>
#include <chip.h>
#include <program_loading.h>
#include <agesawrapper.h>
#include <agesawrapper_call.h>
#include <amdblocks/agesawrapper.h>
#include <amdblocks/agesawrapper_call.h>
#include <soc/northbridge.h>
#include <soc/southbridge.h>
#include <amdblocks/psp.h>

View File

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

View File

@ -41,7 +41,7 @@
***************************************************************************/
// TODO This list needs to be pruned of anything that is not API
#include "AGESA.h"
#include "agesawrapper.h"
#include <block/include/amdblocks/agesawrapper.h>
#include "AcpiLib.h"
#include "FchCommonCfg.h"
#include "Fch.h"