- 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
- 3397c6f For libraries that have multiple module types support, just define a [Depex] section for specified module types that are permitted to have a [Depex] section. by lzeng14 · 13 years ago
- f7c8bd9 MdePkg: Update CpuSleep to use ARMv7 instruction. by andrewfish · 13 years ago
- bab427d MdePkg: Fix X64 clang compile issues. by andrewfish · 13 years ago
- d3e0289 Clarify the requirements for the Destination parameter of UnicodeStrToAsciiStr. by jcarsey · 14 years ago
- 18ad26d Initialize data before using it by ydong10 · 14 years ago
- 1955808 For BaseLib IsNull() function , update retval value comment to match its function description. by lgao4 · 14 years ago
- 863be5d Add ESAL support libraries to MdePkg by mdkinney · 14 years ago
- ef2635c Change BuildGuidHob and BuildGuidDataHob to return NULL upon failure. by niruiyu · 14 years ago
- 4b0f378 Fix ICC build break. by lgao4 · 14 years ago
- 244bff4 Update BasePrintLib to handle the unaligned GUID. by lgao4 · 14 years ago
- b8a6266 Add BlockIO revision 3 definition. Add new API ScsiInquiryCommandEx to UefiScsiLib. by niruiyu · 14 years ago
- 7eb2c64 Update the description of Loaded Image Protocol Unload function to follow the UEFI2.3.1 Spec. by lgao4 · 14 years ago
- a77badb Refine code to follow coding style. by ydong10 · 14 years ago
- 6e80bc6 Enhance inf to follow spec. by ydong10 · 14 years ago
- 2891fc8 Update DebugLib to provide support for "err" command in the EFI Shell to adjust the filter mask for DEBUG() messages. The "err" command provide the ability to adjust this filter mask at a global level through an EFI Variable and at the module level through a the Debug Mask Protocol. In order to support the degree of flexibility, the DebugLib needs to use library to abstract the get/set operations to the filter mask. by mdkinney · 14 years ago
- 1b71e7f A minor change for the format of usage align with spec. by gikidy · 14 years ago
- ba319b9 Update inappropriate comments. by ydong10 · 14 years ago
- 6beb225 Per PI1.2B spec, for the case that TE Image Relocation Data Directory Entry Virtual Address is non-zero, but the Relocation Data Directory Size is zero, BasePeCoffLib should only handle such case as PIC TE image. by lgao4 · 14 years ago
- 40039e2 Add SmmPeriodicSmiLib to MdePkg. by mdkinney · 14 years ago