[coreboot] New patch to review for coreboot: 7a8cdd0 Persimmon: remove HDMI Audio, PCI device 00:01.1 from devicetree.cb

Jens Rottmann (JRottmann@LiPPERTembedded.de) gerrit at coreboot.org
Wed Feb 27 15:48:23 CET 2013


Jens Rottmann (JRottmann at LiPPERTembedded.de) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2537

-gerrit

commit 7a8cdd0f12bcad5ad92add801924035c96e4ac92
Author: Jens Rottmann <JRottmann at LiPPERTembedded.de>
Date:   Wed Feb 27 15:21:21 2013 +0100

    Persimmon: remove HDMI Audio, PCI device 00:01.1 from devicetree.cb
    
    Commit 8487229b (Persimmon doesn't have HDMI so the GNB HD Audio should be
    disabled.) turned off the device in AGESA.  Now remove it from
    devicetree.cb, too.  This prevents the following boot message:
    
    PCI: Left over static devices:
    PCI: 00:01.1
    PCI: Check your devicetree.cb.
    
    Inspired by: Paul Menzel
    
    Change-Id: Ib671ed2e0d04bdef2869e8d70208d6e55cdea3fd
    Signed-off-by: Jens Rottmann <JRottmann at LiPPERTembedded.de>
---
 src/mainboard/amd/persimmon/devicetree.cb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mainboard/amd/persimmon/devicetree.cb b/src/mainboard/amd/persimmon/devicetree.cb
index 196327c..6c4d302 100644
--- a/src/mainboard/amd/persimmon/devicetree.cb
+++ b/src/mainboard/amd/persimmon/devicetree.cb
@@ -29,7 +29,7 @@ chip northbridge/amd/agesa/family14/root_complex
 					chip northbridge/amd/agesa/family14 # PCI side of HT root complex
 						device pci 0.0 on end # Root Complex
 						device pci 1.0 on end # Internal Graphics P2P bridge 0x980[2456]
-						device pci 1.1 on end # Internal Multimedia
+						#device pci 1.1 off end # Internal HDMI Audio
 						device pci 4.0 on end # PCIE P2P bridge on-board NIC
 						device pci 5.0 off end # PCIE P2P bridge
 						device pci 6.0 on end # PCIE P2P bridge PCIe slot



More information about the coreboot mailing list