summaryrefslogtreecommitdiffstats
path: root/SourceLevelDebugPkg
Commit message (Expand)AuthorAgeFilesLines
* SourceLevelDebugPkg/DebugAgent: Support IA32 processors without DE or FXSAVE/...Michael Kinney2015-04-277-14/+71
* SourceLevelDebugPkg/PeCoffExtraActionLibDebug: Support IA32 processors withou...Michael Kinney2015-04-272-3/+14
* MdePkg/DebugAgent: Support IA32 processors without MSR_IA32_APIC_BASE_ADDRESSMichael Kinney2015-04-271-2/+11
* SourceLevelDebugPkg/DebugAgent: Add some comments and debug messageJeff Fan2015-04-271-4/+22
* SourceLevelDebugPkg/DebugAgent: Clear/Restore EFLAGS.IFJeff Fan2015-04-271-8/+41
* SourceLevelDebugPkg/DebugAgent: Add InterruptFlag fieldJeff Fan2015-04-271-1/+3
* SourceLevelDebugPkg/DebugCommunicationLibUsb3: Fix the completed transfer lengthFeng Tian2015-04-271-1/+1
* SourceLevelDebugPkg: Clear Stepping flag as early as possibleJeff Fan2015-04-211-4/+4
* SourceLevelDebugPkg: Avoid NULL pointer reference.Jeff Fan2015-04-151-15/+16
* SourceLevelDebugPkg: Fix calculate the checksum bug and add NULL pointer checkJeff Fan2015-04-102-1/+5
* Add missing parameter in function header.Jeff Fan2015-04-072-2/+2
* SourceLevelDebugPkg: Use CPU Local APIC timer to handle timeout.Jeff Fan2015-04-0117-667/+283
* PeCoffExtraActionLibDebug: Restore debug registers in PeCoffExtraActionLibDebugBrian J. Johnson2015-03-251-8/+14
* SourceLevelDebugPkg: Fix typo.Shumin Qiu2015-03-132-2/+2
* Use MaxPacketSize as the initial buffer size to read data.Elvin Li2015-02-053-44/+40
* */Contributions.txt: Update example email addressJordan Justen2015-02-031-2/+2
* Use RLE (Run Length Encoding) to improve debugging performance.Ruiyu Ni2015-01-205-106/+277
* SourceLevelDebugPkg: Refine the format of meta data files.Shumin Qiu2015-01-196-34/+32
* SourceLevelDebugPkg DebugAgentLib: Fix build error with GNU assemblerJeff Fan2014-12-171-7/+7
* Fix a bug in DebugAgent that hang happens when the ACK for GO is lost.Ruiyu Ni2014-11-102-14/+17
* 1. Remove any references on other files from DebugTimer.c, to avoid un-used s...Jeff Fan2014-11-046-118/+118
* EDK II Contributions.txt: Update patch format informationJordan Justen2014-10-311-13/+29
* Add DebugCommunicationLibUsb3 for USB3.0 source level debug support.Elvin Li2014-10-2211-0/+2867
* SourceLevelDebugPkg: DebugAgentLib: Fix clang/Xcode 5 compile/link errorsAnderw Fish2014-09-095-9/+9
* SourceLevelDebugPkg: Convert non DOS format files to DOS formatGao, Liming2014-09-039-0/+0
* SourceLevelDebugPkg: INF/DEC file updates to EDK II packagesGao, Liming2014-08-282-0/+0
* SourceLevelDebugPkg: INF/DEC file updates to EDK II packagesGao, Liming2014-08-281-15/+32
* SourceLevelDebugPkg: INF/DEC file updates to EDK II packagesGao, Liming2014-08-2810-0/+0
* SourceLevelDebugPkg: INF/DEC file updates to EDK II packagesGao, Liming2014-08-288-37/+57
* EDK II Contributions.txt: Note acceptable contribution licensesJordan Justen2014-08-251-0/+14
* IntelFrameworkModulePkg/SourceLevelDebugPkg: Fix the typo about word “hanld...Eric Dong2014-08-203-5/+5
* SourceLevelDebugPkg/DebugAgent: fix trivial typo.Chen Fan2014-08-081-1/+1
* Add type cast on variable before operation.Jeff Fan2014-08-081-7/+7
* clang warns on guard macro not matching in .h file.Andrew Fish2014-08-081-1/+1
* Fixed typos: hanlder should be handler.Chen Fan2014-07-091-1/+1
* Fix the potential address overflow issue when checking PE signature. Jeff Fan2014-06-301-3/+5
* Refine code to make it more safely.Eric Dong2014-06-253-4/+8
* Not to copy mailbox into new space when debug agent initialization for S3 Boo...Jeff Fan2014-03-271-10/+19
* Fix CRLF formatTian, Hot2014-01-221-2/+2
* Update Debug Agent initialization message to change the version string from "...Ruiyu Ni2014-01-151-2/+2
* Change the library global variable to add library name prefix to avoid potent...Ruiyu Ni2014-01-151-14/+15
* Update SourceLevelDebugPkg version: 0.85->0.86Jeff Fan2014-01-102-4/+4
* Update HostSequenceNo for Command packet instead for Response packet.Jeff Fan2013-12-271-1/+1
* Remove Debug message output from UpdateMailboxContent(), it may cause Mailbox...Jeff Fan2013-12-271-1/+0
* Only save HostSequenceNo for new command in Debug Timer handler.Jeff Fan2013-12-201-3/+18
* Check Context before use it.Jeff Fan2013-12-131-1/+1
* Correct INF file to make module pass ICC compiler.Liming Gao2013-12-114-8/+8
* Add InitFlag member in DEBUG_AGENT_PHASE2_CONTEXT to pass into InitializeDebu...Jeff Fan2013-12-042-25/+34
* 1. DebugAgentLib will install reserved vector table to persist vectors.Jeff Fan2013-11-2217-37/+350
* Add support for PI1.2.1 TempRam Done PPI.Liming Gao2013-11-151-13/+46