Age | Commit message (Expand) | Author |
2013-02-05 | Fix build issue on DDK3790 tool chain. | vanjeff |
2012-10-30 | Add missing status code in several modules. | li-elvin |
2012-10-11 | Add missing braces around initializer. | lzeng14 |
2012-10-10 | Add missing parameter in functions header. | vanjeff |
2012-09-27 | Save and disable CPU interrupt before programming MTRR settings, and restore ... | vanjeff |
2012-09-10 | Add type cast to avoid sign extension on x64 tip. | vanjeff |
2012-08-28 | Fix comparisons of enumerated types which may cause warnings for some compilers. | rsun3 |
2012-08-28 | Only disable Debug Timer for x64 platforms in S3RestoreConfig2(). | vanjeff |
2012-08-23 | 1. Added SetLocalApicBaseAdress() and GetLocalApicBaseAddress() APIs in Local... | vanjeff |
2012-08-22 | Set correct DS/ES/FS/GS/SS segment selectors after GDT loaded. | vanjeff |
2012-08-20 | Initialize TempAcpiS3Context and TempEfiBootScriptExecutorVariable. | lzeng14 |
2012-08-14 | Create 4G page table by default, and using PF to handle >4G MMIO access, to i... | jyao1 |
2012-08-06 | Remove Variable PPI dependency from S3Resume module, check return status of l... | lzeng14 |
2012-07-06 | UefiCpuPkg CpuDxe: Call UefiCpuLib.InitializeFloatingPointUnits () to initial... | rsun3 |
2012-07-05 | UefiCpuPkg BaseUefiCpuLib: Change the initialization value for x87 FPU Contro... | rsun3 |
2012-06-19 | Align the perf data between FPDT and DP. | lzeng14 |
2012-05-31 | Remove CPU dead loop code from IA32 assembly codes. | vanjeff |
2012-05-18 | UefiCpuPkg: Added code to enable Local APIC. | geekboy15a |
2012-05-02 | UefiCpuPkg S3Resume2: Move the call to RestoreS3PageTables() earlier before S... | rsun3 |
2012-04-24 | Update copyright format | hhtian |
2012-04-11 | EDK II Packages: Add Contributions.txt and License.txt files | jljusten |
2012-04-11 | UefiCpuPkg MtrrLib: For MtrrSetAllMtrrs(), do not set FE/E bits in IA32_MTRR_... | rsun3 |
2012-03-19 | Fix doxgen format issue. | vanjeff |
2012-03-19 | Remove the useless performance logging code in BootScriptExecutorDxe driver a... | lzeng14 |
2012-03-15 | 1. Updated S3Resume2Pei to save IA32 IDT table setup in protected mode. | vanjeff |
2012-03-15 | Import two CPU Exception Handler Library instances: SecPeiCpuExceptionHandler... | vanjeff |
2011-12-14 | Update package version for MdeModulePkg, UefiCpuPkg. | rsun3 |
2011-12-01 | Update the check condition to allows UINT64 and INT64 data types to be 32-bit... | vanjeff |
2011-11-25 | UefiCpuPkg MTRR Library: Remove a buggy check logic in MtrrSetMemoryAttribute... | rsun3 |
2011-11-16 | Restore original IDT entry if RegisterInterruptHandler() was used to unregist... | vanjeff |
2011-10-31 | Roll back the change on GetMemorySpaceAttributeFromMtrrType()'s parameter typ... | vanjeff |
2011-10-28 | 1. Introduce the API MtrrGetDefaultMemoryType () in Mtrr Library. | vanjeff |
2011-10-27 | Update Base type SecPeiDxeTimerLibUefiCpu to support all module type. | lgao4 |
2011-09-28 | UefiCpuPkg VTF0: Fix support for finding SEC image of type TE. | rsun3 |
2011-09-21 | Add PCD for 1G page table | jyao1 |
2011-09-20 | UefiCpuPkg MTRR Library: enhance MTRR Library. | rsun3 |
2011-09-20 | UefiCpuPkg VTF0: Rename README to ReadMe.txt, add nasm version | ydong10 |
2011-09-19 | Correct 1G page table generation. | jyao1 |
2011-09-15 | UefiCpuPkg VTF0: Add README, remove Makefile | jljusten |
2011-09-13 | Use CPU_HOB to detect max address support from platform, and added 1G page ta... | jyao1 |
2011-09-13 | Enhance the MTRR lib to support the case where alignment of base address < le... | rsun3 |
2011-09-02 | Add generic HPET Timer DXE Driver and support libraries | mdkinney |
2011-08-29 | UefiCpuPkg: Add S3Resume2Pei PEIM | jljusten |
2011-08-25 | Add new API GetTimeInNanoSecond() to TimerLib to convert elapsed ticks to tim... | xdu2 |
2011-08-04 | UefiCpuPkg: Replace the un-necessary WBINVD instruction at the reset vector w... | rsun3 |
2011-07-08 | Fix typo that breaks the build. | niruiyu |
2011-07-06 | UefiCpuPkg: Fix X64 clang compiler/assembler warnings. | andrewfish |
2011-06-16 | UefiCpuPkg/CpuDxe: Put CPU to sleep during Idle events | jljusten |
2011-05-25 | CpuDxe entry point () only register exception handlers unassigned before. | vanjeff |
2011-05-24 | Per PI 1.2 errata B spec, for SetMemoryAttributes() service of CPU Architectu... | rsun3 |