soc/intel: Clean up some includes
Change-Id: Ibb680bb8f94fb8a2812f420ac38f15684b5c0b4f Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/74978 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
This commit is contained in:
parent
5cd548b773
commit
85556ac1dc
|
@ -3,7 +3,6 @@
|
|||
#include <acpi/acpi.h>
|
||||
#include <soc/iomap.h>
|
||||
#include <soc/pm.h>
|
||||
#include "chip.h"
|
||||
|
||||
void acpi_fill_fadt(acpi_fadt_t *fadt)
|
||||
{
|
||||
|
|
|
@ -7,18 +7,18 @@
|
|||
#include <acpi/acpi_pm.h>
|
||||
#include <arch/io.h>
|
||||
#include <bootmode.h>
|
||||
#include <console/console.h>
|
||||
#include <device/device.h>
|
||||
#include <device/mmio.h>
|
||||
#include <device/pci.h>
|
||||
#include <device/pci_ops.h>
|
||||
#include <console/console.h>
|
||||
#include <halt.h>
|
||||
|
||||
#include <security/vboot/vbnv.h>
|
||||
#include <soc/iomap.h>
|
||||
#include <soc/lpc.h>
|
||||
#include <soc/pci_devs.h>
|
||||
#include <soc/pm.h>
|
||||
#include <security/vboot/vbnv.h>
|
||||
|
||||
uint16_t get_pmbase(void)
|
||||
{
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
#include <soc/acpi.h>
|
||||
#include <soc/iomap.h>
|
||||
#include <soc/pm.h>
|
||||
#include "chip.h"
|
||||
|
||||
void acpi_fill_fadt(acpi_fadt_t *fadt)
|
||||
{
|
||||
|
|
|
@ -6,12 +6,12 @@
|
|||
#include <arch/io.h>
|
||||
#include <assert.h>
|
||||
#include <bootmode.h>
|
||||
#include <console/console.h>
|
||||
#include <device/device.h>
|
||||
#include <device/mmio.h>
|
||||
#include <device/pci.h>
|
||||
#include <device/pci_ops.h>
|
||||
#include <halt.h>
|
||||
#include <console/console.h>
|
||||
#include <soc/iomap.h>
|
||||
#include <soc/lpc.h>
|
||||
#include <soc/pci_devs.h>
|
||||
|
|
|
@ -11,12 +11,12 @@
|
|||
#include <device/pci_def.h>
|
||||
#include <elog.h>
|
||||
#include <gpio.h>
|
||||
#include <smmstore.h>
|
||||
#include <soc/nvs.h>
|
||||
#include <soc/pci_devs.h>
|
||||
#include <soc/pm.h>
|
||||
#include <spi-generic.h>
|
||||
#include <stdint.h>
|
||||
#include <smmstore.h>
|
||||
|
||||
void southbridge_smi_set_eos(void)
|
||||
{
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
#include <acpi/acpi.h>
|
||||
#include <soc/iomap.h>
|
||||
#include <soc/pm.h>
|
||||
#include "chip.h"
|
||||
|
||||
void acpi_fill_fadt(acpi_fadt_t *fadt)
|
||||
{
|
||||
|
|
|
@ -8,16 +8,16 @@
|
|||
#include <acpi/acpi.h>
|
||||
#include <arch/io.h>
|
||||
#include <bootmode.h>
|
||||
#include <device/pci_ops.h>
|
||||
#include <console/console.h>
|
||||
#include <device/device.h>
|
||||
#include <device/pci_ops.h>
|
||||
#include <device/pci.h>
|
||||
#include <halt.h>
|
||||
#include <console/console.h>
|
||||
#include <security/vboot/vbnv.h>
|
||||
#include <soc/iomap.h>
|
||||
#include <soc/lpc.h>
|
||||
#include <soc/pci_devs.h>
|
||||
#include <soc/pm.h>
|
||||
#include <security/vboot/vbnv.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#define GPIO_ALT_GPI_SMI_STS 0x50
|
||||
|
|
|
@ -3,25 +3,25 @@
|
|||
#include <delay.h>
|
||||
#include <types.h>
|
||||
#include <arch/io.h>
|
||||
#include <device/mmio.h>
|
||||
#include <device/pci_ops.h>
|
||||
#include <console/console.h>
|
||||
#include <cpu/x86/cache.h>
|
||||
#include <device/pci_def.h>
|
||||
#include <cpu/x86/smm.h>
|
||||
#include <cpu/intel/em64t101_save_state.h>
|
||||
#include <cpu/x86/cache.h>
|
||||
#include <cpu/x86/smm.h>
|
||||
#include <device/mmio.h>
|
||||
#include <device/pci_def.h>
|
||||
#include <device/pci_ops.h>
|
||||
#include <drivers/intel/gma/i915_reg.h>
|
||||
#include <spi-generic.h>
|
||||
#include <elog.h>
|
||||
#include <halt.h>
|
||||
#include <option.h>
|
||||
#include <smmstore.h>
|
||||
#include <soc/lpc.h>
|
||||
#include <soc/nvs.h>
|
||||
#include <soc/pci_devs.h>
|
||||
#include <soc/pm.h>
|
||||
#include <soc/rcba.h>
|
||||
#include <soc/xhci.h>
|
||||
#include <drivers/intel/gma/i915_reg.h>
|
||||
#include <smmstore.h>
|
||||
|
||||
/**
|
||||
* @brief Set the EOS bit
|
||||
|
|
Loading…
Reference in New Issue