coreboot-kgpe-d16/src/soc/intel/icelake
Sridhar Siricilla f2eb687d19 soc/intel/{cnl,icl,skl,tgl,common}: Make changes to send_heci_reset_req_message()
Below changes have been implemented in send_heci_reset_req_message():
1. Modify return values to align with other functions in the same file.
2. Add additional logging.
3. Replace macro definitions of reset types with ENUM.
4. Make changes to caller functions to sync with new return values.
5. Rename send_heci_reset_req_message() to cse_request_global_reset().

Test=Verified on hatch board.

Change-Id: I979b169a5bb3a5d4028ef030bcef2b8eeffe86e3
Signed-off-by: Sridhar Siricilla <sridhar.siricilla@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/37584
Reviewed-by: Furquan Shaikh <furquan@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2020-02-09 19:20:44 +00:00
..
acpi soc/intel/{cnl,icl,tgl}: Move northbridge.asl into common/block/acpi 2020-01-09 08:25:12 +00:00
bootblock soc/intel/{icl,tgl}: Rename pch_early_init() to pch_init() 2019-11-15 11:02:37 +00:00
include/soc soc/intel/{common,skl,cnl,icl,apl,tgl}: Move HFSTS1 register definition to SoC 2020-02-09 19:19:46 +00:00
romstage soc/intel/icelake: Refactor pch_early_init() code 2019-11-07 14:14:11 +00:00
acpi.c soc/intel/{apl,cnl,icl,skl,tgl}: Make above 4GB MMIO resource proper 2020-01-10 08:40:57 +00:00
chip.c soc/intel: Replace config_of_path() with config_of_soc() 2019-10-02 11:21:10 +00:00
chip.h soc/intel/{cnl,icl,skl,tgl}: Remove unused gpe0_en_* from chip.h 2019-12-12 15:09:09 +00:00
cpu.c intel/smm: Provide common smm_relocation_params 2019-11-22 06:37:50 +00:00
elog.c
espi.c soc/intel: Use config_of() 2019-07-18 15:25:35 +00:00
finalize.c src/soc/intel: Remove unused <stdlib.h> 2019-12-19 05:41:08 +00:00
fsp_params.c soc/intel/icelake: Make CpuMpPpi implementation default for ICL 2019-11-22 10:44:39 +00:00
gpio.c soc/intel/icelake: Make use of gpio_pm_configure() 2019-05-20 14:50:06 +00:00
graphics.c soc/intel/icelake: Skip BIOS OpRom execution based on CONFIG_RUN_FSP_GOP 2019-11-04 08:20:03 +00:00
gspi.c
i2c.c
Kconfig soc/intel/{cnl,icl,skl, tgl}: Move SOC_INTEL_COMMON_BLOCK_THERMAL into SoC specific Kconfig 2020-01-16 16:28:09 +00:00
lockdown.c soc/intel/icelake: lockdown: lock global reset 2019-11-20 13:35:22 +00:00
Makefile.inc soc/intel: skl,cnl,icl: consolidate ebda and memmap 2019-11-04 19:24:49 +00:00
p2sb.c
pmc.c soc/intel: Replace config_of_path() with config_of_soc() 2019-10-02 11:21:10 +00:00
pmutil.c soc/intel: Add get_pmbase 2020-02-04 18:54:01 +00:00
reset.c soc/intel/{cnl,icl,skl,tgl,common}: Make changes to send_heci_reset_req_message() 2020-02-09 19:20:44 +00:00
sd.c soc/intel: Use config_of() 2019-07-18 15:25:35 +00:00
smihandler.c soc/intel: Replace config_of_path() with config_of_soc() 2019-10-02 11:21:10 +00:00
smmrelocate.c src: Use '#include <smp/node.h>' when appropriate 2019-12-19 05:23:25 +00:00
spi.c
systemagent.c
uart.c soc/intel/common/block/uart: Update the UART PCI device reference 2019-08-04 15:16:50 +00:00