src: Drop unused '#include <halt.h>'
Change-Id: Ie7afe77053a21bcf6a1bf314570f897d1791a620 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/31921 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
4b7202e250
commit
74aa99a543
|
@ -17,7 +17,6 @@
|
|||
|
||||
#include <arch/cache.h>
|
||||
#include "bouncebuf.h"
|
||||
#include <halt.h>
|
||||
#include "storage.h"
|
||||
#include <string.h>
|
||||
#include <commonlib/stdlib.h>
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
#include <commonlib/storage.h>
|
||||
#include <delay.h>
|
||||
#include <endian.h>
|
||||
#include <halt.h>
|
||||
#include "sdhci.h"
|
||||
#include "sd_mmc.h"
|
||||
#include "storage.h"
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
#include <cpu/x86/bist.h>
|
||||
#include <cpu/x86/msr.h>
|
||||
#include <cpu/x86/mtrr.h>
|
||||
#include <halt.h>
|
||||
#include <lib.h>
|
||||
#include <timestamp.h>
|
||||
#include <device/pci_def.h>
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
#include <bootstate.h>
|
||||
#include <delay.h>
|
||||
#include <elog.h>
|
||||
#include <halt.h>
|
||||
#include <reset.h>
|
||||
#include <rtc.h>
|
||||
#include <stdlib.h>
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
#include <northbridge/intel/sandybridge/raminit_native.h>
|
||||
#include <southbridge/intel/bd82x6x/pch.h>
|
||||
#include <southbridge/intel/common/gpio.h>
|
||||
#include <halt.h>
|
||||
#if CONFIG(CHROMEOS)
|
||||
#include <vendorcode/google/chromeos/chromeos.h>
|
||||
#endif
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#include <northbridge/intel/sandybridge/raminit_native.h>
|
||||
#include <southbridge/intel/common/gpio.h>
|
||||
#include "ec/google/chromeec/ec.h"
|
||||
#include <halt.h>
|
||||
#include <cbfs.h>
|
||||
|
||||
#include <southbridge/intel/bd82x6x/chip.h>
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
#include <northbridge/intel/sandybridge/raminit_native.h>
|
||||
#include <southbridge/intel/bd82x6x/pch.h>
|
||||
#include <southbridge/intel/common/gpio.h>
|
||||
#include <halt.h>
|
||||
#include "ec/compal/ene932/ec.h"
|
||||
|
||||
void pch_enable_lpc(void)
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
#include <northbridge/intel/sandybridge/raminit_native.h>
|
||||
#include <southbridge/intel/bd82x6x/pch.h>
|
||||
#include <southbridge/intel/common/gpio.h>
|
||||
#include <halt.h>
|
||||
#include <bootmode.h>
|
||||
#include <ec/quanta/it8518/ec.h>
|
||||
#include "ec.h"
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
#include <northbridge/intel/sandybridge/raminit_native.h>
|
||||
#include <southbridge/intel/bd82x6x/pch.h>
|
||||
#include <southbridge/intel/common/gpio.h>
|
||||
#include <halt.h>
|
||||
|
||||
#define SIO_PORT 0x164e
|
||||
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
#include <cpu/x86/lapic.h>
|
||||
#include <cpu/x86/msr.h>
|
||||
#include <device/pci_def.h>
|
||||
#include <halt.h>
|
||||
#include <northbridge/intel/sandybridge/raminit_native.h>
|
||||
#include <northbridge/intel/sandybridge/raminit.h>
|
||||
#include <northbridge/intel/sandybridge/sandybridge.h>
|
||||
|
|
|
@ -28,7 +28,6 @@
|
|||
#include <northbridge/intel/sandybridge/raminit_native.h>
|
||||
#include <southbridge/intel/bd82x6x/pch.h>
|
||||
#include <southbridge/intel/common/gpio.h>
|
||||
#include <halt.h>
|
||||
#include "option_table.h"
|
||||
#if CONFIG(DRIVERS_UART_8250IO)
|
||||
#include <superio/smsc/lpc47n207/lpc47n207.h>
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
#include <northbridge/intel/sandybridge/raminit_native.h>
|
||||
#include <southbridge/intel/bd82x6x/pch.h>
|
||||
#include <southbridge/intel/common/gpio.h>
|
||||
#include <halt.h>
|
||||
#if CONFIG(DRIVERS_UART_8250IO)
|
||||
#include <superio/smsc/lpc47n207/lpc47n207.h>
|
||||
#endif
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
#include <device/device.h>
|
||||
#include <device/pci_def.h>
|
||||
#include <device/pci_ops.h>
|
||||
#include <halt.h>
|
||||
#include <smp/node.h>
|
||||
#include <northbridge/amd/agesa/state_machine.h>
|
||||
#include <northbridge/amd/agesa/agesa_helper.h>
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
#include <device/pci_ops.h>
|
||||
#include <device/pci_def.h>
|
||||
#include <device/pci.h>
|
||||
#include <halt.h>
|
||||
#include <string.h>
|
||||
#include <northbridge/intel/pineview/pineview.h>
|
||||
#include <northbridge/intel/pineview/chip.h>
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
#include <console/console.h>
|
||||
#include <cpu/x86/cache.h>
|
||||
#include <delay.h>
|
||||
#include <halt.h>
|
||||
#include <lib.h>
|
||||
#include "pineview.h"
|
||||
#include "raminit.h"
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
#include <console/console.h>
|
||||
#include <device/pci_ops.h>
|
||||
#include <cbmem.h>
|
||||
#include <halt.h>
|
||||
#include <romstage_handoff.h>
|
||||
#include <southbridge/intel/i82801gx/i82801gx.h>
|
||||
#include <southbridge/intel/common/gpio.h>
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#include <cpu/intel/romstage.h>
|
||||
#include <device/pci_def.h>
|
||||
#include <device/device.h>
|
||||
#include <halt.h>
|
||||
#include <northbridge/intel/sandybridge/chip.h>
|
||||
#include <southbridge/intel/bd82x6x/pch.h>
|
||||
#include <southbridge/intel/common/gpio.h>
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
#include <pc80/mc146818rtc.h>
|
||||
#include "x4x.h"
|
||||
#include <console/console.h>
|
||||
#include <halt.h>
|
||||
#include <romstage_handoff.h>
|
||||
|
||||
void x4x_early_init(void)
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
#include <console/console.h>
|
||||
#include <device/pci_def.h>
|
||||
#include <device/pci_ops.h>
|
||||
#include <halt.h>
|
||||
#include <mrc_cache.h>
|
||||
#include <soc/gpio.h>
|
||||
#include <soc/iomap.h>
|
||||
|
|
|
@ -30,7 +30,6 @@
|
|||
#include <intelblocks/pmclib.h>
|
||||
#include <intelblocks/rtc.h>
|
||||
#include <intelblocks/tco.h>
|
||||
#include <halt.h>
|
||||
#include <stdlib.h>
|
||||
#include <soc/gpe.h>
|
||||
#include <soc/gpio.h>
|
||||
|
|
|
@ -23,13 +23,11 @@
|
|||
#include <cpu/x86/smm.h>
|
||||
#include <spi-generic.h>
|
||||
#include <elog.h>
|
||||
#include <halt.h>
|
||||
#include <soc/lpc.h>
|
||||
#include <soc/iomap.h>
|
||||
#include <soc/pci_devs.h>
|
||||
#include <soc/smm.h>
|
||||
|
||||
|
||||
/**
|
||||
* @brief Set the EOS bit
|
||||
*/
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
#include <intelblocks/pmclib.h>
|
||||
#include <intelblocks/rtc.h>
|
||||
#include <intelblocks/tco.h>
|
||||
#include <halt.h>
|
||||
#include <stdlib.h>
|
||||
#include <soc/gpe.h>
|
||||
#include <soc/gpio.h>
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#include <device/pci_def.h>
|
||||
#include <console/console.h>
|
||||
#include <intelblocks/pmclib.h>
|
||||
#include <halt.h>
|
||||
#include <intelblocks/lpc_lib.h>
|
||||
#include <intelblocks/tco.h>
|
||||
#include <stdlib.h>
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
#define SOC_MEDIATEK_MT8183_RTC_H
|
||||
|
||||
#include <soc/rtc_common.h>
|
||||
#include <halt.h>
|
||||
|
||||
/* RTC registers */
|
||||
enum {
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
* GNU General Public License for more details.
|
||||
*/
|
||||
|
||||
#include <halt.h>
|
||||
#include <soc/rtc_common.h>
|
||||
#include <soc/rtc.h>
|
||||
#include <soc/mt6358.h>
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
* GNU General Public License for more details.
|
||||
*/
|
||||
|
||||
#include <halt.h>
|
||||
#include <stdint.h>
|
||||
|
||||
/* Function unit addresses. */
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
* GNU General Public License for more details.
|
||||
*/
|
||||
|
||||
#include <halt.h>
|
||||
#include <stdint.h>
|
||||
|
||||
/* Function unit addresses. */
|
||||
|
|
|
@ -22,11 +22,6 @@
|
|||
#include <device/pci_def.h>
|
||||
#include <cpu/x86/smm.h>
|
||||
#include <elog.h>
|
||||
#include <halt.h>
|
||||
#include "pch.h"
|
||||
|
||||
#include "nvs.h"
|
||||
|
||||
#include <northbridge/intel/sandybridge/sandybridge.h>
|
||||
#include <southbridge/intel/bd82x6x/me.h>
|
||||
#include <southbridge/intel/common/gpio.h>
|
||||
|
@ -34,6 +29,9 @@
|
|||
#include <southbridge/intel/common/pmutil.h>
|
||||
#include <southbridge/intel/common/finalize.h>
|
||||
|
||||
#include "pch.h"
|
||||
#include "nvs.h"
|
||||
|
||||
static global_nvs_t *gnvs;
|
||||
global_nvs_t *smm_get_gnvs(void)
|
||||
{
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
#include <cpu/x86/cache.h>
|
||||
#include <cpu/x86/smm.h>
|
||||
#include <device/pci_def.h>
|
||||
#include <halt.h>
|
||||
#include <pc80/mc146818rtc.h>
|
||||
#include <southbridge/intel/common/pmutil.h>
|
||||
#include "i82801gx.h"
|
||||
|
|
Loading…
Reference in New Issue