| Commit message (Expand) | Author | Age | Files | Lines |
* | MdePkg/BaseSynchronizationLib: Added ARM Aarch64 architecture support | Harry Liebel | 2013-07-29 | 2 | -1/+120 |
* | MdePkg/BaseCpuLib: Added ARM Aarch64 architecture support | Harry Liebel | 2013-07-29 | 3 | -1/+83 |
* | MdePkg/BaseLib: Added ARM Aarch64 architecture support | Harry Liebel | 2013-07-29 | 8 | -1/+363 |
* | MdePkg/PxeBaseCode.h: Added PXE Client ID for Aarch64 | Harry Liebel | 2013-07-29 | 1 | -0/+4 |
* | MdePkg: Added ARM Aarch64 architecture support | Harry Liebel | 2013-07-29 | 8 | -7/+264 |
* | MdePkg: Added ARM Aarch64 support to PE/COFF support | Harry Liebel | 2013-07-29 | 3 | -2/+133 |
* | Clarify PrintLib behavior on %d, %x, %l. | Liming Gao | 2013-07-29 | 1 | -11/+11 |
* | Add 4 APIs to DevicePathLib: ConvertDeviceNodeToText, ConvertDevicePathToText... | Ruiyu Ni | 2013-07-26 | 12 | -626/+7232 |
* | Correctly character in comments of BaseLib BitField. | Liming Gao | 2013-07-22 | 1 | -8/+8 |
* | Fixed the issue that BitFieldWrite32, BitFieldAnd32, BitFieldOr32, BitFieldAn... | Liming Gao | 2013-07-22 | 1 | -5/+23 |
* | Update PeiMemoryAllocationLib instance to support AllocateReservedPages() API. | Liming Gao | 2013-07-12 | 2 | -3/+33 |
* | 1. Add defines for MAX values for UEFI data types. | Liming Gao | 2013-07-12 | 6 | -8/+45 |
* | Fill the ImageHandle and DriverBindingHandle field of Driver Binding Protocol... | Ruiyu Ni | 2013-07-10 | 1 | -105/+103 |
* | Add the missing "," for the patch to fix status code print string. | Gary Ching-Pang Lin | 2013-06-04 | 1 | -1/+1 |
* | Without this fix, the "%r" format specifier prints eg. "0000001A" instead of ... | lgao4 | 2013-05-24 | 1 | -2/+12 |
* | Correct the incorrect Copyright or License in EDKII source files. | lgao4 | 2013-05-22 | 1 | -4/+1 |
* | MedPkg: Fix EFI_ERROR_SECTION_DESCRIPTOR definition in CPER to match UEFI 2.3... | vanjeff | 2013-03-20 | 1 | -2/+1 |
* | Fix minor typos in BaseLib LinkedList comments | lgao4 | 2013-03-13 | 3 | -23/+23 |
* | Fix CpuIdEx.asm to return correct ECX/EDX value. | niruiyu | 2013-02-17 | 1 | -2/+2 |
* | Allocate temp buffer instead of change the input string to avoid crush. | ydong10 | 2013-01-08 | 1 | -13/+12 |
* | Current Thunk16.asm implementation clears reserved bits, which does not follo... | li-elvin | 2013-01-07 | 4 | -8/+8 |
* | Checks the TE image before use it. | ydong10 | 2012-12-26 | 2 | -192/+197 |
* | Add ASSERT() for BitField operations to make sure the input value is valid. | lgao4 | 2012-12-25 | 29 | -32/+695 |
* | Add PI1.2.1 EndOfDxe support. | jyao1 | 2012-12-18 | 3 | -2/+48 |
* | Add boot mode BOOT_WITH_MFG_MODE_SETTINGS. | lgao4 | 2012-12-17 | 1 | -2/+3 |
* | Remove the ASSERT (FALSE) code, just return unsupported. | ydong10 | 2012-12-06 | 1 | -7/+0 |
* | Fix the issue that S3BootScriptLabel() does not work to insert label when the... | lzeng14 | 2012-11-29 | 1 | -3/+1 |
* | Enhance the check for RelocBase->SizeOfBlock before use it. | ydong10 | 2012-11-28 | 1 | -5/+4 |
* | Enhance the check for some fields in the PE image before use it. | ydong10 | 2012-11-28 | 1 | -20/+63 |
* | Measure Processor location as system identity to PCR[1] according to Tcg serv... | czhang46 | 2012-11-28 | 1 | -0/+1 |
* | 1.Measure ACPI table data comes from flash event type EV_POST_CODE ACPI DATA ... | czhang46 | 2012-11-27 | 1 | -0/+19 |
* | Enhance the check for resource section data. | ydong10 | 2012-11-26 | 1 | -2/+36 |
* | Enhance the check for debug data before get the PdbPointer. | ydong10 | 2012-11-26 | 1 | -0/+18 |
* | Correct MACOR EFI_ERROR_RECORD_SIGNATURE_START definition in MdePkg. | lgao4 | 2012-11-20 | 1 | -2/+2 |
* | Remove the useless code. | ydong10 | 2012-11-20 | 1 | -6/+1 |
* | Enhance CreatePopup to call ReadKeyStroke() before calling WaitForEvent(). Th... | niruiyu | 2012-11-15 | 1 | -2/+15 |
* | Build the registered guid HOB and SystemTable to record the GUID itself in Pe... | lzeng14 | 2012-11-08 | 4 | -6/+32 |
* | Add missing PCI class code definition. | niruiyu | 2012-11-02 | 5 | -10/+172 |
* | Fix memory out of band access in AsmFxSave() and AsmFxRestore(). | lgao4 | 2012-10-30 | 2 | -4/+4 |
* | Fix comment typo to use UEFI spec defined WIN_CERT_TYPE_EFI_GUID. | lgao4 | 2012-10-30 | 1 | -2/+2 |
* | Correct the definition for Modal opcode, from EFI_IFR_MODAL to EFI_IFR_MODAL_TAG | ydong10 | 2012-10-30 | 1 | -2/+2 |
* | PAL_LOGICAL_PROCESSPR_OVERVIEW structure was incorrectly defined. And PAL_MC_... | li-elvin | 2012-10-12 | 1 | -4/+5 |
* | Update license statement | hhtian | 2012-10-11 | 2 | -16/+16 |
* | Add missing SocketIdentifier for Memory Topology table in ACPI5.0. | jyao1 | 2012-10-09 | 1 | -0/+2 |
* | MdePkg: Fix incorrect SPCR definitions for 115200 and 57600 baud rate | jyao1 | 2012-10-08 | 1 | -3/+3 |
* | Enable EFI_IFR_DEFAULT2 opcode in browser. | ydong10 | 2012-09-27 | 1 | -0/+6 |
* | Add debug port and debug port 2 table. | jyao1 | 2012-09-27 | 2 | -0/+123 |
* | Add new API IsDevicePathValid() to UefiDevicePathLib. | niruiyu | 2012-09-24 | 6 | -46/+233 |
* | Enhance the error code info. | ydong10 | 2012-09-11 | 2 | -4/+55 |
* | Enhance the comments. | ydong10 | 2012-09-11 | 1 | -0/+2 |