1. 36de860 Update the check condition to allows UINT64 and INT64 data types to be 32-bit aligned on IA32 system. by vanjeff · 13 years ago
  2. f5b315e UefiCpuPkg MTRR Library: Remove a buggy check logic in MtrrSetMemoryAttribute() that may incorrectly RETURN_OUT_OF_RESOURCES in some cases. by rsun3 · 13 years ago
  3. de4b64f Restore original IDT entry if RegisterInterruptHandler() was used to unregister user defined interrupt handler. by vanjeff · 13 years ago
  4. 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
  5. 91ec782 1. Introduce the API MtrrGetDefaultMemoryType () in Mtrr Library. by vanjeff · 13 years ago
  6. 8d3dd31 Update Base type SecPeiDxeTimerLibUefiCpu to support all module type. by lgao4 · 13 years ago
  7. f7bb980 UefiCpuPkg VTF0: Fix support for finding SEC image of type TE. by rsun3 · 13 years ago
  8. 378175d Add PCD for 1G page table by jyao1 · 13 years ago
  9. 1e60a0e UefiCpuPkg MTRR Library: enhance MTRR Library. by rsun3 · 13 years ago
  10. d499fad UefiCpuPkg VTF0: Rename README to ReadMe.txt, add nasm version by ydong10 · 13 years ago
  11. 54d3b84 Correct 1G page table generation. by jyao1 · 13 years ago
  12. a0248b0 UefiCpuPkg VTF0: Add README, remove Makefile by jljusten · 13 years ago
  13. c56b656 Use CPU_HOB to detect max address support from platform, and added 1G page table support. by jyao1 · 13 years ago
  14. 1a2ad6f Enhance the MTRR lib to support the case where alignment of base address < length. by rsun3 · 13 years ago
  15. 5f867ad Add generic HPET Timer DXE Driver and support libraries by mdkinney · 13 years ago
  16. 1f56962 UefiCpuPkg: Add S3Resume2Pei PEIM by jljusten · 13 years ago
  17. b9610b9 Add new API GetTimeInNanoSecond() to TimerLib to convert elapsed ticks to time in unit of nanoseconds. by xdu2 · 13 years ago
  18. 8332983 UefiCpuPkg: Replace the un-necessary WBINVD instruction at the reset vector with two NOPs in VTF0. by rsun3 · 13 years ago
  19. a6ce6cf Fix typo that breaks the build. by niruiyu · 13 years ago
  20. 4d0ceb8 UefiCpuPkg: Fix X64 clang compiler/assembler warnings. by andrewfish · 14 years ago
  21. 3239402 UefiCpuPkg/CpuDxe: Put CPU to sleep during Idle events by jljusten · 14 years ago
  22. 62ba7e1 CpuDxe entry point () only register exception handlers unassigned before. by vanjeff · 14 years ago
  23. 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
  24. 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
  25. 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
  26. 4fe180b Enhance inf to follow spec. by ydong10 · 14 years ago
  27. 5e9ae43 Update DebugLib to provide support for "err" command in the EFI Shell to adjust the filter mask for DEBUG() messages. The "err" command provide the ability to adjust this filter mask at a global level through an EFI Variable and at the module level through a the Debug Mask Protocol. In order to support the degree of flexibility, the DebugLib needs to use library to abstract the get/set operations to the filter mask. by mdkinney · 14 years ago
  28. 76f6d95 Remove extra {} inside DEBUG_CODE() macro by mdkinney · 14 years ago
  29. ec44f02 Fix 32-bit build break by mdkinney · 14 years ago
  30. f877f30 Add DEBUG() macros for DEBUG_CACHE to MTRR Library show all changes memory caches setting changes. by mdkinney · 14 years ago
  31. 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
  32. 4038c1f Add MtrrLib and LocalApicLib declarations to the UefiCpuPkg DEC file. by mdkinney · 14 years ago
  33. d99e698 Lost a file in last check-in. by rsun3 · 14 years ago
  34. 2057d8c Add a new Timer Library instance SecPeiDxeTimerLibUefiCpu into UefiCpuPkg. This library differs with the SecPeiDxeTimerLibCpu library in the MdePkg in that it uses the local APIC library so that it supports x2APIC mode. by rsun3 · 14 years ago
  35. 1e51d59 Refine code to follow the coding style. by ydong10 · 14 years ago
  36. 2339442 Fix build break when doing 32-bit build with some certain C compiler option combinations. by rsun3 · 14 years ago
  37. c52acd8 Refine code to remove type converting warning. by ydong10 · 14 years ago
  38. 557b970 UefiCpuPkg CpuDxe: Fix bug with CPU Arch RegisterInterruptHandler by jljusten · 14 years ago
  39. 84a773d Rename two files to follow the file naming convention. by rsun3 · 14 years ago
  40. 09a9020 Rename two files to follow the file naming convention. by rsun3 · 14 years ago
  41. b1b8c63 Add DisableLvtInterrupts() for the Local APIC library class. by rsun3 · 14 years ago
  42. ae40aef Improve Local APIC library class. Add new library APIs: GetApicVersion(), SendFixedIpi(), SendFixedIpiAllExcludingSelf(), GetApicTimerState(). Remove GetApicTimerDivisor (), its functionality can be covered by GetApicTimerState(). by rsun3 · 14 years ago
  43. bf73cc4 Add Local APIC Library class defining APIs for common Local APIC operations. Add two Local APIC library instances, one is for xAPIC mode only, the other is for x2APIC capable processors which have xAPIC and x2APIC modes. by rsun3 · 14 years ago
  44. a48caee Add boundary check against variable MTRR count. by xli24 · 14 years ago
  45. 5b7e61a Add explicit type cast to suppress possible warning of precession loss. by xli24 · 14 years ago
  46. 0564ae5 Inherit entries from previous IDT when new IDT is installed. by mdkinney · 14 years ago
  47. 430fbbe Code refinement. by xli24 · 14 years ago
  48. 61ece96 Skip restoration of DRx registers to support in-circuit emualators or debuggers set breakpoint in interrupt/exception context. by rsun3 · 15 years ago
  49. 164d596 Clean up package/platform DSC files by the following steps: by lgao4 · 15 years ago
  50. d60957b Fix minor format issue in file header by qhuang8 · 15 years ago
  51. 01a1c0f Update the copyright notice format by hhtian · 15 years ago
  52. ed8dfd7 Fixed GCC 4.4 build issues due to EFIAPI not being used when required. by geekboy15a · 15 years ago
  53. 712389b Update the modules with the different module GUID to avoid the different modules with the same module GUID. by lgao4 · 15 years ago
  54. 947a573 Add Checking for MTRR existence. by xli24 · 15 years ago
  55. 5bdfa4e Add array index check to avoid potential buffer overflow. by xli24 · 15 years ago
  56. a495774 Remove svn:executable on *.c, *.h, *.asm, *.S, *.inf and *.asl* by jljusten · 15 years ago
  57. 24321aa1 Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION. by klu2 · 15 years ago
  58. dc8f418 roll back changing on save and restore interrupt status, it needn't doing. by vanjeff · 15 years ago
  59. 7b202cb 1. Correct File header to ## @file by lgao4 · 15 years ago
  60. 8d96b97 Add Memory Allocation Library instance for modules of type DXE_SMM_DRIVER by mdkinney · 15 years ago
  61. 58b23d9 Use atomic AsmDisableCache() and AsmDisableCache() functions instead of AsmWriteCr0() and AsmWbinvd() calls by mdkinney · 15 years ago
  62. 6640eb3 UefiCpuPkg/CpuDxe: Fix build error by jljusten · 15 years ago
  63. e518b40 UefiCpuPkg: Add CpuDxe driver to UefiCpuPkg.dsc for build test coverage by jljusten · 15 years ago
  64. 3e6374d UefiCpuPkg/CpuDxe: Remove unnecessary OvmfPkg dependency by jljusten · 15 years ago
  65. ea99e00 a)Save and disable CPU interrupt before calling AsmWriteIdtr(). by vanjeff · 15 years ago
  66. 3ba736f Revert incompatible change: by jyao1 · 15 years ago
  67. 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
  68. bc252e8 Adding files from OvmfPkg to common location. This is so multiple packages can use pre-built reset vector code. by geekboy15a · 15 years ago
  69. 759f21f Remove unused structure by mdkinney · 15 years ago
  70. 4a3af38 Minor clean up of DEC file. by mdkinney · 15 years ago
  71. 948cecf Clean up MtrrLib to remove unnecessary package dependency by qhuang8 · 15 years ago
  72. 311004b Fix ICC build break Fix some typos by qhuang8 · 15 years ago
  73. 44fdeb3 Fix ICC build break by qhuang8 · 15 years ago
  74. e643315 Add generic CpuIoPei module that produces the CPU I/O PPU using the services of the MdePkg IoLib by mdkinney · 15 years ago
  75. 3ea1d3e Update CpuIo2Dxe to also support IPF by mdkinney · 15 years ago
  76. bc230a2 Clean up function header comments to match SMM CPU I/O 2 Protocol definition in the MdePkg. by mdkinney · 15 years ago
  77. dbc225c Update Width check for < 0. by mdkinney · 15 years ago
  78. 08a2901 Fix file header by mdkinney · 15 years ago
  79. 173eeac Add module that produces the SMM CPU I/O 2 Protocol by mdkinney · 15 years ago
  80. 2127579 Fixed incorrect syntax for immediate HEX value. by geekboy15a · 15 years ago
  81. 3d49c10 Removed use of pre-initialized global data in this file as it was causing problems with UNIXGCC tool chain. by geekboy15a · 15 years ago
  82. d6d8e89 BaseUefiCpuLib: Preserve EBX register in InitializeFloatingPointUnits by jljusten · 15 years ago
  83. 3ca55ed Check in driver to produce CPU I/O 2 Protocol for IA32 and X64 architecture. by xli24 · 15 years ago
  84. 86973fa Update x64 version of InitializeFpu.asm to use raw op-codes instead of 'finit' so that some early version of MS assemblers can support. by qhuang8 · 15 years ago
  85. 989322c Introduce UefiCpuLib library class in UefiCpuPkg and add one instance of BaseUefiCpuLib. The major purpose of this library class / instance is to provide some routines that are generic for IA32 family CPU by qhuang8 · 15 years ago
  86. c8adfe9 Use .p2align directive instead of ambiguous .align directive. by qhuang8 · 15 years ago
  87. 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
  88. 3668c08 Remove ".intel_syntax", convert MASM to GAS. by gikidy · 15 years ago
  89. db63aee Remove ".intel_syntax", convert MASM to GAS. by gikidy · 15 years ago
  90. a47463f Add CPU DXE driver for IA32 & X64 processor architectures. by jljusten · 16 years ago
  91. e50466d Add MTRR library for IA32 & X64 processor architectures. by jljusten · 16 years ago
  92. 2359462 Remove unneeded reference to DuetPkg.dec. by jljusten · 16 years ago
  93. 9e7864e Add UefiCpuPkg.dsc and UefiCpuPkg.dec for UefiCpuPkg. by jljusten · 16 years ago
  94. 8b2ba4d Moving DuetPkg/CpuIoDxe to UefiCpuPkg. by jljusten · 16 years ago