This website requires JavaScript.
46 changed files with
1 additions and
46 deletions
@ -1,6 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
# include <assert.h>
# include <fsp/api.h>
# include <soc/romstage.h>
# include <soc/meminit.h>
@ -1,6 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
# include <assert.h>
# include <boardid.h>
# include <baseboard/variants.h>
# include <chip.h>
@ -1,6 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
# include <assert.h>
# include <baseboard/variants.h>
# include <chip.h>
# include <fw_config.h>
@ -1,6 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
# include <assert.h>
# include <bootstate.h>
# include <baseboard/variants.h>
# include <chip.h>
@ -1,6 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
# include <assert.h>
# include <baseboard/variants.h>
# include <chip.h>
# include <fw_config.h>
@ -1,6 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
# include <assert.h>
# include <console/console.h>
# include <soc/mt6366.h>
# include <soc/regulator.h>
@ -1,6 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
# include <assert.h>
# include <console/console.h>
# include <fsp/api.h>
# include <soc/romstage.h>
@ -1,6 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
# include <assert.h>
# include <fsp/api.h>
# include <soc/romstage.h>
# include <spd_bin.h>
@ -1,5 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
# include <assert.h>
# include <console/console.h>
# include <fsp/api.h>
# include <soc/romstage.h>
@ -1,6 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
# include <assert.h>
# include <console/console.h>
# include <fsp/api.h>
# include <soc/romstage.h>
@ -1,6 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
# include <assert.h>
# include <fsp/api.h>
# include <soc/romstage.h>
# include <soc/meminit.h>
@ -1,6 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
# include <assert.h>
# include <fsp/api.h>
# include <soc/romstage.h>
# include <soc/meminit.h>
@ -1,6 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
# include <assert.h>
# include <fsp/api.h>
# include <soc/romstage.h>
# include <soc/meminit.h>
@ -1,6 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
# include <assert.h>
# include <console/console.h>
# include <soc/romstage.h>
# include <spd_bin.h>
@ -8,7 +8,6 @@
# include <amdblocks/gpio.h>
# include <amdblocks/i2c.h>
# include <amdblocks/smi.h>
# include <assert.h>
# include <bootstate.h>
# include <cpu/x86/smm.h>
# include <device/device.h>
@ -2,7 +2,6 @@
# include <amdblocks/cpu.h>
# include <amdblocks/iomap.h>
# include <assert.h>
# include <cpu/amd/mtrr.h>
# include <cpu/x86/cache.h>
# include <cpu/x86/msr.h>
@ -1,7 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */
# include <amdblocks/psp_efs.h>
# include <assert.h>
# include <boot_device.h>
# include <commonlib/region.h>
# include <device/mmio.h>
@ -9,7 +9,6 @@
# include <amdblocks/pci_clk_req.h>
# include <amdblocks/reset.h>
# include <amdblocks/smi.h>
# include <assert.h>
# include <bootstate.h>
# include <cpu/x86/smm.h>
# include <amdblocks/i2c.h>
@ -7,7 +7,6 @@
# include <amdblocks/pci_clk_req.h>
# include <amdblocks/reset.h>
# include <amdblocks/smi.h>
# include <assert.h>
# include <bootstate.h>
# include <cpu/x86/smm.h>
# include <amdblocks/i2c.h>
@ -7,7 +7,6 @@
# include <amdblocks/pci_clk_req.h>
# include <amdblocks/reset.h>
# include <amdblocks/smi.h>
# include <assert.h>
# include <bootstate.h>
# include <cpu/x86/smm.h>
# include <amdblocks/i2c.h>
@ -1,7 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */
# include <amdblocks/smm.h>
# include <assert.h>
# include <stdint.h>
# include <cpu/x86/msr.h>
# include <cpu/x86/smm.h>
@ -1,7 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
# include <acpi/acpi.h>
# include <assert.h>
# include <bootmode.h>
# include <console/console.h>
# include <device/mmio.h>
@ -1,6 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
# include <assert.h>
# include <console/console.h>
# include <device/pci.h>
# include <device/pci_ops.h>
@ -2,7 +2,6 @@
# include <arch/romstage.h>
# include <cbmem.h>
# include <assert.h>
# include <cpu/x86/mtrr.h>
# include <cpu/x86/smm.h>
# include <device/device.h>
@ -1,6 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
# include <assert.h>
# include <console/console.h>
# include <cpu/cpu.h>
# include <cpu/intel/common/common.h>
@ -1,6 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
# include <assert.h>
# include <console/console.h>
# include <cpu/cpu.h>
# include <cpu/intel/common/common.h>
@ -1,7 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
# include <acpi/acpigen_pci.h>
# include <assert.h>
# include <console/console.h>
# include <device/pci.h>
# include <intelblocks/acpi.h>
@ -1,6 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
# include <assert.h>
# include <arch/romstage.h>
# include <cbmem.h>
# include <fsp/api.h>
@ -3,7 +3,6 @@
# include <acpi/acpigen.h>
# include <arch/smp/mpspec.h>
# include <arch/vga.h>
# include <assert.h>
# include <cpu/intel/turbo.h>
# include <device/mmio.h>
# include <device/pci.h>
@ -2,7 +2,6 @@
# include <acpi/acpigen.h>
# include <acpi/acpigen_pci.h>
# include <assert.h>
# include <intelblocks/acpi.h>
# include <intelblocks/pcr.h>
# include <intelblocks/itss.h>
@ -1,6 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
# include <assert.h>
# include <intelblocks/acpi.h>
# include <soc/chip_common.h>
# include <soc/util.h>
@ -3,7 +3,6 @@
# include <acpi/acpigen.h>
# include <arch/smp/mpspec.h>
# include <arch/vga.h>
# include <assert.h>
# include <cpu/intel/turbo.h>
# include <device/mmio.h>
# include <device/pci.h>
@ -3,7 +3,6 @@
# include <acpi/acpigen.h>
# include <arch/smp/mpspec.h>
# include <arch/vga.h>
# include <assert.h>
# include <cpu/intel/turbo.h>
# include <device/mmio.h>
# include <device/pci.h>
@ -1,6 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
# include <assert.h>
# include <console/console.h>
# include <mipi/panel.h>
# include <device/mmio.h>
@ -1,6 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
# include <assert.h>
# include <console/console.h>
# include <device/mmio.h>
# include <soc/addressmap.h>
@ -1,6 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
# include <assert.h>
# include <device/mmio.h>
# include <soc/addressmap.h>
# include <soc/pmif_spi.h>
@ -1,6 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
# include <assert.h>
# include <console/console.h>
# include <delay.h>
# include <device/mmio.h>
@ -5,7 +5,6 @@
* Chapter number : 3.5
*/
# include <assert.h>
# include <soc/mcu_common.h>
# include <soc/spm.h>
@ -1,6 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only OR MIT */
# include <assert.h>
# include <soc/mcu_common.h>
# include <soc/pll.h>
# include <soc/spm.h>
@ -2,7 +2,6 @@
# include <device/mmio.h>
# include <gpio.h>
# include <assert.h>
void * gpio_find_reg_addr ( gpio_t gpio )
{
@ -1,6 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
# include <assert.h>
# include <soc/mcu_common.h>
# include <soc/spm.h>
@ -1,6 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only OR MIT */
# include <assert.h>
# include <soc/mcu_common.h>
# include <soc/spm.h>
@ -1,6 +1,5 @@
/* SPDX-License-Identifier: BSD-3-Clause */
# include <assert.h>
# include <console/console.h>
# include <device/i2c_simple.h>
# include <string.h>
@ -1,6 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
# include <assert.h>
# include <commonlib/helpers.h>
# include <console/console.h>
# include <device/mmio.h>
@ -2,7 +2,6 @@
# include <soc/addressmap.h>
# include <stdint.h>
# include <assert.h>
# include <device/mmio.h>
# include <gpio.h>
@ -5,7 +5,6 @@
# include <device/pci.h>
# include <device/pci_ids.h>
# include <device/pci_ops.h>
# include <assert.h>
# include <types.h>
# include "82870.h"