soc/intel: Drop indirect <soc/nvs.h> include
Change-Id: Ia19018685749efdd543cb09c06df117690ab9d66 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/48803 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
f3f2aa8a50
commit
d6c57141dd
15 changed files with 9 additions and 6 deletions
|
@ -3,6 +3,7 @@
|
|||
#include <acpi/acpi_gnvs.h>
|
||||
#include <arch/ioapic.h>
|
||||
#include <soc/acpi.h>
|
||||
#include <soc/nvs.h>
|
||||
#include <string.h>
|
||||
|
||||
void acpi_create_gnvs(struct global_nvs *gnvs)
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
#include <soc/iomap.h>
|
||||
#include <soc/irq.h>
|
||||
#include <soc/msr.h>
|
||||
#include <soc/nvs.h>
|
||||
#include <soc/pattrs.h>
|
||||
#include <soc/pm.h>
|
||||
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
#define _BAYTRAIL_ACPI_H_
|
||||
|
||||
#include <acpi/acpi.h>
|
||||
#include <soc/nvs.h>
|
||||
|
||||
int acpi_sci_irq(void);
|
||||
unsigned long acpi_madt_irq_overrides(unsigned long current);
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
#include <soc/iomap.h>
|
||||
#include <soc/irq.h>
|
||||
#include <soc/msr.h>
|
||||
#include <soc/nvs.h>
|
||||
#include <soc/pattrs.h>
|
||||
#include <soc/pci_devs.h>
|
||||
#include <soc/pm.h>
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
#define _SOC_ACPI_H_
|
||||
|
||||
#include <acpi/acpi.h>
|
||||
#include <soc/nvs.h>
|
||||
|
||||
int acpi_sci_irq(void);
|
||||
void acpi_create_serialio_ssdt(acpi_header_t *ssdt);
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
#define _BROADWELL_ACPI_H_
|
||||
|
||||
#include <acpi/acpi.h>
|
||||
#include <soc/nvs.h>
|
||||
|
||||
/* P-state configuration */
|
||||
#define PSS_MAX_ENTRIES 8
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
#include <intelblocks/sgx.h>
|
||||
#include <intelblocks/systemagent.h>
|
||||
#include <soc/cpu.h>
|
||||
#include <soc/nvs.h>
|
||||
#include <soc/pci_devs.h>
|
||||
|
||||
static inline uint64_t sgx_resource(uint32_t low, uint32_t high)
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
#include <intelblocks/systemagent.h>
|
||||
#include <smbios.h>
|
||||
#include <soc/iomap.h>
|
||||
#include <soc/nvs.h>
|
||||
#include <soc/pci_devs.h>
|
||||
#include <soc/systemagent.h>
|
||||
#include <types.h>
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
#include <intelblocks/acpi.h>
|
||||
#include <soc/acpi.h>
|
||||
#include <soc/cpu.h>
|
||||
#include <soc/nvs.h>
|
||||
#include <soc/soc_util.h>
|
||||
#include <soc/pmc.h>
|
||||
#include <soc/systemagent.h>
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
#define _DENVERTON_NS_ACPI_H_
|
||||
|
||||
#include <acpi/acpi.h>
|
||||
#include <soc/nvs.h>
|
||||
|
||||
void acpi_create_serialio_ssdt(acpi_header_t *ssdt);
|
||||
unsigned long acpi_madt_irq_overrides(unsigned long current);
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
#include <soc/cpu.h>
|
||||
#include <soc/iomap.h>
|
||||
#include <soc/msr.h>
|
||||
#include <soc/nvs.h>
|
||||
#include <soc/pci_devs.h>
|
||||
#include <soc/pm.h>
|
||||
#include <soc/ramstage.h>
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
#define _SOC_ACPI_H_
|
||||
|
||||
#include <acpi/acpi.h>
|
||||
#include <soc/nvs.h>
|
||||
|
||||
/* P-state configuration */
|
||||
#define PSS_MAX_ENTRIES 8
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
#include <soc/cpu.h>
|
||||
#include <soc/iomap.h>
|
||||
#include <soc/msr.h>
|
||||
#include <soc/nvs.h>
|
||||
#include <soc/pci_devs.h>
|
||||
#include <soc/pm.h>
|
||||
#include <soc/soc_util.h>
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
#define _SOC_ACPI_H_
|
||||
|
||||
#include <acpi/acpi.h>
|
||||
#include <soc/nvs.h>
|
||||
|
||||
#define MEM_BLK_COUNT 0x140
|
||||
typedef struct {
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
#include <soc/iomap.h>
|
||||
#include <device/mmio.h>
|
||||
#include <soc/msr.h>
|
||||
#include <soc/nvs.h>
|
||||
#include <soc/pci_devs.h>
|
||||
#include <soc/pm.h>
|
||||
#include <soc/soc_util.h>
|
||||
|
|
Loading…
Reference in a new issue