summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-08-17Fix the issue that consplitter should not touch ConIn variable & do ConIn co...czhang464-93/+241
2012-08-17Update file guid to avoid conflict with other file.ydong101-1/+1
2012-08-17Add missing break and add comment to non-necessary break.li-elvin3-2/+7
2012-08-17Update the "ConErr" related variable name to the new one "ErrOut".ydong103-15/+15
2012-08-16Add validation on ACPI_S3_CONTEXT.S3DebugBufferAddress, moreover only debug t...vanjeff3-23/+36
2012-08-16Add missing function commentsjyao11-0/+24
2012-08-16Fix incorrect sizeof () usage.li-elvin1-1/+1
2012-08-15PcAtChipsetPkg/RTC: Fix a bug in RtcGetWakeUpTime() which may cause its retur...erictian1-0/+1
2012-08-151. Remove the code path which use X509 cert in KEK to validate PKCS7 signed i...sfu51-277/+56
2012-08-15OvmfPkg: Add custom SecureBootConfigDxe that doesn't resetjljusten16-12/+7379
2012-08-15OvmfPkg/AcpiPlatformDxe: Fix Visual Studio build issuesjljusten1-9/+9
2012-08-15EmulatorPkg: Fix Visual Studio build for IA32 & X64jljusten9-16/+191
2012-08-14Refine the logic to handle the device path info get from string token.ydong104-40/+121
2012-08-14Create 4G page table by default, and using PF to handle >4G MMIO access, to i...jyao16-8/+276
2012-08-13OvmfPkg: Support GCC47 toolchainjljusten1-0/+3
2012-08-13EmulatorPkg: Support GCC47 toolchainjljusten2-0/+4
2012-08-13OvmfPkg: generate full MADT dynamically, synchronize contents with qemujljusten7-62/+146
2012-08-13OvmfPkg: have PlatformBdsLib::PciInitialization conform to the _PRSjljusten1-10/+10
2012-08-13OvmfPkg: PlatformBdsLib: the balloon device (RAM Memory) is in slot 5jljusten1-3/+3
2012-08-13OvmfPkg: fix interrupt routing in the DSDT, bump revision numberjljusten1-13/+122
2012-08-13OvmfPkg: add parallel port to the DSDTjljusten1-0/+13
2012-08-13OvmfPkg: fix the _UID of \_SB.PCI0.LPC.LNKD in the DSDTjljusten1-1/+1
2012-08-13OvmfPkg: add comments to the DSDT, remove trailing empty linejljusten1-5/+7
2012-08-13OvmfPkg: _DIS and _SRS methods should have permanent effectjljusten1-23/+28
2012-08-13OvmfPkg: unlike PIIX4, qemu needs ActiveHigh for interrupt sharingjljusten1-2/+2
2012-08-13OvmfPkg: simplify _CRS, _PRS, _SRS methods in the DSDTjljusten1-22/+22
2012-08-13OvmfPkg: add qemu debug console port to XTRA devicejljusten1-0/+1
2012-08-13OvmfPkg: fix LAPIC RangeLength in DSDTjljusten1-4/+4
2012-08-13OvmfPkg: sync FADT with QEMU: PM Timer is 24-bitjljusten1-1/+1
2012-08-13OvmfPkg: sync FADT with QEMU: boot architecture flagsjljusten1-1/+1
2012-08-13OvmfPkg: sync FADT with QEMU: clear DAY_ALRMjljusten1-1/+1
2012-08-13OvmfPkg: sync FADT with QEMU: cleanup FLUSH_SIZE / FLUSH_STRIDEjljusten1-2/+2
2012-08-13OvmfPkg: sync FADT with QEMU: disable PM2 control blockjljusten1-2/+2
2012-08-13OvmfPkg: sync FADT with QEMU: correct SMI_CMDjljusten2-5/+5
2012-08-13OvmfPkg: cleanup whitespace in Facp.aslc / Platform.hjljusten2-10/+10
2012-08-13Check if active video mode is changed after OpROM starts, if active video mod...li-elvin2-4/+10
2012-08-10Fix 2 errors for new featureczhang461-1/+1
2012-08-10Fix 2 errors for new featureczhang461-1/+1
2012-08-10Fix issue that TCP server will not response to SYN packet from TCP client in ...tye13-4/+13
2012-08-10Update openssl patch to replaces the “__FILE__” and “__LINE__” with N...sfu51-0/+81
2012-08-10Return the proper status after one of the ports is configured for UDP or IP c...lpleahy3-114/+102
2012-08-10Refine get default language logic for command "drivers".ydong103-15/+71
2012-08-09OvmfPkg/AcpiPlatformDxe: Fix Visual Studio build issuesjljusten2-3/+3
2012-08-09Fix memory leakydong101-0/+4
2012-08-08ArmPlatformPkg/Bds: Fixed device path of the default error output deviceoliviermartin1-1/+1
2012-08-07Removed SetMode in GraphicsConsole Start() in release BIOS to improve perform...li-elvin1-33/+76
2012-08-07Updated GraphicsOutput.h to follow UEFI 2.3.1 c spec.li-elvin1-23/+24
2012-08-07The format strings are using notations that require UINTNs (like "0x%02x") bu...ydong101-6/+6
2012-08-07Fix a width count error in ClearScreen function.ydong101-2/+2
2012-08-07Refine code to follow coding style.ydong101-6/+14