[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v6 05/11] grackle: Set revision in PCI config to match hardware
From: |
BALATON Zoltan |
Subject: |
[PATCH v6 05/11] grackle: Set revision in PCI config to match hardware |
Date: |
Sun, 28 Jun 2020 20:03:36 +0200 |
Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
---
hw/pci-host/grackle.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hw/pci-host/grackle.c b/hw/pci-host/grackle.c
index 4b3af0c704..48d11f13ab 100644
--- a/hw/pci-host/grackle.c
+++ b/hw/pci-host/grackle.c
@@ -130,7 +130,7 @@ static void grackle_pci_class_init(ObjectClass *klass, void
*data)
k->realize = grackle_pci_realize;
k->vendor_id = PCI_VENDOR_ID_MOTOROLA;
k->device_id = PCI_DEVICE_ID_MOTOROLA_MPC106;
- k->revision = 0x00;
+ k->revision = 0x40;
k->class_id = PCI_CLASS_BRIDGE_HOST;
/*
* PCI-facing part of the host bridge, not usable without the
--
2.21.3
- [PATCH v6 00/11] Mac Old World ROM experiment, BALATON Zoltan, 2020/06/28
- [PATCH v6 02/11] mac_newworld: Allow loading binary ROM image, BALATON Zoltan, 2020/06/28
- [PATCH v6 03/11] mac_oldworld: Drop a variable, use get_system_memory() directly, BALATON Zoltan, 2020/06/28
- [PATCH v6 01/11] mac_oldworld: Allow loading binary ROM image, BALATON Zoltan, 2020/06/28
- [PATCH v6 04/11] mac_oldworld: Drop some variables, BALATON Zoltan, 2020/06/28
- [PATCH v6 07/11] mac_oldworld: Map macio to expected address at reset, BALATON Zoltan, 2020/06/28
- [PATCH v6 06/11] mac_oldworld: Rename ppc_heathrow_reset to ppc_heathrow_cpu_reset, BALATON Zoltan, 2020/06/28
- [PATCH v6 05/11] grackle: Set revision in PCI config to match hardware,
BALATON Zoltan <=
- [PATCH v6 08/11] mac_oldworld: Add machine ID register, BALATON Zoltan, 2020/06/28
- [PATCH v6 09/11] i2c: Match parameters of i2c_start_transfer and i2c_send_recv, BALATON Zoltan, 2020/06/28
- [PATCH v6 11/11] mac_oldworld: Add SPD data to cover RAM, BALATON Zoltan, 2020/06/28
- [RFC PATCH v6 10/11] WIP macio/cuda: Attempt to add i2c support, BALATON Zoltan, 2020/06/28