coreboot-kgpe-d16/src/soc/intel/tigerlake
Felix Held d27ef5bf6f cpu/x86/mp_init: use cb_err as mp_init_with_smm return type
Using cb_err as return type clarifies the meaning of the different
return values. This patch also adds the types.h include that provides
the definition of the cb_err enum and checks the return value of
mp_init_with_smm against the enum values instead of either checking if
it's non-zero or less than zero to handle the error case.

Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: Ibcd4a9a63cc87fe176ba885ced0f00832587d492
Reviewed-on: https://review.coreboot.org/c/coreboot/+/58491
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
2021-10-21 20:51:43 +00:00
..
acpi soc/intel/tigerlake: Add ACPI addition for USB4/TBT latency optimization 2021-10-11 12:46:39 +00:00
bootblock soc/tigerlake: Make IO decode / enable register configurable 2021-10-01 18:53:28 +00:00
include/soc soc/intel/tgl: correct wrong gpio GPI enable register base offset 2021-09-23 06:32:11 +00:00
romstage soc/intel/tigerlake: Set UserBd to recommended default for PCH-H 2021-08-24 14:50:42 +00:00
acpi.c soc/intel: Constify soc_get_cstate_map() 2021-10-19 14:57:59 +00:00
chip.c soc/intel/tigerlake: Add USB ACPI devices for PCH-H 2021-08-24 14:51:47 +00:00
chip.h soc/intel: replace dt option PmTimerDisabled by Kconfig 2021-10-12 18:25:35 +00:00
chipset.cb mb/*/{tglrvp,volteer,deltaur}: move cpu_cluster configuration to chipset.cb 2021-08-16 15:01:11 +00:00
chipset_pch_h.cb soc/intel/tigerlake: Add PCH-H chipset devicetree 2021-08-24 14:46:16 +00:00
cpu.c cpu/x86/mp_init: use cb_err as mp_init_with_smm return type 2021-10-21 20:51:43 +00:00
crashlog_lib.c
dptf.c
elog.c
espi.c
finalize.c soc/intel: move disabling of PM Timer to SoC PMC code 2021-10-17 13:57:30 +00:00
fsp_params.c intel/tigerlake: Add missing IRQ for CNVi 2021-10-18 12:33:17 +00:00
gpio.c soc/intel/{xeon-sp,icl,tgl,jsl,ehl}: add NMI_{EN,STS} registers 2021-09-23 06:31:48 +00:00
gpio_pch_h.c soc/intel/{xeon-sp,icl,tgl,jsl,ehl}: add NMI_{EN,STS} registers 2021-09-23 06:31:48 +00:00
graphics.c soc/intel/tigerlake: Hook up GMA ACPI brightness controls 2021-10-07 11:04:48 +00:00
gspi.c
i2c.c
Kconfig soc/intel: implement ACPI timer disabling per SoC and drop common code 2021-10-17 13:57:53 +00:00
lockdown.c
lpm.c soc/intel/tigerlake: Move LPM functions to new file 2021-09-10 21:53:48 +00:00
Makefile.inc soc/intel/tigerlake: Hook up GMA ACPI brightness controls 2021-10-07 11:04:48 +00:00
me.c
meminit.c
p2sb.c
pmc.c soc/intel: implement ACPI timer disabling per SoC and drop common code 2021-10-17 13:57:53 +00:00
pmutil.c soc/intel/tigerlake: Clear RTC_BATTERY_DEAD 2021-09-20 15:44:07 +00:00
reset.c
smihandler.c
soundwire.c
spi.c
systemagent.c soc/intel/tigerlake: Add TGL-H power limits 2021-08-24 14:45:36 +00:00
uart.c
xhci.c