projects
/
mirror_edk2.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
remove member context from _EFI_MTFTP4_TOKEN structure.
[mirror_edk2.git]
/
MdeModulePkg
/
Core
/
2007-11-20
lgao4
Revert R4300 change, Runtime driver doesn't need to...
tree
|
commitdiff
2007-11-19
qwang12
Use MACRO EFI_FV_FILETYPE_ALL instead of a constant.
tree
|
commitdiff
2007-11-19
qwang12
1) Make PEI PI File system service to skip PAD file
tree
|
commitdiff
2007-11-16
lgao4
Convert the capsule image address installed in Configur...
tree
|
commitdiff
2007-11-15
qwang12
Add a feature flag to allow platform developer to decid...
tree
|
commitdiff
2007-11-09
vanjeff
1. CoreOpenImageFile(): FilePath should be IN OUT.
tree
|
commitdiff
2007-11-08
qhuang8
Fix build break for X64 cpu architecture.
tree
|
commitdiff
2007-11-08
qhuang8
PI spec will be updated to make it clear that this...
tree
|
commitdiff
2007-11-08
qhuang8
Merge EDK899: fixed bug to support EFI_HOB_TYPE_MEMORY...
tree
|
commitdiff
2007-11-08
qwang12
1) If PeiLoadImage fails, the section extraction PPI...
tree
|
commitdiff
2007-11-06
lgao4
To find DxeCore by PE32 section is enough, DxeCore...
tree
|
commitdiff
2007-11-01
klu2
Should use MaxCarTop but *not* CarTop to computer the...
tree
|
commitdiff
2007-11-01
lgao4
Print entry point address by using 0x%10p for the above...
tree
|
commitdiff
2007-10-31
lgao4
Print real entry point for IPF image.
tree
|
commitdiff
2007-10-31
klu2
Fix the issue that CAR size is shown as negative number.
tree
|
commitdiff
2007-10-31
yshang1
1) Change GUID of emuvariable module.
tree
|
commitdiff
2007-10-26
lgao4
Add one judge whether TeImage or PeImage has reloc...
tree
|
commitdiff
2007-10-24
qwang12
ASSERT_EFI_ERROR (FALSE) should be ASSERT (FALSE)
tree
|
commitdiff
2007-10-24
qwang12
ASSERT_EFI_ERROR (FALSE) should be ASSERT (FALSE)
tree
|
commitdiff
2007-10-22
lgao4
Fix alignment requirement when Load IPF TeImage into...
tree
|
commitdiff
2007-10-19
qwang12
Fix a bug which does not run PeiCore from memory after...
tree
|
commitdiff
2007-10-18
qwang12
Fix a bug:
tree
|
commitdiff
2007-10-18
klu2
The BaseAddress and Length should be align PAGE accordi...
tree
|
commitdiff
2007-10-18
qwang12
Update the return status to comply to PI spec.
tree
|
commitdiff
2007-10-17
vanjeff
Merger trackers #7807 and #8372.
tree
|
commitdiff
2007-10-16
klu2
Remove comments for removed parameter.
tree
|
commitdiff
2007-10-15
qwang12
1) add gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSu...
tree
|
commitdiff
2007-10-12
eric_tian
fixed the following problems:
tree
|
commitdiff
2007-10-10
mdkinney
Increase max FVs from 4 to 6.
tree
|
commitdiff
2007-10-10
qwang12
0) Change the PEI core behavior to not install FV HOB...
tree
|
commitdiff
2007-10-09
yshang1
Clean up Network Components to support GCC build.
tree
|
commitdiff
2007-10-09
klu2
PI Enabling: the address of PeiServices Pointer should be
tree
|
commitdiff
2007-10-02
vprabhal
git-svn-id: https://edk2.svn.sourceforge.net/svnroot...
tree
|
commitdiff
2007-10-02
vprabhal
git-svn-id: https://edk2.svn.sourceforge.net/svnroot...
tree
|
commitdiff
2007-10-02
vprabhal
git-svn-id: https://edk2.svn.sourceforge.net/svnroot...
tree
|
commitdiff
2007-10-02
vprabhal
The functions in these deleted files are not being...
tree
|
commitdiff
2007-09-29
qhuang8
Use RShiftU64() from base lib to handle 64-bit right...
tree
|
commitdiff
2007-09-29
lgao4
1. Add ExtractGuidedSectionLib library to replace custo...
tree
|
commitdiff
2007-09-29
lgao4
Update DxeCore to set efi memory type for the different...
tree
|
commitdiff
2007-09-28
qwang12
Merge in bug fix from EDK1's PiPei Dispatcher.c
tree
|
commitdiff
2007-09-28
klu2
Fix the cast issue
tree
|
commitdiff
2007-09-28
lgao4
Remove PeCoffLoader library class and its instances.
tree
|
commitdiff
2007-09-28
yshang1
Enable the 0-31 temporary IDT entries prior to activate...
tree
|
commitdiff
2007-09-28
lgao4
1. Replace PeCoffLoader library by PeCoff lib for PeiCo...
tree
|
commitdiff
2007-09-28
klu2
Use PeiPiLib's PeiPiLibBuildPiFvInfoPpi interface inste...
tree
|
commitdiff
2007-09-27
klu2
Fix wrong judgement for gInMemory
tree
|
commitdiff
2007-09-27
klu2
Remove unnecesssary PPI from DxeIpl.inf
tree
|
commitdiff
2007-09-27
klu2
Change the function name.
tree
|
commitdiff
2007-09-26
klu2
1) Add library classes of S3Lib and RecoveryLib in...
tree
|
commitdiff
2007-09-26
klu2
Fix a typo.
tree
|
commitdiff
2007-09-24
klu2
Merge branch of PI tree to main trunk
tree
|
commitdiff
2007-09-19
yshang1
Update Mde/MdeModulePkg to support ICC build for IA32...
tree
|
commitdiff
2007-09-14
mdkinney
1) Remove buffer overflow when the number of Driver...
tree
|
commitdiff
2007-09-14
klu2
Add InvokePeiCore function to invoke the PeiCore in...
tree
|
commitdiff
2007-09-12
klu2
PI Enable:
tree
|
commitdiff
2007-09-04
qwang12
Merge the PI enabling works from the branch
tree
|
commitdiff
2007-08-30
qhuang8
Update all INF, DEC and DSC file to confirm to newest...
tree
|
commitdiff
2007-08-30
klu2
[PI compatible enabling] Add PeiRegisterForShadow inter...
tree
|
commitdiff
2007-08-30
klu2
Add some definitions which will be used for future...
tree
|
commitdiff
2007-08-30
jwang36
Removed the duplicated dependent package
tree
|
commitdiff
2007-08-30
jwang36
Added missing dependent package
tree
|
commitdiff
2007-08-29
yshang1
Add dependent packages in INF of modules.
tree
|
commitdiff
2007-08-24
xli24
Update for ICC build.
tree
|
commitdiff
2007-08-23
qwang12
Allow DXE dispatcher to ignore EFI_FV_FILETYPE_FIRMWARE...
tree
|
commitdiff
2007-08-22
yshang1
Update PciCfg2.c to follow strict ANSI C spec.
tree
|
commitdiff
2007-08-16
mdkinney
Update DXE Core to use gEfiCallerIdGuid instead of...
tree
|
commitdiff
2007-08-15
yshang1
Change the PAL address from k7 to k1, since the k7...
tree
|
commitdiff
2007-08-13
klu2
Add missing definition EFI_PEIM_ENTRY_POINT to IntelFra...
tree
|
commitdiff
2007-08-13
qwang12
Change the behavior of DxeIplLoadFile to load EFI_SECTI...
tree
|
commitdiff
2007-08-10
klu2
1) Move the structure definitions related GUID EFI_STAT...
tree
|
commitdiff
2007-08-10
klu2
EFI_FILE_TAIL_ATTRIBUTE does not support in PI specific...
tree
|
commitdiff
2007-08-08
lgao4
Correct parameter UINTN to UINT32. Fix UINTN conver...
tree
|
commitdiff
2007-08-08
lgao4
Correct parameter UINTN to UINT32. Fix UINTN conver...
tree
|
commitdiff
2007-08-08
lgao4
Correct parameter UINTN to UINT32. Fix UINTN conver...
tree
|
commitdiff
2007-08-08
qhuang8
Fix the type-cast between UINT32 & UINTN
tree
|
commitdiff
2007-08-08
lgao4
Update CustomDecompress library to support algorithm...
tree
|
commitdiff
2007-08-07
zliu3
Using CopyMem service to replace the "while" loop for...
tree
|
commitdiff
2007-08-06
yshang1
Fix bug in PciCfg to support PCI express address.
tree
|
commitdiff
2007-08-03
xli24
Update gHobList in DXE core when GCD relocates hob...
tree
|
commitdiff
2007-07-27
yshang1
Clean the unused include section.
tree
|
commitdiff
2007-07-25
yshang1
Remove the unused reference of CommonHeader.h in DxeIpl.inf
tree
|
commitdiff
2007-07-24
yshang1
Retire the "Include/Common" of MdeModulePkg.
tree
|
commitdiff
2007-07-24
qwang12
remove dxs files.
tree
|
commitdiff
2007-07-20
yshang1
Remove Ppi/LoadFile.h and Ppi/FindFv.h from MdeModulePkg.
tree
|
commitdiff
2007-07-20
vanjeff
remove some comments introduced by tools.
tree
|
commitdiff
2007-07-20
vanjeff
remove some comments introduced by tools.
tree
|
commitdiff
2007-07-19
yshang1
Move RuntimeDxe to /Core of MdeModulePkg.
tree
|
commitdiff
2007-07-19
yshang1
Clean up the Isa related DXE in IntelFrameworkMoudlePkg.
tree
|
commitdiff
2007-07-11
klu2
Fixing the IPF building issue for PeiCore
tree
|
commitdiff
2007-07-10
AJFISH
Removed CommonHeader.h from MdePkg & MdeModulePkg
tree
|
commitdiff
2007-07-06
klu2
1) PcdDxeIplSupportCustomDecompress, PcdDxeIplSupportTi...
tree
|
commitdiff
2007-07-06
klu2
Should use gEfiFirmwareFileSystem2Guid but not gEfiFirm...
tree
|
commitdiff
2007-07-05
klu2
Porting WinNtFwhPei and WinNtFlashMapPei to produce...
tree
|
commitdiff
2007-07-05
klu2
Enable Nt32 platform boot to DXE phase.
tree
|
commitdiff
2007-07-05
xgu3
Check in following modules,
tree
|
commitdiff
2007-07-04
yshang1
Include "Guid/FirmwareFileSystem.h " provided by IntelF...
tree
|
commitdiff
2007-07-04
yshang1
Check in DxeCore for Nt32 platform. Currently, it does...
tree
|
commitdiff
2007-07-04
klu2
Add PeiCore module for enabling NT32Pkg, please attenti...
tree
|
commitdiff