summaryrefslogtreecommitdiffstats
path: root/SourceLevelDebugPkg/Library
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use RLE (Run Length Encoding) to improve debugging performance.Ruiyu Ni2015-01-204-102/+265
* SourceLevelDebugPkg: Refine the format of meta data files.Shumin Qiu2015-01-194-30/+30
* 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-101-13/+14
* 1. Remove any references on other files from DebugTimer.c, to avoid un-used s...Jeff Fan2014-11-046-118/+118
* Add DebugCommunicationLibUsb3 for USB3.0 source level debug support.Elvin Li2014-10-229-0/+2837
* 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-036-0/+0
* SourceLevelDebugPkg: INF/DEC file updates to EDK II packagesGao, Liming2014-08-286-0/+0
* SourceLevelDebugPkg: INF/DEC file updates to EDK II packagesGao, Liming2014-08-286-35/+47
* IntelFrameworkModulePkg/SourceLevelDebugPkg: Fix the typo about word “hanld...Eric Dong2014-08-202-3/+3
* SourceLevelDebugPkg/DebugAgent: fix trivial typo.Chen Fan2014-08-081-1/+1
* Add type cast on variable before operation.Jeff Fan2014-08-081-7/+7
* 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-251-2/+3
* 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 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
* Updated connecting HOST version information from 1.3 to 1.3.1.vanjeff2013-05-081-1/+1
* Read/Write memory space including MMIO range with the width requested from HOST.vanjeff2013-05-061-27/+125
* Add security check.vanjeff2013-04-221-0/+1
* Check-in missing part at r14302.vanjeff2013-04-201-1/+1
* 1. Add CPU arch type in Mailbox, debug agent will not access HOB if CPU arch ...vanjeff2013-04-204-20/+48
* Enhance DebugCommunicationLibUsb to reset the debug port when the PORT_ENABLE...niruiyu2013-04-181-1/+9
* Allocate ACPImemoryNVS type memory to save mailbox and debug port handle buff...vanjeff2013-04-181-6/+34
* This revision can only work with Intel(c) UDK Debugger Tool version 1.3 or gr...vanjeff2013-01-2533-886/+2916
* Roll back r13823.vanjeff2012-10-111-5/+9
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13823 6f...vanjeff2012-10-111-9/+5
* Add missing braces around initializer.lzeng142012-10-112-5/+9
* This revision can only work with Intel(c) UDK Debugger Tool version 1.2 or gr...vanjeff2012-06-1126-2117/+2204
* Generic solution to handle reset failure in some special platforms.niruiyu2012-02-075-7/+13
* Set the current view point to the breaking CPU if it meets breakpoint. vanjeff2011-12-021-1/+6
* SourceLevelDebugPkg: Check if PcdUsbEhciPciAddress is set correctly to avoid ...erictian2011-11-081-1/+21
* 1. Fixed issue that firmware cannot boot if no USB debug cable connection.vanjeff2011-09-307-36/+93
* fix build error.erictian2011-09-211-2/+9
* Fix the issue that null pointer may be dereferenced at SourceLevelDebugPkgerictian2011-09-201-5/+7
* SourceLevelDebugPkg: Pack CPU context structuresjljusten2011-02-222-2/+9
* Removed unnecessary GLOBAL_REMOVE_IF_UNREFERENCED. vanjeff2010-11-171-6/+3
* Fix the issue that might prevent single step in PeCoffExtraActionLib (right a...pgao22010-09-131-0/+5