summaryrefslogtreecommitdiffstats
path: root/MdePkg
Commit message (Expand)AuthorAgeFilesLines
* Add the ReadWriteBarrier in the Acquire/ReleaseSpin to block the unexpected o...yshang12007-04-033-19/+392
* Add in OFFSET_OF macro as defined in MDE Library specqwang122007-04-021-38/+43
* Add comments on the definition of SPIN_LOCK_RELEASED & SPIN_LOCK_ACQUIREDqhuang82007-04-021-0/+4
* Sync the Guid value of MTFTP protocol in spd file since it has been updated i...qhuang82007-03-301-1/+1
* 1.Define SPIN_LOCK as "volatile UINTN" to prevent mutli-processor access harz...qhuang82007-03-295-7/+9
* 1. Removed #ifndef to enable Capsule architecture protocol on IPF.vanjeff2007-03-282-13/+6
* Correct some wrong usage typesqhuang82007-03-273-5/+5
* 1. Removed definition for EFI_1_1 from module ConSplittervanjeff2007-03-262-625/+586
* 1. Removed AsmSwitchStackAndBackingStore from BaseLib.hvanjeff2007-03-228-353/+418
* 1. Added PcdNtEmulator and Removed MACRO EFI_NT_EMULATORvanjeff2007-03-161-114/+0
* 1. Remove #ifdef _MSC_EXTENSION_ from all source filesvanjeff2007-03-15106-431/+113
* Remove the BugBug in package header file for DXE_CORE and DXE_DRIVER which fo...qwang122007-03-142-41/+60
* Update the comments.qwang122007-03-091-2/+2
* 1. Sync definition of EFI_DEBUG_IMAGE_INFO with UEFI specqhuang82007-03-081-1/+1
* 1. Change the protocol usage type in UefiDriverModelLibqhuang82007-03-052-9/+4
* Added Print, ErrorPrint, AsciiPrint, AsciiErrorPrint() to the UEFI Library.qwang122007-02-145-1/+415
* Clean up MSA for MDE Libs:qhuang82007-02-139-34/+16
* Remove the wrong dependency on PeimEntryPointLibqhuang82007-02-131-4/+1
* 1. Add two interfaces in PeCoffGetEntryPointLib.hqhuang82007-02-138-62/+224
* Add alias EFI_D_XXX to provide backward compatibilities.qhuang82007-02-131-15/+34
* Drop the support of DXE_RUNTIME_DRIVER since all combo MDE libraries are remo...qhuang82007-02-132-4/+4
* PcdLib is only referenced by IPF arch.qhuang82007-02-131-3/+3
* BaseLib is only used by IA32, X64 & IPFqhuang82007-02-131-2/+2
* Clean up MSA filesqhuang82007-02-131-35/+2
* Update all String related functions in BaseLib for this change introduced in ...qwang122007-02-133-25/+49
* Update MDE and EdkModule packages for ICC build with /W4 /WX /Ox switches, fo...xli242007-02-122-5/+7
* 1) Added BIT0, BIT1, …, BIT63 to the Base Defines qwang122007-02-1226-11757/+15654
* updated the comment according to latest version of MWG.vanjeff2007-02-065-10/+8
* 1.Drop the support of UEFI_APPLICATION for UefiDriverLibqhuang82007-02-056-16/+10
* 1. removed BaseTimerLibLocalApic from MdePkg and Nt32TimerLib from EdkNt32Pkg.vanjeff2007-02-027-52/+72
* 1. PEI core needs to check image machine typexgu32007-01-312-42/+72
* Fix a typo in last check in.qhuang82007-01-301-2/+2
* Add supported module type & arch filter for all libraries in MdePkg to filter...qhuang82007-01-3041-256/+232
* Make MDE and EdkModule packages avoid all Intel IPF compiler warnings except ...xli242007-01-261-12/+12
* removed SupModuleList firstlyvanjeff2007-01-261-1/+1
* Remove USER_DEFINED in IncludePkgHeader in spd files as it does not make sens...qwang122007-01-251-2/+1
* Make MDE package pass intel IPF compiler with /W4 /WX switched on.xli242007-01-2565-400/+1441
* BaseMemoryLibSse2 library doesn't support IPF and EBC. I remove these archs f...lgao42007-01-252-13/+1
* Added DXE_RUNTIME_DRIVER in the SupModuleList since DxeStatusCode in EdkModul...jwang362007-01-241-1/+1
* add <SupModuleList> in <LibraryClass> item for TimerLib. Inform build tool th...vanjeff2007-01-241-3/+3
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2287 6f1...yshang12007-01-231-1/+1
* Updated the function comments in UefiDriverEntryLib to fix EDKT502.yshang12007-01-231-20/+12
* Modify the EFI_USB_DATA_DIRECTION according to UEFI specification 2.1 page 708.klu22007-01-231-1/+1
* Add two useful functions in UefiLib for the implementation of Component Name,...qhuang82007-01-182-2/+183
* 1) Clean up MdePkg/Include/Common/BootScript.h and remove boot script definit...qwang122007-01-184-168/+105
* supmodulelist not supported by now, i remove it firstly.vanjeff2007-01-171-1/+1
* Fix PeLoad function can't handle invalid PeImage to skip correct debug entry.lgao42007-01-161-2/+2
* Correct TeImage Header based on PeiCis spec.lgao42007-01-151-1/+1
* Correct TeImage file format and Clean up PeiRebase tool to remove unused code...lgao42007-01-154-21/+15
* To fix,xgu32007-01-151-2/+2