Attention is currently required from: Tarun Tuli, Subrata Banik.
Kapil Porwal has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/74768 )
Change subject: mb/google/rex: Enable sending EOP from payload ......................................................................
mb/google/rex: Enable sending EOP from payload
Enable sending EOP from payload
BUG=b:279184514 TEST=Verify sending EOP from depthcharge
Signed-off-by: Kapil Porwal kapilporwal@google.com Change-Id: I5eda0a5c6d4c34cfcc2de898adde0b005d6edc1e --- M src/mainboard/google/rex/Kconfig 1 file changed, 16 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/68/74768/1
diff --git a/src/mainboard/google/rex/Kconfig b/src/mainboard/google/rex/Kconfig index 528a2dc..073b5b4 100644 --- a/src/mainboard/google/rex/Kconfig +++ b/src/mainboard/google/rex/Kconfig @@ -27,7 +27,7 @@ select PMC_IPC_ACPI_INTERFACE select SOC_INTEL_CSE_LITE_SKU select SOC_INTEL_CSE_PRE_CPU_RESET_TELEMETRY_V2 - select SOC_INTEL_CSE_SEND_EOP_ASYNC + select SOC_INTEL_CSE_SEND_EOP_BY_PAYLOAD
config BOARD_GOOGLE_BASEBOARD_REX def_bool n