summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Library
AgeCommit message (Expand)AuthorFilesLines
2009-12-29Move PeiReportStatusCodeLib to MdeModulePkg.xli242-0/+613
2009-12-29Create DxeReportStatusCodeLib instance.xli242-0/+656
2009-12-29Move OemHookStatusCodeLibNull to MdeModulePkg.xli242-0/+96
2009-12-23Try to get the image form device path by FALSE and TRUE boot policy.lgao41-0/+9
2009-11-27Fix GCC build error!lgao41-2/+2
2009-11-26Add new SecurityManagementLib, and update SecurityStub driver to use this lib.lgao42-0/+294
2009-11-20EFI_HII_DATABASE_PROTOCOL.NewPackageList() allows installation of multiple pa...rsun31-17/+6
2009-11-17Updated the IpIoLiband and the change includes: qouyang1-0/+2
2009-11-17Update function description to be consistent with code definition: HEX_RADIX ...xdu21-7/+7
2009-11-111. Add Link MTU support to IP4 and TCP4 driver.tye2-2/+12
2009-11-05Change the behavior of the HII Library function HiiGetHiiHandles() when the P...rsun31-14/+19
2009-11-04[Change summary]:tye3-5/+637
2009-10-30Correct the typo in comments.lgao41-2/+2
2009-10-301. Update the UdpIo to a combined UdpIo to support both v4 and v6 stack.tye3-275/+627
2009-10-27Fix the EBC build problem in DxeIpIoLib of r9374.tye1-30/+80
2009-10-26NetLib:tye2-205/+935
2009-10-13Fix the incorrect check for IFR OnfOf opcode.lgao41-1/+1
2009-08-26Minor bugs fixes from testing on Xcode 3.2 and with the iPhone SDK 3.0 compi...AJFISH1-1/+0
2009-08-11Update the comments for S3Lib and RecoveryLib class and instance to state tha...qhuang84-6/+18
2009-07-11Retire NetLibQueueDpc() and NetLibDispatchDpc() and use QueueDpc() and Dispat...mdkinney6-90/+11
2009-07-09add security check.vanjeff1-8/+13
2009-07-02Remove library class of MemoryTestLib and related library instances.xli244-450/+0
2009-07-01Add Null implementation of the Reset System Library that generated an ASSERT(...mdkinney2-0/+116
2009-06-29add security check.vanjeff2-1/+6
2009-06-03Make sure BASE_LIST is always aligned on a 64-bit boundarymdkinney1-4/+4
2009-05-30This checkin addresses the compatibility issue of passing arguments of type V...mdkinney2-4/+390
2009-05-20Add includes for definitions used by the DxeIpIoLib and DxeNetLibmdkinney2-0/+3
2009-05-20enhanced to support more routing table entry.vanjeff1-5/+5
2009-05-18Fix K8 issues in HiiDataBaselgao41-14/+45
2009-05-18Retire original HII APIs: IfrLibExtractDefault and ConstructConfigAltResp, wh...lgao41-373/+14
2009-05-14Update HiiDataBase to fix parsing Hii package error. Some HiiPackages have no...lgao41-8/+18
2009-05-141. Update the implementation of HII ConfigRouting Protocol in HiiDataBase mod...lgao43-97/+1403
2009-05-131. retired NicIp4ConfigProtocolGuidvanjeff2-25/+91
2009-05-12Minor update the function interface for three re-allocate pool APIs to check ...qhuang81-12/+8
2009-05-11Add conformance check for OldBuffer and size even if the memory allocation fa...qhuang81-7/+11
2009-05-09Update comments in PeiMemoryAllocationLib and UefiMemoryAllocationLib to matc...mdkinney1-3/+6
2009-05-08Fix bug in Reallocate Pool functions in DXE Core Memory Allocation Lib. The ...mdkinney1-10/+9
2009-05-04Fix a bug in UefiHiiLib. The size for allocating a buffer is StrSize instead ...rsun31-1/+1
2009-04-30HiiLib exports HiiCreateRawOpCode APIlgao41-2/+2
2009-04-30update to pass GCC build as we replace VA_START with __builtin_va_starteric_tian1-2/+2
2009-04-27Update HiiGetBrowserData APIlgao41-70/+28
2009-04-24Merge application PlatOverMngr and library DxePlatDriOverLib into driver Plat...lgao43-2132/+0
2009-04-23Retire IfrSupportLib and ExtendedIfrSupportLib, which have been replaced by H...lgao49-3522/+0
2009-04-20Enhance HiiGetBrowserData API to support the case that storage element is 0.lgao41-0/+9
2009-04-17Remove unused IfrSupportLib and ExtendedIfrSupportLiblgao41-10/+15
2009-04-17Update HiiLib to copy all IfrOpcode, not Opcode by Opcode.lgao41-17/+17
2009-04-17Retire HiiLibGetNextLanguage() API from HII Library class.rsun31-42/+0
2009-04-17Fix Insert opcode error.lgao41-6/+8
2009-04-16Retire language conversion APIs from HII library class.rsun31-273/+0
2009-04-14HII Library Class interface refine.rsun34-923/+549