summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-10-15Prevent EBDA area being overwritten, get the size info from the address 0x40E...Eric Dong1-2/+12
2014-10-15AtaBusDxe: Fix ReadBlockEx andWriteBlockEx to still signal event when the Buf...Ruiyu Ni3-49/+89
2014-10-14EDK II: Add Maintainers.txt fileJordan Justen1-0/+176
2014-10-14EDK II: Add .gitignoreRyan Harkin3-0/+17
2014-10-14ArmPlatformPkg/ArmVExpressPkg: Enable specifying firmware version string on b...Leif Lindholm1-0/+3
2014-10-14MdeModulePkg PeiCore: Update the code of PeiAllocatePages() to correctly cons...Star Zeng1-6/+10
2014-10-14Removes dead code from the PlatformBdsLibNull,leaving this unused code might ...Olivier Martin2-39/+0
2014-10-14ShellPkg: Comments update and code refine.Qiu Shumin1-15/+43
2014-10-13ArmPlatformPkg/ArmVirtualizationPkg: Added support for Intel BDSOlivier Martin5-0/+499
2014-10-11Removes dependencies on SMBIOS in the IntelFrameworkModulePkg’s BDS.Olivier Martin1-57/+57
2014-10-10ArmPkg/ArmLib/AArch64: Initialize the new N+1-level page table before registe...Olivier Martin1-6/+8
2014-10-10ArmPkg/UncachedMemoryAllocationLib: Track uncached memory allocationsOlivier Martin3-106/+211
2014-10-10ArmPkg/ArmPsciResetSystemLib: Made the library only using SMCOlivier Martin9-48/+186
2014-10-10ArmPlatformPkg/Bds: Reduce boot device entriesHarry Liebel2-12/+45
2014-10-10MdeModulePkg FaultTolerantWriteDxe: Remove unnecessary @para from function he...Star Zeng1-2/+1
2014-10-10MdeModulePkg FaultTolerantWriteDxe: Remove assumptions below in FTW driver.Star Zeng6-197/+495
2014-10-09MdeModulePkg DxeCore: Add FVH signature check before VerifyFvHeaderChecksum i...Star Zeng1-0/+8
2014-10-09ShellPkg: Add a typecast to 'BOOLEAN' to avoid build failure in VS2005. Qiu Shumin1-1/+1
2014-10-08ShellPkg: fix "incompatible pointer type" build errorGabriel Somlo1-1/+1
2014-10-07ShellPkg: hexedit command does not return lasterror equal to 0 when exiting f...jcarsey1-1/+2
2014-10-07Dmpstore command does not return lasterror equal to 0 when ‘-s’ flag used...jcarsey1-1/+1
2014-10-03ShellPkg: Fix Meta Data misspellingJaben Carsey1-29/+29
2014-10-02ShellPkg: Update SetVar to use existing attributes for updating existing vari...Jaben Carsey1-26/+35
2014-10-02ShellPkg: Update MV. now supports across file system moves.Jaben Carsey3-196/+370
2014-10-02OvmfPkg: SecureBootConfigDxe: remove stale forkLaszlo Ersek10-5867/+0
2014-10-02OvmfPkg: disable stale fork of SecureBootConfigDxeLaszlo Ersek7-6/+8
2014-09-30MdeModulePkg/ScsiDiskDxe: Fix the build warning/error "unreachable statement"Olivier Martin1-1/+0
2014-09-29Removes some unused assigned variables.Olivier Martin5-28/+3
2014-09-29Both printed fields are 64 bit long for IA32 too. It is better to print them ...Nikolai Saoukh1-2/+2
2014-09-29Removes some unused assigned variables. Some compiler (GCC in this case) rais...Olivier Martin1-5/+0
2014-09-28EmulatorPkg/MpService: remove redundant switch-case statementChen Fan1-4/+0
2014-09-28EmulatorPkg/MpService: Check Processor State when Set ProcedureChen Fan1-1/+7
2014-09-28EmulatorPkg/MpService: use simple pointer accessChen Fan1-9/+9
2014-09-28EmulatorPkg/MpService: Fix a NULL referenceChen Fan1-4/+4
2014-09-28Fix an issue on FixedMtreProgramming - AND/OR mask incorrect.jyao11-1/+1
2014-09-26Roll back the dependency change in MOR driver.Dong, Guo1-1/+2
2014-09-25BaseTools: Use '/' as path separator for objcopy --add-gnu-debuglinkNikolai Saoukh1-1/+1
2014-09-25OvmfPkg: Fix VS2005 build warningsJordan Justen7-15/+17
2014-09-25OvmfPkg/AcpiPlatformDxe: Fix VS2012 IA32 build warningJordan Justen1-2/+2
2014-09-24BaseTools: Actually plug in BaseTools build on AArch64Leif Lindholm1-0/+4
2014-09-24Enhance TargetName check when save iSCSI configuration.Ye Ting1-1/+18
2014-09-24Enhance TargetName check when save iSCSI configuration.Ye Ting1-0/+17
2014-09-24The binaries of ShellBinPkg are generated with ShellPkg project 16163. The bi...Qiu Shumin5-1/+1
2014-09-24Users of the LP64 data model should declare SIXTY_FOUR_BIT_LONG, not SIXTY_FO...Ard Biesheuvel1-4/+4
2014-09-24ShellPkg: Make the argument type match the function expected parameter type t...Qiu Shumin1-1/+1
2014-09-23Refine get default value process for browser. Eric Dong3-255/+479
2014-09-23ShellPkg: Refine code style to avoid potential NullPointer dereference.Qiu Shumin2-1/+5
2014-09-23BaseTools: Update nmake Makefile to handle the file path with “:\\”.Gao, Liming2-0/+8
2014-09-23ShellPkg: Fix setting hot key for boot option fail.Qiu Shumin2-17/+23
2014-09-22OvmfPkg: AcpiPlatformDxe: implement QEMU's full ACPI table loader interfaceLaszlo Ersek2-4/+636