Anil Kumar K has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/44689 )
Change subject: mb/intel/tglrvp: Enable early EC sync ......................................................................
mb/intel/tglrvp: Enable early EC sync
- This change is required to execute EC sync in coreboot instead of depthcharge
Bug=none Test=build and boot coreboot on TGLRVP
Signed-off-by: Anil Kumar anil.kumar.k@intel.com Change-Id: I40ae104d4de93c12097e049253a33b23a46c6203 --- M src/mainboard/intel/tglrvp/Kconfig 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/89/44689/1
diff --git a/src/mainboard/intel/tglrvp/Kconfig b/src/mainboard/intel/tglrvp/Kconfig index 3e55f56..eeeecc1 100644 --- a/src/mainboard/intel/tglrvp/Kconfig +++ b/src/mainboard/intel/tglrvp/Kconfig @@ -28,6 +28,7 @@ select MRC_CLEAR_NORMAL_CACHE_ON_RECOVERY_RETRAIN select GBB_FLAG_FORCE_DEV_SWITCH_ON select GBB_FLAG_FORCE_DEV_BOOT_USB + select VBOOT_EARLY_EC_SYNC
config MAINBOARD_DIR string
Shreesh Chhabbi has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/44689 )
Change subject: mb/intel/tglrvp: Enable early EC sync ......................................................................
Patch Set 1: Code-Review+1
Ravishankar Sarawadi has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/44689 )
Change subject: mb/intel/tglrvp: Enable early EC sync ......................................................................
Patch Set 3: Code-Review+1
Ravishankar Sarawadi has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/44689 )
Change subject: mb/intel/tglrvp: Enable early EC sync ......................................................................
Patch Set 4: Code-Review+2
Srinidhi N Kaushik has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/44689 )
Change subject: mb/intel/tglrvp: Enable early EC sync ......................................................................
Patch Set 4: Code-Review+2
Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/44689 )
Change subject: mb/intel/tglrvp: Enable early EC sync ......................................................................
mb/intel/tglrvp: Enable early EC sync
- This change is required to execute EC sync in coreboot instead of depthcharge
Bug=none Test=build and boot coreboot on TGLRVP
Signed-off-by: Anil Kumar anil.kumar.k@intel.com Change-Id: I40ae104d4de93c12097e049253a33b23a46c6203 Reviewed-on: https://review.coreboot.org/c/coreboot/+/44689 Reviewed-by: Ravishankar Sarawadi ravishankar.sarawadi@intel.com Reviewed-by: Srinidhi N Kaushik srinidhi.n.kaushik@intel.com Reviewed-by: Shreesh Chhabbi shreesh.chhabbi@intel.com Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M src/mainboard/intel/tglrvp/Kconfig 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Ravishankar Sarawadi: Looks good to me, approved Srinidhi N Kaushik: Looks good to me, approved Shreesh Chhabbi: Looks good to me, but someone else must approve
diff --git a/src/mainboard/intel/tglrvp/Kconfig b/src/mainboard/intel/tglrvp/Kconfig index 2ded178..4d43e23 100644 --- a/src/mainboard/intel/tglrvp/Kconfig +++ b/src/mainboard/intel/tglrvp/Kconfig @@ -34,6 +34,7 @@ select MRC_CLEAR_NORMAL_CACHE_ON_RECOVERY_RETRAIN select GBB_FLAG_FORCE_DEV_SWITCH_ON select GBB_FLAG_FORCE_DEV_BOOT_USB + select VBOOT_EARLY_EC_SYNC
config MAINBOARD_DIR string