summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-01-14Added new PeCoffGetEntryPoint lib function to get size of PE/COFF header. Thi...AJFISH14-98/+366
2010-01-14Clean up format of commentsmdkinney1-85/+81
2010-01-14Update CpuIo2Dxe to also support IPFmdkinney4-558/+446
2010-01-14Clean up file header comments to match CPU I/O Protocol .h file.mdkinney1-63/+166
2010-01-14Clean up commentsmdkinney1-27/+29
2010-01-14git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9758 6f1...jcarsey1-1/+4
2010-01-14Clean up function header comments to match SMM CPU I/O 2 Protocol definition ...mdkinney1-65/+89
2010-01-14Remove duplicate typedef of EFI_SMM_CPU_IO_INTERFACEmdkinney1-1/+0
2010-01-14Add generic module that produces the Framework CPU I/O Protocol using the ser...mdkinney3-0/+544
2010-01-14Update Width check for < 0.mdkinney2-3/+2
2010-01-14According to PI 1.2 spec Vol 3 chapter 8 PCD, if the PCD service determined t...klu24-8/+12
2010-01-14Fix GCC build bug and add a debug library to dump load and unload commands in...AJFISH4-55/+213
2010-01-14Fix the issue in MdeModulePkg that mismatch between PCD type and the PCD Lib ...rsun38-22/+22
2010-01-14Fix parameter checking for CPU I/O 2 Protocol on NT32 platform.xli241-3/+11
2010-01-14add france language support on DeviceManager of BDS.eric_tian1-0/+0
2010-01-14add DataSize check to avoid PlatformLang/Lang variable is auto-mapped when tr...eric_tian1-3/+3
2010-01-14Ensure there is only one instance of Status Code PPI in system.xli241-6/+33
2010-01-14add DataSize check to avoid PlatformLang/Lang variable is auto-mapped when tr...eric_tian2-4/+4
2010-01-14fixed one bug that old rsp was calculate incorrectly.vanjeff2-32/+32
2010-01-14Some HII related definitions change. Note these changes are inconsistent with...rsun32-4/+8
2010-01-14Some HII related definitions change. Note these changes are inconsistent with...rsun32-4/+9
2010-01-14When found the file according to given file name guid, PeiFfs2FvPpiFindFileBy...klu21-1/+2
2010-01-14Fix file headermdkinney1-11/+8
2010-01-14Fix formatting mdkinney1-1/+1
2010-01-14Clean up .h files for the CPU I/O PPI and the CPU I/O 2 Protocol mdkinney3-76/+91
2010-01-14Fix Boot Option appear twice while add a new boot option in some specific steps.gikidy2-98/+70
2010-01-14Add module that produces the SMM CPU I/O 2 Protocolmdkinney3-2/+509
2010-01-14Put Framework SMM CPU I/O Protocol into its own .h file and add the GUID for ...mdkinney3-54/+92
2010-01-14Change SMM CPU I/O to SMM CPU I/O 2mdkinney10-156/+128
2010-01-14Added support for L2 (4K) page tables and made the CPU driver change cachabil...AJFISH14-118/+478
2010-01-14Remove extra reference to SmmCpuIo.hmdkinney2-8/+3
2010-01-14Update INF file to properly declare which PCDs must be Fixed, and update PCD ...mdkinney3-11/+13
2010-01-14Cleanup INF file for PEI Core mdkinney1-11/+4
2010-01-14Clean up INF. Remove dependency on CPU I/O 2 Protocol and the IntelFramework...mdkinney1-7/+3
2010-01-14Update Copyright datemdkinney1-1/+1
2010-01-14Clean up MetronomeDxe INF file. This module uses the IoLib, so the dependenc...mdkinney1-8/+2
2010-01-13add blank linejcarsey1-1/+1
2010-01-13adding new parameter to search and replace function to allow for easy skippin...jcarsey2-18/+35
2010-01-13Adding a Debug version of the UncachedMemoryAllocationLib that will make the ...AJFISH3-0/+702
2010-01-13Minor code enhancement.xli242-2/+3
2010-01-12A few more header fixesAJFISH28-35/+53
2010-01-12More headers cleanup.AJFISH22-708/+137
2010-01-12Working on adding paging to the CpuDxe driver so it can update cachablity. At...AJFISH1-0/+750
2010-01-12git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9720 6f1...jcarsey1-1/+5
2010-01-12One more header fixAJFISH1-1/+15
2010-01-12Fix some more headers. Add some missing library classes in .dec file and upda...AJFISH3-5/+47
2010-01-12Updating ArmLib.h to add functions needed to turn on paging in CpuDxe. Also a...AJFISH2-0/+72
2010-01-12Need to add some extra functions to the libraries to support paging in the Cp...AJFISH21-14/+200
2010-01-12Add some missing 64-bit math functions for gccAJFISH4-1/+151
2010-01-12Fix the warning: Line 389, the Index of mMonthName may be -1.tye1-1/+1