summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Remove unused PCD entry that generates warning on a build.andrewfish2011-09-291-2/+1
* remove unnecessary retry logic from usb mass storage driver.erictian2011-09-293-44/+48
* Correct inconsistent information in IpsecConfig.efi help report.qianouyang2011-09-291-0/+0
* Add pointer check for NULL before dereference it.ydong102011-09-291-1/+2
* Add RomImage pointer NULL check.li-elvin2011-09-291-1/+1
* Add pointer check for NULL before dereference it.ydong102011-09-297-5/+28
* Add more check to avoid access violation.ydong102011-09-292-2/+2
* ArmPlatformPkg/Bds: Fix GetConsoleDevicePathFromVariable() when SetVariable h...oliviermartin2011-09-281-440/+440
* BeagleBoardPkg: Replaced the original DSC/FDF files by their new versions tha...oliviermartin2011-09-285-1248/+324
* BeagleBoardPkg: Removed 'SimpleTextInOutSerial' driveroliviermartin2011-09-282-296/+294
* EdkCompatibilityPkg SmmBaseHelper: Fix PageFaultHandlerHook assembly code to ...rsun32011-09-282-4/+4
* MdeModulePkg PCI Bus Driver: Add more checks before dispatching an EFI PCI Op...rsun32011-09-281-11/+30
* Before decrypting the packet, Ipsec will check if the inbound protected packe...qianouyang2011-09-281-11/+37
* UefiCpuPkg VTF0: Fix support for finding SEC image of type TE.rsun32011-09-287-17/+21
* ArmPkg/BdsLib: Fix incorrect pointer castingoliviermartin2011-09-273-12/+12
* ArmPkg/CompilerIntrinsicsLib: Fix __aeabi_memclr and __aeabi_memclr4oliviermartin2011-09-271-0/+2
* ARM Packages: Fixed Build failings/warnings/EDK2 coding conventionoliviermartin2011-09-2721-105/+58
* ArmPlatformPkg: Create an ARM Platform DSC / FDF / ArmPlatformLib templateoliviermartin2011-09-2711-0/+1770
* ArmPlatformPkg: Add support for ARM RTSM Versatile Express A15x1 and A15x4oliviermartin2011-09-2713-2/+1592
* ArmPkg: Add ARM Architectural Timer supportoliviermartin2011-09-2715-1/+1468
* ArmPkg/ArmLib: Update Arm11 portoliviermartin2011-09-2711-138/+640
* ArmPkg/ArmLib: Clean ArmV7Liboliviermartin2011-09-2724-1606/+1390
* ArmPlatformPkg: Replaced 'ArmPlatformTrustzoneSupported' by the fixed Pcd gAr...oliviermartin2011-09-2712-138/+49
* ArmPlatformPkg: Replaced '!if' conditions by more appropriate '!ifdef' condit...oliviermartin2011-09-276-409/+342
* ArmPkg: Introduce ArmCpuLib to abstract ARM Cpu specific initialization (2)oliviermartin2011-09-278-0/+449
* ArmPkg: Removed 'ArmV7/ArmV7MPCore*' filesoliviermartin2011-09-279-310/+9
* ArmPkg: Introduce ArmCpuLib to abstract ARM Cpu specific initializationoliviermartin2011-09-2712-277/+240
* Implement Tcg physical presence as a library instead of DXE driver in order t...gdong12011-09-2710-442/+429
* Fix ICC9 build break. lgao42011-09-271-2/+4
* Remove ASSERT (EFI_IMAGE_MACHINE_TYPE_SUPPORTED (Image->Machine)) in StartImage.lgao42011-09-261-1/+47
* EdkCompatibilityPkg MpServicesOnFrameworkMpServicesThunk: Check for x2APIC mo...rsun32011-09-262-3/+27
* The ParentDevicePath is not initialized when error happened and went to Done....li-elvin2011-09-261-12/+12
* ArmPlatformPkg/patches: Update the pending patches with the updated ARMGCC an...oliviermartin2011-09-236-329/+796
* error handling enhancement for possible null pointer dereferencevanjeff2011-09-232-10/+18
* Roll back r12434.vanjeff2011-09-232-18/+10
* Sync BaseTools Branch (version r2324) to EDKII main trunk. lgao42011-09-231-19/+19
* error handling enhancement for possible null pointer dereferenceerictian2011-09-232-10/+18
* BeagleBoardPkg: The FDF file does not reserve any more the area for the OMAP3...oliviermartin2011-09-224-32/+9
* BeagleBoardPkg: Add Display Driver support to the BeagleBoardoliviermartin2011-09-228-8/+1103
* BeagleBoardPkg: Set paddings following the BeagleBoard revision (A, B, xM, etc)oliviermartin2011-09-225-20/+116
* ArmPlatformPkg/Bds: Add an option in the Boot Manager to edit the Device Path...oliviermartin2011-09-221-0/+44
* ArmPlatformPkg/ArmVExpressPkg: Add support for ARM Versatile Express A9x4 Modeloliviermartin2011-09-2211-5/+1336
* ArmPlatformPkg/ArmiVExpressPkg: Introduce 'ArmVExpress.dsc.inc' to avoid dupl...oliviermartin2011-09-227-270/+357
* ArmPlatformPkg/ArmRealViewEbPkg: Introduce 'ArmRealViewEb.dsc.inc' to avoid d...oliviermartin2011-09-229-638/+349
* ArmPkg/ArmV7: Move the MMU specific macros into 'Chipset/ArmV7Mmu.holiviermartin2011-09-221-0/+219
* ArmPlatformPkg/ArmRealViewEbPkg: Removed unused 'Pei' moduleoliviermartin2011-09-228-711/+0
* ArmPkg: Removed deprecated 'ArmMPCoreMailBoxLib'oliviermartin2011-09-2210-127/+0
* ArmPkg: Create MpCoreInfo PPI and HOB to describe CPU Cores on a MPCore platformoliviermartin2011-09-2223-32/+496
* ArmPlatformPkg: Add ArmPlatformGetPlatformPpiList()oliviermartin2011-09-227-12/+104
* ArmPlatformPkg/PrePeiCore: Reverse Stack & PeiTemporaryoliviermartin2011-09-223-14/+29