mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
sparc64: fix pci host bridge offsets
Signed-off-by: Igor V. Kovalenko <igor.v.kovalenko@gmail.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com> git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@780 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
committed by
Blue Swirl
parent
4b25b8b537
commit
37f9164937
@@ -60,13 +60,13 @@ static const struct hwdef hwdefs[] = {
|
||||
.name = "SUNW,sabre",
|
||||
.vendor_id = PCI_VENDOR_ID_SUN,
|
||||
.device_id = PCI_DEVICE_ID_SUN_SABRE,
|
||||
.cfg_addr = APB_SPECIAL_BASE + 0x1000000ULL,
|
||||
.cfg_data = APB_MEM_BASE,
|
||||
.cfg_base = 0x80000000ULL,
|
||||
.cfg_len = 0,
|
||||
.mem_base = APB_MEM_BASE + 0x400000ULL,
|
||||
.cfg_addr = APB_SPECIAL_BASE + 0x1000000ULL, // PCI bus configuration space
|
||||
.cfg_data = APB_MEM_BASE, // PCI bus memory space
|
||||
.cfg_base = APB_SPECIAL_BASE,
|
||||
.cfg_len = 0x2000000,
|
||||
.mem_base = APB_MEM_BASE,
|
||||
.mem_len = 0x10000000,
|
||||
.io_base = APB_SPECIAL_BASE + 0x2000000ULL,
|
||||
.io_base = APB_SPECIAL_BASE + 0x2000000ULL, // PCI Bus I/O space
|
||||
.io_len = 0x10000,
|
||||
.irqs = { 0, 1, 2, 3 },
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user