]> git.proxmox.com Git - mirror_edk2.git/history - MdeModulePkg/Core/Pei/FwVol/FwVol.c
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdeModulePkg / Core / Pei / FwVol / FwVol.c
2021-12-07 Michael KubackiMdeModulePkg: Apply uncrustify changes
2021-12-07 Michael D KinneyMdeModulePkg: Change OPTIONAL keyword usage style
2021-12-07 Michael D KinneyMdeModulePkg: Change use of EFI_D_* to DEBUG_*
2020-02-10 Antoine CoeurMdeModulePkg/Core/Pei: Fix various typos
2019-12-11 Michael KubackiMdeModulePkg PeiCore: Improve comment semantics
2019-12-11 Michael KubackiMdeModulePkg PeiCore: Fix typos
2019-10-09 Laszlo ErsekMdeModulePkg: PEI Core: clean up "AprioriFile" handling...
2019-05-09 Dandan BiMdeModulePkg/Core: Remove PcdFrameworkCompatibilitySupp...
2019-04-09 Michael D KinneyMdeModulePkg: Replace BSD License with BSD+Patent License
2019-02-28 Star ZengMdeModulePkg/PeiCore: Ensure FfsFileHeader 8 bytes...
2018-12-19 Star ZengMdeModulePkg PeiCore: Remove the using of PcdPeiCoreMax...
2018-09-05 Star ZengMdeModulePkg PeiCore: Fix VS2012 build failure
2018-09-03 Star ZengMdeModulePkg PeiCore: Handle multiple FV images in...
2018-06-28 Liming GaoMdeModulePkg: Clean up source files
2018-06-04 Marcin WojtasMdeModulePkg PeiCore: Check error status when processin...
2017-12-28 Liming GaoMdeModulePkg PeiCore: Update debug message to print...
2017-12-01 Star ZengMdeModulePkg PeiCore: Support USED_SIZE FV_EXT_TYPE
2017-10-10 Star ZengMdeModulePkg Core: Propagate PEI-phase FV authenticatio...
2017-09-26 Star ZengMdeModulePkg Core: Support FFS_ATTRIB_DATA_ALIGNMENT_2
2017-02-10 Liming GaoMdeModulePkg PeiCore: Don't cache GUIDED section with...
2016-10-27 Star ZengMdeModulePkg PeiCore: Make sure FvInfo has FFS2 format...
2016-10-27 Gary LinMdeModulePkg/Core: Fix typos in comments
2016-05-19 Zhang, Chao BMdeModulePkg: PeiCore: Fix PEI Multiple Sub-FV Support...
2015-11-10 Eugene CohenMdeModulePkg PeiCore: Fix issue AuthenticationStatus...
2015-06-25 Liming GaoMdeModulePkg: Update PeiCore to handle specific child FV
2014-12-15 Liming GaoMdeModulePke: PeiCore FirmwareVolmeInfoPpiNotifyCallbac...
2014-08-18 Gao, LimingUpdate PeiCore to follow PI spec to retrieve GUIDED...
2014-08-14 Zeng, StarMdeModulePkg/IntelFrameworkModulePkg: Update PeiCore...
2014-04-15 Star ZengMdeModulePkg/SecurityPkg: Update TreePei to handle...
2013-10-11 Star Zeng1. Enable use-cases in PEI using SecurityPPI co-equal...
2013-09-16 Star ZengMdeModulePkg: Add support for weakly aligned FVs.
2012-11-08 lzeng14Build the registered guid HOB and SystemTable to record...
2012-03-27 lzeng14Searching for files starts on an 8 byte aligned boundar...
2011-11-25 lzeng141. According to PI errata 0000840 and PI 1.2c Vol 3...
2011-10-27 lzeng14Add core FFS3 support, PeiCore and DxeIpl.
2011-02-23 lgao4Update PeiCore and DxeCore to verify FFS data checksum.
2010-04-24 hhtianUpdate the copyright notice format
2010-03-09 qhuang8Minor update comment to remove unprintable character...
2010-03-03 rsun3Minor bug fix and robustness check improvement.
2010-03-01 klu2Add checking whether FvCount is overflow when new unkno...
2010-02-11 klu2Fix the issue that unknown format FV in Fvhob is instal...
2010-02-11 rsun3Coding style fix and minor improvements.
2010-01-29 mdkinneyRemove unnecessary use of FixedPcdxxx() functions and...
2010-01-25 klu2Fix the issue that accessing for unaligned address...
2010-01-15 rsun3Fix some coding style issues in MdeModulePkg.
2010-01-14 klu2When found the file according to given file name guid...
2010-01-04 klu2check whether FvHandle is NULL for FfsGetVolumeInfo...
2009-12-25 xli24Fix ICC compiler warning.
2009-12-25 klu2Add fixing for supporting third-party FV in unknown...
2009-12-03 klu2Move the Fv updating of PeiCore's internal structure...
2009-12-03 klu2Remove the tab characters.
2009-12-03 klu2After PeiCore is shadowed into permanent memory, the...
2009-11-25 klu2Add checking for VolumeHandle, if VolumeHandle is NULL...
2009-11-17 xli24Following 3 updates are for spec update published in...
2009-11-16 klu2Initialize the FileHandle to NULL, before search FV...
2009-11-11 klu2To make backward compatiblity, if can not find correspo...
2009-11-11 klu2Enabling EFI_PEI_FIRMWARE_VOLUME_PPI introduced by...
2009-10-26 lgao4Update comments on setting >= 8 bytes Fv Alignment.
2009-09-10 lgao4Set correctly FV format guid when install FV INFO PPI.
2009-03-11 lgao4Add check to the allocated pool.
2009-03-05 lgao4Update PeiCore to handle FvImage with PI FV extension...
2009-02-25 lgao4Use single one PcdFrameworkCompatibilitySupport PCD...
2008-12-18 jji4check the usage of %d,%x,%ld,%lx and so on in debug...
2008-11-13 qhuang8Rename PiLibInstallFvInfoPpi() to PeiServicesInstallFvI...
2008-10-31 qhuang8Use #include "XXX.h" for module internal header files.
2008-10-30 jji4Patch to remove STATIC modifier. This is on longer...
2008-10-21 qwang121) Update SetPeiServicesTablePointer's prototype add...
2008-10-20 klu2Fix ECC issue.
2008-09-19 lgao41. Add three sample PCD in HelloWorld application for...
2008-09-03 klu2move ProcessFv() from dispatcher.c to FwVol.c
2008-09-03 klu2When new FV is installed, VerifyFv() should be invoked...
2008-08-21 lgao4Add compatibility logic to handle framework fvhob and...
2008-08-08 lgao4Correct some comments to add the detailed information.
2008-08-08 klu2Synchronize the comments for PeiService.
2008-08-08 klu2Add more comments for PeiCore.
2008-08-08 klu2Correct comments.
2008-08-01 mdkinneyIncrease size of function addresses printed in DEBUG...
2008-07-23 klu2Code scrub for PeiCore module.
2008-07-16 klu2Fix function comment to follows doxygen format.
2008-03-19 klu2Modify all file header to follow doxygen format
2008-03-10 klu2Fix GCC building issue.
2007-12-10 klu2MdeModule cleanup for PI:
2007-12-06 lgao4Enable PeiCore to dispatch the encapsulated fv images...
2007-11-19 qwang121) Make PEI PI File system service to skip PAD file
2007-10-31 lgao4Print real entry point for IPF image.
2007-10-15 qwang121) add gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSu...
2007-10-10 qwang120) Change the PEI core behavior to not install FV HOB...
2007-10-09 yshang1Clean up Network Components to support GCC build.
2007-09-24 klu2Merge branch of PI tree to main trunk
2007-09-04 qwang12Merge the PI enabling works from the branch
2007-07-10 AJFISHRemoved CommonHeader.h from MdePkg & MdeModulePkg
2007-07-04 klu2Add PeiCore module for enabling NT32Pkg, please attenti...