summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-11-20Add OptionRomPkg, it contains AtapiPassThru driver for the test purpose of Sc...qhuang87-0/+5399
2007-11-20remove member context from _EFI_MTFTP4_TOKEN structure.vanjeff2-13/+19
2007-11-201. Add DPC protocol and DpcLib library in MdeModulePkg.vanjeff48-527/+1819
2007-11-20Move out the FlashMapHob klu22-120/+0
2007-11-20Revert R4300 change, Runtime driver doesn't need to covert the physical addre...lgao43-49/+2
2007-11-19a. Revised error message for a module that is not required by a Platform when...jwang362-0/+0
2007-11-19Use MACRO EFI_FV_FILETYPE_ALL instead of a constant.qwang121-1/+1
2007-11-191) Make PEI PI File system service to skip PAD fileqwang122-67/+2
2007-11-18Fix up the comment for several functions and make sure the IN and OUT modifie...qwang123-15/+165
2007-11-16Convert the capsule image address installed in Configuration table to virtual...lgao43-0/+44
2007-11-16Add CapsuleInfo guid to store the list of capsule image guid.lgao44-21/+88
2007-11-15Add a feature flag to allow platform developer to decide if TE or PE32 sectio...qwang123-6/+19
2007-11-14add UsbMouseSimulateTouchPad driver to verify the correction of dispatching A...eric_tian13-5/+2793
2007-11-13Remove gEfiNetworkInterfaceIdentifierProtocolGuid reference from code base. O...vanjeff1-2/+1
2007-11-13Remove gEfiNetworkInterfaceIdentifierProtocolGuid reference from code base. O...vanjeff13-574/+79
2007-11-091. CoreOpenImageFile(): FilePath should be IN OUT.vanjeff4-73/+74
2007-11-08Fix build break for X64 cpu architecture.qhuang81-1/+1
2007-11-08gEfiVariableWriteArchProtocolGuid should be used for the depex as defined in ...qwang121-1/+1
2007-11-08Fixed the dependency issue on wrong name of makefile.jwang362-2/+2
2007-11-08PI spec will be updated to make it clear that this HOB should describe the st...qhuang85-0/+56
2007-11-08Merge EDK899: fixed bug to support EFI_HOB_TYPE_MEMORY_ALLOCATION to allocat...qhuang81-11/+11
2007-11-081) If PeiLoadImage fails, the section extraction PPI or Decompress PPI may no...qwang124-16/+19
2007-11-08Fix the wrong memory type for BSP stack hob. EfiConventionalMemoryType will b...qhuang81-1/+1
2007-11-081) Fix bugs in BaseMemoryLibOptXXX instances in MdePkg.yshang16-164/+45
2007-11-07Removed the PAL definition of PAL_ROUTE_CONFIG because it is not in published...zliu31-40/+0
2007-11-07Fix GenFv bug without init local variablelgao41-0/+0
2007-11-07Strip the relocation section for SEC, PEIM and PEI CORE typed files, accordin...jlin162-0/+0
2007-11-07Fix a memory leak issue.qhuang81-0/+1
2007-11-07Fix a memory leak issue.qhuang81-0/+1
2007-11-06Update tool to support reloc section removed, PAD file with same guid and che...lgao43-0/+0
2007-11-06To find DxeCore by PE32 section is enough, DxeCore can't be wrapped TE section. lgao41-19/+2
2007-11-06Fixed an issue which would cause trimming empty file error.jwang361-0/+0
2007-11-06Add the -mno-red-zone for gcc on x64. Since the GNU calling convention of x64...yshang11-2/+2
2007-11-06Fix two issues:qhuang82-7/+9
2007-11-05define the variable related to PCD for supporting big variable (>32K) easily.gtian8-21/+35
2007-11-05the implementation of FVB->SetAttribute() interface should check the unchange...klu21-0/+19
2007-11-02edk2/MdePkg/MdePkg/Library/UefiScsiLib/UefiScsiLib.c:jljusten2-91/+91
2007-11-01Add more PAL_ROUTE related definition in to PalCallLib.hgtian1-0/+11
2007-11-01The default value of SecMain should be set as INIT_CAR_VALUE = 0x5aa55aa5, th...klu21-0/+7
2007-11-01Should use MaxCarTop but *not* CarTop to computer the usage of stackklu21-1/+1
2007-11-01Print entry point address by using 0x%10p for the above 4G address.lgao42-4/+4
2007-10-31This setup is not needed, the edksetup.bat file that exists in the root will ...lhauch1-83/+0
2007-10-31Print real entry point for IPF image.lgao44-11/+55
2007-10-31Added change log for r4251jwang361-6/+25
2007-10-31a. Fixed an issue which a incorrect command (no leading space/tab) generated ...jwang361-0/+0
2007-10-31Fix the issue that CAR size is shown as negative number.klu21-3/+3
2007-10-31Added VS2005 supportjwang361-16/+20
2007-10-31a. Changed MYTOOLS to use Visual Studio Team Suite for IA32 and X64. IPF is s...jwang364-53/+38
2007-10-311) Change GUID of emuvariable module. yshang13-3/+3
2007-10-31Added macro GLOBAL_OBJECT and GLOBAL_CONSTANT, and changed '.global' to '.glo...zliu31-11/+19