Age | Commit message (Expand) | Author | Files | Lines |
2014-07-10 | Fix build fail for VS2005 tool chain. | Eric Dong | 1 | -1/+1 |
2014-07-10 | Fixed one code error, should use & instead of |. | Eric Dong | 1 | -8/+3 |
2014-07-09 | ArmPkg/ArmLib: Improved ArmConfigureMmu Performance | Eugene Cohen | 1 | -12/+12 |
2014-07-09 | MdePkg/BasePrintLib: Do not do operations with NULL | Harry Liebel | 1 | -7/+14 |
2014-07-09 | Refine the readme.txt for Duet platform, update the GCC tool chain to GCC44. | Eric Dong | 1 | -30/+14 |
2014-07-09 | Update the bat file, avoid change the original binary file in SVN, copy a tem... | Eric Dong | 2 | -15/+28 |
2014-07-09 | The UEFI specification does not say anything when the pointers passed to | Olivier Martin | 1 | -2/+12 |
2014-07-09 | Fixed typos: hanlder should be handler. | Chen Fan | 12 | -12/+12 |
2014-07-09 | Refine the sample for action, should not use text two part. | Eric Dong | 1 | -8/+0 |
2014-07-09 | Fix build fail for VS2005 tool chain. | Eric Dong | 1 | -1/+1 |
2014-07-08 | Refine the save action for the browser. | Eric Dong | 9 | -209/+930 |
2014-07-08 | Update OpenSSL from 0.9.8w to the latest 0.9.8za. | Long, Qin | 5 | -109/+159 |
2014-07-08 | MdeModulePkg XhciPei: Fix build failure "conversion from 'UINT32' to 'UINT8',... | Star Zeng | 1 | -1/+1 |
2014-07-07 | Refine code to follow good coding style. | Eric Dong | 3 | -4/+9 |
2014-07-07 | MdeModulePkg XhciPei: Initialize ScratchPhy and ScratchEntryPhy in XhcPeiInit... | Star Zeng | 1 | -0/+2 |
2014-07-07 | MdeModulePkg XhciDxe: Initialize ScratchPhy and ScratchEntryPhy in XhcInitSch... | Star Zeng | 1 | -0/+2 |
2014-07-07 | Restore the question value before call the CHANGED callback type. | Eric Dong | 1 | -0/+5 |
2014-07-04 | EmulatorPkg: Add structure braces { } to fix build warning | Jordan Justen | 2 | -5/+7 |
2014-07-04 | EmulatorPkg/PlatformSmbiosDxe/SmbiosTable.c: Convert to CRLF (dos text) | Jordan Justen | 1 | -448/+448 |
2014-07-04 | EmbeddedPkg/Lan9118Dxe: Handle EFI_STATUS from PhySoftReset() & SoftReset() | Olivier Martin | 3 | -25/+38 |
2014-07-04 | ArmPlatformPkg/Bds: Added boot timeout setting | Ronald Cron | 1 | -0/+49 |
2014-07-04 | ArmPkg/ArmGic: Returned the InterruptId in ArmGicAcknowledgeInterrupt() | Olivier Martin | 5 | -22/+66 |
2014-07-04 | ArmPkg/ArmGic: Introduced support for GicV2 to ArmGicDxe | Olivier Martin | 4 | -270/+330 |
2014-07-04 | ArmPkg/ArmGic: Introduced support for GicV2 to ArmGicLib | Olivier Martin | 10 | -115/+324 |
2014-07-04 | ArmPkg/ArmGic: Moved ArmGicDisableDistributor() to ArmGicLib.c | Olivier Martin | 2 | -14/+13 |
2014-07-04 | ArmPkg/ArmGic: Move RegisterInterruptSource() to the common GicDxe file | Olivier Martin | 3 | -42/+50 |
2014-07-04 | ArmPkg/ArmGic: Move the installation and the registration to InstallAndRegist... | Olivier Martin | 4 | -53/+142 |
2014-07-04 | ArmPkg/ArmGic: Make the GicDxe driver depends on ArmGicLib (cont) | Olivier Martin | 4 | -67/+151 |
2014-07-04 | ArmPkg/ArmGic: Introduced helper functions to access the GIC controller | Olivier Martin | 3 | -61/+66 |
2014-07-04 | ArmPkg/ArmGic: Make the GicDxe driver depends on ArmGicLib | Olivier Martin | 3 | -27/+25 |
2014-07-04 | ArmPkg/ArmGic: Move out the EndOfInterrupt from the interrupt acknowledgement | Olivier Martin | 7 | -36/+33 |
2014-07-04 | ArmPkg/Drivers/ArmGic: Introduced ArmGicEndOfInterrupt() | Olivier Martin | 4 | -3/+20 |
2014-07-04 | MdeModulePkg XhciDxe: XHCI multiple interface alternate setting support. | Star Zeng | 4 | -249/+841 |
2014-07-04 | Refine the save action for the BdsDxe. | Eric Dong | 6 | -264/+146 |
2014-07-03 | EmulatorPkg/EmuSimpleFileSystemDxe: Fix incorrect return values upon allocati... | Paulo Alcantara | 1 | -0/+2 |
2014-07-03 | EmulatorPkg/EmuSimpleFileSystemDxe: Fix minor typos | Paulo Alcantara | 1 | -2/+2 |
2014-07-02 | SecurityPkg HashLibBaseCryptoRouterDxe/Tpm2DeviceLibRouterPei: Fixed GCC buil... | Star Zeng | 2 | -4/+4 |
2014-07-02 | Correct the default value for date opcode. | Eric Dong | 1 | -2/+2 |
2014-07-02 | MdeModulePkg XhciPei/UsbBusPei: Add XHCI recovery support. | Star Zeng | 17 | -225/+7575 |
2014-07-02 | MdeModulePkg SmmLockBoxSmmLib: Add debug message for the address of lockbox(s... | Star Zeng | 1 | -2/+10 |
2014-07-01 | ArmPkg/BdsLib: Prevent memory leak whith TFTP | Olivier Martin | 1 | -1/+3 |
2014-07-01 | ArmPkg/ArmCacheMaintenanceLib: Fixed comment (and coding style) | Olivier Martin | 1 | -4/+3 |
2014-07-01 | EmbeddedPkg/SerialDxe: Fixed the mixture of RETURN_STATUS and EFI_STATUS | Olivier Martin | 1 | -5/+6 |
2014-07-01 | ArmPkg/CpuDxe/ArmV6: Return error status when ExceptionHandlersStart is not 3... | Olivier Martin | 1 | -2/+6 |
2014-07-01 | Sync BaseTool trunk (version r2670) into EDKII BaseTools. | Gao, Liming | 53 | -436/+793 |
2014-06-30 | ShellPkg: Fix Ctrl+C support for dmpstore command. | Tapan Shah | 1 | -1/+7 |
2014-06-30 | Fix a bug in IP4 driver when computing the network broadcast adress. | Fu, Siyuan | 1 | -2/+3 |
2014-06-30 | Fix the potential address overflow issue when checking PE signature. | Jeff Fan | 2 | -11/+18 |
2014-06-27 | OvmfPkg/QemuFlashFvbServicesRuntimeDxe: Fix GCC44 build failure. | Gao, Liming | 1 | -0/+1 |
2014-06-27 | MdeModulePkg/PiSmmCore: Initialize missing LoadedImage protocol fields for SM... | Tapan Shah | 1 | -1/+3 |