summaryrefslogtreecommitdiffstats
path: root/IntelFrameworkModulePkg
Commit message (Expand)AuthorAgeFilesLines
* 1) Move gEfiStatusCodeDataTypeDebugGuid from the IntelFrameworkPkg to the Int...mdkinney2009-06-019-38/+47
* Remove unnecessary use of gEfiStatusCodeSpecificDataGuidmdkinney2009-06-012-19/+0
* Remove the GUID declared as gEfiStatusCodeDataTypeAssertGuid and EFI_STATUS_C...mdkinney2009-06-012-2/+1
* Change (UINT8 *) to (CHAR *) to make types the same for comparison operationsmdkinney2009-05-311-3/+3
* This checkin addresses the compatibility issue of passing arguments of type V...mdkinney2009-05-307-25/+139
* fix a bug of incorrectly judge the end of variable arguments.eric_tian2009-05-261-1/+1
* Terminate the Capability List traversal if the Capability Pointer is less tha...mdkinney2009-05-211-5/+1
* Clean up GenericBdsLib.h to remove unnecessary include header files.lgao42009-05-213-28/+24
* Fix the issue that BootOrder can't be setlgao42009-05-203-5/+12
* Correct the dummy ConfigAccess Extract and RouteConfig behavior according to ...lgao42009-05-191-1/+10
* Refine code for PeiReportStatusCodeLib.xli242009-05-132-24/+33
* Update SetupBrowserDxe and BdsDxe to use an internal string for prompting str...rsun32009-05-081-2/+8
* Refine code for OemHookStatusCodeLibNull.xli242009-05-072-21/+7
* Remove usage of MemoryAllocationLib, and use a simplistic allocationjljusten2009-05-052-11/+31
* Merge PEI & DXE LzmaCustomDecompressLib. A previous implementationjljusten2009-05-047-165/+45
* Add LzmaCustomDecompressLib based on the LZMA SDK 4.65 which wasjljusten2009-05-0122-0/+3986
* Replace references to RFC 3066 with RFC 4646. gikidy2009-04-304-7/+7
* Replace references to RFC 3066 with RFC 4646. gikidy2009-04-3015-34/+34
* Remove unused ConvertRfc3066LanguageToIso639Language() in BdsDxe after the la...rsun32009-04-282-195/+0
* update to pass ICC builderic_tian2009-04-281-0/+1
* Update DSC&FDF files according to update of status code PEIM.xli242009-04-271-1/+1
* Update directory/file names for status code PEIM.xli242009-04-275-7/+7
* Code Scrub for Status Code PEIM.xli242009-04-275-189/+171
* improve platformlangcodes/langcodes and platformlang/lang autoupdate mechanism. eric_tian2009-04-272-22/+7
* Update DSC files according to update of status code driver.xli242009-04-271-2/+2
* Update directory/file names for status code runtime dxe driver.xli242009-04-277-182/+142
* Some minor refinements for function header.xli242009-04-273-8/+2
* Code Scrub for Status Code Runtime Dxe driver.xli242009-04-277-378/+283
* Update HiiGetBrowserData APIlgao42009-04-272-26/+3
* DEC file reviewed.gikidy2009-04-271-8/+26
* Adjust the code so that global variable placed at beginning of file.gikidy2009-04-2418-166/+170
* COMPONENT_NAME & COMPONENT_NAME2 & DRIVER_BINDING checked in inf files.gikidy2009-04-247-2/+30
* COMPONENT_NAME & COMPONENT_NAME2 checked in inf files.gikidy2009-04-243-1/+4
* Code scrub for VgaClass Driver.xli242009-04-235-786/+756
* 1. EDK_RELEASE_VERSION removed;gikidy2009-04-2331-129/+72
* add type cast.vanjeff2009-04-231-1/+1
* Fix build break caused by a unresolved external symbol _memset in BaseUefiTia...rsun32009-04-231-4/+2
* Remove volatile local variable sync to MdePkg BaseUefiDecompressLib and fix I...lgao42009-04-221-4/+4
* Fix that the variable can't be stored. Next, I will update GetBrowserData API.lgao42009-04-221-3/+11
* Add FormSet Guid for the front page.lgao42009-04-211-1/+1
* Fix K8 report bugs.hfang2009-04-215-35/+74
* Enhance HiiGetBrowserData API to support the case that storage element is 0.lgao42009-04-201-2/+2
* Remove unused IfrSupportLib and ExtendedIfrSupportLiblgao42009-04-171-5/+0
* Use GetNextLanguage replace the original HiiLibGetNextLanguage API.lgao42009-04-171-1/+1
* Update BdsDxe to use new designed HiiLib, remove the referrence to the origin...lgao42009-04-1720-352/+680
* Retire HiiLibGetNextLanguage() API from HII Library class.rsun32009-04-173-2/+62
* Retire language conversion APIs from HII library class.rsun32009-04-163-0/+196
* remove unused header filelgao42009-04-151-1/+0
* fixed overflow issue when reading BMP file.vanjeff2009-04-151-3/+10
* HII Library Class interface refine.rsun32009-04-1411-174/+139