| Commit message (Expand) | Author | Age | Files | Lines |
* | MdePkg: Apply uncrustify changes | Michael Kubacki | 2021-12-07 | 1 | -1/+0 |
* | MdePkg: Replace BSD License with BSD+Patent License | Michael D Kinney | 2019-04-09 | 3 | -19/+3 |
* | MdePkg: Removing ipf which is no longer supported from edk2. | Chen A Chen | 2018-09-25 | 1 | -2/+2 |
* | MdePkg: Clean up source files | Liming Gao | 2018-06-28 | 2 | -5/+5 |
* | MdePkg: Convert all .uni files to utf-8 | Jordan Justen | 2015-12-15 | 1 | -0/+0 |
* | MdePkg: Convert non DOS format files to DOS format | Gao, Liming | 2014-09-03 | 1 | -0/+0 |
* | MdePkg: INF/DEC file updates to EDK II packages | Gao, Liming | 2014-08-27 | 1 | -0/+0 |
* | MdePkg: INF/DEC file updates to EDK II packages | Gao, Liming | 2014-08-27 | 1 | -1/+2 |
* | Minor grammatical work--mostly adding periods. Items with ONLY period added ... | myronporter | 2010-06-25 | 2 | -2/+2 |
* | Update the copyright notice format | hhtian | 2010-04-23 | 2 | -4/+4 |
* | 1. Correct File header to ## @file | lgao4 | 2010-02-24 | 1 | -4/+4 |
* | PI 1.1 SMM Feature Check-in | davidhuang | 2009-12-23 | 1 | -2/+2 |
* | Update copyright for files modified in this year | qhuang8 | 2008-12-29 | 1 | -1/+1 |
* | Clean up the unused EDK_RELEASE_VERSION, PI_SPECIFICATION_VERSION and EFI_SPE... | lgao4 | 2008-11-25 | 1 | -1/+0 |
* | Remove unnessary UEFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION in I... | eric_tian | 2008-10-29 | 1 | -1/+0 |
* | Refine file header for INF files of MDE library instances. | xli24 | 2008-10-28 | 1 | -5/+2 |
* | Correct module type for library UefiBootServicesTableLib and UefiRuntimeServi... | klu2 | 2008-09-16 | 1 | -1/+1 |
* | Add more comment for library instance and remove unused internal header file. | klu2 | 2008-09-03 | 3 | -39/+6 |
* | The driver and library in MdePkg, MdeModulePkg and Nt32Pkg that don't depend ... | lgao4 | 2008-08-30 | 1 | -1/+1 |
* | remove the unused msa files in MdePkg. | lgao4 | 2008-08-25 | 1 | -45/+0 |
* | Code Scrub for MdePkg. | yshang1 | 2008-07-25 | 1 | -2/+11 |
* | Code scrub: | yshang1 | 2008-07-14 | 1 | -1/+0 |
* | Add missing file in INF file. | klu2 | 2008-04-17 | 1 | -2/+1 |
* | remove some comments introduced by tools. | vanjeff | 2007-07-20 | 1 | -9/+3 |
* | Remove unused comments in MdePkg. | yshang1 | 2007-07-19 | 1 | -27/+0 |
* | Removed MdePkg usage of ModuleName: in file headers | AJFISH | 2007-07-12 | 1 | -2/+0 |
* | Enable Intel IPF compilation for MdePkg. | qwang12 | 2007-07-06 | 2 | -1/+27 |
* | removed [includes] section from MdePkg and MdeModulePkg .inf files. The inclu... | AJFISH | 2007-06-29 | 1 | -9/+0 |
* | Checked in part of MDE library instances following PI and UEFI. It includes: | yshang1 | 2007-06-22 | 3 | -35/+10 |
* | Import some Pei and Dxe related instances for MdePkg. | vanjeff | 2007-06-22 | 4 | -0/+224 |
* | Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break exist... | lhauch | 2007-06-01 | 2 | -106/+0 |
* | 1) Initialize gBS, gST, gImageHandle in UefiBootServicesTableLib.c to NULL | qwang12 | 2007-04-06 | 1 | -4/+5 |
* | Add supported module type & arch filter for all libraries in MdePkg to filter... | qhuang8 | 2007-01-30 | 1 | -7/+7 |
* | Remove the duplicated Copy Right in msa header. | lgao4 | 2006-09-27 | 1 | -10/+0 |
* | add EFIAPI for those constructor funcitons declaration | vanjeff | 2006-09-18 | 1 | -8/+9 |
* | Added license & copyright declaration | jwang36 | 2006-07-13 | 1 | -0/+10 |
* | added function header | vanjeff | 2006-07-13 | 1 | -0/+12 |
* | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@905 6f19... | alfred | 2006-07-12 | 1 | -1/+1 |
* | Redefine SPEC and Release Version to 0x20000 | lgao4 | 2006-07-07 | 1 | -6/+6 |
* | Obsoleted by new schema and new build tools. | jwang36 | 2006-07-07 | 2 | -77/+0 |
* | Correct module guid in mbd file | lgao4 | 2006-07-05 | 1 | -1/+1 |
* | removed unnecessary name space declarations in some top level elements | jwang36 | 2006-06-30 | 1 | -4/+4 |
* | converted all surface area description files to new schema | jwang36 | 2006-06-30 | 1 | -28/+28 |
* | changed module's duplicated guid value | jwang36 | 2006-06-30 | 1 | -21/+17 |
* | Updated MSA by putting Specification element at the end of the header section | lhauch | 2006-05-25 | 1 | -1/+1 |
* | Convert backslashes to forward slashes in many build files. This is necessary... | bbahnsen | 2006-04-26 | 1 | -11/+11 |
* | Initial import. | bbahnsen | 2006-04-21 | 4 | -0/+173 |