Nico Huber has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/82767?usp=email )
Change subject: nb/via/cx700: Add south module devices to chipset.cb ......................................................................
nb/via/cx700: Add south module devices to chipset.cb
Change-Id: Ibd7a7b8c9e1461fa665bb72082489b9a48da63c3 Signed-off-by: Nico Huber nico.h@gmx.de --- M src/northbridge/via/cx700/chipset.cb 1 file changed, 12 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/67/82767/1
diff --git a/src/northbridge/via/cx700/chipset.cb b/src/northbridge/via/cx700/chipset.cb index 192fe22..d236bfb 100644 --- a/src/northbridge/via/cx700/chipset.cb +++ b/src/northbridge/via/cx700/chipset.cb @@ -10,6 +10,18 @@ device pci 00.7 alias north_end on end device pci 01.0 alias north_pci on end
+ device pci 0f.0 alias ata off end + device pci 10.0 alias uhci0 off end + device pci 10.1 alias uhci1 off end + device pci 10.2 alias uhci2 off end + device pci 10.4 alias ehci off end + device pci 11.0 alias lpc on end + device pci 11.7 alias south_end on end + device pci 13.0 alias pci0 off + device pci 01.0 alias hda off end + end + device pci 13.1 alias pci1 off end + end
end