[coreboot-gerrit] Patch set updated for coreboot: edfdae1 rambi: disable HDA device

Aaron Durbin (adurbin@google.com) gerrit at coreboot.org
Tue May 6 17:28:07 CEST 2014


Aaron Durbin (adurbin at google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/4961

-gerrit

commit edfdae1b94d6cbb44b3c724735f8902651a6e0c6
Author: Aaron Durbin <adurbin at chromium.org>
Date:   Mon Nov 11 15:01:39 2013 -0600

    rambi: disable HDA device
    
    For some reason HDA can now be disabled. It's unclear what changes
    in the baytrail code allowed this to happen, sadly.
    
    BUG=chrome-os-partner:22871
    BRANCH=None
    TEST=Noted hda is not in lspci.
    
    Change-Id: I64e2560533be6f701fa66cd53c906b62b09012ed
    Signed-off-by: Aaron Durbin <adurbin at chromium.org>
    Reviewed-on: https://chromium-review.googlesource.com/176394
---
 src/mainboard/google/rambi/devicetree.cb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mainboard/google/rambi/devicetree.cb b/src/mainboard/google/rambi/devicetree.cb
index a5fe37e..88785c0 100644
--- a/src/mainboard/google/rambi/devicetree.cb
+++ b/src/mainboard/google/rambi/devicetree.cb
@@ -44,7 +44,7 @@ chip soc/intel/baytrail
 		device pci 18.6 on  end # I2C6
 		device pci 18.7 off end # I2C7
 		device pci 1a.0 on  end # TXE
-		device pci 1b.0 on  end # HDA
+		device pci 1b.0 off end # HDA
 		device pci 1c.0 on  end # PCIE_PORT1
 		device pci 1c.1 on  end # PCIE_PORT2
 		device pci 1c.2 off end # PCIE_PORT3



More information about the coreboot-gerrit mailing list