diff options
author | Stephen Edworthy <stephen@starlabs.systems> | 2022-04-06 11:30:22 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-05-06 16:45:19 +0000 |
commit | 0405d8b3efa54ec2cdd9d6e07dc056d08c196145 (patch) | |
tree | e00e073ecf61649dd446f11a5ed4e8b9d362552b /src/mainboard/starlabs/lite | |
parent | 00ec1b9fc7baf8bbf3eb506225274e519c16e4fe (diff) |
mb/starlabs/lite: Change PMC from hidden to on
With the PMC set to hidden, on certain Operating Systems,
including ZorinOS 16 and Manjaro 21.2.5, it would get stuck
at a black screen when exiting from S3.
With the PMC set to on, this issue no longer occurs.
Signed-off-by: Stephen Edworthy <stephen@starlabs.systems>
Change-Id: I0cf1be7f6919d974614f2196a0eb611cc40abe3d
Reviewed-on: https://review.coreboot.org/c/coreboot/+/63404
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Sean Rhodes <sean@starlabs.systems>
Diffstat (limited to 'src/mainboard/starlabs/lite')
-rw-r--r-- | src/mainboard/starlabs/lite/variants/glk/devicetree.cb | 2 | ||||
-rw-r--r-- | src/mainboard/starlabs/lite/variants/glkr/devicetree.cb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/starlabs/lite/variants/glk/devicetree.cb b/src/mainboard/starlabs/lite/variants/glk/devicetree.cb index 9fbecad2df..6abcda7941 100644 --- a/src/mainboard/starlabs/lite/variants/glk/devicetree.cb +++ b/src/mainboard/starlabs/lite/variants/glk/devicetree.cb @@ -68,7 +68,7 @@ chip soc/intel/apollolake end end device pci 0d.0 off end # P2SB - device pci 0d.1 hidden end # PMC + device pci 0d.1 on end # PMC device pci 0d.2 on end # SPI device pci 0d.3 off end # Shared SRAM device pci 0e.0 on # Audio diff --git a/src/mainboard/starlabs/lite/variants/glkr/devicetree.cb b/src/mainboard/starlabs/lite/variants/glkr/devicetree.cb index 895c194cdd..6dcbe2037c 100644 --- a/src/mainboard/starlabs/lite/variants/glkr/devicetree.cb +++ b/src/mainboard/starlabs/lite/variants/glkr/devicetree.cb @@ -66,7 +66,7 @@ chip soc/intel/apollolake end end device pci 0d.0 off end # P2SB - device pci 0d.1 hidden end # PMC + device pci 0d.1 on end # PMC device pci 0d.2 on end # SPI device pci 0d.3 off end # Shared SRAM device pci 0e.0 on # Audio |