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>
This commit is contained in:
Stephen Edworthy 2022-04-06 11:30:22 +01:00 committed by Felix Held
parent 00ec1b9fc7
commit 0405d8b3ef
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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