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
/
Dxe
/
Image
Age
Commit message (
Expand
)
Author
2009-04-22
Update DxeCore to support to install gEfiHiiPackageListProtocolGuid in LoadIm...
qhuang8
2009-04-17
retain gEfiLoadPeImageProtocolGuid, and only published by DxeCore to keep bac...
eric_tian
2009-04-16
remove the gEfiLoadPeImageProtocolGuid and replace all references for it with...
eric_tian
2009-04-03
Add loaded Image device paths for EFI Drivers loaded from PCI Option ROM.
gikidy
2009-03-11
Fix build error caused by the unused local variable
lgao4
2009-03-11
Fix build error caused by the unused local variable
lgao4
2009-03-10
Retire TCG platform protocol, which will be replaced by PI Security Architect...
lgao4
2009-02-23
Update DxeCore for the performance infrastructure updates: Use Raw sting to r...
qhuang8
2009-02-16
Add assertion to ensure pointer dereference has been checked against NULL poi...
qhuang8
2009-02-02
enhance the condition branch to handle Unix style file path. and avoid array ...
eric_tian
2008-12-18
check the usage of %d,%x,%ld,%lx and so on in debug print statement.
jji4
2008-12-16
Clean up to update the reference of the these macros:
qhuang8
2008-12-05
Simplify call to FUNCTION_ENTRY_POINT() based on updates to that macro
mdkinney
2008-10-30
Measure time spent in Driver Binding Supported() calls
mdkinney
2008-10-27
Make use of correct format String:
qwang12
2008-09-23
move header files in MdeModulePkg\Core\Dxe except DxeMain.h into their corres...
eric_tian
2008-09-23
Don't align image address for TeImage, because TeImage section alignment is u...
lgao4
2008-09-18
Rollback change done in 5919: "Remove the status code EFI_ALREADY_STARTED to ...
qwang12
2008-09-18
Remove the GrowBuffer function. Just use the simple way to get the buffer siz...
qwang12
2008-09-17
Remove the status code EFI_ALREADY_STARTED to avoid confusion since it is not...
qhuang8
2008-09-17
Remove the unnecessary spin_lock protection around CoreUnloadImage. There is ...
qwang12
2008-09-09
Remove the prototype of internal functions to avoid the sync efforts.
qhuang8
2008-09-08
Remove NULL_HANDLE. NULL_HANDLE should be replaced with NULL as consistency. ...
qwang12
2008-08-27
Clean up DxeCore to remove duplicate memory allocation & device path utility ...
qhuang8
2008-08-01
Increase size of function addresses printed in DEBUG messages from 10 to 11 c...
mdkinney
2008-08-01
Using Spin lock instead of using RaiseTpl() to prevent UnloadImage() re-entra...
vanjeff
2008-07-24
Code Scrub for Dxe Core.
qhuang8
2008-07-18
Code scrub for DxeCore
qhuang8
2008-05-21
add debug information.
vanjeff
2008-05-21
Update to fix minor coding style issues.
qhuang8
2008-05-09
Fix the prediction warnings in DxeMain.
qhuang8
2008-05-09
Add doxygen style comments for functions in DxeMain.
qhuang8
2008-04-22
[Description]
eric_tian
2008-04-09
Add comments and DoxyGen format for these files.
lgao4
2008-04-08
Fix warnings generated by gcc for ia32 builds:
jljusten
2008-04-02
Update DxeCore to load image wit supported machine types:
qhuang8
2008-03-19
[Description]
eric_tian
2008-03-04
Correct the PeImage Source file to be measured by TCG.
lgao4
2008-02-26
1. Add EFI LOADED IMAGE DEVICE PATH Protocol in LoadImage() service, per UEFI...
vanjeff
2008-01-04
Measure PEimage and ActionString data according to TPM requirement.
lgao4
2007-11-09
1. CoreOpenImageFile(): FilePath should be IN OUT.
vanjeff
2007-10-31
Print real entry point for IPF image.
lgao4
2007-09-29
Update DxeCore to set efi memory type for the different image to be loaded.
lgao4
2007-09-28
1. Replace PeCoffLoader library by PeCoff lib for PeiCore, DxeIpl and DxeMain.
lgao4
2007-09-14
1) Remove buffer overflow when the number of Driver Binding Protocols increas...
mdkinney
2007-09-04
Merge the PI enabling works from the branch
qwang12
2007-07-04
Check in DxeCore for Nt32 platform. Currently, it does not follow PI/UEFI2.1.
yshang1