[coreboot-gerrit] New patch to review for coreboot: 020442e asus/a8n-e: Fix GPIO resources.

Vladimir Serbinenko (phcoder@gmail.com) gerrit at coreboot.org
Sun Jan 26 02:51:34 CET 2014


Vladimir Serbinenko (phcoder at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/4815

-gerrit

commit 020442e1d0c32f077ff4c77a07ab6273098f7f9b
Author: Vladimir Serbinenko <phcoder at gmail.com>
Date:   Sun Jan 26 02:36:55 2014 +0100

    asus/a8n-e: Fix GPIO resources.
    
    Allocator can't currently handle both PnP and PCI resources together.
    Only 2 resources in PnP are not fixed. So fix them.
    
    Change-Id: Iad695d1d991d110b726ec429fff87c616af5ac8b
    Signed-off-by: Vladimir Serbinenko <phcoder at gmail.com>
---
 src/mainboard/asus/a8n_e/devicetree.cb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/mainboard/asus/a8n_e/devicetree.cb b/src/mainboard/asus/a8n_e/devicetree.cb
index c864de7..bbbfeb8 100644
--- a/src/mainboard/asus/a8n_e/devicetree.cb
+++ b/src/mainboard/asus/a8n_e/devicetree.cb
@@ -48,6 +48,8 @@ chip northbridge/amd/amdk8/root_complex		# Root complex
               end
               device pnp 2e.7 on		# GPIO config
                 io 0x60 = 0x0800
+		io 0x62 = 0x0808
+		io 0x64 = 0x0810
                 # Set GPIO 1 & 2
                 io 0x25 = 0x0000
                 # Set GPIO 3 & 4



More information about the coreboot-gerrit mailing list