23 changed files with
0 additions and
23 deletions
|
|
|
|
@ -1,6 +1,5 @@
|
|
|
|
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
|
|
|
|
|
|
|
|
#include <bootstate.h>
|
|
|
|
|
#include <cbmem.h>
|
|
|
|
|
#include <console/console.h>
|
|
|
|
|
#include <cpu/x86/name.h>
|
|
|
|
|
|
|
|
|
|
@ -2,7 +2,6 @@
|
|
|
|
|
|
|
|
|
|
#include <console/console.h>
|
|
|
|
|
#include <bootmem.h>
|
|
|
|
|
#include <bootstate.h>
|
|
|
|
|
#include <boot/tables.h>
|
|
|
|
|
#include <boot/coreboot_tables.h>
|
|
|
|
|
#include <arch/pirq_routing.h>
|
|
|
|
|
|
|
|
|
|
@ -1,7 +1,6 @@
|
|
|
|
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
|
|
|
|
|
|
|
|
#include <arch/hlt.h>
|
|
|
|
|
#include <bootstate.h>
|
|
|
|
|
#include <console/console.h>
|
|
|
|
|
#include <fsp/util.h>
|
|
|
|
|
#include <ip_checksum.h>
|
|
|
|
|
|
|
|
|
|
@ -3,7 +3,6 @@
|
|
|
|
|
#include <stdint.h>
|
|
|
|
|
#include <string.h>
|
|
|
|
|
#include <assert.h>
|
|
|
|
|
#include <bootstate.h>
|
|
|
|
|
#include <cbmem.h>
|
|
|
|
|
#include <console/console.h>
|
|
|
|
|
#include <delay.h>
|
|
|
|
|
|
|
|
|
|
@ -1,7 +1,6 @@
|
|
|
|
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
|
|
|
|
|
|
|
|
#include <cbmem.h>
|
|
|
|
|
#include <bootstate.h>
|
|
|
|
|
#include <symbols.h>
|
|
|
|
|
|
|
|
|
|
void cbmem_run_init_hooks(int is_recovery)
|
|
|
|
|
|
|
|
|
|
@ -1,6 +1,5 @@
|
|
|
|
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
|
|
|
|
|
|
|
|
#include <bootstate.h>
|
|
|
|
|
#include <cbmem.h>
|
|
|
|
|
#include <console/console.h>
|
|
|
|
|
#include <imd.h>
|
|
|
|
|
|
|
|
|
|
@ -2,7 +2,6 @@
|
|
|
|
|
|
|
|
|
|
#include <assert.h>
|
|
|
|
|
#include <boot/coreboot_tables.h>
|
|
|
|
|
#include <bootstate.h>
|
|
|
|
|
#include <bootmem.h>
|
|
|
|
|
#include <console/console.h>
|
|
|
|
|
#include <cbmem.h>
|
|
|
|
|
|
|
|
|
|
@ -4,7 +4,6 @@
|
|
|
|
|
* SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
|
*/
|
|
|
|
|
#include <baseboard/variants.h>
|
|
|
|
|
#include <bootstate.h>
|
|
|
|
|
#include <ec/google/chromeec/ec.h>
|
|
|
|
|
#include <device/device.h>
|
|
|
|
|
#include <drivers/gfx/generic/chip.h>
|
|
|
|
|
|
|
|
|
|
@ -1,6 +1,5 @@
|
|
|
|
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
|
|
|
|
|
|
|
|
#include <bootstate.h>
|
|
|
|
|
#include <device/device.h>
|
|
|
|
|
#include <soc/gpio.h>
|
|
|
|
|
#include <vendorcode/google/chromeos/chromeos.h>
|
|
|
|
|
|
|
|
|
|
@ -1,6 +1,5 @@
|
|
|
|
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
|
|
|
|
|
|
#include <bootstate.h>
|
|
|
|
|
#include <soc/ramstage.h>
|
|
|
|
|
|
|
|
|
|
#include "gpio.h"
|
|
|
|
|
|
|
|
|
|
@ -1,6 +1,5 @@
|
|
|
|
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
|
|
|
|
|
|
|
|
#include <bootstate.h>
|
|
|
|
|
#include <soc/ramstage.h>
|
|
|
|
|
#include <variant/gpio.h>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -4,7 +4,6 @@
|
|
|
|
|
#include <cbfs.h>
|
|
|
|
|
#include <region_file.h>
|
|
|
|
|
#include <timer.h>
|
|
|
|
|
#include <bootstate.h>
|
|
|
|
|
#include <console/console.h>
|
|
|
|
|
#include <amdblocks/psp.h>
|
|
|
|
|
#include <soc/iomap.h>
|
|
|
|
|
|
|
|
|
|
@ -2,7 +2,6 @@
|
|
|
|
|
|
|
|
|
|
#include <device/mmio.h>
|
|
|
|
|
#include <timer.h>
|
|
|
|
|
#include <bootstate.h>
|
|
|
|
|
#include <amdblocks/psp.h>
|
|
|
|
|
#include <soc/iomap.h>
|
|
|
|
|
#include "psp_def.h"
|
|
|
|
|
|
|
|
|
|
@ -5,7 +5,6 @@
|
|
|
|
|
#include <cpu/amd/msr.h>
|
|
|
|
|
#include <cbfs.h>
|
|
|
|
|
#include <region_file.h>
|
|
|
|
|
#include <bootstate.h>
|
|
|
|
|
#include <rules.h>
|
|
|
|
|
#include <console/console.h>
|
|
|
|
|
#include <amdblocks/psp.h>
|
|
|
|
|
|
|
|
|
|
@ -1,6 +1,5 @@
|
|
|
|
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
|
|
|
|
|
|
|
|
#include <bootstate.h>
|
|
|
|
|
#include <cpu/amd/mtrr.h>
|
|
|
|
|
#include <console/console.h>
|
|
|
|
|
#include <device/device.h>
|
|
|
|
|
|
|
|
|
|
@ -1,6 +1,5 @@
|
|
|
|
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
|
|
|
|
|
|
|
|
#include <bootstate.h>
|
|
|
|
|
#include <cbmem.h>
|
|
|
|
|
#include <console/console.h>
|
|
|
|
|
#include <elog.h>
|
|
|
|
|
|
|
|
|
|
@ -2,7 +2,6 @@
|
|
|
|
|
|
|
|
|
|
#include <arch/cpu.h>
|
|
|
|
|
#include <acpi/acpi.h>
|
|
|
|
|
#include <bootstate.h>
|
|
|
|
|
#include <cbmem.h>
|
|
|
|
|
#include <console/console.h>
|
|
|
|
|
#include <cpu/intel/microcode.h>
|
|
|
|
|
|
|
|
|
|
@ -1,6 +1,5 @@
|
|
|
|
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
|
|
|
|
|
|
|
|
#include <bootstate.h>
|
|
|
|
|
#include <console/console.h>
|
|
|
|
|
#include <cpu/x86/smm.h>
|
|
|
|
|
#include <cpu/intel/smm_reloc.h>
|
|
|
|
|
|
|
|
|
|
@ -2,7 +2,6 @@
|
|
|
|
|
|
|
|
|
|
#include <acpi/acpi.h>
|
|
|
|
|
#include <bootmode.h>
|
|
|
|
|
#include <bootstate.h>
|
|
|
|
|
|
|
|
|
|
#include "vbt.h"
|
|
|
|
|
#include <drivers/intel/gma/opregion.h>
|
|
|
|
|
|
|
|
|
|
@ -1,6 +1,5 @@
|
|
|
|
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
|
|
|
|
|
|
|
|
#include <bootstate.h>
|
|
|
|
|
#include <cbmem.h>
|
|
|
|
|
#include <fsp/api.h>
|
|
|
|
|
#include <acpi/acpi.h>
|
|
|
|
|
|
|
|
|
|
@ -1,7 +1,6 @@
|
|
|
|
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
|
|
|
|
|
|
|
|
#include <arch/cpu.h>
|
|
|
|
|
#include <bootstate.h>
|
|
|
|
|
#include <console/console.h>
|
|
|
|
|
#include <device/device.h>
|
|
|
|
|
#include <device/pci.h>
|
|
|
|
|
|
|
|
|
|
@ -7,7 +7,6 @@
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
#include <acpi/acpigen.h>
|
|
|
|
|
#include <bootstate.h>
|
|
|
|
|
#include <console/console.h>
|
|
|
|
|
#include <device/mmio.h>
|
|
|
|
|
#include <device/device.h>
|
|
|
|
|
|
|
|
|
|
@ -1,6 +1,5 @@
|
|
|
|
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
|
|
|
|
|
|
|
|
#include <bootstate.h>
|
|
|
|
|
#include <device/device.h>
|
|
|
|
|
#include <device/pci.h>
|
|
|
|
|
#include <console/console.h>
|
|
|
|
|
|