1. 4123bd7 SourceLevelDebugPkg DebugAgentLib: Fix build error with GNU assembler by Jeff Fan · 10 years ago
  2. ace354f Fix a bug in DebugAgent that hang happens when the ACK for GO is lost. by Ruiyu Ni · 10 years ago
  3. 4fe43eb 1. Remove any references on other files from DebugTimer.c, to avoid un-used symbols linked. by Jeff Fan · 10 years ago
  4. 26830e8 EDK II Contributions.txt: Update patch format information by Jordan Justen · 10 years ago
  5. 2cb6eab Add DebugCommunicationLibUsb3 for USB3.0 source level debug support. by Elvin Li · 10 years ago
  6. 19ee4a9 SourceLevelDebugPkg: DebugAgentLib: Fix clang/Xcode 5 compile/link errors by Anderw Fish · 10 years ago
  7. d72b4e2 SourceLevelDebugPkg: Convert non DOS format files to DOS format by Gao, Liming · 10 years ago
  8. d4bf50f SourceLevelDebugPkg: INF/DEC file updates to EDK II packages by Gao, Liming · 10 years ago
  9. 865ef84 SourceLevelDebugPkg: INF/DEC file updates to EDK II packages by Gao, Liming · 10 years ago
  10. a207856 SourceLevelDebugPkg: INF/DEC file updates to EDK II packages by Gao, Liming · 10 years ago
  11. 4e36393 SourceLevelDebugPkg: INF/DEC file updates to EDK II packages by Gao, Liming · 10 years ago
  12. fad213a EDK II Contributions.txt: Note acceptable contribution licenses by Jordan Justen · 10 years ago
  13. f95e6f6 IntelFrameworkModulePkg/SourceLevelDebugPkg: Fix the typo about word “hanlde” by Eric Dong · 10 years ago
  14. ff8ad58 SourceLevelDebugPkg/DebugAgent: fix trivial typo. by Chen Fan · 10 years ago
  15. 31fc7b4 Add type cast on variable before operation. by Jeff Fan · 10 years ago
  16. 1d1f4c6 clang warns on guard macro not matching in .h file. by Andrew Fish · 10 years ago
  17. e364478 Fixed typos: hanlder should be handler. by Chen Fan · 10 years ago
  18. 9e2364e Fix the potential address overflow issue when checking PE signature. by Jeff Fan · 11 years ago
  19. 79ecd2d Refine code to make it more safely. by Eric Dong · 11 years ago
  20. 3bf04a7 Not to copy mailbox into new space when debug agent initialization for S3 Boot Script. by Jeff Fan · 11 years ago
  21. af0202a Fix CRLF format by Tian, Hot · 11 years ago
  22. 875670e Update Debug Agent initialization message to change the version string from "1.3.1" to "1.4" by Ruiyu Ni · 11 years ago
  23. d6211ea Change the library global variable to add library name prefix to avoid potential compilation failure. by Ruiyu Ni · 11 years ago
  24. 4d92c22 Update SourceLevelDebugPkg version: 0.85->0.86 by Jeff Fan · 11 years ago
  25. b8b86ec Update HostSequenceNo for Command packet instead for Response packet. by Jeff Fan · 11 years ago
  26. 96c8339 Remove Debug message output from UpdateMailboxContent(), it may cause Mailbox locker nested issue. by Jeff Fan · 11 years ago
  27. 4692bc0 Only save HostSequenceNo for new command in Debug Timer handler. by Jeff Fan · 11 years ago
  28. a1ac579 Check Context before use it. by Jeff Fan · 11 years ago
  29. 4db0b65 Correct INF file to make module pass ICC compiler. by Liming Gao · 11 years ago
  30. 5ab7f88 Add InitFlag member in DEBUG_AGENT_PHASE2_CONTEXT to pass into InitializeDebugAgentPhase2(). by Jeff Fan · 11 years ago
  31. 8cc26df 1. DebugAgentLib will install reserved vector table to persist vectors. by Jeff Fan · 11 years ago
  32. 4d0da5f Add support for PI1.2.1 TempRam Done PPI. by Liming Gao · 11 years ago
  33. 4db921c Updated connecting HOST version information from 1.3 to 1.3.1. by vanjeff · 12 years ago
  34. 845a7fe Read/Write memory space including MMIO range with the width requested from HOST. by vanjeff · 12 years ago
  35. 8cbad98 Add security check. by vanjeff · 12 years ago
  36. b6d1508 Check-in missing part at r14302. by vanjeff · 12 years ago
  37. 0a48876 1. Add CPU arch type in Mailbox, debug agent will not access HOB if CPU arch changed. by vanjeff · 12 years ago
  38. 9372324 Enhance DebugCommunicationLibUsb to reset the debug port when the PORT_ENABLE bit is not set. by niruiyu · 12 years ago
  39. 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
  40. b2fdb17 Fix SourceLevelDebugPkg build failure when the debug port is USB. by niruiyu · 12 years ago
  41. dc4e55a Correct the location where the HOST software can be downloaded. by niruiyu · 12 years ago
  42. d6e1d9c Use ResetSystemLib NULL instance to remove dependency on PcAtChipsetPkg from SourceLevelDebugPKg. by vanjeff · 12 years ago
  43. 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
  44. 48da9f0 Roll back r13823. by vanjeff · 12 years ago
  45. ab04e71 by vanjeff · 12 years ago
  46. ce68d3b Add missing braces around initializer. by lzeng14 · 12 years ago
  47. 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
  48. 894c9c6 Fix typo "Debugt". by vanjeff · 13 years ago
  49. bff8c6f Update copyright format by hhtian · 13 years ago
  50. ea4ee7a EDK II Packages: Add Contributions.txt and License.txt files by jljusten · 13 years ago
  51. b4ebbaf Generic solution to handle reset failure in some special platforms. by niruiyu · 13 years ago
  52. e7b100f Refine wording in SourceLevelDebugPkg/Readme.txt. by niruiyu · 13 years ago
  53. b6de1db Update SourceLevelDebugPkg version: 0.70 -> 0.71 by vanjeff · 13 years ago
  54. 28c6c87 Set the current view point to the breaking CPU if it meets breakpoint. by vanjeff · 13 years ago
  55. f98c268 SourceLevelDebugPkg: Check if PcdUsbEhciPciAddress is set correctly to avoid assertion by erictian · 13 years ago
  56. e210483 1. Fixed issue that firmware cannot boot if no USB debug cable connection. by vanjeff · 13 years ago
  57. ec99fa8 fix build error. by erictian · 13 years ago
  58. 83283ef Fix the issue that null pointer may be dereferenced at SourceLevelDebugPkg by erictian · 13 years ago
  59. 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
  60. 59424ff SourceLevelDebugPkg: Pack CPU context structures by jljusten · 14 years ago
  61. b6ee589 Removed unnecessary GLOBAL_REMOVE_IF_UNREFERENCED. by vanjeff · 14 years ago
  62. 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
  63. 1c5709f minor format update to make text wrap around column 80 by hhtian · 14 years ago
  64. 18b144e Import SourceLevelDebugPkg. by vanjeff · 14 years ago