summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-09-30Fix compilation errors detected with GCC 4.4lpleahy4-34/+37
2011-09-30Update the sockets applicationslpleahy52-235/+3062
2011-09-30Update the sockets library codelpleahy40-6584/+8756
2011-09-301. Add Partial Keystroke Support in Nt32 WinNTGopDxe driver. See the Uefi2.3....qianouyang3-240/+343
2011-09-301. Add Partial Keystroke Support in Ps2Kb drivers. See the Uefi2.3.1a chapter...qianouyang4-209/+261
2011-09-301. Add Partial Keystroke Support in UsbKb drivers. See the Uefi2.3.1a chapter...qianouyang3-84/+130
2011-09-301. Add Partial Keystroke Support definition in SimpleTextInputEx.h See the Ue...qianouyang1-31/+32
2011-09-301. Move Capsule variable name definition to Capsule variable GUID header file.lgao42-17/+20
2011-09-30Remove old COMPRESS keyword, has add new kewword PCI_COMPRESS.ydong101-1/+0
2011-09-30Remove old COMPRESS keyword, has add new kewword PCI_COMPRESS.ydong101-1/+0
2011-09-30Define S3 Status code macros.lgao41-1/+13
2011-09-30Update comments to corrects SignatureSize for each SignatureType.lgao41-4/+4
2011-09-30Add the definitions of Common Platform Error Record (defined in Appendix N Co...vanjeff2-0/+1184
2011-09-301. Fixed issue that firmware cannot boot if no USB debug cable connection.vanjeff8-38/+95
2011-09-29ArmPkg/CompilerIntrinsicsLib: Reverse the order of the 'ldrb' instructions in...oliviermartin1-38/+38
2011-09-29ArmPlatformPkg/ArmVExpressPkg: The virtual memory must have the Secure attrib...oliviermartin2-6/+14
2011-09-29ArmPlatformPkg/ArmVExpressPkg: HiiDatabaseDxe driver was missingoliviermartin2-634/+638
2011-09-29BeagleBoardPkg: Fix buildoliviermartin1-1/+1
2011-09-29Remove unused PCD entry that generates warning on a build.andrewfish1-2/+1
2011-09-29remove unnecessary retry logic from usb mass storage driver.erictian3-44/+48
2011-09-29Correct inconsistent information in IpsecConfig.efi help report.qianouyang1-0/+0
2011-09-29Add pointer check for NULL before dereference it.ydong101-1/+2
2011-09-29Add RomImage pointer NULL check.li-elvin1-1/+1
2011-09-29Add pointer check for NULL before dereference it.ydong107-5/+28
2011-09-29Add more check to avoid access violation.ydong102-2/+2
2011-09-28ArmPlatformPkg/Bds: Fix GetConsoleDevicePathFromVariable() when SetVariable h...oliviermartin1-440/+440
2011-09-28BeagleBoardPkg: Replaced the original DSC/FDF files by their new versions tha...oliviermartin5-1248/+324
2011-09-28BeagleBoardPkg: Removed 'SimpleTextInOutSerial' driveroliviermartin2-296/+294
2011-09-28EdkCompatibilityPkg SmmBaseHelper: Fix PageFaultHandlerHook assembly code to ...rsun32-4/+4
2011-09-28MdeModulePkg PCI Bus Driver: Add more checks before dispatching an EFI PCI Op...rsun31-11/+30
2011-09-28Before decrypting the packet, Ipsec will check if the inbound protected packe...qianouyang1-11/+37
2011-09-28UefiCpuPkg VTF0: Fix support for finding SEC image of type TE.rsun37-17/+21
2011-09-27ArmPkg/BdsLib: Fix incorrect pointer castingoliviermartin3-12/+12
2011-09-27ArmPkg/CompilerIntrinsicsLib: Fix __aeabi_memclr and __aeabi_memclr4oliviermartin1-0/+2
2011-09-27ARM Packages: Fixed Build failings/warnings/EDK2 coding conventionoliviermartin21-105/+58
2011-09-27ArmPlatformPkg: Create an ARM Platform DSC / FDF / ArmPlatformLib templateoliviermartin11-0/+1770
2011-09-27ArmPlatformPkg: Add support for ARM RTSM Versatile Express A15x1 and A15x4oliviermartin13-2/+1592
2011-09-27ArmPkg: Add ARM Architectural Timer supportoliviermartin15-1/+1468
2011-09-27ArmPkg/ArmLib: Update Arm11 portoliviermartin11-138/+640
2011-09-27ArmPkg/ArmLib: Clean ArmV7Liboliviermartin24-1606/+1390
2011-09-27ArmPlatformPkg: Replaced 'ArmPlatformTrustzoneSupported' by the fixed Pcd gAr...oliviermartin12-138/+49
2011-09-27ArmPlatformPkg: Replaced '!if' conditions by more appropriate '!ifdef' condit...oliviermartin6-409/+342
2011-09-27ArmPkg: Introduce ArmCpuLib to abstract ARM Cpu specific initialization (2)oliviermartin8-0/+449
2011-09-27ArmPkg: Removed 'ArmV7/ArmV7MPCore*' filesoliviermartin9-310/+9
2011-09-27ArmPkg: Introduce ArmCpuLib to abstract ARM Cpu specific initializationoliviermartin12-277/+240
2011-09-27Implement Tcg physical presence as a library instead of DXE driver in order t...gdong110-442/+429
2011-09-27Fix ICC9 build break. lgao41-2/+4
2011-09-26Remove ASSERT (EFI_IMAGE_MACHINE_TYPE_SUPPORTED (Image->Machine)) in StartImage.lgao41-1/+47
2011-09-26EdkCompatibilityPkg MpServicesOnFrameworkMpServicesThunk: Check for x2APIC mo...rsun32-3/+27
2011-09-26The ParentDevicePath is not initialized when error happened and went to Done....li-elvin1-12/+12