summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Missed a fix in the Cpu Driver. Added some more debug for Execption handling ...AJFISH2010-01-175-23/+28
* Seems the BiosVideo thunk does not work recently, temporary disable it.klu22010-01-161-1/+1
* Add SmbiosDxe module that is required by BDSmdkinney2010-01-152-0/+2
* Minor update to move array into function to dead strip better on release buildsAJFISH2010-01-151-17/+16
* Updated ARM Exception handler to print out text values for CPSR registerAJFISH2010-01-151-10/+83
* Fix Duet broken caused by LzmaUefiDecompress's interface is changed in IntelF...klu22010-01-152-10/+26
* Update PeiLoadFilePpi produced by PeiCore to load only images with relocation...lgao42010-01-151-1/+1
* Fix some coding style issues in MdeModulePkg.rsun32010-01-1516-36/+62
* Correct comments to match function declaration.lgao42010-01-152-63/+116
* Remove the duplicated definitions between Framework AcpiSupport and PI AcpiSy...lgao42010-01-151-26/+2
* Correct the conflict EFI_ACPI_GET_ACPI_TABLE to EFI_ACPI_GET_ACPI_TABLE2lgao42010-01-151-2/+5
* Fix ICC build breakqhuang82010-01-152-9/+9
* Fix ICC build breakqhuang82010-01-151-8/+8
* Add type-cast to fix build break for IA32 archqhuang82010-01-151-2/+2
* Fix ICC build breakqhuang82010-01-151-9/+9
* Update scripts to point to edk2 BaseTools now fixes have been checked inAJFISH2010-01-152-4/+4
* Fix gcc warningAJFISH2010-01-151-31/+33
* Add generic CpuIoPei module that produces the CPU I/O PPU using the services ...mdkinney2010-01-143-0/+1104
* Added new PeCoffGetEntryPoint lib function to get size of PE/COFF header. Thi...AJFISH2010-01-1414-98/+366
* Clean up format of commentsmdkinney2010-01-141-85/+81
* Update CpuIo2Dxe to also support IPFmdkinney2010-01-144-558/+446
* Clean up file header comments to match CPU I/O Protocol .h file.mdkinney2010-01-141-63/+166
* Clean up commentsmdkinney2010-01-141-27/+29
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9758 6f1...jcarsey2010-01-141-1/+4
* Clean up function header comments to match SMM CPU I/O 2 Protocol definition ...mdkinney2010-01-141-65/+89
* Remove duplicate typedef of EFI_SMM_CPU_IO_INTERFACEmdkinney2010-01-141-1/+0
* Add generic module that produces the Framework CPU I/O Protocol using the ser...mdkinney2010-01-143-0/+544
* Update Width check for < 0.mdkinney2010-01-142-3/+2
* According to PI 1.2 spec Vol 3 chapter 8 PCD, if the PCD service determined t...klu22010-01-144-8/+12
* Fix GCC build bug and add a debug library to dump load and unload commands in...AJFISH2010-01-144-55/+213
* Fix the issue in MdeModulePkg that mismatch between PCD type and the PCD Lib ...rsun32010-01-148-22/+22
* Fix parameter checking for CPU I/O 2 Protocol on NT32 platform.xli242010-01-141-3/+11
* add france language support on DeviceManager of BDS.eric_tian2010-01-141-0/+0
* add DataSize check to avoid PlatformLang/Lang variable is auto-mapped when tr...eric_tian2010-01-141-3/+3
* Ensure there is only one instance of Status Code PPI in system.xli242010-01-141-6/+33
* add DataSize check to avoid PlatformLang/Lang variable is auto-mapped when tr...eric_tian2010-01-142-4/+4
* fixed one bug that old rsp was calculate incorrectly.vanjeff2010-01-142-32/+32
* Some HII related definitions change. Note these changes are inconsistent with...rsun32010-01-142-4/+8
* Some HII related definitions change. Note these changes are inconsistent with...rsun32010-01-142-4/+9
* When found the file according to given file name guid, PeiFfs2FvPpiFindFileBy...klu22010-01-141-1/+2
* Fix file headermdkinney2010-01-141-11/+8
* Fix formatting mdkinney2010-01-141-1/+1
* Clean up .h files for the CPU I/O PPI and the CPU I/O 2 Protocol mdkinney2010-01-143-76/+91
* Fix Boot Option appear twice while add a new boot option in some specific steps.gikidy2010-01-142-98/+70
* Add module that produces the SMM CPU I/O 2 Protocolmdkinney2010-01-143-2/+509
* Put Framework SMM CPU I/O Protocol into its own .h file and add the GUID for ...mdkinney2010-01-143-54/+92
* Change SMM CPU I/O to SMM CPU I/O 2mdkinney2010-01-1410-156/+128
* Added support for L2 (4K) page tables and made the CPU driver change cachabil...AJFISH2010-01-1414-118/+478
* Remove extra reference to SmmCpuIo.hmdkinney2010-01-142-8/+3
* Update INF file to properly declare which PCDs must be Fixed, and update PCD ...mdkinney2010-01-143-11/+13