Re: [edk2] [PATCH] OvmfPkg/PlatformPei: Initialise RCBA (B0:D31:F0 0xf0) register

2015-06-06 Thread Jordan Justen
On 2015-06-06 12:10:03, Paulo Alcantara wrote: > This patch initialises root complex register block BAR in order to > support TCO watchdog emulation features (e.g. reboot upon NO_REBOOT bit > not set) on QEMU. > > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Paulo Alcan

Re: [edk2] [PATCH 00/21] OvmfPkg: support extra PCI root buses

2015-06-06 Thread Jordan Justen
On 2015-06-05 16:47:40, Laszlo Ersek wrote: > The first 9 patches are uninteresting (although they certainly decimated > my grey matter): > > - Patch #1 copies PciHostBridgeDxe from PcAtChipsetPkg to OvmfPkg. Arg. After I have bugged the DuetPkg and CorebootPayloadPkg package owners to try to fix

[edk2] [PATCH] OvmfPkg/PlatformPei: Initialise RCBA (B0:D31:F0 0xf0) register

2015-06-06 Thread Paulo Alcantara
This patch initialises root complex register block BAR in order to support TCO watchdog emulation features (e.g. reboot upon NO_REBOOT bit not set) on QEMU. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Paulo Alcantara --- OvmfPkg/Include/IndustryStandard/Q35MchIch9.h |

[edk2] ARM Exception Handling Refactor

2015-06-06 Thread Cohen, Eugene
Dear ArmPkg maintainers, As I've been working towards an ARM implementation of SMM, I ran into an issue with the organization of exception handling code in edk2. Today we have exception handlers in the CpuDxe driver and another set in DebugAgentSymbolsBaseLib which is pulled in by SEC. Since