Bernardo Perez Priego has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/37067 )
Change subject: mb/google/drallion: Enable HECI ......................................................................
mb/google/drallion: Enable HECI
This will enable MEI.
BUG=b:144472899
Signed-off-by: Bernardo Perez Priego bernardo.perez.priego@intel.com Change-Id: Iad063fdaad6b9cdda1a33dac9eb959038f825a43 --- M src/mainboard/google/drallion/variants/drallion/devicetree.cb 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/67/37067/1
diff --git a/src/mainboard/google/drallion/variants/drallion/devicetree.cb b/src/mainboard/google/drallion/variants/drallion/devicetree.cb index ed44f4f..c4e52b4 100644 --- a/src/mainboard/google/drallion/variants/drallion/devicetree.cb +++ b/src/mainboard/google/drallion/variants/drallion/devicetree.cb @@ -30,7 +30,7 @@
# FSP configuration register "SaGv" = "SaGv_Enabled" - register "HeciEnabled" = "0" + register "HeciEnabled" = "1" register "InternalGfx" = "1" register "SkipExtGfxScan" = "1" register "PchPmSlpS3MinAssert" = "3" # 50ms
Duncan Laurie has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/37067 )
Change subject: mb/google/drallion: Enable HECI ......................................................................
Patch Set 1: Code-Review-2
We do not want this enabled, see the bug for more detail.