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
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
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 |
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