Version 2 of the series at
<http://thread.gmane.org/gmane.comp.bios.edk2.devel/11943>.

Changes relative to v1:
- Patch #1 is a new patch for a potential issue I independently noticed.
  It belongs to the front of the series though. I CC'd Gabriel on this
  patch, and then I decided to CC him on the full series (for testing).
  Thanks!
- Replaced fixed PCDs with macros [Jordan].

Public branch:
<https://github.com/lersek/edk2/commits/grow_portspace_bz1333238_v2>.

Cc: Gabriel Somlo <[email protected]>
Cc: Jordan Justen <[email protected]>

Thanks
Laszlo

Laszlo Ersek (7):
  OvmfPkg/AcpiTimerLib: don't use possibly unset PMBA register (PEI
    phase)
  OvmfPkg: replace PcdAcpiPmBaseAddress with PIIX4_PMBA_VALUE
  OvmfPkg: add and use industry standard macro PIIX4_PMBA_MASK
  OvmfPkg: introduce ICH9_PMBASE_VALUE
  OvmfPkg: determine PMBA value dependent on host bridge device ID
  OvmfPkg/PlatformPei: set PCI IO port aperture dynamically
  OvmfPkg/PlatformPei: provide 10 * 4KB of PCI IO Port space on Q35

 OvmfPkg/OvmfPkg.dec                                  | 14 ++----
 OvmfPkg/OvmfPkgIa32.dsc                              |  2 +
 OvmfPkg/OvmfPkgIa32X64.dsc                           |  2 +
 OvmfPkg/OvmfPkgX64.dsc                               |  2 +
 OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLib.inf    |  3 --
 OvmfPkg/Library/AcpiTimerLib/BaseRomAcpiTimerLib.inf |  3 --
 OvmfPkg/Library/ResetSystemLib/ResetSystemLib.inf    |  3 --
 OvmfPkg/PlatformPei/PlatformPei.inf                  |  1 -
 OvmfPkg/Include/IndustryStandard/I440FxPiix4.h       |  2 +
 OvmfPkg/Include/OvmfPlatforms.h                      |  6 +++
 OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLib.c      | 14 ++++--
 OvmfPkg/Library/AcpiTimerLib/BaseRomAcpiTimerLib.c   | 11 +++--
 OvmfPkg/Library/ResetSystemLib/ResetSystemLib.c      | 25 ++++++++--
 OvmfPkg/PlatformPei/Platform.c                       | 48 +++++++++++++++-----
 14 files changed, 94 insertions(+), 42 deletions(-)

-- 
1.8.3.1

_______________________________________________
edk2-devel mailing list
[email protected]
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to