From c93ac71883f623f8ba4f42a29fa44a417fc2bb6d Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Tue, 11 Mar 2025 20:23:58 +0000 Subject: [PATCH] mb/starlabs/lite/glk: Disable PMC device These boards use BootGuard, which isn't fully working in coreboot as it requires the bootblock to be relocatable. Turn off the PMC to workaround the missing BootGuard requirements, so that they will turn on when pressing the power button. Change-Id: Idd03684d9fb4573fc160e17ac2c28c39bc8b2ddd Signed-off-by: Sean Rhodes Reviewed-on: https://review.coreboot.org/c/coreboot/+/86830 Tested-by: build bot (Jenkins) Reviewed-by: Matt DeVillier --- src/mainboard/starlabs/lite/variants/glk/devicetree.cb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainboard/starlabs/lite/variants/glk/devicetree.cb b/src/mainboard/starlabs/lite/variants/glk/devicetree.cb index a8962af514..8de2d68622 100644 --- a/src/mainboard/starlabs/lite/variants/glk/devicetree.cb +++ b/src/mainboard/starlabs/lite/variants/glk/devicetree.cb @@ -65,7 +65,7 @@ chip soc/intel/apollolake device generic 0 on end end end - device ref pmc on end + device ref pmc off end device ref p2sb on end device ref fast_spi on end device ref sram on end