summaryrefslogtreecommitdiffstats
path: root/SourceLevelDebugPkg
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* Fix SourceLevelDebugPkg build failure when the debug port is USB.niruiyu2013-03-281-2/+6
* Correct the location where the HOST software can be downloaded.niruiyu2013-03-271-1/+1
* Use ResetSystemLib NULL instance to remove dependency on PcAtChipsetPkg from ...vanjeff2013-02-041-1/+1
* This revision can only work with Intel(c) UDK Debugger Tool version 1.3 or gr...vanjeff2013-01-2541-906/+3208
* 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-1132-2518/+2647
* Fix typo "Debugt".vanjeff2012-04-252-5/+5
* Update copyright formathhtian2012-04-241-3/+1
* EDK II Packages: Add Contributions.txt and License.txt filesjljusten2012-04-112-0/+215
* Generic solution to handle reset failure in some special platforms.niruiyu2012-02-076-8/+15
* Refine wording in SourceLevelDebugPkg/Readme.txt.niruiyu2011-12-141-12/+10
* Update SourceLevelDebugPkg version: 0.70 -> 0.71vanjeff2011-12-142-3/+3
* 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-308-38/+95