summaryrefslogtreecommitdiffstats
path: root/MdePkg
Commit message (Expand)AuthorAgeFilesLines
* MedPkg: Fix EFI_ERROR_SECTION_DESCRIPTOR definition in CPER to match UEFI 2.3...vanjeff2013-03-201-2/+1
* Fix minor typos in BaseLib LinkedList commentslgao42013-03-133-23/+23
* Fix CpuIdEx.asm to return correct ECX/EDX value.niruiyu2013-02-171-2/+2
* Allocate temp buffer instead of change the input string to avoid crush.ydong102013-01-081-13/+12
* Current Thunk16.asm implementation clears reserved bits, which does not follo...li-elvin2013-01-074-8/+8
* Checks the TE image before use it.ydong102012-12-262-192/+197
* Add ASSERT() for BitField operations to make sure the input value is valid. lgao42012-12-2529-32/+695
* Add PI1.2.1 EndOfDxe support.jyao12012-12-183-2/+48
* Add boot mode BOOT_WITH_MFG_MODE_SETTINGS.lgao42012-12-171-2/+3
* Remove the ASSERT (FALSE) code, just return unsupported.ydong102012-12-061-7/+0
* Fix the issue that S3BootScriptLabel() does not work to insert label when the...lzeng142012-11-291-3/+1
* Enhance the check for RelocBase->SizeOfBlock before use it.ydong102012-11-281-5/+4
* Enhance the check for some fields in the PE image before use it.ydong102012-11-281-20/+63
* Measure Processor location as system identity to PCR[1] according to Tcg serv...czhang462012-11-281-0/+1
* 1.Measure ACPI table data comes from flash event type EV_POST_CODE ACPI DATA ...czhang462012-11-271-0/+19
* Enhance the check for resource section data.ydong102012-11-261-2/+36
* Enhance the check for debug data before get the PdbPointer.ydong102012-11-261-0/+18
* Correct MACOR EFI_ERROR_RECORD_SIGNATURE_START definition in MdePkg.lgao42012-11-201-2/+2
* Remove the useless code.ydong102012-11-201-6/+1
* Enhance CreatePopup to call ReadKeyStroke() before calling WaitForEvent(). Th...niruiyu2012-11-151-2/+15
* Build the registered guid HOB and SystemTable to record the GUID itself in Pe...lzeng142012-11-084-6/+32
* Add missing PCI class code definition.niruiyu2012-11-025-10/+172
* Fix memory out of band access in AsmFxSave() and AsmFxRestore(). lgao42012-10-302-4/+4
* Fix comment typo to use UEFI spec defined WIN_CERT_TYPE_EFI_GUID.lgao42012-10-301-2/+2
* Correct the definition for Modal opcode, from EFI_IFR_MODAL to EFI_IFR_MODAL_TAGydong102012-10-301-2/+2
* PAL_LOGICAL_PROCESSPR_OVERVIEW structure was incorrectly defined. And PAL_MC_...li-elvin2012-10-121-4/+5
* Update license statementhhtian2012-10-112-16/+16
* Add missing SocketIdentifier for Memory Topology table in ACPI5.0.jyao12012-10-091-0/+2
* MdePkg: Fix incorrect SPCR definitions for 115200 and 57600 baud rate jyao12012-10-081-3/+3
* Enable EFI_IFR_DEFAULT2 opcode in browser.ydong102012-09-271-0/+6
* Add debug port and debug port 2 table.jyao12012-09-272-0/+123
* Add new API IsDevicePathValid() to UefiDevicePathLib.niruiyu2012-09-246-46/+233
* Enhance the error code info.ydong102012-09-112-4/+55
* Enhance the comments.ydong102012-09-111-0/+2
* Should pass in bytes of string buffer to UnicodeSPrint() rather than Unicode ...erictian2012-08-292-4/+4
* Enhance the check for some fields in the PE image before use it.ydong102012-08-221-0/+15
* Change the EFI_BOOT_KEY_DATA definition to use macro instead of bit fields.niruiyu2012-08-221-40/+37
* Add PI1.2.1 SAP2 support and UEFI231B mantis 896lgao42012-08-223-3/+119
* Enhance the check when ImageRead function return.ydong102012-08-212-18/+32
* MdePkg PiSmmCis.h: clarify the meaning of NumberOfCpus per PI spec version 1....rsun32012-08-211-2/+2
* Enhance the code to make the code logic more clear.ydong102012-08-211-0/+3
* Updated GraphicsOutput.h to follow UEFI 2.3.1 c spec.li-elvin2012-08-071-23/+24
* Enable wide string support for CreatePopUp function in UefiLib.ydong102012-08-061-10/+107
* Add 2 new Bds featuresczhang462012-07-301-0/+4
* Change the type of NotifyHandle from EFI_HANDLE to VOID * for SimpleTextInEx ...niruiyu2012-07-301-3/+3
* Fix the typo in InstallMultipleProtocolInterfaces commentsniruiyu2012-07-251-2/+2
* Correct a typo in EFI_EDID_ACTIVE_PROTOCOL and EFI_EDID_DISCOVERED_PROTOCOL c...niruiyu2012-07-242-4/+4
* Update HobLib and Hob Service to avoid data over flow. lgao42012-07-174-13/+21
* Update header file to match UEFI231B mantis 771, 850, 853 and 857.lgao42012-07-054-15/+41
* Update the comments for EFI_IFR_TYPE_VALUE to follow UEFI spec 2.3.1bydong102012-07-041-1/+1