coreboot/src
Sean Rhodes 4f52ca6ba6 soc/intel/common/cse: Return usable error codes
Currently, cse_request_reset() returns 0 if the reset type is
unsupported or CSE isn’t ready. This is the same as
CSE_TX_RX_SUCCESS, which makes failures impossible to detect.

Return CSE_TX_ERR_INPUT or CSE_TX_ERR_CSE_NOT_READY respectively,
so we can detect errors.

Change-Id: Idede7342157901946ba62ba6fcda6f304a4a3fd0
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/90272
Reviewed-by: Jérémy Compostella <jeremy.compostella@intel.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
2025-12-11 00:11:01 +00:00
..
acpi acpi: Clear whole FACS table before filling it 2025-12-08 03:01:18 +00:00
arch cpu/intel: Add SMBIOS Socket BGA1744 type 2025-12-02 01:55:26 +00:00
commonlib commonlib/device_tree.c: Fix skipping NOP tokens 2025-12-09 18:26:52 +00:00
console console: Fix flushing for slow consoles 2025-10-02 22:44:46 +00:00
cpu cpu/x86/lapic/lapic.c: Set spurious interrupt vector to 0xF 2025-12-11 00:10:44 +00:00
device device/dram/ddr3: Fill in voltage fields for SMBIOS type 17 2025-12-08 02:36:00 +00:00
drivers drivers/tpm: Remove duplicated op 2025-12-08 03:03:36 +00:00
ec ec/google: Check AC charger presence by reading host event register 2025-12-05 14:28:21 +00:00
include cpu/x86/Kconfig: Remove SOC_SETS_MSRS option 2025-12-09 16:28:05 +00:00
lib commonlib/memory_info: Introduce new fields to memory_info structure 2025-12-08 02:35:30 +00:00
mainboard mb/google/skywalker: Correct MIPI panel power sequence 2025-12-10 07:36:05 +00:00
northbridge device/dram/ddr3: Fill in voltage fields for SMBIOS type 17 2025-12-08 02:36:00 +00:00
sbom sbom: Fix build with merged bootblock and romstage 2025-07-07 14:29:29 +00:00
security {mb, security}: Use EC_REBOOT_FLAG_IMMEDIATE for cold reboots 2025-12-05 06:52:35 +00:00
soc soc/intel/common/cse: Return usable error codes 2025-12-11 00:11:01 +00:00
southbridge sb/intel/common/firmware/Makefile.mk: fix INTEL_IFD_SET_TOP_SWAP_BOOTBLOCK_SIZE 2025-12-11 00:10:29 +00:00
superio sio/nuvoton/common/nuvoton.h: Add common Nuvoton SIO LDNs 2025-10-29 16:56:07 +00:00
vendorcode vendorcode/amd/fsp/glinda: Update FSP UPDs 2025-12-09 16:21:00 +00:00
Kconfig Kconfig: Introduce HAVE_CBFS_FILE_OPTION_BACKEND 2025-09-17 04:18:07 +00:00