summaryrefslogtreecommitdiff
path: root/MdePkg
AgeCommit message (Expand)AuthorFilesLines
2007-02-021. removed BaseTimerLibLocalApic from MdePkg and Nt32TimerLib from EdkNt32Pkg.vanjeff7-52/+72
2007-01-311. PEI core needs to check image machine typexgu32-42/+72
2007-01-30Fix a typo in last check in.qhuang81-2/+2
2007-01-30Add supported module type & arch filter for all libraries in MdePkg to filter...qhuang841-256/+232
2007-01-26Make MDE and EdkModule packages avoid all Intel IPF compiler warnings except ...xli241-12/+12
2007-01-26removed SupModuleList firstlyvanjeff1-1/+1
2007-01-25Remove USER_DEFINED in IncludePkgHeader in spd files as it does not make sens...qwang121-2/+1
2007-01-25Make MDE package pass intel IPF compiler with /W4 /WX switched on.xli2465-400/+1441
2007-01-25BaseMemoryLibSse2 library doesn't support IPF and EBC. I remove these archs f...lgao42-13/+1
2007-01-24Added DXE_RUNTIME_DRIVER in the SupModuleList since DxeStatusCode in EdkModul...jwang361-1/+1
2007-01-24add <SupModuleList> in <LibraryClass> item for TimerLib. Inform build tool th...vanjeff1-3/+3
2007-01-23git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2287 6f1...yshang11-1/+1
2007-01-23Updated the function comments in UefiDriverEntryLib to fix EDKT502.yshang11-20/+12
2007-01-23Modify the EFI_USB_DATA_DIRECTION according to UEFI specification 2.1 page 708.klu21-1/+1
2007-01-18Add two useful functions in UefiLib for the implementation of Component Name,...qhuang82-2/+183
2007-01-181) Clean up MdePkg/Include/Common/BootScript.h and remove boot script definit...qwang124-168/+105
2007-01-17supmodulelist not supported by now, i remove it firstly.vanjeff1-1/+1
2007-01-16Fix PeLoad function can't handle invalid PeImage to skip correct debug entry.lgao41-2/+2
2007-01-15Correct TeImage Header based on PeiCis spec.lgao41-1/+1
2007-01-15Correct TeImage file format and Clean up PeiRebase tool to remove unused code...lgao44-21/+15
2007-01-15To fix,xgu31-2/+2
2007-01-12Correctly skip debug entry.lgao41-5/+4
2007-01-12UART_FLOW_CONTROL_DEVICE_PATH should be defined for both EFI and UEFI qhuang81-3/+4
2007-01-10Mark some .c files as MSFT only.bbahnsen1-5/+5
2007-01-101. Added comments to ASM filesbxing45-77/+184
2007-01-09The header file applies to all architectures.bbahnsen2-4/+4
2007-01-09Add in UefiApplicationEntryPoint library class and library instance. qwang125-22/+289
2007-01-08correct SimpleTextIn protocol definition.lgao41-2/+1
2007-01-06Use ASM_PFX to optionnaly set the underscore prefixtgingold96-206/+206
2006-12-29Fixed tracker EDKT395bxing1-7/+105
2006-12-28add <SupModuleList> in <LibraryClass> item for TimerLib. Inform build tool th...vanjeff1-2/+4
2006-12-28Refix the previous issue.qhuang82-3/+3
2006-12-28Fix a typo in UefiLib. The parameter type of Registration should be "VOID **"...qhuang82-2/+2
2006-12-26Fix some Linux's build issue.klu22-1/+3
2006-12-20Update DxeSmmDriverEntryPoint library to only support IA32 and X64 CPU archsmdkinney2-14/+2
2006-12-19Add GLOBAL_FUNCTION macro for Itaniummdkinney1-0/+3
2006-12-19Add FIT types from the SAL Spec to SalApi.hmdkinney1-2/+18
2006-12-18Only include SmmCis.h if the CPU Arch is IA32 or X64mdkinney10-26/+50
2006-12-14Merge R8->R9 tracker 5935 and 7080 to update runtime arch protocol to DxeCis ...lgao45-107/+81
2006-12-13Change the Boot Script storage to fixed length.xgu31-15/+15
2006-12-12Fix some minor error. Add EFI_IMAGE_NT_HEADERS definition for IFP and EBC arch. wuyizhong1-0/+10
2006-12-12Merge GOP related code from r8->r9. wuyizhong1-8/+9
2006-12-12Update BaseDebugLibNull to not touch any global variables or PCD settingsmdkinney2-58/+57
2006-12-08The EFI_IMAGE_REL_BASED_DIR64 type has been in switch for all common relocati...klu21-18/+1
2006-12-08Handle new relocation type EFI_IMAGE_REL_BASED_DIR64 for X64.klu21-16/+33
2006-12-08Add a new definition according to Pci spec 2.2qhuang81-0/+5
2006-12-07Add X64 support for DebugSupport driver.klu21-0/+16
2006-12-06Move registration and processing of ExitBootServices() events into UefiDriver...mdkinney1-0/+67
2006-12-05Add enumeration type for EfiProcessorFamilyIntelPentiumM, EfiProcessorFamilyI...xli241-0/+4
2006-12-04Do not check __STDC_VERSION__ for gcc.bbahnsen1-1/+1