- 8cc0681 fix compile error in TcgPei by czhang46 · 12 years ago
- 641b4a4 Set mode 0 (80x25) when Consplitter does not exist. by li-elvin · 12 years ago
- 99bb0f8 Fix build fail. by ydong10 · 12 years ago
- d697218 Refine the code to make it more safely. by ydong10 · 12 years ago
- 1ba7644 StdLib: Fix possible compiler warnings when doing enumerate type comparison. by rsun3 · 12 years ago
- 7cb7e2a EmbeddedPkg/MmcDxe: The timeout while waiting for the programming to be complete was decreased twice. by oliviermartin · 12 years ago
- 3f5aa19 ArmPkg: Changed Uncached System Memory from EFI_MEMORY_UC to EFI_MEMORY_WC by oliviermartin · 12 years ago
- f166026 Restore EditBuffer before call the callback function to avoid get error data. by ydong10 · 12 years ago
- dbcecd5 Should pass in bytes of string buffer to UnicodeSPrint() rather than Unicode string length. by erictian · 12 years ago
- 4dbb98a Add check for DevicePathNode. by lgao4 · 12 years ago
- 611db14 EmulatorPkg/PlatformSmbiosDxe: Fix build issue with UNIXGCC by jljusten · 12 years ago
- 8d53199 OvmfPkg/BlockMmioToBlockIoDxe: Fix allocation size error by jljusten · 12 years ago
- 82045b2 OVMF X64: Allow enabling SOURCE_DEBUG_ENABLE on GCC44 by jljusten · 12 years ago
- 3d78c02 Fix comparisons of enumerated types which may cause warnings for some compilers. by rsun3 · 12 years ago
- 055c829 TcgPei need to measure anything to PCR in S3 bootpath, so skip shadow logic. by czhang46 · 12 years ago
- f5c941b Only disable Debug Timer for x64 platforms in S3RestoreConfig2(). by vanjeff · 12 years ago
- 2cd086a OvmfPkg: get boot order from QEMU by jljusten · 12 years ago
- 67fe5be OvmfPkg/PlatformPei: Shrink memory range for PCI MMIO allocation by jljusten · 12 years ago
- 3206b5e Change Bcfg.c to use the new definition of EFI_KEY_OPTION. by niruiyu · 12 years ago
- 933d80a 1. Add debug init flag DEBUG_AGENT_INIT_THUNK_PEI_IA32TOX64 in Debug Agent Library. by vanjeff · 12 years ago
- 5df0877 Add comments to explain the reason return status is not checked. The return status of KeyboardRead is not used. by li-elvin · 12 years ago
- 6a34a2e Change Bcfg.c to use the new definition of EFI_KEY_OPTION. by niruiyu · 12 years ago
- 333a53e Use firmware version instead of hardcode string for S-CRTM version identifier by czhang46 · 12 years ago
- 9063c32 Fix bugs in PXE driver when using option 43 for boot server list and boot menu prompt. by sfu5 · 12 years ago
- db999bd Remove MOR check box feature. should not have a switch to turn off MOR. by czhang46 · 12 years ago
- ae837d3 Fix the bug in PciBusNoEnumerationDxe driver to correct parse the 64bit BAR. by niruiyu · 12 years ago
- c0394e0 Fix the bug in PciBus driver to correct parse the 64bit BAR. by niruiyu · 12 years ago
- f6f9031 Update the DxeImageVerificationLib to handle the signed image which CertType is set to EFI_CERT_TYPE_PKCS7_GUID. by sfu5 · 12 years ago
- f6e2335 1. Initialize certdb variable with correct value of list size. by sfu5 · 12 years ago
- efad60c Fix PeiCryptLib build issue. by tye1 · 12 years ago
- 15f2d73 Add TcgDxeHashLogExtendEvent EventLogLastEntry parameter update logic by czhang46 · 12 years ago
- a66e0c7 1. Added SetLocalApicBaseAdress() and GetLocalApicBaseAddress() APIs in Local APIC library. by vanjeff · 12 years ago
- abef469 Set correct DS/ES/FS/GS/SS segment selectors after GDT loaded. by vanjeff · 12 years ago
- 8d4e1bd Get correct GOP protocol for physical GOP device. by li-elvin · 12 years ago
- 60893cc Enhance the check for some fields in the PE image before use it. by ydong10 · 12 years ago
- cc65822 Add additional delay in DHCP6 InfoRequest interface to wait for link local address DAD to finish. by sfu5 · 12 years ago
- 7fb60a9 MdeModulePkg/AtaAtapiPassThru: Move error check behind the place that SetupFIS frame is received. by erictian · 12 years ago
- e407cee Roll back one unnecessary change in Dispatcher.c, which is added by previous patch. by lgao4 · 12 years ago
- 5db28a6 Add PI1.2.1 SAP2 support and UEFI231B mantis 896 by lgao4 · 12 years ago
- bc2dfdb Add PI1.2.1 SAP2 support and UEFI231B mantis 896 by lgao4 · 12 years ago
- 53cdd43 Change the EFI_BOOT_KEY_DATA definition to use macro instead of bit fields. by niruiyu · 12 years ago
- b92b120 Add PI1.2.1 SAP2 support and UEFI231B mantis 896 by lgao4 · 12 years ago
- 3acb198 Enhance the check when ImageRead function return. by ydong10 · 12 years ago
- 05bf16e Initialize the variable before use it. by ydong10 · 12 years ago
- 9776099 Patch includes: by ydong10 · 12 years ago
- 09c990a MdePkg PiSmmCis.h: clarify the meaning of NumberOfCpus per PI spec version 1.2.1. by rsun3 · 12 years ago
- 89b5f4b Fix some coding style issues by czhang46 · 12 years ago
- 677e5c0 Fix TCG protocol TcgDxeHashLogExtendEvent and TcgDxeLogEvent SDL issue by czhang46 · 12 years ago
- 2fa996f Fix Consplitter GOP UEFI SCT issue. by li-elvin · 12 years ago
- d6bee31 Enhance the code to make the code logic more clear. by ydong10 · 12 years ago
- 48ee8e3 Initialize TempAcpiS3Context and TempEfiBootScriptExecutorVariable. by lzeng14 · 12 years ago
- 6d4136f Add three INIT flag in Debug Agent Library. by vanjeff · 12 years ago
- ca89ab9 IntelFrameworkModulePkg/IdeBusDxe: Add error check on the return status of invoking AtaSoftReset(). by erictian · 12 years ago
- be02dce Fix TCG protocol PassThroughToTpm() SDL issue by czhang46 · 12 years ago
- f58f3de Fix the issue that consplitter should not touch ConIn variable & do ConIn connection by czhang46 · 12 years ago
- bc79c73 Fix the issue that consplitter should not touch ConIn variable & do ConIn connection by czhang46 · 12 years ago
- db1126d Update file guid to avoid conflict with other file. by ydong10 · 12 years ago
- bd07919 Add missing break and add comment to non-necessary break. by li-elvin · 12 years ago
- 4ccd921 Update the "ConErr" related variable name to the new one "ErrOut". by ydong10 · 12 years ago
- f4a25e8 Add validation on ACPI_S3_CONTEXT.S3DebugBufferAddress, moreover only debug tip could override IDT entry for INT3. by vanjeff · 12 years ago
- 54e27ad Add missing function comments by jyao1 · 12 years ago
- b8a605d Fix incorrect sizeof () usage. by li-elvin · 12 years ago
- ffa1e78 PcAtChipsetPkg/RTC: Fix a bug in RtcGetWakeUpTime() which may cause its return value wrong by erictian · 12 years ago
- 50fe73a 1. Remove the code path which use X509 cert in KEK to validate PKCS7 signed image. by sfu5 · 12 years ago
- 8c71ec8 OvmfPkg: Add custom SecureBootConfigDxe that doesn't reset by jljusten · 12 years ago
- ff8dd31 OvmfPkg/AcpiPlatformDxe: Fix Visual Studio build issues by jljusten · 12 years ago
- e148512 EmulatorPkg: Fix Visual Studio build for IA32 & X64 by jljusten · 12 years ago
- 33efdf5 Refine the logic to handle the device path info get from string token. by ydong10 · 12 years ago
- d0bf562 Create 4G page table by default, and using PF to handle >4G MMIO access, to improve S3 performance. by jyao1 · 12 years ago
- 743094a OvmfPkg: Support GCC47 toolchain by jljusten · 12 years ago
- 35cfa92 EmulatorPkg: Support GCC47 toolchain by jljusten · 12 years ago
- 498f7d8 OvmfPkg: generate full MADT dynamically, synchronize contents with qemu by jljusten · 12 years ago
- 05c89c7 OvmfPkg: have PlatformBdsLib::PciInitialization conform to the _PRS by jljusten · 12 years ago
- a5595b1 OvmfPkg: PlatformBdsLib: the balloon device (RAM Memory) is in slot 5 by jljusten · 12 years ago
- 9388fd3 OvmfPkg: fix interrupt routing in the DSDT, bump revision number by jljusten · 12 years ago
- cc2f2c4 OvmfPkg: add parallel port to the DSDT by jljusten · 12 years ago
- ba01f3b OvmfPkg: fix the _UID of \_SB.PCI0.LPC.LNKD in the DSDT by jljusten · 12 years ago
- b636c6e OvmfPkg: add comments to the DSDT, remove trailing empty line by jljusten · 12 years ago
- a42bdfc OvmfPkg: _DIS and _SRS methods should have permanent effect by jljusten · 12 years ago
- 56daf8b OvmfPkg: unlike PIIX4, qemu needs ActiveHigh for interrupt sharing by jljusten · 12 years ago
- cc16a92 OvmfPkg: simplify _CRS, _PRS, _SRS methods in the DSDT by jljusten · 12 years ago
- 5e57fb7 OvmfPkg: add qemu debug console port to XTRA device by jljusten · 12 years ago
- 6d4f320 OvmfPkg: fix LAPIC RangeLength in DSDT by jljusten · 12 years ago
- c2129fe OvmfPkg: sync FADT with QEMU: PM Timer is 24-bit by jljusten · 12 years ago
- fb51479 OvmfPkg: sync FADT with QEMU: boot architecture flags by jljusten · 12 years ago
- 5bf66ed OvmfPkg: sync FADT with QEMU: clear DAY_ALRM by jljusten · 12 years ago
- cf5cfe8 OvmfPkg: sync FADT with QEMU: cleanup FLUSH_SIZE / FLUSH_STRIDE by jljusten · 12 years ago
- 062c1cf OvmfPkg: sync FADT with QEMU: disable PM2 control block by jljusten · 12 years ago
- 7c9ff57 OvmfPkg: sync FADT with QEMU: correct SMI_CMD by jljusten · 12 years ago
- 2712ab4 OvmfPkg: cleanup whitespace in Facp.aslc / Platform.h by jljusten · 12 years ago
- edf4af6 Check if active video mode is changed after OpROM starts, if active video mode is not changed, skip INT10 calls to improve performance. by li-elvin · 12 years ago
- e27ad65 Fix 2 errors for new feature by czhang46 · 12 years ago
- 9b78227 Fix 2 errors for new feature by czhang46 · 12 years ago
- 9119637 Fix issue that TCP server will not response to SYN packet from TCP client in TCP6 module. by tye1 · 12 years ago
- f4184cb Update openssl patch to replaces the “__FILE__” and “__LINE__” with NULL and 0. by sfu5 · 12 years ago
- bb3aa95 Return the proper status after one of the ports is configured for UDP or IP communications. by lpleahy · 12 years ago
- 36384ce Refine get default language logic for command "drivers". by ydong10 · 12 years ago
- 26af9ac OvmfPkg/AcpiPlatformDxe: Fix Visual Studio build issues by jljusten · 12 years ago
- aaee3a9 Fix memory leak by ydong10 · 12 years ago
- 30d1bcd ArmPlatformPkg/Bds: Fixed device path of the default error output device by oliviermartin · 12 years ago