coreboot-kgpe-d16/src/soc/intel/common/block
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/{apl,cnl,icl,skl,tgl}: Make above 4GB MMIO resource proper 2020-01-10 08:40:57 +00:00
chip soc/intel/common/block/chip/Kconfig: Fix minor whitespace 2019-12-16 09:39:08 +00:00
cpu soc/intel: Remove duplicate CPUID entry 2020-02-04 16:14:18 +00:00
cse soc/intel/{cnl,icl,skl,tgl,common}: Make changes to send_heci_reset_req_message() 2020-02-09 19:20:44 +00:00
dsp soc/intel/common: Add Elkhartlake Device IDs 2020-01-22 15:42:26 +00:00
fast_spi drivers/spi/spi_flash: remove spi flash names 2020-01-28 14:44:37 +00:00
gpio soc/intel/common/block/gpio: Fix the mask for gpio_pm_configure 2019-05-30 23:54:01 +00:00
graphics soc/intel/common: Add Elkhartlake Device IDs 2020-01-22 15:42:26 +00:00
gspi soc/intel: Rename <intelblocks/chip.h> 2019-09-29 03:38:13 +00:00
hda soc/intel/common: Add Elkhartlake Device IDs 2020-01-22 15:42:26 +00:00
i2c soc/intel/common: Add Elkhartlake Device IDs 2020-01-22 15:42:26 +00:00
imc common/block/imc: Add Integrated Memory Controller (IMC) driver 2019-08-14 03:34:42 +00:00
include/intelblocks soc/intel/{cnl,icl,skl,tgl,common}: Make changes to send_heci_reset_req_message() 2020-02-09 19:20:44 +00:00
itss
lpc soc/intel/common/block/lpc: Add CMP-H LPC IDs 2020-01-30 11:36:05 +00:00
lpss soc/intel/common/lpss: Add function to check for a LPSS controller 2019-08-05 22:42:42 +00:00
p2sb soc/intel/common: Add Elkhartlake Device IDs 2020-01-22 15:42:26 +00:00
pcie soc/intel/common: Add Elkhartlake Device IDs 2020-01-22 15:42:26 +00:00
pcr soc/intel/common/block/pcr: Remove unneded 'else' 2019-06-21 08:33:35 +00:00
pmc soc/intel/common: Add Elkhartlake Device IDs 2020-01-22 15:42:26 +00:00
rtc coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) 2019-03-08 08:33:24 +00:00
sata soc/intel/common: Add Elkhartlake Device IDs 2020-01-22 15:42:26 +00:00
scs soc/intel/common: Add Elkhartlake Device IDs 2020-01-22 15:42:26 +00:00
sgx soc/intel/sgx: convert SGX and PRMRR devicetree options to Kconfig 2019-11-04 19:25:02 +00:00
smbus soc/intel/common: Add Elkhartlake Device IDs 2020-01-22 15:42:26 +00:00
smm src/soc/intel: Remove unused <stdlib.h> 2019-12-19 05:41:08 +00:00
spi soc/intel/common: Add Elkhartlake Device IDs 2020-01-22 15:42:26 +00:00
sram soc/intel/common: Add Elkhartlake Device IDs 2020-01-22 15:42:26 +00:00
systemagent soc/intel/common/systemagent: Add Kconfig guard 2020-01-30 21:32:17 +00:00
thermal soc/intel: Rename <intelblocks/chip.h> 2019-09-29 03:38:13 +00:00
timer arch/x86: Move max cpuid leaf function into arch/x86 2019-10-28 18:26:50 +00:00
uart soc/intel/common: Add Elkhartlake Device IDs 2020-01-22 15:42:26 +00:00
xdci soc/intel/common: Add Elkhartlake Device IDs 2020-01-22 15:42:26 +00:00
xhci soc/intel/common: Add Elkhartlake Device IDs 2020-01-22 15:42:26 +00:00
Kconfig soc/intel/common/*/Kconfig: Remove redundant comments 2018-11-18 20:57:28 +00:00
Makefile.inc