- 968f1a5 QcomModulePkg: Implementing Fortify Source in UEFI ABL by Maria Yu · 7 years ago
- 7fe5138 MdePkg/BaseSynchronizationLib: fix AArch64 return values by Haojian Zhuang · 9 years ago
- 9382b53 MdePkg BaseExtractGuidedSectionLib: R15917 removed useful information wrongly by Star Zeng · 9 years ago
- 711ef3f MdePkg: Add a new DxeServicesLib GetFileDevicePathFromAnyFv () function by Shia Cinnamon · 9 years ago
- 485b306 MdePkg/PeCoffLoader: fix handling of ARM MOVW/MOVT instruction relocs by Ard Biesheuvel · 9 years ago
- 53fa874 MdePkg: Add ASSERT to handle local APIC not config properly by Hao Wu · 9 years ago
- c8b6f16 MdePkg: Create GetRandomNumber128 in RngLib by Thomas Palmer · 9 years ago
- 7a0ce8c MdePkg: remove redundant handling of EFI_IMAGE_REL_BASED_DIR64 relocations by Ard Biesheuvel · 9 years ago
- 255c8e2 MdePkg: Add RngLib into MdePkg by Qin Long · 9 years ago
- 3cfc781 MdePkg: Add CPU RdRand access APIs for random number generation by Qin Long · 9 years ago
- 4e90434 MdePkg/SmmServicesTableLib: Return TRUE in InSmm () by Jeff Fan · 9 years ago
- d658727 MdePkg/UefiScsiLib: comments update to add EFI_INVALID_PARAMETER status by Feng Tian · 9 years ago
- 1cdc35c MdePkg: Refine UefiFileHandleLib to avoid write non-ASCII char into ASCII file. by Qiu Shumin · 9 years ago
- 50e7d3d MdePkg: Correct Protocol usages in UefiDebugLibDebugPortProtocol by Liming Gao · 9 years ago
- b29910d MdePkg: Add UefiDebugLibDebugPortProtocol to output logs via DebugPort. by Masamitsu MURASE · 9 years ago
- 0cd35d7 MdePkg UefiDevicePathLib: Fix possible memory read/write cross boundary by Hao Wu · 9 years ago
- a5cb7c8 MdePkg: Modify string expression of Wi-Fi device path to follow UEFI spec by Hao Wu · 9 years ago
- 678226f MdePkg: Modify string expression of BMC device path to follow UEFI spec by Hao Wu · 9 years ago
- 6252f27 MdePkg: Refine the device path text format for Bluetooth to follow spec. by Qiu Shumin · 9 years ago
- 2df2d35 MdePkg: Add the missing module UNI files by Liming Gao · 9 years ago
- ad6f6f8 MdePkg: Make the FileHandleGetFileName return the file name in right format. by Qiu Shumin · 9 years ago
- ba18062 MdePkg/Library/UefiFileHandleLib: Make FileHandleReadLine return the right buffer size. by Qiu Shumin · 9 years ago
- f8308f0 MdePkg: Add two PcdApi for Patch VOID* PCD set operation. by Liming Gao · 9 years ago
- 26b46ba MdePkg/Library/UefiFileHandleLib: Update the module Basename and module type to 'UEFI*'. by Qiu Shumin · 9 years ago
- a3f28ac MdePkg UefiLib: Fix wrong DestMax passed to StrCpyS() by Hao Wu · 9 years ago
- a3bc432 MdePkg/UefiDevicePathLib: Fix RAM Disk Device Path To Text Issue by Tapan Shah · 9 years ago
- d3265fe MdePkg/BasePrintLib: make mStatusString array CONST by Ard Biesheuvel · 9 years ago
- 624f017 MdePkg: Add BMC device path definition and its node/text conversion by Hao Wu · 9 years ago
- 2ad9cf3 MdePkg: ensure SafeString length functions don't access beyond MaxSize by Leif Lindholm · 9 years ago
- 0f89568 MdePkg/AArch64: use GCC_ASM_EXPORT to export functions by Olivier Martin · 9 years ago
- 1f149f8 MdePkg/UefiDevicePathLib:Fix link error due to missing RamDisk GUIDs by Feng Tian · 9 years ago
- d285781 MdePkg: SmmMemLib.inf: add Depex section and update protocol usage. by Qiu Shumin · 9 years ago
- 6a46c1a MdePkg: Add UEFI2.5 Ramdisk device path definition by Feng Tian · 9 years ago
- 228593f MdePkg: Fix bug in CatVSPrint introduced by r17742. by Heyi Guo · 9 years ago
- df1e74f MdePkg UefiLib: Use safe string functions by Hao Wu · 10 years ago
- 750b451 MdePkg UefiDevicePathLib: Remove unsafe string functions by Hao Wu · 10 years ago
- a86c73c MdePkg\Library\UefiFileHandleLib: Make FileHandleWriteLine support both ASCII and UNICODE file. by Qiu Shumin · 10 years ago
- bfc2fc9 MdePkg: Refine the cod logic of FileHandleLib. by Qiu Shumin · 10 years ago
- 25d7db8 MdePkg: Enhance the comments for SmmMemoryAllocationLib instance. by Qiu Shumin · 10 years ago
- 93e8630 MdePkg/DxeServicesLib: Return NULL GetFileBufferByFilePath reads directory by Ruiyu Ni · 10 years ago
- b269f89 MdePkg: Refine the comments for FileHandleLib. by Qiu Shumin · 10 years ago
- e84fb6e MdePkg: Refine the comments for FileHandleIsDirectory. by Qiu Shumin · 10 years ago
- 9ade433 MdePkg: Add %u and %lu support for PrintLib and DebugLib. by Qiu Shumin · 10 years ago
- 1d13077 MdePkg: Resolve type mismatch in node/text conversion for Wifi device by Hao Wu · 10 years ago
- 3bafd56 MdePkg: Add WiFi device path definition and its node/text conversion by Hao Wu · 10 years ago
- 3436359 MdePkg: Update PeiMemoryAllocationLib to allocate EfiReservedMemoryType memory directly. by Star Zeng · 10 years ago
- ab8686b MdePkg: Add UEFI 2.5 SD (Secure Digital) Device Path Definitions by Feng Tian · 10 years ago
- c808ac7 MdePkg: Add ToText/FromText support for URI device path node by Ruiyu Ni · 10 years ago
- 7795c8f MdePkg: Add bluetooth devicepath handling in device path library. by Qiu Shumin · 10 years ago
- 0e93edb Add ASSERT comment for SafeString API in BaseLib for MdePkg. by Yao, Jiewen · 10 years ago
- 6f7878a MdePkg/BaseLib: Preserve EBX register and fix stack offset to LinearAddress in AsmFlushCacheLine() by Michael Kinney · 10 years ago
- 5230616 MdePkg: Add UFS (Universal Flash Storage) related definitions by Feng Tian · 10 years ago
- cfe41b5 MdePkg/BaseMemoryLibRepStr: Support IA32 processors without CMOVx by Michael Kinney · 10 years ago
- 88a75d2 MdePkg/BaseLib: Support IA32 processors without CMOVx by Michael Kinney · 10 years ago
- 881813d MdePkg/BaseLib: Support IA32 processors without CLFLUSH by Michael Kinney · 10 years ago
- d2660fe MdePkg/BaseCacheMaintenanceLib: Support IA32 processors without CLFLUSH by Michael Kinney · 10 years ago
- 9a35584 MdePkg: Add a set of PcdSetXXS APIs into PcdLib and remove the ASSERT in original PcdSetXX APIs. by Star Zeng · 10 years ago
- 55f5af1 MdePkg: fix ARM version of InternalMathSwapBytes64 () by Ard Biesheuvel · 10 years ago
- f61762d MdePkg: BaseSynchronizationLib: fix Increment/Decrement retvals for ARM by Tyler Smith · 10 years ago
- 4f953ed MdePkg:Fix typo 'caculate' in MdePkg. by Qiu Shumin · 10 years ago
- 09f08c9 MdePkg: Convert non DOS format files to DOS format by Hot Tian · 10 years ago
- 9b89163 MdePkg/BaseSynchronizationLib: Add InterlockedCompareExchange16 by Ard Biesheuvel · 10 years ago
- cc31042 MdePkg/BaseSynchronizationLib: Added proper support for ARM architecture by Olivier Martin · 10 years ago
- 2a93f2c Fix typo. by Yao, Jiewen · 10 years ago
- 4c7ee75 MdePkg: BasePciLibPciExpress: list ARM and AARCH64 as valid architectures by Laszlo Ersek · 10 years ago
- b4ac3c8 MdePkg: Update BaseDebugLibStdErr library by Liming Gao · 10 years ago
- dfbe4d2 MdePkg: Update BaseDebugLibConOut library by Liming Gao · 10 years ago
- 7c6c450 MdePkg: Update BaseDebugLibNull library by Liming Gao · 10 years ago
- 243dfd8 MdePkg: Update BaseDebugLibSerialPort library by Liming Gao · 10 years ago
- ee2e676 MdePkg: Refine the protocol format in SmmMemLib. by Shumin Qiu · 10 years ago
- d92e4e9 MdePkg: Remove redundant ModeModulePkg dependence in SmmMemLib. by Shumin Qiu · 10 years ago
- d425764 Add SmmMemLib, which can be used by SMM driver or SMM core to check communication buffer. by Yao, Jiewen · 10 years ago
- 909ac47 MdePkg: Refine the format of INF files and the declaration in header file. by Shumin Qiu · 10 years ago
- 57ce74a Resolve buffer check overrun issue. by Yao, Jiewen · 10 years ago
- 6a39a6a Fix GCC build error. by Yao, Jiewen · 10 years ago
- aaedfe3 Add HSTI support. by Yao, Jiewen · 10 years ago
- ae591c1 MdeModulePkg, MdePkg, NetworkPkg, OvmfPkg, PerformancePkg, ShellPkg: Library Migration. by Daryl McDaniel · 10 years ago
- 0b13fe7 Do not assert when the device path node length is invalid. by Ruiyu Ni · 10 years ago
- e4b0415 MdePkg: fix mixed dos and linux EOL format issue by Hot Tian · 10 years ago
- 1bb390f MdePkg: Add deprecate flag for the functions which has a replace function in safe c library. by Eric Dong · 10 years ago
- b04a63a MdePkg: UefiScsiLib: do not encode LUN in CDB for other SCSI commands by Laszlo Ersek · 10 years ago
- c128d52 MdePkg: UefiScsiLib: do not encode LUN in CDB for READ and WRITE by Laszlo Ersek · 10 years ago
- fdb5bc7 MdePkg DxePcdLib: Updates DxePcdLib instance comments. by Liming Gao · 10 years ago
- c058d59 Add safe string function to base lib. by jyao1 · 10 years ago
- a75cf43 MdePkg/IntelFrameworkPkg HobLib: Update BuildResourceDescriptorWithOwnerHob() by Star Zeng · 10 years ago
- f1e2b72 MdePkg/IntelFrameworkPkg HobLib: Add BuildResourceDescriptorWithOwnerHob() API. by Star Zeng · 10 years ago
- 15f8eef MdePkg NASM Thunk16: Add missing ASM_PFX for InternalAsmThunk16 by Jordan Justen · 10 years ago
- eabcdf3 MdePkg NASM Thunk16: Work around NASM 2.09.04 - 2.10rc1 bug by Jordan Justen · 10 years ago
- f7ce802 MdePkg: Convert non DOS format files to DOS format by Gao, Liming · 10 years ago
- 03e9db1 MdePkg BaseLib NASM Thunk16: Initialize _16GdtrBase to 0 by Jordan Justen · 10 years ago
- 7458df4 MdePkg BaseLib NASM Thunk16: Remove remaining 'DB' code by Jordan Justen · 10 years ago
- f6888ee MdePkg BaseLib NASM Thunk16: Use bits 16 for 16-bit code by Jordan Justen · 10 years ago
- a8458d6 MdePkg BaseLib NASM Thunk16: Use NASM local labels by Jordan Justen · 10 years ago
- fbb5393 MdePkg BaseLib Thunk16: Replace X64 GAS Thunk16 with NASM version by Jordan Justen · 10 years ago
- 6dab5c8 MdePkg BaseLib Thunk16: Replace IA32 GAS Thunk16 with NASM version by Jordan Justen · 10 years ago
- 4c103c5 Don't initialize local variables in its declaration. by Gao, Liming · 10 years ago
- 9b94012 MdePkg: INF/DEC file updates to EDK II packages by Gao, Liming · 10 years ago
- c92c179 MdePkg: INF/DEC file updates to EDK II packages by Gao, Liming · 10 years ago
- 6809c87 Only reserve the aligned memory instead of reserving the unaligned memory in PeiMemoryAllocationLib by Gao, Liming · 10 years ago
- 66c6d4d MdePkg: Introduced BaseStackCheckLib (cont.) by Andrew Fish · 10 years ago