coreboot-kgpe-d16/src/soc/intel/apollolake
Felix Held 1e78165cdc arch/x86/include/cpu: introduce CPU_TABLE_END CPU table terminator
Instead of having a magic entry in the CPU device ID table list to tell
find_cpu_driver that it has reached the end of the list, introduce and
use CPU_TABLE_END. Since the vendor entry in the CPU device ID struct is
compared against X86_VENDOR_INVALID which is 0, use X86_VENDOR_INVALID
instead of the 0 in the CPU_TABLE_END definition.

TEST=Timeless build for Mandolin results in identical image.

Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Suggested-by: Angel Pons <th3fanbus@gmail.com>
Change-Id: I0cae6d65b2265cf5ebf90fe1a9d885d0c489eb92
Reviewed-on: https://review.coreboot.org/c/coreboot/+/72888
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Fred Reitberger <reitbergerfred@gmail.com>
2023-02-09 16:54:11 +00:00
..
acpi soc/intel/apollolake: Use common gpio.h include 2023-01-18 05:19:52 +00:00
bootblock soc/intel/apollolake: Use common gpio.h include 2023-01-18 05:19:52 +00:00
include/soc soc/intel/apollolake: Add PMC macros for common code usage 2023-01-22 00:32:39 +00:00
acpi.c soc/intel: Set IO APIC DMAR entry based on hw 2022-12-07 23:03:04 +00:00
car.c
chip.c soc/intel/apl: Hook up cpu ops in devicetree 2023-02-06 08:09:35 +00:00
chip.h soc/intel/apollolake: Use common gpio.h include 2023-01-18 05:19:52 +00:00
chipset_apl.cb soc/intel/apl: Hook up cpu ops in devicetree 2023-02-06 08:09:35 +00:00
chipset_glk.cb soc/intel/apl: Hook up cpu ops in devicetree 2023-02-06 08:09:35 +00:00
cpu.c arch/x86/include/cpu: introduce CPU_TABLE_END CPU table terminator 2023-02-09 16:54:11 +00:00
cse.c src/soc/intel: Remove unnecessary space after casts 2022-11-26 23:39:16 +00:00
elog.c
glk_page_map.txt
gpio_apl.c soc/intel/apollolake: Use common gpio.h include 2023-01-18 05:19:52 +00:00
gpio_glk.c soc/intel/apollolake: Use common gpio.h include 2023-01-18 05:19:52 +00:00
graphics.c
gspi.c
heci.c
i2c.c
Kconfig soc/intel/{apl,cnl,jsl}: Enable EISA HID support for DPTF 2022-12-22 08:06:48 +00:00
lockdown.c
lpc.c
Makefile.inc soc/intel: Drop SoC specific DPTF implementation 2022-12-23 13:00:30 +00:00
meminit.c
meminit_util_apl.c soc/intel: Add node_num to dimm_info struct + adjust dimm_info_fill 2022-11-17 17:51:46 +00:00
meminit_util_glk.c soc/intel: Add node_num to dimm_info struct + adjust dimm_info_fill 2022-11-17 17:51:46 +00:00
mmap_boot.c
nhlt.c
pdpt.c
pmc.c
pmutil.c treewide: Remove duplicated include <device/pci.h> 2023-02-01 03:03:34 +00:00
pnpconfig.c
pt.c
report_platform.c
reset.c
romstage.c src/soc/intel: Remove unnecessary space after casts 2022-11-26 23:39:16 +00:00
sd.c
smihandler.c soc/intel/apollolake: Use common gpio.h include 2023-01-18 05:19:52 +00:00
spi.c
systemagent.c src/soc/intel: Remove unnecessary space after casts 2022-11-26 23:39:16 +00:00
uart.c
xdci.c
xhci.c