coreboot-kgpe-d16/src/soc/intel/skylake
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/{skl,apl}: don't run or even include SGX code if disabled 2021-10-20 15:42:51 +00:00
bootblock soc/intel/skylake: Make use of `cpu/intel/cpu_ids.h' 2021-07-17 09:50:44 +00:00
include/soc soc/skylake: Make VT-d controllable from CMOS option 2021-10-18 12:32:43 +00:00
nhlt
romstage skylake: Default to BOARD_TYPE_DESKTOP for PCH-H 2021-09-03 00:12:37 +00:00
acpi.c soc/intel/skl: Constify soc_get_cstate_map() 2021-10-19 20:47:46 +00:00
chip.c soc/skylake: Make VT-d controllable from CMOS option 2021-10-18 12:32:43 +00:00
chip.h soc/intel/skylake: Drop dead ScanExtGfxForLegacyOpRom 2021-07-14 08:16:50 +00:00
chipset.cb
cpu.c cpu/x86/mp_init: use cb_err as mp_init_with_smm return type 2021-10-21 20:51:43 +00:00
elog.c
fadt.c soc/intel/skylake: switch to common ACPI code 2021-10-17 17:27:43 +00:00
finalize.c Move post_codes.h to commonlib/console/ 2021-08-04 15:15:51 +00:00
gpio.c
graphics.c
gspi.c
i2c.c
irq.c
Kconfig soc/intel/skylake: switch to common ACPI code 2021-10-17 17:27:43 +00:00
lockdown.c
lpc.c soc/intel/skylake: Drop reg-script usage 2021-09-29 21:22:38 +00:00
Makefile.inc Revert "vboot_logic: Set VB2_CONTEXT_EC_TRUSTED in verstage_main" 2021-10-15 13:00:32 +00:00
me.c
p2sb.c
pmc.c soc/intel/{skl,cnl,dnv}: disable PM ACPI timer if chosen 2021-10-17 13:58:15 +00:00
pmutil.c
reset.c
sd.c
smihandler.c
spi.c
systemagent.c soc/skylake: Make VT-d controllable from CMOS option 2021-10-18 12:32:43 +00:00
uart.c
vr_config.c
xhci.c