mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
pci: add host memory base to pci_arch_t
- sparc64 has PCI memory space at offset, therefore "ranges" property of host bridge must have different PCI and host memory addresses 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@788 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
committed by
Blue Swirl
parent
ba0a4c1373
commit
75d49e26b4
@@ -13,7 +13,8 @@ struct pci_arch_t {
|
||||
unsigned long cfg_data;
|
||||
unsigned long cfg_base;
|
||||
unsigned long cfg_len;
|
||||
unsigned long mem_base;
|
||||
unsigned long host_mem_base; /* in host memory space */
|
||||
unsigned long pci_mem_base; /* in PCI memory space */
|
||||
unsigned long mem_len;
|
||||
unsigned long io_base;
|
||||
unsigned long io_len;
|
||||
|
||||
Reference in New Issue
Block a user