1. 0d4c1db UefiCpuPkg: CpuDxe: Update GDT to be consistent with DxeIplPeim by Michael Kinney · 9 years ago
  2. 94941c8 UefiCpuPkg: CpuDxe: broadcast MTRR changes to APs by Laszlo Ersek · 9 years ago
  3. 1aa6bf5 UefiCpuPkg: CpuDxe: Wait for APs to enter idle loop by Michael Kinney · 9 years ago
  4. 1e410ea UefiCpuPkg: CpuDxe: Use PCD for AP detection timeout by Michael Kinney · 9 years ago
  5. 944f45a UefiCpuPkg: Update CPU MP drivers to support single CPU configuration by Michael Kinney · 9 years ago
  6. 21d0e75 UefiCpuPkg CpuDxe: Sync up the settings of Execute Disable to APs by Star Zeng · 9 years ago
  7. 13181dd UefiCpuPkg/CpuDxe: NumberOfData is not BOOLEAN type by Jeff Fan · 10 years ago
  8. db61e16 UefiCpuPkg/CpuDxe: Get CPU BIST information from Guided HOB by Jeff Fan · 10 years ago
  9. 718abab UefiCpuPkg: Avoid "error A2085" when DDK3790 tool chain is used by Scott Duplichan · 10 years ago
  10. 33f413f UefiCpuPkg/MpSerivce: add volatile qualifiers by Chen Fan · 10 years ago
  11. 68f0674 UefiCpuPkg/MpService: Put APs to sleep when not busy. by Chen Fan · 10 years ago
  12. e033a1a UefiCpuPkg/MpService: put AP to busy state when execution by Chen Fan · 10 years ago
  13. b302a97 UefiCpuPkg/MpService: fix trivial typo in cpu state by Chen Fan · 10 years ago
  14. 7475d13 Add typecast to fix VS2005 build issue. by Jeff Fan · 10 years ago
  15. 3a5d9a3 UefiCpuPkg : Fix CpuDxe build issue with VS2005 tool chain by Jeff Fan · 10 years ago
  16. 9840b12 UefiCpuPkg/CpuDxe: Put APs in wait for SIPI state at ExitBootServices by Chen Fan · 10 years ago
  17. 4a50c27 UefiCpuPkg/CpuDxe: install Mp Service protocol by Chen Fan · 10 years ago
  18. dee9376 UefiCpuPkg/CpuDxe: Startup APs by Jordan Justen · 10 years ago
  19. cd8c700 UefiCpuPkg/MpService: avoid dead lock caused by CheckAllAPsStatus by Chen Fan · 10 years ago
  20. 0e724fc UefiCpuPkg/MpService: avoid reset AP still hold a lock by Chen Fan · 10 years ago
  21. 232eb4c UefiCpuPkg/MpService: free the unused cpu data buffer by Chen Fan · 10 years ago
  22. ac9dbb3 UefiCpuPkg/CpuDxe: introduce ResetApStackless() by Chen Fan · 10 years ago
  23. fe078dd UefiCpuPkg/CpuDxe: split out StartupCode from StartApsStackless() by Chen Fan · 10 years ago
  24. e4aaf76 UefiCpuPkg/MpService: avoid next timer getting into CheckAllAPsStatus() by Chen Fan · 10 years ago
  25. d16cf36 UefiCpuPkg/MpService: Simply Lock usage by Chen Fan · 10 years ago
  26. acb2172 UefiCpuPkg/MpService: move settimer out to InitMpSystemData by Chen Fan · 10 years ago
  27. 9908a82 UefiCpuPkg/CpuDxe: Ap do loop routine to execute procedure by Chen Fan · 10 years ago
  28. b7c05ba UefiCpuPkg/CpuDxe: implement Mp Services:SwitchBSP() by Chen Fan · 10 years ago
  29. 5fee172 UefiCpuPkg/CpuDxe: implement Mp Services:StartupAllAPs() by Chen Fan · 10 years ago
  30. 3f4f0af UefiCpuPkg/CpuDxe: implement Mp Protocol:StartupThisAP() by Chen Fan · 10 years ago
  31. fa7ce67 UefiCpuPkg/CpuDxe: implement Mp Protocol:EnableDisableAP() by Chen Fan · 10 years ago
  32. e7938b5 UefiCpuPkg/CpuDxe: implement Mp Services:GetProcessorInfo() by Chen Fan · 10 years ago
  33. d894d8b UefiCpuPkg/CpuDxe: implement Mp Protocol:GetNumberOfProcessors() by Chen Fan · 10 years ago
  34. cfa2fac UefiCpuPkg/CpuDxe: implement Mp Protocol: WhoAmI() by Chen Fan · 10 years ago
  35. 03673ae UefiCpuPkg/CpuDxe: introduce MP_SYSTEM_DATA for Mp Service Protocol by Chen Fan · 10 years ago
  36. 003973d UefiCpuPkg/CpuDxe: introduce EFI_MP_SERVICES_PROTOCOL by Chen Fan · 10 years ago
  37. e343f8f UefiCpuPkg/CpuDxe: Switch Ap Stack to NewStack by Chen Fan · 10 years ago
  38. 6a26a59 UefiCpuPkg/CpuDxe: introduce two PCD value by Chen Fan · 10 years ago
  39. 533263e UefiCpuPkg/CpuDxe: Add StartApsStackless routine by Jordan Justen · 10 years ago
  40. a1e8986 UefiCpuPkg/CpuDxe: Move GDT structures into CpuGdt.h by Jordan Justen · 10 years ago
  41. fab82c1 UefiCpuPkg/CpuDxe: Add stackless assembly AP entry points by Jordan Justen · 10 years ago
  42. 1535c88 UefiCpuPkg/CpuDxe: Add ApEntryPointInC by Jordan Justen · 10 years ago
  43. 6022e28 UefiCpuPkg/CpuDxe: Add no-op InitializeMpSupport by Jordan Justen · 10 years ago
  44. ec482fa UefiCpuPkg: Convert non DOS format files to DOS format by Gao, Liming · 10 years ago
  45. 9ddb2a2 UefiCpuPkg: INF/DEC file updates to EDK II packages by Gao, Liming · 10 years ago
  46. e48e074 UefiCpuPkg: INF/DEC file updates to EDK II packages by Gao, Liming · 10 years ago
  47. e41aad1 1. Separated DxeSmmCpuExceptionHandlerLib.inf into 2 instance DxeCpuExceptionHandlerLib.inf and SmmCpuExceptionHandlerLib.inf. by Jeff Fan · 11 years ago
  48. 79aca63 Fix several DEBUG_ERROR messages that are unnecessarily verbose. Several of these are marked as DEBUG_ERROR when they are really not errors. by Samer El-Haj-Mahmoud · 11 years ago
  49. ce68d3b Add missing braces around initializer. by lzeng14 · 12 years ago
  50. be7256a Add type cast to avoid sign extension on x64 tip. by vanjeff · 12 years ago
  51. 661cab5 UefiCpuPkg CpuDxe: Call UefiCpuLib.InitializeFloatingPointUnits () to initialize X87 FPU Control Word for BSP. by rsun3 · 12 years ago
  52. 139259b Remove CPU dead loop code from IA32 assembly codes. by vanjeff · 13 years ago
  53. d4605c2 UefiCpuPkg: Added code to enable Local APIC. by geekboy15a · 13 years ago
  54. de4b64f Restore original IDT entry if RegisterInterruptHandler() was used to unregister user defined interrupt handler. by vanjeff · 13 years ago
  55. 2c4b1bd Roll back the change on GetMemorySpaceAttributeFromMtrrType()'s parameter type, from MTRR_MEMORY_CACHE_TYPE to UINT8 since MtrrAttributes may be the value not belongs to MTRR_MEMORY_CACHE_TYPE. by vanjeff · 13 years ago
  56. 91ec782 1. Introduce the API MtrrGetDefaultMemoryType () in Mtrr Library. by vanjeff · 13 years ago
  57. a6ce6cf Fix typo that breaks the build. by niruiyu · 13 years ago
  58. 4d0ceb8 UefiCpuPkg: Fix X64 clang compiler/assembler warnings. by andrewfish · 13 years ago
  59. 3239402 UefiCpuPkg/CpuDxe: Put CPU to sleep during Idle events by jljusten · 14 years ago
  60. 62ba7e1 CpuDxe entry point () only register exception handlers unassigned before. by vanjeff · 14 years ago
  61. 4ec21e8 Per PI 1.2 errata B spec, for SetMemoryAttributes() service of CPU Architecture Protocol, EFI_INVALID_PARAMETER should be returned for cases: by rsun3 · 14 years ago
  62. 24f7e42 A complement fix for revision 11664 to update GCC assembly files : clear the direction flag in interrupt/exception handlers' assembly entry code before calling C functions to follow the UEFI calling convention. by rsun3 · 14 years ago
  63. ad8cbf7 Clear the direction flag in interrupt/exception handlers' assembly entry code before calling C functions to follow the UEFI calling convention. by rsun3 · 14 years ago
  64. f877f30 Add DEBUG() macros for DEBUG_CACHE to MTRR Library show all changes memory caches setting changes. by mdkinney · 14 years ago
  65. 304a39b Fix a bug that the size of a gate descriptor in the IDT is 8 bytes. The size is 8 bytes in 32-bit mode, while it is 16 bytes in 64-bit mode. Replace the hard-coded size with a sizeof. by rsun3 · 14 years ago
  66. 1e51d59 Refine code to follow the coding style. by ydong10 · 14 years ago
  67. c52acd8 Refine code to remove type converting warning. by ydong10 · 14 years ago
  68. 557b970 UefiCpuPkg CpuDxe: Fix bug with CPU Arch RegisterInterruptHandler by jljusten · 14 years ago
  69. 5b7e61a Add explicit type cast to suppress possible warning of precession loss. by xli24 · 14 years ago
  70. 0564ae5 Inherit entries from previous IDT when new IDT is installed. by mdkinney · 14 years ago
  71. 430fbbe Code refinement. by xli24 · 14 years ago
  72. 61ece96 Skip restoration of DRx registers to support in-circuit emualators or debuggers set breakpoint in interrupt/exception context. by rsun3 · 15 years ago
  73. 01a1c0f Update the copyright notice format by hhtian · 15 years ago
  74. 712389b Update the modules with the different module GUID to avoid the different modules with the same module GUID. by lgao4 · 15 years ago
  75. 947a573 Add Checking for MTRR existence. by xli24 · 15 years ago
  76. 5bdfa4e Add array index check to avoid potential buffer overflow. by xli24 · 15 years ago
  77. a495774 Remove svn:executable on *.c, *.h, *.asm, *.S, *.inf and *.asl* by jljusten · 15 years ago
  78. 24321aa1 Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION. by klu2 · 15 years ago
  79. dc8f418 roll back changing on save and restore interrupt status, it needn't doing. by vanjeff · 15 years ago
  80. 7b202cb 1. Correct File header to ## @file by lgao4 · 15 years ago
  81. 6640eb3 UefiCpuPkg/CpuDxe: Fix build error by jljusten · 15 years ago
  82. 3e6374d UefiCpuPkg/CpuDxe: Remove unnecessary OvmfPkg dependency by jljusten · 15 years ago
  83. ea99e00 a)Save and disable CPU interrupt before calling AsmWriteIdtr(). by vanjeff · 15 years ago
  84. 3b9be41 Original MTRR lib hardcode VARIABLE_MTRR as 8. But it is 7 in Core2 if SMRR enabled, and 10 in latest Corei7. by jyao1 · 15 years ago
  85. c8adfe9 Use .p2align directive instead of ambiguous .align directive. by qhuang8 · 15 years ago
  86. c2fd60f Update to make end-of-line consistent for all source files in MdePkg. There are no other updates besides that change. by qhuang8 · 15 years ago
  87. 3668c08 Remove ".intel_syntax", convert MASM to GAS. by gikidy · 15 years ago
  88. db63aee Remove ".intel_syntax", convert MASM to GAS. by gikidy · 15 years ago
  89. a47463f Add CPU DXE driver for IA32 & X64 processor architectures. by jljusten · 16 years ago