- e8480a1 Correct function comments of S3BootScriptCloseTable(). by Liming Gao · 11 years ago
- 0befb08 MdePkg PcdLib: Except for SizeOfBuffer is greater than the maximum size supported, align the behavior of LibPcdSetPtr with LibPcdSetN to handle error status returned. by Star Zeng · 11 years ago
- 300f2c6 Correct function comments of S3BootScriptSaveDispatch2(). by Liming Gao · 11 years ago
- 1346352 Update MemoryAllocationLib.AllocateAlignedPages API comments for memory overflow ASSERT case. by Liming Gao · 11 years ago
- af8aa62 MdePkg: First instruction after clearing CR0.PE must be a far jmp. by David Woodhouse · 11 years ago
- 321c89c Clean up hard-coded offsets and other utter bogosity in Thunk16.S by David Woodhouse · 11 years ago
- da66011 MdePkg PcdLib: Follow the comment of LibPcdGetNextToken to ASSERT when an invalid TokenNumber input. by Star Zeng · 11 years ago
- 96d6d00 MdePkg and MdeModulePkg Pcd: Add the new EFI_GET_PCD_INFO_PROTOCOL and EFI_GET_PCD_INFO_PPI support for PI 1.2.1 compliance. by Star Zeng · 11 years ago
- 419db80 MdePkg and MdeModulePkg Pcd: Implement PCD Driver for External PCD Database and SKU enable Feature. by Bob C Feng · 11 years ago
- fcfd5fb Add support for PI1.2.1 TempRam Done PPI. by Liming Gao · 11 years ago
- c48abbe Add BaseSmbusLibNull instance for SmbusLib. Add check in BootScriptExecutorDxe driver for the return status of S3BootScriptExecute(). by Shumin Qiu · 11 years ago
- 9da3888 Fix several bugs in DevicePathLib implementation regarding the device path node and text conversion. by Ruiyu Ni · 11 years ago
- a93b0e3 Use rsp instead of esp to save 64-bit stack pointer. by Elvin Li · 11 years ago
- ed84519 MdePkg PeiServicesLib: Refine the code to avoid error report. by Star Zeng · 11 years ago
- c793510 1. Enable use-cases in PEI using SecurityPPI co-equal to the use-cases in DXE using the Security Arch Protocol by Star Zeng · 11 years ago
- e8326a0 This patch uses dummy routine as NotifyFunction to make sure those 2 APIs provided from library can create event as expected when the caller does not feed in a NotifyFunction. Also, typo is corrected. by Mars Lin · 11 years ago
- 8c1e795 Add Memory fence for ARM Architecture (32 and 64 bit) by Olivier Martin · 11 years ago
- 3eb695c Removed the assumption on APIC timer initial Count is all 1s and updated it to handle the long delay that timer initial count. by Jeff Fan · 11 years ago
- eed8d67 Supplement EFIAPI for UefiDevicePathLibCatPrint(), otherwise gcc-4.4 by Laszlo Ersek · 11 years ago
- e01a125 Match the comments with the implementation for Baselib::GetFirstNode. by Shumin Qiu · 11 years ago
- 45a4305 MdePkg/BasePeCoffLib: Fixed coding style by Olivier Martin · 11 years ago
- bf6ee6c MdePkg/BaseSynchronizationLib: Added ARM Aarch64 architecture support by Harry Liebel · 11 years ago
- deb65d6 MdePkg/BaseCpuLib: Added ARM Aarch64 architecture support by Harry Liebel · 11 years ago
- 807e260 MdePkg/BaseLib: Added ARM Aarch64 architecture support by Harry Liebel · 11 years ago
- b4319af MdePkg: Added ARM Aarch64 architecture support by Harry Liebel · 11 years ago
- fed549d MdePkg: Added ARM Aarch64 support to PE/COFF support by Harry Liebel · 11 years ago
- 4d0a30a Add 4 APIs to DevicePathLib: ConvertDeviceNodeToText, ConvertDevicePathToText, ConvertTextToDeviceNode and ConvertTextToDevicePath. by Ruiyu Ni · 11 years ago
- 7751806 Correctly character in comments of BaseLib BitField. by Liming Gao · 11 years ago
- 499ceb8 Fixed the issue that BitFieldWrite32, BitFieldAnd32, BitFieldOr32, BitFieldAndThenOr32 with StartBit==0 and EndBit== 31 will hang in debug tip. by Liming Gao · 11 years ago
- 1dde8b0 Update PeiMemoryAllocationLib instance to support AllocateReservedPages() API. by Liming Gao · 11 years ago
- de27b8f Fill the ImageHandle and DriverBindingHandle field of Driver Binding Protocol before installing the Driver Binding Protocol instance. by Ruiyu Ni · 11 years ago
- 5e2fd93 Add the missing "," for the patch to fix status code print string. by Gary Ching-Pang Lin · 12 years ago
- 0df625f Without this fix, the "%r" format specifier prints eg. "0000001A" instead of "Security Violation" for EFI_SECURITY_VIOLATION. by lgao4 · 12 years ago
- a71865b Fix minor typos in BaseLib LinkedList comments by lgao4 · 12 years ago
- 4e6b101 Fix CpuIdEx.asm to return correct ECX/EDX value. by niruiyu · 12 years ago
- 8b5b3d4 Allocate temp buffer instead of change the input string to avoid crush. by ydong10 · 12 years ago
- 48c8b6a Current Thunk16.asm implementation clears reserved bits, which does not follow IA32 SDM. Now the fix is to only clear PAE and PSE bit of CR4 for real mode. by li-elvin · 12 years ago
- bf29dc1 Checks the TE image before use it. by ydong10 · 12 years ago
- 9495255 Add ASSERT() for BitField operations to make sure the input value is valid. by lgao4 · 12 years ago
- f2e4447 Remove the ASSERT (FALSE) code, just return unsupported. by ydong10 · 12 years ago
- 72ccedb Enhance the check for RelocBase->SizeOfBlock before use it. by ydong10 · 12 years ago
- 9ca9935 Enhance the check for some fields in the PE image before use it. by ydong10 · 12 years ago
- 713ffa2 Enhance the check for resource section data. by ydong10 · 12 years ago
- 36b48bf Enhance the check for debug data before get the PdbPointer. by ydong10 · 12 years ago
- f8ffa6d Remove the useless code. by ydong10 · 12 years ago
- f04544b Enhance CreatePopup to call ReadKeyStroke() before calling WaitForEvent(). This can handle the case when in lazy ConIn mode. by niruiyu · 12 years ago
- 8472f1f Build the registered guid HOB and SystemTable to record the GUID itself in PeiExtractGuidedSectionLib and DxeExtractGuidedSectionLib, and also state the restriction in BaseExtractGuidedSectionLib. by lzeng14 · 12 years ago
- 2054fd1 Fix memory out of band access in AsmFxSave() and AsmFxRestore(). by lgao4 · 12 years ago
- 771729c Add new API IsDevicePathValid() to UefiDevicePathLib. by niruiyu · 12 years ago
- 0054ce5 Enhance the error code info. by ydong10 · 12 years ago
- 158e788 Enhance the comments. by ydong10 · 12 years ago
- dbcecd5 Should pass in bytes of string buffer to UnicodeSPrint() rather than Unicode string length. by erictian · 12 years ago
- 60893cc Enhance the check for some fields in the PE image before use it. by ydong10 · 12 years ago
- 3acb198 Enhance the check when ImageRead function return. by ydong10 · 12 years ago
- d6bee31 Enhance the code to make the code logic more clear. by ydong10 · 12 years ago
- 33026cc Enable wide string support for CreatePopUp function in UefiLib. by ydong10 · 12 years ago
- 192764d Update HobLib and Hob Service to avoid data over flow. by lgao4 · 12 years ago
- dc204d5 Add comment for modules which have external input. by jyao1 · 13 years ago
- bf4a3db Add new interface GetVariable2 and GetEfiGlobalVariable2 to return more info. Also replace old interface with new one. by ydong10 · 13 years ago
- de74f0c Correct a bug in AsmCpuidEx() to return correct ECX and EDX. by niruiyu · 13 years ago
- 00b7e3e Update the logic related to get section header offset for TE image. by ydong10 · 13 years ago
- e019232 Patch include: by ydong10 · 13 years ago
- ba14539 Add new extension PerformanceLib APIs to store ID info. by lzeng14 · 13 years ago
- 28186d4 Validate some fields in PE image to make sure not access violation for later code. by ydong10 · 13 years ago
- 05570a7 Update function comments to remove confused description on PerformanceLib EndPerformanceMeasurement API. by lgao4 · 13 years ago
- 3556c7a Correct function comments on DxeServicesLib GetFileBufferByFilePath API. by lgao4 · 13 years ago
- fcbcced Current IPF version SwitchStack implementation uses loadrs instruction to restore dirty partition of register stack from the backing store, but there is no guarantee to make the backing store valid before. So add flushrs before loadrs to make sure backing store valid. by li-elvin · 13 years ago
- be30ddf Update the offset when read every debug entries info. by ydong10 · 13 years ago
- 744265e Clarify alignment of GetSpinLockProperties() is byte alignment. by lgao4 · 13 years ago
- 1445300 Update the modifier of ThunkContext parameter for AsmPrepareThunk16() in BaseLib from OUT to IN OUT. by lgao4 · 13 years ago
- 3dbef42 Add code check to avoid access violation. by ydong10 · 13 years ago
- 265fa9f MdePkg: Add a new macro VA_COPY for variable argument support. Fix a bug in the UefiLib instance that there is a non portable assumption that Marker is copied when passed to a function. by rsun3 · 13 years ago
- 3bbe68a Add Missing invocations to VA_END() for VA_START(). by rsun3 · 13 years ago
- c8641de Roll back the previous change in MdePkg BaseLib Ia32 Thunk16.S and EcpPkg GlueLib BaseLib Ia32 Thunk16.S, and still use the hard code offset in them to avoid GCC compiler create the unexpected instruction. by lgao4 · 13 years ago
- fe28761 Clean up the hard code offset in MdePkg BaseLib Ia32 Thunk16.S and EcpPkg GlueLib BaseLib Ia32 Thunk16.S. by lgao4 · 13 years ago
- c577049 Fix the issue to clear the high 16-bit of EAX before use it Thunk code. by lgao4 · 13 years ago
- c32dcd2 add missing <BR> by hhtian · 13 years ago
- b316eab Add the missing supported module type in MdePkg DxeServicesTableLib instance. by lgao4 · 13 years ago
- c119933 MdePkg DxeServicesLib: Search further in GetFileBufferByFilePath by jljusten · 13 years ago
- 736d06b Update comments in BaseExtractGuidedSectionLib library instance to say its used memory is the physical memory space. by lgao4 · 13 years ago
- 0806815 MdePkg/BaseLib: Replaced inline assembly for ARMGCC by GCC assembly source file by oliviermartin · 13 years ago
- 30f001c Add core FFS3 support, ExtractGuidedSectionLib/GuidedSectionExtractionLib/PiFirmwareFile.h. by lzeng14 · 13 years ago
- 32fa354 Update Base type SecPeiDxeTimerLibCpu to support all module type. by lgao4 · 13 years ago
- f2a4d59 Fix Xcode link failure. Relocations are not supported in .text sections. by andrewfish · 13 years ago
- 4ae2e63 Refine code to follow coding style. by ydong10 · 13 years ago
- 4223e4f Minor copyright format update by hhtian · 13 years ago
- 16a4873 MdePkg: Add missing implementation of GetTimeInNanoSecond() to TimerLib library instance DxeTimerLibEsal. by xdu2 · 13 years ago
- 5c45133 Refine code to follow coding style. by ydong10 · 13 years ago
- 6088db3 Move generic IA32_SEGMENT_DESCRIPTOR definition to BaseLib.h. by li-elvin · 13 years ago
- 6709bbd Add check before use to make code run more safer. by ydong10 · 13 years ago
- fe69ac8 MdePkg: Add S3 library interfaces and base implementations by jljusten · 13 years ago
- b9610b9 Add new API GetTimeInNanoSecond() to TimerLib to convert elapsed ticks to time in unit of nanoseconds. by xdu2 · 13 years ago
- 83f1f16 Refine code to follow coding style. by ydong10 · 13 years ago
- 3e5cfe9 Simplify the SmmPeriodicSmiLib to call AllocatePool() for every entry in the SMI periodic handler list. by niruiyu · 13 years ago
- 569224f Use linked list to replace the current array solution to store the periodic SMI handlers to support more than 8 periodic SMI handlers. by niruiyu · 13 years ago
- 4134280 Fix X64 compile error. by lgao4 · 13 years ago
- 6bae492 clarify the logic of the print length counting functions in both PrintLib library instances. by jcarsey · 13 years ago
- 48c0731 Fix X64 compile error. by lgao4 · 13 years ago
- f405c06 Add 2 functions to UefiLib library class: CatSPrint and CatVSPrint. by jcarsey · 13 years ago
- 3c47fe6 MdePkg: Fixed hang/reset in thunk code when building with GCC X64 by geekboy15a · 13 years ago