[coreboot] Patch set updated for coreboot: ae61ab1 asrock/e350m1: Enable the superio ACPI device in devicetree.cb
Peter Stuge (peter@stuge.se)
gerrit at coreboot.org
Wed Oct 19 16:11:51 CEST 2011
Peter Stuge (peter at stuge.se) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/292
-gerrit
commit ae61ab1a3812ff8122a90a541013ca7e6e0420d9
Author: Peter Stuge <peter at stuge.se>
Date: Tue Oct 18 05:10:36 2011 +0200
asrock/e350m1: Enable the superio ACPI device in devicetree.cb
This makes the power_on_after_fail NVRAM option work correctly.
Change-Id: I96f05f82d7f133b343cf8d4ef09db50a3db7a83d
Signed-off-by: Peter Stuge <peter at stuge.se>
---
src/mainboard/asrock/e350m1/devicetree.cb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/mainboard/asrock/e350m1/devicetree.cb b/src/mainboard/asrock/e350m1/devicetree.cb
index ca5cf2b..a4bdc65 100644
--- a/src/mainboard/asrock/e350m1/devicetree.cb
+++ b/src/mainboard/asrock/e350m1/devicetree.cb
@@ -90,7 +90,7 @@ chip northbridge/amd/agesa/family14/root_complex
end
device pnp 2e.8 off end # GPIO2
device pnp 2e.9 off end # GPIO3
- device pnp 2e.a off end # ACPI
+ device pnp 2e.a on end # ACPI
device pnp 2e.b on # HW Monitor
io 0x60 = 0x290
irq 0x70 = 5
More information about the coreboot
mailing list