summaryrefslogtreecommitdiff
path: root/MdePkg
AgeCommit message (Expand)AuthorFilesLines
2007-03-27Correct some wrong usage typesqhuang83-5/+5
2007-03-261. Removed definition for EFI_1_1 from module ConSplittervanjeff2-625/+586
2007-03-221. Removed AsmSwitchStackAndBackingStore from BaseLib.hvanjeff8-353/+418
2007-03-161. Added PcdNtEmulator and Removed MACRO EFI_NT_EMULATORvanjeff1-114/+0
2007-03-151. Remove #ifdef _MSC_EXTENSION_ from all source filesvanjeff106-431/+113
2007-03-14Remove the BugBug in package header file for DXE_CORE and DXE_DRIVER which fo...qwang122-41/+60
2007-03-09Update the comments.qwang121-2/+2
2007-03-081. Sync definition of EFI_DEBUG_IMAGE_INFO with UEFI specqhuang81-1/+1
2007-03-051. Change the protocol usage type in UefiDriverModelLibqhuang82-9/+4
2007-02-14Added Print, ErrorPrint, AsciiPrint, AsciiErrorPrint() to the UEFI Library.qwang125-1/+415
2007-02-13Clean up MSA for MDE Libs:qhuang89-34/+16
2007-02-13Remove the wrong dependency on PeimEntryPointLibqhuang81-4/+1
2007-02-131. Add two interfaces in PeCoffGetEntryPointLib.hqhuang88-62/+224
2007-02-13Add alias EFI_D_XXX to provide backward compatibilities.qhuang81-15/+34
2007-02-13Drop the support of DXE_RUNTIME_DRIVER since all combo MDE libraries are remo...qhuang82-4/+4
2007-02-13PcdLib is only referenced by IPF arch.qhuang81-3/+3
2007-02-13BaseLib is only used by IA32, X64 & IPFqhuang81-2/+2
2007-02-13Clean up MSA filesqhuang81-35/+2
2007-02-13Update all String related functions in BaseLib for this change introduced in ...qwang123-25/+49
2007-02-12Update MDE and EdkModule packages for ICC build with /W4 /WX /Ox switches, fo...xli242-5/+7
2007-02-121) Added BIT0, BIT1, …, BIT63 to the Base Defines qwang1226-11757/+15654
2007-02-06updated the comment according to latest version of MWG.vanjeff5-10/+8
2007-02-051.Drop the support of UEFI_APPLICATION for UefiDriverLibqhuang86-16/+10
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