summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-12-06ArmPlatformPkg/ArmPlatformStackLib: Do not directly use PcdArmPrimaryCoreOlivier Martin3-26/+54
2013-12-06ArmPlatformPkg: Fix and Implement ArmPlatformGetPrimaryCoreMpIdOlivier Martin11-6/+86
2013-12-06MdeModulePkg Pcd(DXE): Use correct TokenNumber to call GetPtrTypeSize () when...Star Zeng1-1/+7
2013-12-06Fixes a build issue (build error 'Statement is unreachable').Olivier Martin olivier.martin1-2/+0
2013-12-06Fix comments format issue.Jeff Fan9-10/+10
2013-12-06MdeModulePkg/Xhci: Coding style update to follow EDKII C Coding Standards Spec.Feng Tian1-1/+6
2013-12-05Following UEFI spec, update SmbiosDxe to use EfiRuntimeServicesData to put SM...Elvin Li5-18/+197
2013-12-04Correct file header comments for DiskIo2.h.Ruiyu Ni1-4/+3
2013-12-04MdeModulePkg: SmmLockBox: remove wrong DepExLaszlo Ersek1-2/+1
2013-12-04Add InitFlag member in DEBUG_AGENT_PHASE2_CONTEXT to pass into InitializeDebu...Jeff Fan2-25/+34
2013-12-03MdeModulePkg/AtaAtapiPassThru: Error handling enhancement for uninstalling pr...Feng Tian1-45/+50
2013-12-03MdeModulePkg/Usb: All h/w related stop operation at DriverBindingStop() shoul...Feng Tian4-62/+75
2013-12-02ShellPkg: Fix pci command to parse seg, bus, dev, and func arguments as hexChris Phillips2-4/+44
2013-12-02ShellPkg: Unregister all registrationsJaben Carsey1-2/+2
2013-12-02MdeModulePkg Pcd: Refine the code to avoid error report.Star Zeng2-2/+2
2013-12-02Update DEC file and DxeImageVerificationLib to note user that ALLOW_EXECUTE_O...Fu Siyuan2-6/+10
2013-11-30Add missing ASM_PFX for HookAfterStubHeaderEnd.Jeff Fan1-1/+1
2013-11-29Fixed typo: HookAfterStubEnd should be HookAfterStubHeaderEnd. It will make U...Jeff Fan1-1/+1
2013-11-29UefiCpuPkg: Using the "movabsq" instruction to read global variable mDoFarRet...Laszlo Ersek1-4/+10
2013-11-29Upgrade TPM SSDT version from ACPI version 1 (ACPI 1.0 compatible) to version...Dong Guo2-2/+2
2013-11-29Fix a bug that iSCSI UI can Not Change Authentication Type from None to CHAP.Fu Siyuan1-3/+3
2013-11-29Fix a bug in Fat driver that it asserts when OpenEx/ReadEx/WriteEx is about t...Ruiyu Ni5-2/+2
2013-11-29Fix input config header string error, should not always input the full config...Eric Dong1-2/+2
2013-11-28ArmPkg/BdsLib: Fixed the alignment of the relocated Device TreeOlivier Martin1-1/+1
2013-11-28EmbeddedPkg/EmbeddedPkg.dec: Defined default values for PcdPrePiCpuMemorySize...Olivier Martin7-29/+15
2013-11-28ArmPkg/DebugPeCoffExtraActionLib: Fixed the printing of the location of the E...Olivier Martin1-3/+3
2013-11-28ArmPlatformPkg/Ds5: Update script to support System Memory above the 32bit sp...Olivier Martin1-7/+16
2013-11-28ArmPkg/CpuDxe: Removed LR adjustement for SVC callOlivier Martin2-2/+0
2013-11-28ArmPlatformPkg/ArmVExpressLibCTA9x4: Fixed the initial secondary core bringup...Olivier Martin4-21/+34
2013-11-28ARM Packages: Removed 'Chipset/ArmV7.h' inclusion from the non-ARMv7 specific...Olivier Martin2-4/+0
2013-11-28ArmPkg: Move definition of ArmIsArchTimerImplemented / ArmReadIdPfrN to ArmLibOlivier Martin4-33/+21
2013-11-28ArmPlatformPkg/ArmVExpressPkg: Removed unused PCDs declaration from INF fileOlivier Martin11-25/+1
2013-11-28ArmPlatformPkg/ArmVExpressPkg: Fixed when EDK2_ARMVE_STANDALONE is set to zeroOlivier Martin1-1/+1
2013-11-27Makes DxeDeferImageLoadLib not depend on Dong Guo3-79/+145
2013-11-27Update NetLibGetMacAddress() to handle the case correctly when SNP is absent.Fu Siyuan1-1/+1
2013-11-27Fix X64 build fail.Eric Dong1-1/+1
2013-11-27Update the logic in browser core, use config routine protocol instead of conf...Eric Dong3-435/+389
2013-11-27Refine the logic, keep highlight on the selectable menu, and base on priority...Eric Dong1-558/+341
2013-11-26Follow UEFI spec to add the definition for EFI_SPECIFICATION_VERSION, and upd...Shumin Qiu4-8/+8
2013-11-26Fix Duet hang/reboot issue due to the NULL instance of CpuExceptionHandlerLib...Ruiyu Ni2-4/+4
2013-11-26Cleanup unused ReportStatusCodeLib reference.Jeff Fan4-4/+0
2013-11-25Refine the Secure Boot UI driver to input the GUID and varstroe name when usi...Fu Siyuan1-2/+2
2013-11-25MdeModulePkg BootScriptExecutorDxe: Fix S3 failure When PcdUse1GPageTable def...Star Zeng4-110/+160
2013-11-25When need to find varstore in the storage list, based on the extra HiiHandle ...Eric Dong3-29/+56
2013-11-25Refine data copy and data compare logic.Eric Dong2-3/+118
2013-11-22ShellPkg: Add ShellHexStrToUintn to allow for simple conversion of hex numbers.Jaben Carsey2-0/+43
2013-11-22ShellPkg: Fix pci command output of Max and Current Link Speed, and ASPM Supp...Chris Phillips2-14/+27
2013-11-22ShellPkg: Remove trailing \r\n when redirect to env variable (EX: use ">v")Chris Phillips1-1/+42
2013-11-22Check in Fat release (EBC, IA32, X64, IPF) binaries built from MdePkg and Bas...Ruiyu Ni5-1/+1
2013-11-22MdeModulePkg/UsbBus&XhciDxe: Solve a bug that 2 or more tiers SS hubs with SS...Feng Tian4-53/+119