summaryrefslogtreecommitdiff
path: root/SourceLevelDebugPkg/Library
AgeCommit message (Expand)AuthorFilesLines
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-01-20Use RLE (Run Length Encoding) to improve debugging performance.Ruiyu Ni4-102/+265
2015-01-19SourceLevelDebugPkg: Refine the format of meta data files.Shumin Qiu4-30/+30
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 Ni1-13/+14
2014-11-041. Remove any references on other files from DebugTimer.c, to avoid un-used s...Jeff Fan6-118/+118
2014-10-22Add DebugCommunicationLibUsb3 for USB3.0 source level debug support.Elvin Li9-0/+2837
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, Liming6-0/+0
2014-08-28SourceLevelDebugPkg: INF/DEC file updates to EDK II packagesGao, Liming6-0/+0
2014-08-28SourceLevelDebugPkg: INF/DEC file updates to EDK II packagesGao, Liming6-35/+47
2014-08-20IntelFrameworkModulePkg/SourceLevelDebugPkg: Fix the typo about word “hanld...Eric Dong2-3/+3
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-06-30Fix the potential address overflow issue when checking PE signature. Jeff Fan1-3/+5
2014-06-25Refine code to make it more safely.Eric Dong1-2/+3
2014-03-27Not to copy mailbox into new space when debug agent initialization for S3 Boo...Jeff Fan1-10/+19
2014-01-22Fix CRLF formatTian, Hot1-2/+2
2014-01-15Update Debug Agent initialization message to change the version string from "...Ruiyu Ni1-2/+2
2014-01-15Change the library global variable to add library name prefix to avoid potent...Ruiyu Ni1-14/+15
2013-12-27Update HostSequenceNo for Command packet instead for Response packet.Jeff Fan1-1/+1
2013-12-27Remove Debug message output from UpdateMailboxContent(), it may cause Mailbox...Jeff Fan1-1/+0
2013-12-20Only save HostSequenceNo for new command in Debug Timer handler.Jeff Fan1-3/+18
2013-12-13Check Context before use it.Jeff Fan1-1/+1
2013-12-11Correct INF file to make module pass ICC compiler.Liming Gao4-8/+8
2013-12-04Add InitFlag member in DEBUG_AGENT_PHASE2_CONTEXT to pass into InitializeDebu...Jeff Fan2-25/+34
2013-11-221. DebugAgentLib will install reserved vector table to persist vectors.Jeff Fan17-37/+350
2013-11-15Add support for PI1.2.1 TempRam Done PPI.Liming Gao1-13/+46
2013-05-08Updated connecting HOST version information from 1.3 to 1.3.1.vanjeff1-1/+1
2013-05-06Read/Write memory space including MMIO range with the width requested from HOST.vanjeff1-27/+125
2013-04-22Add security check.vanjeff1-0/+1
2013-04-20Check-in missing part at r14302.vanjeff1-1/+1
2013-04-201. Add CPU arch type in Mailbox, debug agent will not access HOB if CPU arch ...vanjeff4-20/+48
2013-04-18Enhance DebugCommunicationLibUsb to reset the debug port when the PORT_ENABLE...niruiyu1-1/+9
2013-04-18Allocate ACPImemoryNVS type memory to save mailbox and debug port handle buff...vanjeff1-6/+34
2013-01-25This revision can only work with Intel(c) UDK Debugger Tool version 1.3 or gr...vanjeff33-886/+2916
2012-10-11Roll back r13823.vanjeff1-5/+9
2012-10-11git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13823 6f...vanjeff1-9/+5
2012-10-11Add missing braces around initializer.lzeng142-5/+9