summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core/DxeIplPeim
Commit message (Expand)AuthorAgeFilesLines
...
* 1. Correct File header to ## @filelgao42010-02-241-4/+4
* Coding style fix and minor improvements.rsun32010-02-114-326/+19
* a)Save and disable CPU interrupt before calling AsmWriteIdtr().vanjeff2010-02-101-19/+31
* Remove reference to PCDs of status code value. Use macros introduced in PI1.2...xli242010-01-272-6/+3
* Fix the issue in MdeModulePkg that mismatch between PCD type and the PCD Lib ...rsun32010-01-141-1/+1
* Make end of line consistent caused by previous check in.qhuang82009-08-242-190/+190
* Integrate the patch contributed by Andrew Fish to port MdeModulePkg to suppor...qhuang82009-08-242-117/+190
* Use .p2align directive instead of ambiguous .align directive.qhuang82009-08-201-2/+2
* 1. Update DxeIpl PEIM to not use PeCoffLoaderLib to load DXE core. Instead, w...qhuang82009-08-115-265/+49
* Replace .globl with ASM_GLOBALxli242009-05-201-2/+2
* Add ASSERT when EFI decompress need to be parsed but it is not supported.lgao42009-04-281-0/+5
* Add PcdDxeIplSupportUefiDecompress usage into DxeIpl to save spacejljusten2009-04-272-46/+53
* Fix various 'EFIAPI' inconsistencies found while building MdeModulePkg.jljusten2009-04-103-3/+7
* 1. Remove feature flag PcdDxeIplEnableIdt entriesqhuang82009-02-242-32/+31
* Correct FeatureFlagExpress PCD format based on INF spec.lgao42009-01-211-1/+1
* Meta-data review.gikidy2009-01-201-10/+31
* Code scrub DxeIpl, Runtime, DevicePath, FvbServicesLib, DiskIo, Partition, En...qhuang82008-12-2313-185/+105
* INF head modifiedjji42008-12-121-2/+0
* Simplify call to FUNCTION_ENTRY_POINT() based on updates to that macromdkinney2008-12-051-1/+1
* Fix the build break caused by update of FUNCTION_ENTRY_POINT macro.xli242008-12-051-1/+1
* Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and revie...gikidy2008-12-031-2/+0
* Update PEIM entry point to follow PEIM entry point.lgao42008-11-272-24/+6
* Add necessary CONST modifier.xli242008-11-272-4/+4
* Split Ebc from x64 implementation since x64 version supports to create x64 mo...qhuang82008-11-192-1/+78
* Create X64 mode page tables in memory even when PEI is already X64mdkinney2008-11-154-0/+334
* Remove over specific library classklu22008-11-051-1/+0
* Remove over specific library classklu22008-11-052-2/+0
* Images loaded by the DXE IPL should allocate memory of type EfiBootServicesCo...mdkinney2008-10-291-1/+6
* clean up EBC in inf files.vanjeff2008-10-281-2/+2
* Update prototype of DxeLoadCore().xli242008-09-042-2/+2
* remove the unused msa files in MdeModulePkg.lgao42008-08-251-168/+0
* Increase size of function addresses printed in DEBUG messages from 10 to 11 c...mdkinney2008-08-011-1/+1
* Add comments to MdeModulePkg.dec, Correct minor comments for other files and ...lgao42008-07-281-6/+0
* Fix the ICC waring for unreachable code.qhuang82008-07-191-6/+0
* Simplify the code to use the EFI_FV_FILE_INFO structure of DxeCore to save th...qhuang82008-07-192-29/+25
* Code scrub DxeIpl to add back the CONST modifier and solve a typecast warning. qhuang82008-07-186-64/+80
* Temporarily remove the immature "CONST" modifier.qhuang82008-07-161-13/+6
* Code Scrub DxeIpl module.qhuang82008-07-168-165/+148
* Code scrube for MdeModule Definitions.lgao42008-07-081-3/+0
* make change to support UnixPkg build. The changes are listed as follows:eric_tian2008-06-301-8/+8
* Remove ASSERT() if ReadOnlyVariable2 PPI is not present. Instead, skip varia...mdkinney2008-05-291-20/+19
* Update to fix minor coding style issues.qhuang82008-05-216-27/+23
* Minor coding style adjustment for DxeIpl.qhuang82008-05-132-8/+8
* Add doxygen style comments for functions in DxeIpl.qhuang82008-05-0710-102/+380
* Update the file description to be more descriptive. qhuang82008-04-081-1/+2
* Update all files in DxeIpl Peim to follow doxygen style header.qhuang82008-04-0812-147/+90
* Remove unused gEfiPeiSecurityPpiGuid for PeiMain and DxeIpllgao42008-04-031-4/+0
* Added necessary dependent packagesjwang362008-04-031-0/+1
* MdeModule cleanup for PI:klu22007-12-103-16/+6
* Enable PeiCore to dispatch the encapsulated fv images with depex expression. ...lgao42007-12-063-186/+45