summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include
Commit message (Expand)AuthorAgeFilesLines
* Sync this file with MiscSubClass spec and add some struture alias to use them...lgao42006-08-091-47/+65
* Move FileInfo.h, FileSystemInfo.h, FileSystemVolumeLabelInfo.h from protocol ...lgao42006-08-074-4/+3
* Modify dispatch opcode for standalone boot script executorxgu32006-08-071-0/+1
* Rename guid variable gEfiSmmPeiSmramMemoryReserve to gEfiSmmPeiSmramMemoryRes...lgao42006-07-271-1/+1
* Removed cross references from PciCf8Lib and PciExpressLib class to PciLib cla...ajfish2006-07-265-48/+147
* 1. Updated declaration of timer functions according to latest MWG.bxing2006-07-251-2/+2
* Add some comments for translator parameterljin62006-07-241-1/+5
* Adjust coding style for MemoryAllocationLib.qhuang82006-07-231-216/+291
* Change DxeRuntimeDriverLib name to UefiRuntimeLib.yshang12006-07-211-3/+3
* Remove BugBug in comments and adjust function header according to code style ...lgao42006-07-2076-2790/+2152
* Modified comment for gDsvanjeff2006-07-201-1/+1
* added some comments in BaseLibvanjeff2006-07-203-24/+32
* 1. added functions header for BaseUefiDecompressLivanjeff2006-07-192-0/+76
* Add specific flag definition according to ACPI specification.klu22006-07-191-0/+28
* Fixed some naming issues and update to the EDK II name. I also fixed an issue...ajfish2006-07-195-24/+16
* Add [in,out] in the @param for PCD header and c file.qwang122006-07-193-163/+211
* Add DevicePathUtilities DevicePathToText DevciePathFromText USB2HostControlle...ljin62006-07-185-18/+51
* map FeaturePcdGet(TokenName) to _PCD_GET_MODE_BOOL_##TokenName to follow the ...qwang122006-07-171-4/+1
* Add in function description and comments.qwang122006-07-172-11/+1084
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@954 6f19...yshang12006-07-131-0/+98
* BasePrintLib: Fix Buffer Overflow issue.qhuang82006-07-131-2/+4
* added function headervanjeff2006-07-131-0/+9
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@905 6f19...alfred2006-07-121-1/+1
* 1. Added '#pragma pack' directive in BaseLib.h for the structure IA32_DESCRIPTORbxing2006-07-121-19/+21
* Redefine SPEC and Release Version to 0x20000lgao42006-07-071-1/+1
* Add in support for MaxSize and CurrentSize for PCD entry.qwang122006-07-062-15/+15
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@784 6f19...lgao42006-07-062-3/+3
* DebugLib:qhuang82006-07-057-325/+401
* Added LibPatchPcdSetPtr.qwang122006-07-041-2/+30
* Add PcdDxe and PcdPEIM to all-arch for EdkModulePkg-All-Archs.fpdqwang122006-07-031-11/+12
* 1.Updated some functions header of BaseLib with new MWG specvanjeff2006-06-301-67/+86
* Sync DebugSupport Protocol with UEFI2.0 spec lgao42006-06-291-3/+128
* • BaseMemoryLib:qhuang82006-06-2626-749/+733
* 1) Add in support to traverse taken spaceqwang122006-06-233-15/+71
* Enabling use PcdSetXX macro to set value for PATCHABLE_IN_MODULE, DYNAMIC, DY...klu22006-06-231-50/+51
* Remove the dead files.qwang122006-06-231-25/+0
* Remove the dead files.qwang122006-06-231-91/+0
* 1) remove some dead code from WinNtBusDriver.cqwang122006-06-233-3/+3
* In before, FixedPcdGetxx macro was defined as global variable, it is wrong. I...klu22006-06-221-7/+7
* Fix buger in DxeMain module and modify uefispec.h coding stylelgao42006-06-222-160/+152
* 1. UINTN & INTN issue for EBC architecture:qhuang82006-06-224-58/+101
* Modify autogen code for DynamicEx type PCD.klu22006-06-201-12/+12
* 1. Fixed bug for WriteUnaligned24() in Unaligned.c of BaseLibvanjeff2006-06-206-130/+130
* 1. PostCodeLib.qhuang82006-06-192-19/+19
* Change the macro for dynamicEx type PCD and modify autogen tools to auto gene...klu22006-06-171-12/+12
* This was only used by GenFvImage tool, so it can be removed now.bbahnsen2006-06-142-125/+0
* BaseMemoryLib (BaseMemoryLibRepStr):qhuang82006-06-133-22/+39
* 1) Sync PcdPpi guid with PCD arch spec.qwang122006-06-102-2/+2
* 1. Added AsmCpuidEx() to BaseLibbxing2006-06-101-0/+82
* 1. Updated SetJump() and LongJump() for IPFbxing2006-06-101-48/+28