summaryrefslogtreecommitdiff
path: root/SourceLevelDebugPkg
AgeCommit message (Expand)AuthorFilesLines
2015-08-24SourceLevelDebugPkg: Update package version to 0.96 to reflect new changesRuiyu Ni2-2/+2
2015-07-28SourceLevelDebugPkg: Add missing PCD usage information in UNI files.Qiu Shumin1-0/+0
2015-07-10SourceLevelDebugPkg/SecPeiDebugAgentLib: Restore CPU interrupt stateJeff Fan1-10/+19
2015-07-09SourceLevelDebugPkg: Fix PEI timer interrupt regressionBrian J. Johnson1-2/+4
2015-07-03SourceLevelDebugPkg: Fix PEI debug timer regressionBrian J. Johnson1-0/+4
2015-06-26SourceLevelDebugPkg/DebugAgent: Add typecast to fix sign extensionJeff Fan3-3/+3
2015-06-10SourceLevelDebugPkg/DxeDebugAgent: Initialize Local APIC TimerJeff Fan1-0/+10
2015-06-08SourceLevelDebugPkg/DebugAgent: Disable Debug Timer as earlyJeff Fan5-1/+22
2015-06-04SourceLevelDebugPkg/DebugAgent: Check PcdDebugPortHandleBufferSizeJeff Fan2-2/+2
2015-05-25SourceLevelDebugPkg/DebugTimer: Dump Debug Timer parameterJeff Fan6-14/+19
2015-05-25SourceLevelDebugPkg/SmmDebugAgent: Initialize Local APIC TimerJeff Fan1-1/+11
2015-05-18SourceLevelDebugPkg: Fix Serial Port connection cannot be setupRuiyu Ni1-21/+25
2015-05-18SourceLevelDebugPkg/DebugAgentDxe: Move help info from DxeDebugAgentJeff Fan2-30/+41
2015-05-18SourceLevelDebugPkg/DxeDebugAgent: Initialize Local APIC Timer earlyJeff Fan1-20/+19
2015-04-27SourceLevelDebugPkg/DebugAgent: Support IA32 processors without DE or FXSAVE/...Michael Kinney7-14/+71
2015-04-27SourceLevelDebugPkg/PeCoffExtraActionLibDebug: Support IA32 processors withou...Michael Kinney2-3/+14
2015-04-27MdePkg/DebugAgent: Support IA32 processors without MSR_IA32_APIC_BASE_ADDRESSMichael Kinney1-2/+11
2015-04-27SourceLevelDebugPkg/DebugAgent: Add some comments and debug messageJeff Fan1-4/+22
2015-04-27SourceLevelDebugPkg/DebugAgent: Clear/Restore EFLAGS.IFJeff Fan1-8/+41
2015-04-27SourceLevelDebugPkg/DebugAgent: Add InterruptFlag fieldJeff Fan1-1/+3
2015-04-27SourceLevelDebugPkg/DebugCommunicationLibUsb3: Fix the completed transfer lengthFeng Tian1-1/+1
2015-04-21SourceLevelDebugPkg: Clear Stepping flag as early as possibleJeff Fan1-4/+4
2015-04-15SourceLevelDebugPkg: Avoid NULL pointer reference.Jeff Fan1-15/+16
2015-04-10SourceLevelDebugPkg: Fix calculate the checksum bug and add NULL pointer checkJeff Fan2-1/+5
2015-04-07Add missing parameter in function header.Jeff Fan2-2/+2
2015-04-01SourceLevelDebugPkg: Use CPU Local APIC timer to handle timeout.Jeff Fan17-667/+283
2015-03-25PeCoffExtraActionLibDebug: Restore debug registers in PeCoffExtraActionLibDebugBrian J. Johnson1-8/+14
2015-03-13SourceLevelDebugPkg: Fix typo.Shumin Qiu2-2/+2
2015-02-05Use MaxPacketSize as the initial buffer size to read data.Elvin Li3-44/+40
2015-02-03*/Contributions.txt: Update example email addressJordan Justen1-2/+2
2015-01-20Use RLE (Run Length Encoding) to improve debugging performance.Ruiyu Ni5-106/+277
2015-01-19SourceLevelDebugPkg: Refine the format of meta data files.Shumin Qiu6-34/+32
2014-12-17SourceLevelDebugPkg DebugAgentLib: Fix build error with GNU assemblerJeff Fan1-7/+7
2014-11-10Fix a bug in DebugAgent that hang happens when the ACK for GO is lost.Ruiyu Ni2-14/+17
2014-11-041. Remove any references on other files from DebugTimer.c, to avoid un-used s...Jeff Fan6-118/+118
2014-10-31EDK II Contributions.txt: Update patch format informationJordan Justen1-13/+29
2014-10-22Add DebugCommunicationLibUsb3 for USB3.0 source level debug support.Elvin Li11-0/+2867
2014-09-09SourceLevelDebugPkg: DebugAgentLib: Fix clang/Xcode 5 compile/link errorsAnderw Fish5-9/+9
2014-09-03SourceLevelDebugPkg: Convert non DOS format files to DOS formatGao, Liming9-0/+0
2014-08-28SourceLevelDebugPkg: INF/DEC file updates to EDK II packagesGao, Liming2-0/+0
2014-08-28SourceLevelDebugPkg: INF/DEC file updates to EDK II packagesGao, Liming1-15/+32
2014-08-28SourceLevelDebugPkg: INF/DEC file updates to EDK II packagesGao, Liming10-0/+0
2014-08-28SourceLevelDebugPkg: INF/DEC file updates to EDK II packagesGao, Liming8-37/+57
2014-08-25EDK II Contributions.txt: Note acceptable contribution licensesJordan Justen1-0/+14
2014-08-20IntelFrameworkModulePkg/SourceLevelDebugPkg: Fix the typo about word “hanld...Eric Dong3-5/+5
2014-08-08SourceLevelDebugPkg/DebugAgent: fix trivial typo.Chen Fan1-1/+1
2014-08-08Add type cast on variable before operation.Jeff Fan1-7/+7
2014-08-08clang warns on guard macro not matching in .h file.Andrew Fish1-1/+1
2014-07-09Fixed typos: hanlder should be handler.Chen Fan1-1/+1
2014-06-30Fix the potential address overflow issue when checking PE signature. Jeff Fan1-3/+5