]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
hw/pci-host: Rename Raven ASIC PCI bridge as raven.c
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Fri, 16 Apr 2021 16:18:58 +0000 (18:18 +0200)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sun, 11 Jul 2021 20:29:04 +0000 (22:29 +0200)
The ASIC PCI bridge chipset from Motorola is named 'Raven'.
This chipset is used in the PowerPC Reference Platform (PReP),
but not restricted to it. Rename it accordingly.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Acked-by: David Gibson <david@gibson.dropbear.id.au>
Message-Id: <20210417103028.601124-5-f4bug@amsat.org>

MAINTAINERS
hw/pci-host/Kconfig
hw/pci-host/meson.build
hw/pci-host/raven.c [moved from hw/pci-host/prep.c with 100% similarity]
hw/ppc/Kconfig

index 40d095dbbde1f4e4d533efcd14b14b118fa7bbc8..36eb0cb9c3c401cae010d1ccc0448386ae674f59 100644 (file)
@@ -1304,7 +1304,7 @@ S: Maintained
 F: hw/ppc/prep.c
 F: hw/ppc/prep_systemio.c
 F: hw/ppc/rs6000_mc.c
-F: hw/pci-host/prep.[hc]
+F: hw/pci-host/raven.c
 F: hw/isa/i82378.c
 F: hw/isa/pc87312.c
 F: hw/dma/i82374.c
index 79c20bf28bb55ca119b48b7ba2e86f3884cc64e3..84494400b86e95be0f9a626b7af240c7cd09b2f2 100644 (file)
@@ -6,7 +6,7 @@ config XEN_IGD_PASSTHROUGH
     default y
     depends on XEN && PCI_I440FX
 
-config PREP_PCI
+config RAVEN_PCI
     bool
     select PCI
     select OR_IRQ
index 1698d3a1920a8cab51f7dcb628c15e2a2e69f0a7..4c4f39c15c69b5e3124538522d1d3f1ed6821f50 100644 (file)
@@ -13,7 +13,7 @@ pci_ss.add(when: 'CONFIG_REMOTE_PCIHOST', if_true: files('remote.c'))
 pci_ss.add(when: 'CONFIG_SH_PCI', if_true: files('sh_pci.c'))
 
 # PPC devices
-pci_ss.add(when: 'CONFIG_PREP_PCI', if_true: files('prep.c'))
+pci_ss.add(when: 'CONFIG_RAVEN_PCI', if_true: files('raven.c'))
 pci_ss.add(when: 'CONFIG_GRACKLE_PCI', if_true: files('grackle.c'))
 # NewWorld PowerMac
 pci_ss.add(when: 'CONFIG_UNIN_PCI', if_true: files('uninorth.c'))
similarity index 100%
rename from hw/pci-host/prep.c
rename to hw/pci-host/raven.c
index 7fcafec60a4cff3d967dbd8708e98281b7a46fcc..322a7eb031e5cdcbd3de851cb5e4436def8dd9fc 100644 (file)
@@ -85,7 +85,7 @@ config PREP
     imply PCI_DEVICES
     imply TEST_DEVICES
     select CS4231A
-    select PREP_PCI
+    select RAVEN_PCI
     select I82378
     select LSI_SCSI_PCI
     select M48T59