coreboot-kgpe-d16/src/soc/intel/skylake
Kyösti Mälkki 32d47eb688 soc/intel: Rename <intelblocks/chip.h>
The filename chip.h has a special purpose with the generation
of static devicetree, where the configuration structure name matches
the path to the chip.h file. For example, soc/intel/skylake/chip.h
defines struct soc_intel_skylake_config.

The renamed file did not follow this convention and the structure it
defines would conflict with one defined soc/intel/common/chip.h if such
is ever added.

Change-Id: Id3d56bf092c6111d2293136865b053b095e92d6b
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/35657
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
2019-09-29 03:38:13 +00:00
..
acpi soc/intel/skl/acpi: add description for missing PCIe ports 2019-08-30 10:39:49 +00:00
bootblock soc/intel/skylake: Add Lewisburg family PCH support 2019-09-06 15:32:33 +00:00
include src/soc/intel/{common,cnl,skl,icl}: Move global reset req function to common 2019-09-16 07:29:36 +00:00
nhlt src: Remove unneeded include <console/console.h> 2018-11-16 09:50:29 +00:00
romstage src/{northbridge,soc}: Remove not used #include <elog.h> 2019-09-12 13:16:10 +00:00
acpi.c soc/skylake: do not rely on P2SB data to generate DRHD 2019-09-03 09:51:07 +00:00
chip.c soc/intel: Rename <intelblocks/chip.h> 2019-09-29 03:38:13 +00:00
chip.h soc/intel: Rename <intelblocks/chip.h> 2019-09-29 03:38:13 +00:00
chip_fsp20.c soc/intel: Rename <intelblocks/chip.h> 2019-09-29 03:38:13 +00:00
cpu.c soc/intel: Rename some SMM support functions 2019-08-15 06:55:59 +00:00
elog.c soc/intel/common: Add SOC specific function to get XHCI USB info 2019-07-19 17:13:50 +00:00
finalize.c soc/intel/skylake: lock down TCO on pch finalize 2019-09-22 04:04:27 +00:00
fspcar.c
gpio.c soc/intel: Add GPI interrupt config register offset info 2019-04-29 12:18:27 +00:00
graphics.c soc/intel: Use config_of() 2019-07-18 15:25:35 +00:00
gspi.c
i2c.c soc/intel: Rename <intelblocks/chip.h> 2019-09-29 03:38:13 +00:00
irq.c soc/intel: Use config_of() 2019-07-18 15:25:35 +00:00
Kconfig soc/intel/skylake: Add option to toggle Hyper-Threading 2019-09-10 10:57:23 +00:00
lockdown.c soc/intel: Rename <intelblocks/chip.h> 2019-09-29 03:38:13 +00:00
lpc.c soc/intel: Use config_of() 2019-07-18 15:25:35 +00:00
Makefile.inc soc/intel/skylake: Use new power-failure-state API 2019-08-09 09:35:04 +00:00
me.c soc/intel/(apl,skl,cnl,common): Move mkhi_hdr structure definition to common 2019-09-25 06:26:14 +00:00
memmap.c soc/{amd, intel}: Make use of common postcar_enable_tseg_cache() API 2019-09-12 04:28:20 +00:00
p2sb.c
pmc.c soc/intel: Drop pmc_soc_restore_power_failure() 2019-08-09 09:37:32 +00:00
pmutil.c soc/intel: Use config_of() 2019-07-18 15:25:35 +00:00
reset.c src: Use #include <timer.h> when appropriate 2019-04-06 16:02:49 +00:00
sd.c soc/intel: Use config_of() 2019-07-18 15:25:35 +00:00
smihandler.c coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) 2019-03-08 08:33:24 +00:00
smmrelocate.c soc/intel: Rename some SMM support functions 2019-08-15 06:55:59 +00:00
spi.c
systemagent.c soc/intel: Expand SA_DEV_ROOT for ramstage 2019-07-21 18:58:01 +00:00
uart.c soc/intel/common/block/uart: Update the UART PCI device reference 2019-08-04 15:16:50 +00:00
vr_config.c soc/intel/skylake/vr_config: Add loadline defaults 2019-08-20 11:14:47 +00:00
xhci.c soc/intel/common: Add SOC specific function to get XHCI USB info 2019-07-19 17:13:50 +00:00