diff options
author | Nico Huber <nico.h@gmx.de> | 2024-06-02 17:50:35 +0200 |
---|---|---|
committer | Lean Sheng Tan <sheng.tan@9elements.com> | 2024-11-11 09:17:18 +0000 |
commit | 86d0642cfeb5750b9356f12ad7d134d002e52bbe (patch) | |
tree | 537a766f9949a79cdb6314cedaf80fa23bde98f3 | |
parent | 391ba65a9e1150ff594c881003dfebcdd18b8aba (diff) |
nb/via/cx700: Add south module devices to chipset.cb
Change-Id: Ibd7a7b8c9e1461fa665bb72082489b9a48da63c3
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/82767
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r-- | src/northbridge/via/cx700/chipset.cb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/northbridge/via/cx700/chipset.cb b/src/northbridge/via/cx700/chipset.cb index 4dd11f307e..25c2f113bd 100644 --- a/src/northbridge/via/cx700/chipset.cb +++ b/src/northbridge/via/cx700/chipset.cb @@ -12,6 +12,19 @@ chip northbridge/via/cx700 device pci 00.0 alias vga off end 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.6 alias mc97 off end + device pci 11.7 alias south_end on end + device pci 13.0 alias pcie off + device pci 01.0 alias hda off end + end + device pci 13.1 alias south_pci off end + end end |