[coreboot] [PATCH] r6421-correct-ids.patch

Sven Schnelle svens at stackframe.org
Tue Mar 1 23:03:49 CET 2011


Sylvain 'ythier' Hitier <sylvain.hitier at gmail.com> writes:

> (Please keep me in CC, I'm not subscribed to the list)
>
> After reading r6421.
>
> Signed-off-by: Sylvain "ythier" Hitier <sylvain.hitier at gmail.com>
>
> Index: src/mainboard/asus/m2v/devicetree.cb
> ===================================================================
> --- src/mainboard/asus/m2v/devicetree.cb	(revision 6421)
> +++ src/mainboard/asus/m2v/devicetree.cb	(working copy)
> @@ -5,7 +5,7 @@
>      end
>    end
>    device pci_domain 0 on			# PCI domain
> -    subsystemid 0x143 0 inherit
> +    subsystemid 0x1043 0 inherit
>      chip northbridge/amd/amdk8			# mc0
>        device pci 18.0 on			# Northbridge
>          # Devices on link 0, link 0 == LDT 0
> Index: src/mainboard/gigabyte/ma78gm/devicetree.cb
> ===================================================================
> --- src/mainboard/gigabyte/ma78gm/devicetree.cb	(revision 6421)
> +++ src/mainboard/gigabyte/ma78gm/devicetree.cb	(working copy)
> @@ -6,7 +6,7 @@
>  		end
>  	end
>  	device pci_domain 0 on
> -		subsystemid 0x3060 0x1022 inherit
> +		subsystemid 0x1022 0x3060 inherit
>  		chip northbridge/amd/amdfam10
>  			device pci 18.0 on #  northbridge
>  				chip southbridge/amd/rs780
> Index: src/mainboard/roda/rk886ex/devicetree.cb
> ===================================================================
> --- src/mainboard/roda/rk886ex/devicetree.cb	(revision 6421)
> +++ src/mainboard/roda/rk886ex/devicetree.cb	(working copy)
> @@ -28,7 +28,7 @@
>          end
>  
>          device pci_domain 0 on
> -                subsystemid 0x4352 0x0686 inherit
> +                subsystemid 0x4352 0x6886 inherit
>                  device pci 00.0 on end # host bridge
>  		# auto detection:
>  		#device pci 01.0 off end # i945 PCIe root port
>
> Regards,
> Sylvain "ythier" Hitier
>
> -- 
> Free hugs for Free Software Fellows!
> Living in a Debian package => http://en.wikipedia.org/wiki/Apt,_Vaucluse

r6425.

Thanks,

Sven.




More information about the coreboot mailing list