summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-02-19Fix several typos for the instructions to build shell binaries with ECP & EDK...qhuang81-7/+7
2008-02-19Produce all the PciIo & Dpath protocol for all the pci devices under the curr...qhuang85-184/+124
2008-02-19Return the error status from gBS->OpenProtocol() since there are cases when t...qhuang81-2/+2
2008-02-19Add checking for ChildHandle.qhuang81-0/+8
2008-02-19Initialize Storage->ConfigRequest to contain at least one Unicode NULL '\0000...qwang121-1/+1
2008-02-18Update the library to compliant with SMMCis 0.91 and 0.9 both. 0.91 requires ...yshang11-20/+13
2008-02-18Added "-nopp" to VfrCompile.exe tool to bypass the preprocessing on input filejwang361-1/+1
2008-02-18Incorporated the latest UEFI compatible VfrCompile.exe, which supports bypass...jwang361-0/+0
2008-02-15Improved the file creation speed during incremental build. jwang363-0/+0
2008-02-15Use Mde library and definition instead of some native definitions in NetLib.vanjeff2-30/+30
2008-02-15remove some commented code.vanjeff1-32/+2
2008-02-14Use Mde library and definition instead of some native definitions in NetLib, ...vanjeff102-2477/+1697
2008-02-14Fix a conformance issue in gBS->CreateEvent() & gBS->CreateEventEx():qhuang81-17/+29
2008-02-14Fix an issue to match invalid Language codes like "enus" qhuang82-2/+2
2008-02-13Under the buildtools.tianocore.org BaseTools tree, we are renamingjljusten1-2/+2
2008-02-131. Added EFI_MEDIA_CHANGED and EFI_INVALID_PARAMETER returns in UsbMassReadBl...vanjeff17-592/+239
2008-02-13MdeModulePkg/Core/Dxe/SectionExtraction/CoreSectionExtraction.c:jljusten1-3/+11
2008-02-12edksetup.sh:jljusten1-9/+26
2008-02-11MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf:jljusten1-3/+3
2008-02-11MdeModulePkg/MdeModulePkg.dsc:jljusten1-4/+4
2008-02-11MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.c:jljusten1-1/+1
2008-02-11MdeModulePkg/Library/GenericBdsLib/GenericBdsLib.inf:jljusten1-7/+7
2008-02-11MdePkg/Library/IfrSupportLib/UefiIfrForm.c:jljusten1-0/+2
2008-02-11MdePkg/Include/IndustryStandard/Tpm12.h:jljusten1-3/+0
2008-02-11IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/ReportStatusCodeLib.c:jljusten1-1/+1
2008-02-05Correct return status for the unsupported conditionlgao42-6/+1
2008-02-04Add the check- in missed filegtian1-0/+7
2008-02-04Add the check- in missed filegtian1-0/+7
2008-02-04remove the duplicate guid.qwang121-1/+0
2008-02-04corrrect the library instance.qwang121-0/+2
2008-02-04Remove the unused FDF and DSC.qwang122-824/+0
2008-02-04Retire the constructor to reduce the possibility of circular library dependency.yshang12-26/+4
2008-02-04Check the handle for font package before remove it.qwang121-6/+4
2008-02-03Fix bug in latest check-in of "Make sure the base address of stack base and b...klu21-4/+11
2008-02-03Update PeiReportStatusCodeLib instance, which will support report data prior...yshang13-8/+41
2008-02-021) Cleanup HiiLib, IfrSupportLib. qwang123-3/+6
2008-02-021) Cleanup HiiLib, IfrSupportLib. qwang122-8/+11
2008-02-021) Cleanup HiiLib, IfrSupportLib. qwang1242-2910/+1171
2008-02-021) Cleanup HiiLib, IfrSupportLib. qwang1217-1298/+3375
2008-02-01Regenerate Fat binaries for the bug fix of LookupUnicodeString2() in UefiLib ...qhuang85-2/+3
2008-02-01Remove non-existing files reference.qhuang81-3/+0
2008-02-01The implementation of Consplitter driver should check the child handle to fol...qhuang82-87/+107
2008-02-01Fix an issue that the bitmap should be loaded from any FV instead of current ...qhuang81-1/+1
2008-02-01Fix a bug in LookupUnicodeStringTable2() to mismatch invalid language code li...qhuang81-1/+1
2008-02-01Remove the DivU64x64Remainder.c (embedded asm version)for IA32 architecture. ...qhuang82-72/+1
2008-02-011. Add conformance checking to ensure the input & output string are well-defi...qhuang81-102/+102
2008-02-01Add alignment checking for IoLib functions to conform to MdeLib spec.qhuang81-54/+68
2008-02-01Adjust BASE_LIBRARY_JUMP_BUFFER_ALIGNMENT for IA32 to be 4 (nature alignment)qhuang81-1/+1
2008-02-01Fix the asserting error for SetJump().qhuang81-1/+1
2008-02-01Fix the issues about the loop count for checksum 16,32,64. The input paramete...qhuang81-5/+9