summaryrefslogtreecommitdiffstats
path: root/MdePkg
Commit message (Expand)AuthorAgeFilesLines
* Import some basic libraries instances for Mde Packages. vanjeff2007-06-22506-0/+45626
* Import MdePkg.dec and MdePkg.dec. Initial version.vanjeff2007-06-222-0/+422
* Fixed typo in PiPeiCis.h.yshang12007-06-224-6/+59
* remove some .msa file reference.vanjeff2007-06-211-12/+1
* added MdePkg.spd, this is initial version.vanjeff2007-06-211-0/+1134
* Update Protocol for backward-compatible with EFI1.1.yshang12007-06-2115-53/+208
* Fixed PPI GUID name to follow PI specification.yshang12007-06-214-15/+3
* Update the EFI_PEI_SECURITY2_PPI to follow PI. Also update the EFI_PEI_CORE_E...yshang12007-06-213-75/+130
* Add macro EFI_SIZE_TO_PAGES/EFI_PAGES_TO_SIZE in UefiBaseType.h.yshang12007-06-201-0/+3
* Remove the reference of UefiDevicePath.h.yshang12007-06-201-1/+0
* Import Library Class from original MDE package. Also I added the EFI_PEI_CORE...yshang12007-06-1944-0/+23742
* Check in the Industry Standard Files.yshang12007-06-1912-0/+2376
* Checked in the GUIDs introduced in UEFI/PI.yshang12007-06-1920-0/+868
* Checked in the Protocols introduced in UEFI/PI.yshang12007-06-1992-42/+23936
* Removed tabs and fixed some minor coding style issues. Also fixed typo in EFI...AJFISH2007-06-1823-903/+904
* Add PPI definitions introduced in PI1.0.yshang12007-06-1322-0/+3203
* Move to directory "Include"yshang12007-06-0827-0/+9390
* Move to sub-directory "include"yshang12007-06-0827-9390/+0
* Checked in the new includes of MdePkg, that are ProcessorBind.h, ModuleType.h...yshang12007-06-0827-0/+9390
* Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break exist...lhauch2007-06-011130-155515/+0
* Update the Guid Value of Ext SCSI Pass Thru Protocolqhuang82007-05-313-4/+5
* Fix some errors in comments of Status Code include file.xli242007-05-301-5/+5
* Remove some unnecessary #if/#ifdef from some header files.vanjeff2007-05-211-5/+0
* Fixd EDKII r2594 build broken issue - MdePkg build failed with ICC.qouyang2007-05-151-3/+3
* Fixd EDKII r2594 build broken issue - MdePkg build failed with ICC.qouyang2007-05-151-2/+2
* These updates are for IPF low level assembly library checking in.gtian2007-05-141-1/+1
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2593 6f1...gtian2007-05-1411-88/+1341
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2592 6f1...gtian2007-05-141-2/+11
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2591 6f1...gtian2007-05-141-216/+232
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2590 6f1...gtian2007-05-144-26/+264
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2589 6f1...gtian2007-05-147-0/+1614
* Update BaseLib.h to make the spaces between comments constant. Only added bla...ajfish2007-05-051-0/+231
* 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