1. df60fb4 SourceLevelDebugPkg: DebugAgent: Set Local APIC SoftwareEnable by Michael Kinney · 9 years ago
  2. be73a0c SourceLevelDebugPkg: Change revision to 4 to compress packet by Ruiyu Ni · 9 years ago
  3. 9f6bc0f SourceLevelDebugPkg: Change the debug message to "v1.5" from "v1.4" by Ruiyu Ni · 9 years ago
  4. 8a079ef SourceLevelDebugPkg/DebugTimer: Timer count value 0 not calculated by Jeff Fan · 9 years ago
  5. 3b9468e SourceLevelDebugPkg/DebugTimer: Fix the issue if CurrentTimer = Timer by Jeff Fan · 9 years ago
  6. 29b3a74 SourceLevelDebugPkg: Update package version to 0.96 to reflect new changes by Ruiyu Ni · 9 years ago
  7. af163e9 SourceLevelDebugPkg: Add missing PCD usage information in UNI files. by Qiu Shumin · 9 years ago
  8. 2638c11 SourceLevelDebugPkg/SecPeiDebugAgentLib: Restore CPU interrupt state by Jeff Fan · 9 years ago
  9. 3b87e38 SourceLevelDebugPkg: Fix PEI timer interrupt regression by Brian J. Johnson · 9 years ago
  10. 0bb5d7a SourceLevelDebugPkg: Fix PEI debug timer regression by Brian J. Johnson · 9 years ago
  11. fe0c434 SourceLevelDebugPkg/DebugAgent: Add typecast to fix sign extension by Jeff Fan · 10 years ago
  12. e2c8d3c SourceLevelDebugPkg/DxeDebugAgent: Initialize Local APIC Timer by Jeff Fan · 10 years ago
  13. 2befbc8 SourceLevelDebugPkg/DebugAgent: Disable Debug Timer as early by Jeff Fan · 10 years ago
  14. 7dd62c4 SourceLevelDebugPkg/DebugAgent: Check PcdDebugPortHandleBufferSize by Jeff Fan · 10 years ago
  15. 86d1365 SourceLevelDebugPkg/DebugTimer: Dump Debug Timer parameter by Jeff Fan · 10 years ago
  16. edbb271 SourceLevelDebugPkg/SmmDebugAgent: Initialize Local APIC Timer by Jeff Fan · 10 years ago
  17. 987a8a6 SourceLevelDebugPkg: Fix Serial Port connection cannot be setup by Ruiyu Ni · 10 years ago
  18. b057be4 SourceLevelDebugPkg/DebugAgentDxe: Move help info from DxeDebugAgent by Jeff Fan · 10 years ago
  19. adcc272 SourceLevelDebugPkg/DxeDebugAgent: Initialize Local APIC Timer early by Jeff Fan · 10 years ago
  20. 5f72e68 SourceLevelDebugPkg/DebugAgent: Support IA32 processors without DE or FXSAVE/FXRESTOR by Michael Kinney · 10 years ago
  21. ef530fe SourceLevelDebugPkg/PeCoffExtraActionLibDebug: Support IA32 processors without debug extensions by Michael Kinney · 10 years ago
  22. d5203c1 MdePkg/DebugAgent: Support IA32 processors without MSR_IA32_APIC_BASE_ADDRESS by Michael Kinney · 10 years ago
  23. bbeacc5 SourceLevelDebugPkg/DebugAgent: Add some comments and debug message by Jeff Fan · 10 years ago
  24. 9941401 SourceLevelDebugPkg/DebugAgent: Clear/Restore EFLAGS.IF by Jeff Fan · 10 years ago
  25. 5d51ba2 SourceLevelDebugPkg/DebugAgent: Add InterruptFlag field by Jeff Fan · 10 years ago
  26. b753b3c SourceLevelDebugPkg/DebugCommunicationLibUsb3: Fix the completed transfer length by Feng Tian · 10 years ago
  27. edb4cd7 SourceLevelDebugPkg: Clear Stepping flag as early as possible by Jeff Fan · 10 years ago
  28. 14f3f88 SourceLevelDebugPkg: Avoid NULL pointer reference. by Jeff Fan · 10 years ago
  29. 8977a7b SourceLevelDebugPkg: Fix calculate the checksum bug and add NULL pointer check by Jeff Fan · 10 years ago
  30. 99b9873 Add missing parameter in function header. by Jeff Fan · 10 years ago
  31. 0802152 SourceLevelDebugPkg: Use CPU Local APIC timer to handle timeout. by Jeff Fan · 10 years ago
  32. 602adeb PeCoffExtraActionLibDebug: Restore debug registers in PeCoffExtraActionLibDebug by Brian J. Johnson · 10 years ago
  33. 12e4c40 SourceLevelDebugPkg: Fix typo. by Shumin Qiu · 10 years ago
  34. 5d6507a Use MaxPacketSize as the initial buffer size to read data. by Elvin Li · 10 years ago
  35. 3f3c489 */Contributions.txt: Update example email address by Jordan Justen · 10 years ago
  36. d9044ec Use RLE (Run Length Encoding) to improve debugging performance. by Ruiyu Ni · 10 years ago
  37. 4e4a6f3 SourceLevelDebugPkg: Refine the format of meta data files. by Shumin Qiu · 10 years ago
  38. 4123bd7 SourceLevelDebugPkg DebugAgentLib: Fix build error with GNU assembler by Jeff Fan · 10 years ago
  39. ace354f Fix a bug in DebugAgent that hang happens when the ACK for GO is lost. by Ruiyu Ni · 10 years ago
  40. 4fe43eb 1. Remove any references on other files from DebugTimer.c, to avoid un-used symbols linked. by Jeff Fan · 10 years ago
  41. 26830e8 EDK II Contributions.txt: Update patch format information by Jordan Justen · 10 years ago
  42. 2cb6eab Add DebugCommunicationLibUsb3 for USB3.0 source level debug support. by Elvin Li · 10 years ago
  43. 19ee4a9 SourceLevelDebugPkg: DebugAgentLib: Fix clang/Xcode 5 compile/link errors by Anderw Fish · 10 years ago
  44. d72b4e2 SourceLevelDebugPkg: Convert non DOS format files to DOS format by Gao, Liming · 10 years ago
  45. d4bf50f SourceLevelDebugPkg: INF/DEC file updates to EDK II packages by Gao, Liming · 10 years ago
  46. 865ef84 SourceLevelDebugPkg: INF/DEC file updates to EDK II packages by Gao, Liming · 10 years ago
  47. a207856 SourceLevelDebugPkg: INF/DEC file updates to EDK II packages by Gao, Liming · 10 years ago
  48. 4e36393 SourceLevelDebugPkg: INF/DEC file updates to EDK II packages by Gao, Liming · 10 years ago
  49. fad213a EDK II Contributions.txt: Note acceptable contribution licenses by Jordan Justen · 10 years ago
  50. f95e6f6 IntelFrameworkModulePkg/SourceLevelDebugPkg: Fix the typo about word “hanlde” by Eric Dong · 10 years ago
  51. ff8ad58 SourceLevelDebugPkg/DebugAgent: fix trivial typo. by Chen Fan · 10 years ago
  52. 31fc7b4 Add type cast on variable before operation. by Jeff Fan · 10 years ago
  53. 1d1f4c6 clang warns on guard macro not matching in .h file. by Andrew Fish · 10 years ago
  54. e364478 Fixed typos: hanlder should be handler. by Chen Fan · 10 years ago
  55. 9e2364e Fix the potential address overflow issue when checking PE signature. by Jeff Fan · 11 years ago
  56. 79ecd2d Refine code to make it more safely. by Eric Dong · 11 years ago
  57. 3bf04a7 Not to copy mailbox into new space when debug agent initialization for S3 Boot Script. by Jeff Fan · 11 years ago
  58. af0202a Fix CRLF format by Tian, Hot · 11 years ago
  59. 875670e Update Debug Agent initialization message to change the version string from "1.3.1" to "1.4" by Ruiyu Ni · 11 years ago
  60. d6211ea Change the library global variable to add library name prefix to avoid potential compilation failure. by Ruiyu Ni · 11 years ago
  61. 4d92c22 Update SourceLevelDebugPkg version: 0.85->0.86 by Jeff Fan · 11 years ago
  62. b8b86ec Update HostSequenceNo for Command packet instead for Response packet. by Jeff Fan · 11 years ago
  63. 96c8339 Remove Debug message output from UpdateMailboxContent(), it may cause Mailbox locker nested issue. by Jeff Fan · 11 years ago
  64. 4692bc0 Only save HostSequenceNo for new command in Debug Timer handler. by Jeff Fan · 11 years ago
  65. a1ac579 Check Context before use it. by Jeff Fan · 11 years ago
  66. 4db0b65 Correct INF file to make module pass ICC compiler. by Liming Gao · 11 years ago
  67. 5ab7f88 Add InitFlag member in DEBUG_AGENT_PHASE2_CONTEXT to pass into InitializeDebugAgentPhase2(). by Jeff Fan · 11 years ago
  68. 8cc26df 1. DebugAgentLib will install reserved vector table to persist vectors. by Jeff Fan · 11 years ago
  69. 4d0da5f Add support for PI1.2.1 TempRam Done PPI. by Liming Gao · 11 years ago
  70. 4db921c Updated connecting HOST version information from 1.3 to 1.3.1. by vanjeff · 12 years ago
  71. 845a7fe Read/Write memory space including MMIO range with the width requested from HOST. by vanjeff · 12 years ago
  72. 8cbad98 Add security check. by vanjeff · 12 years ago
  73. b6d1508 Check-in missing part at r14302. by vanjeff · 12 years ago
  74. 0a48876 1. Add CPU arch type in Mailbox, debug agent will not access HOB if CPU arch changed. by vanjeff · 12 years ago
  75. 9372324 Enhance DebugCommunicationLibUsb to reset the debug port when the PORT_ENABLE bit is not set. by niruiyu · 12 years ago
  76. dca1820 Allocate ACPImemoryNVS type memory to save mailbox and debug port handle buffer since original allocated pool memory may be marked as free by DXE Core. by vanjeff · 12 years ago
  77. b2fdb17 Fix SourceLevelDebugPkg build failure when the debug port is USB. by niruiyu · 12 years ago
  78. dc4e55a Correct the location where the HOST software can be downloaded. by niruiyu · 12 years ago
  79. d6e1d9c Use ResetSystemLib NULL instance to remove dependency on PcAtChipsetPkg from SourceLevelDebugPKg. by vanjeff · 12 years ago
  80. b422b62 This revision can only work with Intel(c) UDK Debugger Tool version 1.3 or greater. Detailed change log is as below: by vanjeff · 12 years ago
  81. 48da9f0 Roll back r13823. by vanjeff · 12 years ago
  82. ab04e71 by vanjeff · 12 years ago
  83. ce68d3b Add missing braces around initializer. by lzeng14 · 12 years ago
  84. 93c0bde This revision can only work with Intel(c) UDK Debugger Tool version 1.2 or greater. Detailed change log is as below: by vanjeff · 13 years ago
  85. 894c9c6 Fix typo "Debugt". by vanjeff · 13 years ago
  86. bff8c6f Update copyright format by hhtian · 13 years ago
  87. ea4ee7a EDK II Packages: Add Contributions.txt and License.txt files by jljusten · 13 years ago
  88. b4ebbaf Generic solution to handle reset failure in some special platforms. by niruiyu · 13 years ago
  89. e7b100f Refine wording in SourceLevelDebugPkg/Readme.txt. by niruiyu · 13 years ago
  90. b6de1db Update SourceLevelDebugPkg version: 0.70 -> 0.71 by vanjeff · 13 years ago
  91. 28c6c87 Set the current view point to the breaking CPU if it meets breakpoint. by vanjeff · 13 years ago
  92. f98c268 SourceLevelDebugPkg: Check if PcdUsbEhciPciAddress is set correctly to avoid assertion by erictian · 13 years ago
  93. e210483 1. Fixed issue that firmware cannot boot if no USB debug cable connection. by vanjeff · 13 years ago
  94. ec99fa8 fix build error. by erictian · 13 years ago
  95. 83283ef Fix the issue that null pointer may be dereferenced at SourceLevelDebugPkg by erictian · 13 years ago
  96. 351ff41 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
  97. 59424ff SourceLevelDebugPkg: Pack CPU context structures by jljusten · 14 years ago
  98. b6ee589 Removed unnecessary GLOBAL_REMOVE_IF_UNREFERENCED. by vanjeff · 14 years ago
  99. 0a16169 Fix the issue that might prevent single step in PeCoffExtraActionLib (right after triggering breakpoint to notify image load/unload) work. by pgao2 · 14 years ago
  100. 1c5709f minor format update to make text wrap around column 80 by hhtian · 14 years ago