1. 497ef74 Fix PeLoad function can't handle invalid PeImage to skip correct debug entry. by lgao4 · 18 years ago
  2. 582c722 Correct TeImage Header based on PeiCis spec. by lgao4 · 18 years ago
  3. 5b66424 Correct TeImage file format and Clean up PeiRebase tool to remove unused code and only relocate image. by lgao4 · 18 years ago
  4. 591ee27 To fix, by xgu3 · 18 years ago
  5. f92b6f1 Correctly skip debug entry. by lgao4 · 18 years ago
  6. 2da41b5 UART_FLOW_CONTROL_DEVICE_PATH should be defined for both EFI and UEFI by qhuang8 · 18 years ago
  7. fd73932 Mark some .c files as MSFT only. by bbahnsen · 18 years ago
  8. a9a812a 1. Added comments to ASM files by bxing · 18 years ago
  9. 526f8a8 The header file applies to all architectures. by bbahnsen · 18 years ago
  10. b244c7d Add in UefiApplicationEntryPoint library class and library instance. by qwang12 · 18 years ago
  11. 19231e0 correct SimpleTextIn protocol definition. by lgao4 · 18 years ago
  12. a2b1bf9 Use ASM_PFX to optionnaly set the underscore prefix by tgingold · 18 years ago
  13. becca88 Fixed tracker EDKT395 by bxing · 18 years ago
  14. f3825a1 add <SupModuleList> in <LibraryClass> item for TimerLib. Inform build tool this timer instance cannot support SMM drivers and RUNTIME drivers by vanjeff · 18 years ago
  15. 13c8460 Refix the previous issue. by qhuang8 · 18 years ago
  16. f2df6a0 Fix a typo in UefiLib. The parameter type of Registration should be "VOID **" instead of "VOID *". by qhuang8 · 18 years ago
  17. a477a16 Fix some Linux's build issue. by klu2 · 18 years ago
  18. 1a8bde0 Update DxeSmmDriverEntryPoint library to only support IA32 and X64 CPU archs by mdkinney · 18 years ago
  19. c529b12 Add GLOBAL_FUNCTION macro for Itanium by mdkinney · 18 years ago
  20. 4e3f186 Add FIT types from the SAL Spec to SalApi.h by mdkinney · 18 years ago
  21. 9c89ec9 Only include SmmCis.h if the CPU Arch is IA32 or X64 by mdkinney · 18 years ago
  22. 3ec2611 Merge R8->R9 tracker 5935 and 7080 to update runtime arch protocol to DxeCis 0.91. Update DxeCore and Runtime driver to follow new definitions. by lgao4 · 18 years ago
  23. ada5e82 Change the Boot Script storage to fixed length. by xgu3 · 18 years ago
  24. 9d3fbdb Fix some minor error. Add EFI_IMAGE_NT_HEADERS definition for IFP and EBC arch. by wuyizhong · 18 years ago
  25. 406adcd Merge GOP related code from r8->r9. by wuyizhong · 18 years ago
  26. 513b53b Update BaseDebugLibNull to not touch any global variables or PCD settings by mdkinney · 18 years ago
  27. b96ad3a The EFI_IMAGE_REL_BASED_DIR64 type has been in switch for all common relocation type, So last check-in is duplicated code. Remove it. by klu2 · 18 years ago
  28. 265c22c Handle new relocation type EFI_IMAGE_REL_BASED_DIR64 for X64. by klu2 · 18 years ago
  29. 1082de3 Add a new definition according to Pci spec 2.2 by qhuang8 · 18 years ago
  30. 77206d7 Add X64 support for DebugSupport driver. by klu2 · 18 years ago
  31. 756e426 Move registration and processing of ExitBootServices() events into UefiDriverEntryPoint/DriverEntryPoint.c by mdkinney · 18 years ago
  32. a7e39a8 Add enumeration type for EfiProcessorFamilyIntelPentiumM, EfiProcessorFamilyIntelCeleronD, EfiProcessorFamilyIntelPentiumD, EfiProcessorFamilyIntelPentiumEx for processor family data. by xli24 · 18 years ago
  33. 6a138c6 Do not check __STDC_VERSION__ for gcc. by bbahnsen · 18 years ago
  34. 1ee7ae6 Add Information Opcode in S3 modules. by xgu3 · 18 years ago
  35. b32a39b Output DxeCore Entrypoint in DxeIpl module, and make dxecore module can correctly output >4G module entry point address. by lgao4 · 18 years ago
  36. 4a32862 Declare the alignment required for jump Buffers by mdkinney · 18 years ago
  37. 20bfd42 Define GLOABAL_REMOVE_IF_UNREFERENCED for IPF on MSFT tool chains by mdkinney · 18 years ago
  38. addf9aa Fix IPF alignment issue when building a Report Status Code message by mdkinney · 18 years ago
  39. 9710b9a Add volatile to modify LockValue in ReleaseSpinLock(). by xli24 · 18 years ago
  40. 733f409 To Fix PVCS 429. by yshang1 · 18 years ago
  41. 2d57c54 Add volatile to modify LockValue in AcquireLockOrFail(). by xli24 · 18 years ago
  42. 02ad42a Port a couple of files to gnu assembly. by bbahnsen · 18 years ago
  43. 205f41d Add PeiServicesTablePointerLibKr1 to the FPD and SPD file for the MdePkg by mdkinney · 18 years ago
  44. 9e95f41 Add PeiServiceTablePointerLib that uses KR1 to save/restore the PEI Services Table Pointer by mdkinney · 18 years ago
  45. 9cbd688 Add 64-bit I/O port functions that ASSERT() by mdkinney · 18 years ago
  46. ea8433c Remove DXE Core Entry Point Library Class by mdkinney · 18 years ago
  47. 924c490 Remove Peim Entry Point Library Class by mdkinney · 18 years ago
  48. 83b3efc fix one bug on Timer Frequency return. by vanjeff · 18 years ago
  49. 2043cd2 Remove duplicate <Extern> for the lib constructor and destructor by mdkinney · 18 years ago
  50. 7ac2bbc Add EFI_DELIVERY_MODE to SalApi.h by mdkinney · 18 years ago
  51. da0559b Disable warning when assigning a function pointer to a data pointer by mdkinney · 18 years ago
  52. dfd52cc Add Thunk16.S -- needs to be ported from masm. by bbahnsen · 18 years ago
  53. a1ef155 Add gnu x86 assembly sources. by bbahnsen · 18 years ago
  54. 3280442 Add an underscore for gcc. by bbahnsen · 18 years ago
  55. b026832 Add gcc macro to remove pack() for gcc build by lgao4 · 18 years ago
  56. 4a0b6af Add pack(1) for boot scipt structure. by lgao4 · 18 years ago
  57. e29e52e Initial port to x86_64 gnu assembly. by bbahnsen · 18 years ago
  58. 38b5365 Enabled 4G+ memory in thunk. by bxing · 18 years ago
  59. 3673b8b Add IPF support in Base IO Lib, and related change in fpd file by gtian · 18 years ago
  60. 1547e08 Add ULL to integer literals for gcc support. by bbahnsen · 18 years ago
  61. 6d864b7 Rename PcdPlatformBusSpeed to PcdFSBClock and update help text. by vanjeff · 18 years ago
  62. 885dc4d rename PcdGenericPlatformBusSpeed to PcdFSBClock to avoid confusing. by vanjeff · 18 years ago
  63. 8569244 1. Rename PcdPlatformBusSpeed to PcdGenericPlatformBusSpeed by vanjeff · 18 years ago
  64. ea1e4c1 Set the stack alignment for X64 to 16 bytes per the X64 Calling Convention by mdkinney · 18 years ago
  65. c9708dd by xli24 · 18 years ago
  66. 0401b90 added help text for PcdPlatformBusSpeed by vanjeff · 18 years ago
  67. b5b60e8 Fix ALIGN_POINTER() macro. The pointer (p) passed in must always be converted to (UINTN) prior to performing math operations. by mdkinney · 18 years ago
  68. caae4de Add #define CPU_STACK_ALIGNMENT to the ProcessorBind.h for each of the supported CPU architectures. This value is sizeof(UINTN) for IA-32, X64, and EBC. It is 16 bytes for IPF. by mdkinney · 18 years ago
  69. a6b6ec4 Update processor socket type definition to comply with SmBios 2.5 spec. by jtang12 · 18 years ago
  70. e4a246f Changed definitions in Legacy16.h and LegacyBios.h to be compatible with CSM 0.96 by jtang12 · 18 years ago
  71. b219108 added PcdPlatformBusSpeed for BaseTimerLibLocalApic, thus this timer instance needn't depend on types of CPUs by vanjeff · 18 years ago
  72. b51f14f This check-in add Pci23.h, Pci30.h, EfiPci.h and take those originally put in Pci22.h to their proper position in the new files. by cwu11 · 18 years ago
  73. 38af355 Ia32/DivS64x64Remainder.c is not tool-chain specific, it supports both gcc and msft, so the ToolChainFamily="MSFT" description is incorrect. by xli24 · 18 years ago
  74. 3681d19 This check-in fixed the following bugs: by cwu11 · 18 years ago
  75. f556184 Remove BaseIoIntrinsicLib reference in IPF and EBC modules by xli24 · 18 years ago
  76. e0759a8 Add EfiGpt.h, ElTorito.h, Mbr.h header files which are for EFI GUID Partition table, ElTorito bootable CD fomrat and Legacy Master Boot Record format into Industry Starndard. by qwang12 · 18 years ago
  77. 29b89ff According to MDE Library specification, BaseIoLibIntrinsic Module only supports IA32 and X64, but the MSA description says it supports IA32, X64, IPF, and EBC. Now IPF and EBC have been removed from description. by xli24 · 18 years ago
  78. 511710d 1. Add the fix for the following Bugs: by cwu11 · 18 years ago
  79. 0ffc544 Updated EFAPI definition for x64 GCC. Original thinking was to add optional EFIAPI support to standard GCC. New thinking is to support EFIAPI as a seperate processor target. This is to reduce validation risk to the main line GCC. Update the definition and comments to match current thinking. by ajfish · 18 years ago
  80. 8aaf5a0 Remove the reference to non-exist file. by qhuang8 · 18 years ago
  81. d4f397c 1. In event.c, a function's name is not spelled correctly, a typo. by mikewuping · 18 years ago
  82. f81f558 Follow up tracker EDKT285. by yshang1 · 18 years ago
  83. 3fc556d Add definition for FB DIMM. by jtang12 · 18 years ago
  84. 4bacc21 Remove the library instance of BaseReportStatusCodeLibNull by qhuang8 · 18 years ago
  85. c993d0d Did not check in new files correctly the first time! by ajfish · 18 years ago
  86. 92ea7f2 Updated the Runtime Driver to use the MDE libs for cache flush and removed local copy of Cache flush code. Updated FPD files that include Runtime driver as a new lib was added to Runtime Driver for the cache flush. Removed Cache Flush routine from EDK DXE SAL Lib. by ajfish · 18 years ago
  87. b077fb7 Removed duplicate PalCallStatic functions in different libraries. Moved ReadItc and InvalidateInstructionCacheRange to the BaseLib so other libs don't need .s files. by ajfish · 18 years ago
  88. cd4903c Removed duplicate PalCallStatic functions in different libraries. Moved ReadItc and InvalidateInstructionCacheRange to the BaseLib so other libs don't need .s files. by ajfish · 18 years ago
  89. 7f62acd Added definition of SMBIOS type 15 - System Event Log. by jtang12 · 18 years ago
  90. 3683e55 Add two new data hub subclass related definitions per SMBIOS 2.4 spec. by rsun3 · 18 years ago
  91. 2193b50 DxeCore.h, PeiCis.h and Uefi.h should not include <Protocol/Pcd.h>. If a module need to resolve PCD macro (FixedAtBuild, BinaryPatch or Dynamic), the module should declare that it consume PcdLib library class in MSA file. The Edk II build tool will include "PcdLib.h" in "Autogen.h". by qwang12 · 18 years ago
  92. 2f8df87 Fix a bug in InternalMathDivRemU64x64(). The bug is that the 64-bit divisor is designed to be loaded to ecx:ebx but the high 4 byte of the divisor is forgotten to be loaded to ecx by rsun3 · 18 years ago
  93. 73c47db Optimized HighBitSetXX() functions by bxing · 18 years ago
  94. 705d3a7 Use intrinsic by mdkinney · 18 years ago
  95. 9730cac Use intrinsic by mdkinney · 18 years ago
  96. 32a4d5c Use intrinsic by mdkinney · 18 years ago
  97. d8e5077 Fix GCC build issue Take advantage of some intrinsics from MSFT build tools by mdkinney · 18 years ago
  98. 6fe6627 Add support for DEBUG and RELEASE builds of this FPD file. by mdkinney · 18 years ago
  99. 542834c Remove the duplicated Copy Right in msa header. by lgao4 · 18 years ago
  100. b7089db 1.Fix .global issue in GAS (EdkT207). 2.Fix Label start with @ (EdkT208). by qhuang8 · 18 years ago