mb/google/guybrush: Disable GFX
This is locking up the OS. For now this will unblock booting. BUG=b:183971103 TEST=Boot guybrush to OS Signed-off-by: Raul E Rangel <rrangel@chromium.org> Change-Id: Id2b96eedf38c9038169407418c6d36f13299fb62 Reviewed-on: https://review.coreboot.org/c/coreboot/+/51928 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Mathew King <mathewk@chromium.org>
This commit is contained in:
parent
b8159df9fd
commit
52e6194558
|
@ -48,7 +48,8 @@ chip soc/amd/cezanne
|
|||
device ref gpp_bridge_3 on end # NVMe
|
||||
|
||||
device ref gpp_bridge_a on # Internal GPP Bridge 0 to Bus A
|
||||
device ref gfx on end # Internal GPU (GFX)
|
||||
# b/183971103 - We can't enable GFX because it locks up the OS
|
||||
device ref gfx off end # Internal GPU (GFX)
|
||||
device ref xhci_0 on # USB 3.1 (USB0)
|
||||
chip drivers/usb/acpi
|
||||
device ref xhci_0_root_hub on
|
||||
|
|
Loading…
Reference in New Issue