Gerd Hoffmann
Gerd Hoffmann
- promote CompilerIntrinsicsLib from ArmPkg to MdePkg - move ia32 asm + strcmp from CryptoPkg to MdePkg
- OvmfPkg: reduce the number of dsc include files for tpm libs - CryptoPkg: move driver pcd config to include file - OvmfPkg: add include file for openssl library cfg,...
Prevents potential math over and underflows when comparing buffers for SMM validity. Original patch uploaded to bugzilla by Bret Barkelew . I've adapted the patch to latest master, uncristified, dropped...
The ebp/rbp register can either be used for the frame pointer or as general purpose register. With gcc (and clang) this depends on the -f(no-)omit-frame-pointer switch. This patch updates tools_def.template...
First, allow sorting commits by branch would be useful. Second, filtering by branch would be useful too. possible cfg file syntax: git-branches = git-remote-branches = yes | no (yes means...
**Describe the bug** nrunner seems to not call tearDown() when a testcase times out **Steps to reproduce** I have testcases which need some background processes. They are started by the...
- OvmfPkg/PlatformInitLib: try read phys bits from fw_cfg - OvmfPkg/PlatformInitLib: dynamic mmio window size - OvmfPkg/PciHotPlugInitDxe: reserve more mmio space
- OvmfPkg/QemuBootOrderLib: allow slash in rom filenames - OvmfPkg/QemuBootOrderLib: skip unsupported entries in StoreQemuBootOrder
Traditional q35 memory layout is 2.75 GB of low memory, leaving room for the pcie mmconfig at 0xb0000000 and the 32-bit pci mmio window at 0xc0000000. Because of that OVMF...