soc/amd/common/blocks/include: rename gpio_banks.h to gpio.h
This brings the AMD SoC GPIO code in line with the Intel SoC code and removes the not really needed suffix. Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: Ie2dbec81dfe503869beb2872b01a7475e2b88b33 Reviewed-on: https://review.coreboot.org/c/coreboot/+/57842 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Raul Rangel <rrangel@chromium.org>
This commit is contained in:
parent
2876e4f49a
commit
dea4e0fe68
28 changed files with 27 additions and 27 deletions
|
|
@ -1,7 +1,7 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||
|
||||
#include <acpi/acpi.h>
|
||||
#include <amdblocks/gpio_banks.h>
|
||||
#include <amdblocks/gpio.h>
|
||||
#include <amdblocks/smi.h>
|
||||
#include <ec/google/chromeec/ec.h>
|
||||
#include <soc/smi.h>
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
#ifndef __BASEBOARD_VARIANTS_H__
|
||||
#define __BASEBOARD_VARIANTS_H__
|
||||
|
||||
#include <amdblocks/gpio_banks.h>
|
||||
#include <amdblocks/gpio.h>
|
||||
#include <soc/pci_devs.h>
|
||||
|
||||
#define WLAN_DEVFN PCIE_GPP_2_0_DEVFN
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||
|
||||
#include <amdblocks/acpimmio.h>
|
||||
#include <amdblocks/gpio_banks.h>
|
||||
#include <amdblocks/gpio.h>
|
||||
#include <arch/io.h>
|
||||
#include <baseboard/variants.h>
|
||||
#include <security/vboot/vboot_common.h>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||
|
||||
#include <acpi/acpi.h>
|
||||
#include <amdblocks/gpio_banks.h>
|
||||
#include <amdblocks/gpio.h>
|
||||
#include <amdblocks/smi.h>
|
||||
#include <ec/google/chromeec/ec.h>
|
||||
#include <soc/smi.h>
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
#ifndef __BASEBOARD_VARIANTS_H__
|
||||
#define __BASEBOARD_VARIANTS_H__
|
||||
|
||||
#include <amdblocks/gpio_banks.h>
|
||||
#include <amdblocks/gpio.h>
|
||||
|
||||
/*
|
||||
* This function provides base GPIO configuration table. It is typically provided by
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||
|
||||
#include <amdblocks/gpio_banks.h>
|
||||
#include <amdblocks/gpio.h>
|
||||
#include <baseboard/variants.h>
|
||||
#include <security/vboot/vboot_common.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
#include <acpi/acpi.h>
|
||||
#include <acpi/acpigen.h>
|
||||
#include <amdblocks/amd_pci_util.h>
|
||||
#include <amdblocks/gpio_banks.h>
|
||||
#include <amdblocks/gpio.h>
|
||||
#include <amdblocks/smi.h>
|
||||
#include <baseboard/variants.h>
|
||||
#include <boardid.h>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||
|
||||
#include <amdblocks/gpio_banks.h>
|
||||
#include <amdblocks/gpio.h>
|
||||
#include <baseboard/variants.h>
|
||||
#include <security/vboot/vboot_common.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
#include <stdint.h>
|
||||
#include <amdblocks/acpimmio.h>
|
||||
#include <amdblocks/gpio_banks.h>
|
||||
#include <amdblocks/gpio.h>
|
||||
#include <amdblocks/gpio_defs.h>
|
||||
#include <device/pci_def.h>
|
||||
#include <device/pci_ops.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue