summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Check the pointer before use it to avoid potential access violation.ydong102011-10-131-9/+4
* Refine code and check null pointer error.ydong102011-10-131-7/+5
* Fix build failure with MS ASL compiler.gdong12011-10-121-4/+4
* Update UID drivers to align with latest UEFI spec 2.3.1.gdong12011-10-1214-249/+425
* Update UID drivers to align with latest UEFI spec 2.3.1.gdong12011-10-123-1/+319
* Grub4Dos copies the BPB of the first partition to the MBR. If the DriverBindi...niruiyu2011-10-121-1/+9
* Fix Smbios table checksum error, by zero IntermediateChecksum and EntryPointS...jyao12011-10-111-0/+3
* AsciiSPrint returns The number of ASCII characters in the produced output buf...li-elvin2011-10-113-12/+12
* Sync BaseTools Branch (version r2362) to EDKII main trunk. lgao42011-10-1149-220/+566
* ShellPkg: Add checks for NULL pointers. jcarsey2011-10-101-2/+2
* ShellPkg: Add checks for NULL pointers. jcarsey2011-10-109-21/+56
* ShellPkg: Verify memory allocations without ASSERT.jcarsey2011-10-104-115/+160
* InstallOpROM in CSM driver could be enhanced to start video when RomImage is ...li-elvin2011-10-101-0/+17
* Enhance op-code EFI_IFR_TO_BOOLEAN to case insensitive.ydong102011-10-101-4/+9
* Use PCD for PMM size and EndOpromShadowAddress to remove hard code value in C...li-elvin2011-10-105-39/+27
* When the CONFIG_ACCESS_PROTOCOL.CallBack function return error, the question ...ydong102011-10-091-3/+13
* Update code to make get string case insensitive about languageydong102011-10-091-2/+50
* Add a GUIDed HOB to init Debug Print error level earlier in DXE. Add NULL PEI...andrewfish2011-10-086-11/+154
* Fix Xcode link failure. Relocations are not supported in .text sections.andrewfish2011-10-081-1/+1
* Add pointer check for NULL before dereference it.sfu52011-10-089-37/+211
* MdeModulePkg: TerminalDxe driver code clean upniruiyu2011-10-083-1978/+1980
* MdeModulePkg: Fix TerminalDxe FIFO Data Lossniruiyu2011-10-083-1976/+1978
* Update applications to display correct error for gethostbyaddr and gethostbyn...lpleahy2011-10-043-3/+3
* Arm Packages: Fix builds for XCODE32 toolchainoliviermartin2011-10-049-12/+27
* StdLib: Improve robustness of stat() and make basename() a public function.darylm5032011-10-0320-1060/+1328
* Fix compilation errors detected with GCC 4.4lpleahy2011-09-304-34/+37
* Update the sockets applicationslpleahy2011-09-3052-235/+3062
* Update the sockets library codelpleahy2011-09-3040-6584/+8756
* 1. Add Partial Keystroke Support in Nt32 WinNTGopDxe driver. See the Uefi2.3....qianouyang2011-09-303-240/+343
* 1. Add Partial Keystroke Support in Ps2Kb drivers. See the Uefi2.3.1a chapter...qianouyang2011-09-304-209/+261
* 1. Add Partial Keystroke Support in UsbKb drivers. See the Uefi2.3.1a chapter...qianouyang2011-09-303-84/+130
* 1. Add Partial Keystroke Support definition in SimpleTextInputEx.h See the Ue...qianouyang2011-09-301-31/+32
* 1. Move Capsule variable name definition to Capsule variable GUID header file.lgao42011-09-302-17/+20
* Remove old COMPRESS keyword, has add new kewword PCI_COMPRESS.ydong102011-09-301-1/+0
* Remove old COMPRESS keyword, has add new kewword PCI_COMPRESS.ydong102011-09-301-1/+0
* Define S3 Status code macros.lgao42011-09-301-1/+13
* Update comments to corrects SignatureSize for each SignatureType.lgao42011-09-301-4/+4
* Add the definitions of Common Platform Error Record (defined in Appendix N Co...vanjeff2011-09-302-0/+1184
* 1. Fixed issue that firmware cannot boot if no USB debug cable connection.vanjeff2011-09-308-38/+95
* ArmPkg/CompilerIntrinsicsLib: Reverse the order of the 'ldrb' instructions in...oliviermartin2011-09-291-38/+38
* ArmPlatformPkg/ArmVExpressPkg: The virtual memory must have the Secure attrib...oliviermartin2011-09-292-6/+14
* ArmPlatformPkg/ArmVExpressPkg: HiiDatabaseDxe driver was missingoliviermartin2011-09-292-634/+638
* BeagleBoardPkg: Fix buildoliviermartin2011-09-291-1/+1
* 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