index
:
edk2-platforms.git
about
devel-IntelAtomProcessorE3900
devel-MinPlatform
devel-MinnowBoard3
devel-MinnowBoard3-UDK2017
devel-MinnowBoardMax-UDK2017
devel-OpenPlatformPkg
devel-dynamictables
master
minnowboard-max-udk2015
pentium-celeron-n-udk2015
(https://github.com/tianocore/edk2-platforms)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
MdeModulePkg
/
Core
/
Pei
/
Image
Age
Commit message (
Expand
)
Author
2010-07-07
Update the previous fix to only shadow the function for supported processor a...
andrewfish
2010-07-07
Fix issue with ARM port. Image.c shadow code is not ANSI C and crashes on ARM...
andrewfish
2010-05-07
Fix ICC 11.1 build break
mdkinney
2010-04-24
Update the copyright notice format
hhtian
2010-02-24
Avoid shadowing PE image read function on IPF
jgong5
2010-02-22
Enhance memory copy logic for PEI core image read. The change uses CopyMem() ...
jgong5
2010-02-10
revise the debug message to add 0x in front of the HEX number for consistency
jchen20
2010-02-05
Enable the Load Module At fixed Address feature
jchen20
2010-01-26
Print the warning information for the image without relocation only when load...
lgao4
2010-01-24
Correct PeiCore not dispatch the register for shadow image without relocation.
lgao4
2010-01-15
Update PeiLoadFilePpi produced by PeiCore to load only images with relocation...
lgao4
2009-11-16
Remove a typo
klu2
2009-11-16
Initialize the FileHandle to NULL, before search FV image file in discoveried FV
klu2
2009-10-26
For now PEI Core LoadImage() service to always call LoadAndRelocatePeCoffImag...
jchen20
2009-10-08
PEI Core: Remove unused variable in PeiLoadImageLoadImage function.
jljusten
2009-10-01
Update PEI Core LoadImage() service to always call LoadAndRelocatePeCoffImage...
mdkinney
2009-09-17
Make ASSERT statement more meaningful.
lgao4
2009-09-16
Enhance PeiCore and DxeCore check whether the image machine type is supported...
lgao4
2009-08-11
1. Update IA32 PeiCore implementation to support load x64 image for EFI_PEI_L...
qhuang8
2009-02-05
Use UEFI macros for PE/COFF image types
mdkinney
2008-12-03
Global variables have been moved backward ahead of functions.
jji4
2008-10-31
Use #include "XXX.h" for module internal header files.
qhuang8
2008-10-30
Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...
jji4
2008-10-21
1) Update SetPeiServicesTablePointer's prototype add CONST modifier.
qwang12
2008-10-20
Fix ECC issue.
klu2
2008-10-17
Base on PI spec, GetPeiServicesTablePointer is updated to return CONST EFI_PE...
qwang12
2008-09-04
clean up the un-suitable ';' location when declaring the functions.
vanjeff
2008-08-08
Roll back PeiImageRead to original implementation, this function will be shad...
lgao4
2008-08-08
Correct some comments to add the detailed information.
lgao4
2008-08-08
Synchronize the comments for PeiService.
klu2
2008-08-08
Correct comments.
klu2
2008-08-01
Increase size of function addresses printed in DEBUG messages from 10 to 11 c...
mdkinney
2008-07-16
Fix function comment to follows doxygen format.
klu2
2008-03-19
Modify all file header to follow doxygen format
klu2
2007-12-06
Enable PeiCore to dispatch the encapsulated fv images with depex expression. ...
lgao4
2007-11-15
Add a feature flag to allow platform developer to decide if TE or PE32 sectio...
qwang12
2007-11-01
Print entry point address by using 0x%10p for the above 4G address.
lgao4
2007-10-31
Print real entry point for IPF image.
lgao4
2007-10-26
Add one judge whether TeImage or PeImage has reloc section when relocate TeIm...
lgao4
2007-10-22
Fix alignment requirement when Load IPF TeImage into memory.
lgao4
2007-09-28
Fix the cast issue
klu2
2007-09-28
Remove PeCoffLoader library class and its instances.
lgao4
2007-09-28
1. Replace PeCoffLoader library by PeCoff lib for PeiCore, DxeIpl and DxeMain.
lgao4
2007-09-24
Merge branch of PI tree to main trunk
klu2
2007-07-10
Removed CommonHeader.h from MdePkg & MdeModulePkg
AJFISH
2007-07-04
Add PeiCore module for enabling NT32Pkg, please attention this PeiCore does f...
klu2