summaryrefslogtreecommitdiffstats
path: root/MdePkg
Commit message (Expand)AuthorAgeFilesLines
* Fix the DEVICE_PATH_MESSAGING_SAS GUID definition according to UEFI 2.1 spec.xli242007-04-111-1/+1
* Fix an issue that some image tool will generate PE32+ image with PE32 magic. ...qhuang82007-04-091-1/+28
* 1) Initialize gBS, gST, gImageHandle in UefiBootServicesTableLib.c to NULLqwang122007-04-064-11/+19
* Sync the HII GUID with EDK I code base. Please take note: This GUID is not th...qwang122007-04-052-24/+24
* Change BDS to get the default logo picture by default bmp logo guid. lgao42007-04-041-46/+0
* Fixed issue for ICC, since ICC does not allow to cast data with volatile qual...yshang12007-04-041-2/+2
* Change the Guid Value of EFI_ISCSI_INITIATOR_NAME_PROTOCOL_GUID.qhuang82007-04-042-2/+2
* Rename the enum value of EFI_STANDBY_BUTTON_PHASE.yshang12007-04-041-2/+3
* Update the MSA for ICC build.yshang12007-04-041-1/+1
* SMMcis defines "Exit" as the one of phases of EFI_SMM_STANDBY_BUTTON_CONTEXT....yshang12007-04-031-2/+2
* Updated MSA file for EBC.yshang12007-04-034-8/+383
* 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