11 changed files with
0 additions and
11 deletions
|
|
|
|
@ -10,7 +10,6 @@
|
|
|
|
|
#include <arch/ioapic.h>
|
|
|
|
|
#include <device/device.h>
|
|
|
|
|
#include <stdlib.h>
|
|
|
|
|
#include <string.h>
|
|
|
|
|
#include <smbios.h>
|
|
|
|
|
#include <types.h>
|
|
|
|
|
#include "memory.h"
|
|
|
|
|
|
|
|
|
|
@ -4,7 +4,6 @@
|
|
|
|
|
#include <boardid.h>
|
|
|
|
|
#include <console/console.h>
|
|
|
|
|
#include <soc/gpio.h>
|
|
|
|
|
#include <string.h>
|
|
|
|
|
|
|
|
|
|
static const struct pad_config board_id0_1_overrides[] = {
|
|
|
|
|
/* B2 : VRALERT# ==> NC */
|
|
|
|
|
|
|
|
|
|
@ -4,7 +4,6 @@
|
|
|
|
|
#include <boardid.h>
|
|
|
|
|
#include <console/console.h>
|
|
|
|
|
#include <soc/gpio.h>
|
|
|
|
|
#include <string.h>
|
|
|
|
|
|
|
|
|
|
static const struct pad_config board_id0_1_overrides[] = {
|
|
|
|
|
/* B2 : VRALERT# ==> NC */
|
|
|
|
|
|
|
|
|
|
@ -1,6 +1,5 @@
|
|
|
|
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
|
|
|
|
|
|
|
|
#include <string.h>
|
|
|
|
|
#include <northbridge/intel/haswell/raminit.h>
|
|
|
|
|
#include <southbridge/intel/lynxpoint/pch.h>
|
|
|
|
|
#include <southbridge/intel/lynxpoint/lp_gpio.h>
|
|
|
|
|
|
|
|
|
|
@ -1,6 +1,5 @@
|
|
|
|
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
|
|
|
|
|
|
|
|
#include <string.h>
|
|
|
|
|
#include <northbridge/intel/haswell/raminit.h>
|
|
|
|
|
#include <southbridge/intel/lynxpoint/pch.h>
|
|
|
|
|
#include <southbridge/intel/lynxpoint/lp_gpio.h>
|
|
|
|
|
|
|
|
|
|
@ -1,7 +1,6 @@
|
|
|
|
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
|
|
|
|
|
|
|
|
#include <stdint.h>
|
|
|
|
|
#include <string.h>
|
|
|
|
|
#include <ec/google/chromeec/ec.h>
|
|
|
|
|
#include <northbridge/intel/haswell/raminit.h>
|
|
|
|
|
#include <southbridge/intel/lynxpoint/pch.h>
|
|
|
|
|
|
|
|
|
|
@ -1,6 +1,5 @@
|
|
|
|
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
|
|
|
|
|
|
|
|
#include <string.h>
|
|
|
|
|
#include <northbridge/intel/haswell/raminit.h>
|
|
|
|
|
#include <southbridge/intel/lynxpoint/pch.h>
|
|
|
|
|
#include <southbridge/intel/lynxpoint/lp_gpio.h>
|
|
|
|
|
|
|
|
|
|
@ -5,7 +5,6 @@
|
|
|
|
|
#include <device/device.h>
|
|
|
|
|
#include <ec/google/chromeec/ec.h>
|
|
|
|
|
#include <ec/google/chromeec/i2c_tunnel/chip.h>
|
|
|
|
|
#include <string.h>
|
|
|
|
|
|
|
|
|
|
#define DALBOZ_DB_HDMI 0x1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -4,7 +4,6 @@
|
|
|
|
|
#include <fsp/api.h>
|
|
|
|
|
#include <soc/romstage.h>
|
|
|
|
|
#include <spd_bin.h>
|
|
|
|
|
#include <string.h>
|
|
|
|
|
#include <soc/meminit.h>
|
|
|
|
|
#include <baseboard/variants.h>
|
|
|
|
|
#include <cbfs.h>
|
|
|
|
|
|
|
|
|
|
@ -3,7 +3,6 @@
|
|
|
|
|
#include <console/console.h>
|
|
|
|
|
#include <drivers/vpd/vpd.h>
|
|
|
|
|
#include <console/uart.h>
|
|
|
|
|
#include <string.h>
|
|
|
|
|
|
|
|
|
|
#include "vpd.h"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -1,7 +1,6 @@
|
|
|
|
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
|
|
|
|
|
|
|
|
#include <types.h>
|
|
|
|
|
#include <string.h>
|
|
|
|
|
#include <device/device.h>
|
|
|
|
|
#include <drivers/intel/gma/int15.h>
|
|
|
|
|
#include <acpi/acpi.h>
|
|
|
|
|
|