- e1fad9b OvmfPkg: fold macros of unsupported GPE1 register block into Facp.aslc by jljusten · 12 years ago
- 1e69186 OvmfPkg: fold macros of unsupported PM2 control reg. block into Facp.aslc by jljusten · 12 years ago
- 8eb28fe OvmfPkg: fold macros of unsupported PM1b register blocks into Facp.aslc by jljusten · 12 years ago
- 69eeadb OvmfPkg: bump commonly used ACPI table revision numbers by jljusten · 12 years ago
- a5a617b Not close gEfiEndOfDxeEventGroupGuid event in ReadyToLock event notify because PI spec doesn't say gEfiEndOfDxeEventGroupGuid must be notified before ReadyToLock event. by lzeng14 · 12 years ago
- 7f556e4 Contributed-under: TianoCore Contribution Agreement 1.0 by lpleahy · 12 years ago
- 985fef8 Otherwise gcc can default to the "sysv_abi" (as opposed to the "ms_abi") calling convention on X64, causing problems like <http://sourceforge.net/mailarchive/message.php?msg_id=30356166>. by lpleahy · 12 years ago
- 0b1ef27 Adds ASSERT check in DxePcd driver when error status of read DynamicHii PCD is not EFI_NOT_FOUND to avoid the incorrect value is used. by lgao4 · 12 years ago
- e8654a1 Add new HiiLib API HiiCreateGotoExOpCode() to create UEFI231 IFR REF, REF2, REF3, and REF4 opcode. by lgao4 · 12 years ago
- 935efc2 In order to make sure the image is section alignment, after allocate buffer for TE image, it will adjust the base address. But it has two potential issues: One is the start address may not section alignment, second is the buffer is not bigger enough to do the adjustment. This patch fixes these two issues. by ydong10 · 12 years ago
- 7dd0562 ShellPkg : Check pointer before dereferencing by jcarsey · 12 years ago
- 9bdcf58 Refine the code to avoid error report. by ydong10 · 12 years ago
- b5ded3c BMP file may has padding data between the bmp header section and the bmp data section, but current code logic not consider this case, so the check is not valid for some bmp file. Refine the logic for this case. by ydong10 · 12 years ago
- 6de4c35 Update the DxeImageVerificationLib to support for Authenticode-signed UEFI images with multiple signatures. by sfu5 · 12 years ago
- 944c84a Shouldn't free the PciDev structure because the PciDev needs to be saved to RemovedPciDev array. by niruiyu · 12 years ago
- ca5a7d8 Add error handling code to prevent variable store corruption in release build. by sfu5 · 12 years ago
- fb5278e ShellPkg: Added function ShellDeleteByName which deletes a file by name. by jcarsey · 12 years ago
- 1ac9cb8 Remove the useless goto statements in PXE driver. by sfu5 · 12 years ago
- 510ed43 Update SmiManager() comments and implementation to follow the new rule clarified by PI 1.2.1 errata A. by vanjeff · 12 years ago
- 95a411a BeagleBoardPkg/BeagleBoardPkg.dsc: Removing no more valid comment by oliviermartin · 12 years ago
- 4e6b101 Fix CpuIdEx.asm to return correct ECX/EDX value. by niruiyu · 12 years ago
- 862379f OvmfPkg: increase MEMFD size to 8MB by jljusten · 12 years ago
- dd71f6e OvmfPkg LoadLinuxLib: Use kernel's EFI entry point where available by jljusten · 12 years ago
- 25ca06f OvmfPkg LinuxBzimage.h: Update for kernel boot protocol 2.12 by jljusten · 12 years ago
- 3d80db5 OvmfPkg/AcpiPlatformDxe: split S3/S4 package into bytes by jljusten · 12 years ago
- 54c9a68 ShellPkg: fix string truncation. by jcarsey · 12 years ago
- 668a578 ShellPkg: add verification that a target directory exists when changing directory with drive identifier. by jcarsey · 12 years ago
- 9d0e28d - For writing sin_port, htons() must be used. by lpleahy · 12 years ago
- b8a86b2 - For writing sin_port, htons() must be used. by lpleahy · 12 years ago
- 7d5c23a Increase sockets performance by increasing the maximum buffer sizes. by lpleahy · 12 years ago
- 1c740a7 Allow fragmentation of large UDP packets by lpleahy · 12 years ago
- 3cdb02f Fix sockets use of file descriptors which was broken by the additional validation in StdLib/LibC/Uefi/SysCall.c/write added by revision 13989. by lpleahy · 12 years ago
- 782e407 Fix build issue on DDK3790 tool chain. by vanjeff · 12 years ago
- 6d9eb8c ShellPkg: Remove beta tag from ver command output. by jcarsey · 12 years ago
- d6e1d9c Use ResetSystemLib NULL instance to remove dependency on PcAtChipsetPkg from SourceLevelDebugPKg. by vanjeff · 12 years ago
- c9e8881 Update SecurityStub SAP protocol to support SecureHandler and SecureHandler2 both. by lgao4 · 12 years ago
- 416211e Removes a useless condition in PxeBcImpl.c. by sfu5 · 12 years ago
- a1c0d0f Fix corrupt PXE boot menu display issue. by sfu5 · 12 years ago
- 469462b Fix a bug in snp driver binding Start() that it may return incorrect status code. by sfu5 · 12 years ago
- a412ad8 Get support languages from "PlatformLangCodes" instead of front page string package. by ydong10 · 12 years ago
- 022ff6b 1. Update DxeCore to get correct AuthenticationStatus and invoke gSecurity after FV image file is extracted by ReadSection(), and remove the gSecurity invoking in SmmDriverDispatchHandler() in SmmCore since FV has been verified in DxeCore. by lzeng14 · 12 years ago
- 0777cea Based on the feature PCD value, browser will decide whether to gray out the read only menu. by ydong10 · 12 years ago
- 0c504ab OvmfPkg: set ActiveHigh polarity for the SCI with a dedicated link device by jljusten · 12 years ago
- f940fea Revert "OvmfPkg: LoadLinuxLib: Use kernel's EFI entry point where available" by jljusten · 12 years ago
- 29874a8 QemuFwCfgLib: Add QemuFwCfgWriteBytes() function by jljusten · 12 years ago
- b5e243b OvmfPkg QemuFwCfgLib: Fix broken IA32 Microsoft assembler code by jljusten · 12 years ago
- 1e43cdf ArmPlatformPkg/PL031RealTimeClockLib: Set PL031_{TimeZone,Daylight} UEFI variables as local by oliviermartin · 12 years ago
- d5cd447 ArmPlatformPkg: Fixed unsigned type to be architecture independent by oliviermartin · 12 years ago
- e7072e0 ArmPlatformPkg/ArmPlatformLibNull: Added template for ArmPlatformGetCorePosition() by oliviermartin · 12 years ago
- aeaf64d ArmPlatformPkg/Bds/BootMenu.c: Set "Fdt" UEFI variable as local by oliviermartin · 12 years ago
- 76aee8f ArmPkg/CompilerIntrinsicsLib: Add missing __aeabi_llsl and __aeabi_llsr for GCC by oliviermartin · 12 years ago
- ca20ce5 Update code which is not include in patch 14076. by ydong10 · 12 years ago
- 0aedc54 OvmfPkg: update qemu-executable for IA32 by jljusten · 12 years ago
- 72efe02 ArmPlatformPkg/Scripts: Added '--verbose' support to DS-5 scripts by oliviermartin · 12 years ago
- 111339d ArmPkg/ArmV7.h: Introduced ARM_ARCH_EXCEPTION_IRQ by oliviermartin · 12 years ago
- 3eef284 ArmPkg: Fixed ArmPkg.dsc RELEASE build by oliviermartin · 12 years ago
- 063ad84 ArmPlatformPkg/PrePi: Removed magic values by oliviermartin · 12 years ago
- c3adcc9 ArmPlatformPkg: Fixed ArmPlatformPkg/ArmPlatform(-2ndstage).dsc builds by oliviermartin · 12 years ago
- 67fb865 ArmPlatformPkg: Replaced FatPkg source package by the pre-built FatPkg binary by oliviermartin · 12 years ago
- ddfae86 ArmPkg/ArmPkg.dsc: Fixed build by oliviermartin · 12 years ago
- 1df657d ArmPkg/LinuxLoader: Fixed builds by oliviermartin · 12 years ago
- c26aa6f ArmPkg/BdsLib: Added TimerLib to INF file by oliviermartin · 12 years ago
- 47585ed ArmPkg: Move Arm(Enable|Disable)Irq() functions from internal header to library header file by oliviermartin · 12 years ago
- 9127a09 ArmPlatformPkg/Bds: Fixed the deletion of boot option entries by oliviermartin · 12 years ago
- 1ea3171 ArmPkg/SemiHosting: Recognise '.' directory as the root directory. by oliviermartin · 12 years ago
- 1e57a46 ARM Packages: Fixed line endings by oliviermartin · 12 years ago
- 5767f22 Check the input VaraibleName for db/dbx when appending variables with formatted as EFI_SIGNATURE_LIST. by sfu5 · 12 years ago
- 12cbe23 Check for NULL pointer before dereference it. by sfu5 · 12 years ago
- 932e0f6 Variables with state VAR_ADDED&VAR_IN_DELETED_TRANSITION should be considered as valid variables if there is no duplicated ones with VAR_ADDED state. by lzeng14 · 12 years ago
- 0cc565d Add NULL pointer check. by lzeng14 · 12 years ago
- b422b62 This revision can only work with Intel(c) UDK Debugger Tool version 1.3 or greater. Detailed change log is as below: by vanjeff · 12 years ago
- b7d269e Fix infinite loop bug in secure boot UI driver. by sfu5 · 12 years ago
- 0b6cb33 Fixed some alignment faults in IPF platform by ydong10 · 12 years ago
- cc7f6cf Refine code to follow coding style. by ydong10 · 12 years ago
- 03ecb57 Fix TPM may be locked twice issue in normal boot. by gdong1 · 12 years ago
- 96cc180 Fix xcode tool chain assembly issue. by andrewfish · 12 years ago
- 947a5a9 Refine the sample about how to convert the device path to string. by ydong10 · 12 years ago
- 80a047f Update the code of processing device path info in browser to follow UEFI spec. by ydong10 · 12 years ago
- 7f7dba5 Take the highest horizontal resolution as highest video resolution. by li-elvin · 12 years ago
- 0666b5e Take the highest horizontal resolution as highest video resolution. by li-elvin · 12 years ago
- 2e0910a Parse full EDID data to get all video resolutions supported by monitors. by li-elvin · 12 years ago
- ed729be Refine the menu display logic, support menus with more than one page of options. by ydong10 · 12 years ago
- ffc6107 AppPkg/Applications/Python: Add support for the pyexpat module. by darylm503 · 12 years ago
- 23b0693 1. Update the logic of UpdateVariable() for updating variable from: by lzeng14 · 12 years ago
- e886b67 ShellPkg: Fix pointer initialization error of “ShellOpt” Shell environment variable by jcarsey · 12 years ago
- caa6c0c ShellPkg: Minor change to EDIT and HEXEDIT commands to make the title bars consistent and remove unnecessary “2.0” string by jcarsey · 12 years ago
- 73f0127 Fix ICC11(VS2005) build failure. by lzeng14 · 12 years ago
- d49fa79 StdLib & AppPkg: Update the list of known ISSUES. by darylm503 · 12 years ago
- 920ff98 StdLib: Correct two instances of mismatch between function declaration and definition causing GCC compile errors. by darylm503 · 12 years ago
- f87146d AppPkg/Applications/Main/Main.c: Remove EFIAPI from the definition of the main() function. by darylm503 · 12 years ago
- 6940c19 List of known issues with the items contained within AppPkg. by darylm503 · 12 years ago
- 6d42638 List of known issues with StdLib. by darylm503 · 12 years ago
- 9f0b11c Fix build failure. by lzeng14 · 12 years ago
- 1bbb88c OvmfPkg: Fix Xcode assembly issue by jljusten · 12 years ago
- 429c05f OvmfPkg/build.sh: Fix compilation error on OS X by jljusten · 12 years ago
- a205121 OvmfPkg: LoadLinuxLib: Use kernel's EFI entry point where available by jljusten · 12 years ago
- c61a56f OvmfPkg: LoadLinuxLib: Zero kernel parameters instead of passing garbage by jljusten · 12 years ago
- 38851e7 OvmfPkg: LoadLinuxLib: Fix check for relocatable kernel by jljusten · 12 years ago
- aab9212 Fix the issue that RuntimeServiceQueryVariableInfo() in VariableSmmRuntimeDxe always return EFI_SUCCESS. by lzeng14 · 12 years ago
- d2b9b33 Follow UEFI spec, clean the CRC32 field before calculate CRC for system table. by ydong10 · 12 years ago