dev: seperate legacy io offsets from PCI offset
authorAli Saidi <Ali.Saidi@ARM.com>
Wed, 3 Sep 2014 11:43:06 +0000 (07:43 -0400)
committerAli Saidi <Ali.Saidi@ARM.com>
Wed, 3 Sep 2014 11:43:06 +0000 (07:43 -0400)
commit346fe7337009980566e023a60a09391ed893a5c0
tree3fe6cae924a1fd6dae410fb83f7c837f6392eb34
parent1c0ae90027f0aea96389d0b82f2c732df72fc06c
dev: seperate legacy io offsets from PCI offset

The PC platform has a single IO range that is used both legacy IO and PCI IO
while other platforms may use seperate regions. Provide another mechanism to
configure the legacy IO base address range and set it to the PCI IO address
range for x86.
src/dev/Pci.py
src/dev/pcidev.cc
src/dev/x86/SouthBridge.py