Michał Żygowski has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/59526 )
Change subject: mb/dell/optiplex_9010/devicetree.cb: Enable missing GPEs ......................................................................
mb/dell/optiplex_9010/devicetree.cb: Enable missing GPEs
Enable PCI_EXP_EN, PME_EN and PME_B0_EN GPEs used for PCI devices.
Signed-off-by: Michał Żygowski michal.zygowski@3mdeb.com Change-Id: I4480921a294f35a0dfe1e5acd90d55f6fb4c85b4 --- M src/mainboard/dell/optiplex_9010/devicetree.cb 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/26/59526/1
diff --git a/src/mainboard/dell/optiplex_9010/devicetree.cb b/src/mainboard/dell/optiplex_9010/devicetree.cb index ec585b9..fd95081 100644 --- a/src/mainboard/dell/optiplex_9010/devicetree.cb +++ b/src/mainboard/dell/optiplex_9010/devicetree.cb @@ -20,7 +20,7 @@ device pci 06.0 off end # PEG2
chip southbridge/intel/bd82x6x # Intel Series 7 Panther Point PCH - register "gpe0_en" = "0x00000146" + register "gpe0_en" = "0x00002a46" register "alt_gp_smi_en" = "0x0004" register "gpi2_routing" = "1" register "gpi12_routing" = "2"