summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-04-27Fix the bug that the "Offset" parameter for DiskIo protocol should be byte-or...qhuang83-10/+10
2009-04-27Correct minor comments.lgao41-1/+1
2009-04-27DEC file reviewed.gikidy1-8/+26
2009-04-24Adjust the code so that global variable placed at beginning of file.gikidy18-166/+170
2009-04-24update DriverSample driver unload function to remove the installed package list.lgao41-13/+11
2009-04-24Remove unused IfrSupportLib header file.lgao41-1/+0
2009-04-24Merge application PlatOverMngr and library DxePlatDriOverLib into driver Plat...lgao415-1252/+869
2009-04-24COMPONENT_NAME & COMPONENT_NAME2 & DRIVER_BINDING checked in inf files.gikidy7-2/+30
2009-04-24COMPONENT_NAME & COMPONENT_NAME2 checked in inf files.gikidy3-1/+4
2009-04-24Merge RuntimeLib and RuntimeServices.c.qhuang84-696/+657
2009-04-24Use GUIDed event for virtual address change eventqhuang82-2/+7
2009-04-23Add check for the validity of resource directory address.qhuang81-32/+32
2009-04-23Code scrub for VgaClass Driver.xli245-786/+756
2009-04-231. EDK_RELEASE_VERSION removed;gikidy31-129/+72
2009-04-23Fix a typo.gikidy1-1/+1
2009-04-23Add checking for start address for PCI express Read/Write Bufferqhuang81-1/+9
2009-04-23add type cast.vanjeff1-1/+1
2009-04-23Fix ICC build break.lgao43-3/+3
2009-04-23update string function commentseric_tian2-43/+65
2009-04-23fixed one bug when copy MAC address.vanjeff1-2/+2
2009-04-23Fix build break caused by a unresolved external symbol _memset in BaseUefiTia...rsun31-4/+2
2009-04-23updateeric_tian1-21/+32
2009-04-23update string function comment to clear the semantic meaning.eric_tian1-18/+26
2009-04-23Retire IfrSupportLib and ExtendedIfrSupportLib, which have been replaced by H...lgao42-1020/+0
2009-04-23Retire IfrSupportLib and ExtendedIfrSupportLib, which have been replaced by H...lgao410-3531/+1
2009-04-22Retire framework IfrSupportLib and HiiLib, which will be replaced by new desi...lgao411-3718/+0
2009-04-22Correct commentslgao41-2/+2
2009-04-22Remove volatile local variable sync to MdePkg BaseUefiDecompressLib and fix I...lgao41-4/+4
2009-04-22Fix that the variable can't be stored. Next, I will update GetBrowserData API.lgao41-3/+11
2009-04-22Update SetUp Browser doesn't set a default value to Numeric field per UEFI sp...lgao46-61/+115
2009-04-22Use DiskIo->ReadDisk() API to avoid alignment issue.qhuang83-44/+43
2009-04-22Update VfrCompiler to handle ideqvallist as the first opcode case. Per UEFI s...lgao41-0/+0
2009-04-22Update DxeCore to support to install gEfiHiiPackageListProtocolGuid in LoadIm...qhuang83-0/+25
2009-04-22Add HiiResourceData field to PeCoffLib library class. PeCoffLoaderLoadImage (...qhuang82-12/+91
2009-04-21Add FormSet Guid for the front page.lgao41-1/+1
2009-04-21Fix K8 report bugs.hfang5-35/+74
2009-04-21Rename enum with a duplicate name of EVENT_LOG_TYPE_DATA.jljusten1-1/+1
2009-04-20RemoveRemove unused IfrSupportLib and ExtendedIfrSupportLiblgao41-2/+0
2009-04-20Update FrameworkHiiOnUefiHiiThunk to use new HII library.lgao46-351/+461
2009-04-20Enhance HiiGetBrowserData API to support the case that storage element is 0.lgao42-2/+11
2009-04-20Enhance VfrCompiler to create the end label for the framework vfr file.lgao41-0/+0
2009-04-20Coding style verified.gikidy2-36/+36
2009-04-20Remove some unrecognized unicode characters.qhuang81-8/+8
2009-04-20Enhanced industry standard definitions of SMBIOS Table.gikidy1-239/+1534
2009-04-20Changed ID into Id.vanjeff2-5/+5
2009-04-201. use #define instead of enumerator type for Structure Type/IDvanjeff2-12/+10
2009-04-20Add a note for Duet build under Linux environment.gikidy1-1/+3
2009-04-17Remove iScsi driver's dependency on IntelFrameworkPkg.xli243-59/+30
2009-04-17Add support of ACPI Table Version 3.0 in implementation of EFI_ACPI_TABLE_PRO...xli241-4/+4
2009-04-17Save segment registers on stack in case the thunk code assembly calls CF9 sof...qhuang82-52/+73