summaryrefslogtreecommitdiff
path: root/SourceLevelDebugPkg
AgeCommit message (Expand)AuthorFilesLines
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
2014-06-25Refine code to make it more safely.Eric Dong3-4/+8
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
2014-01-10Update SourceLevelDebugPkg version: 0.85->0.86Jeff Fan2-4/+4
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-03-28Fix SourceLevelDebugPkg build failure when the debug port is USB.niruiyu1-2/+6
2013-03-27Correct the location where the HOST software can be downloaded.niruiyu1-1/+1
2013-02-04Use ResetSystemLib NULL instance to remove dependency on PcAtChipsetPkg from ...vanjeff1-1/+1
2013-01-25This revision can only work with Intel(c) UDK Debugger Tool version 1.3 or gr...vanjeff41-906/+3208
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
2012-06-11This revision can only work with Intel(c) UDK Debugger Tool version 1.2 or gr...vanjeff32-2518/+2647
2012-04-25Fix typo "Debugt".vanjeff2-5/+5
2012-04-24Update copyright formathhtian1-3/+1
2012-04-11EDK II Packages: Add Contributions.txt and License.txt filesjljusten2-0/+215
2012-02-07Generic solution to handle reset failure in some special platforms.niruiyu6-8/+15
2011-12-14Refine wording in SourceLevelDebugPkg/Readme.txt.niruiyu1-12/+10
2011-12-14Update SourceLevelDebugPkg version: 0.70 -> 0.71vanjeff2-3/+3
2011-12-02Set the current view point to the breaking CPU if it meets breakpoint. vanjeff1-1/+6
2011-11-08SourceLevelDebugPkg: Check if PcdUsbEhciPciAddress is set correctly to avoid ...erictian1-1/+21
2011-09-301. Fixed issue that firmware cannot boot if no USB debug cable connection.vanjeff8-38/+95
2011-09-21fix build error.erictian1-2/+9
2011-09-20Fix the issue that null pointer may be dereferenced at SourceLevelDebugPkgerictian1-5/+7
2011-03-10Update DebugLib to provide support for "err" command in the EFI Shell to adju...mdkinney1-1/+2
2011-02-22SourceLevelDebugPkg: Pack CPU context structuresjljusten2-2/+9
2010-11-17Removed unnecessary GLOBAL_REMOVE_IF_UNREFERENCED. vanjeff1-6/+3
2010-09-13Fix the issue that might prevent single step in PeCoffExtraActionLib (right a...pgao21-0/+5
2010-09-13minor format update to make text wrap around column 80hhtian1-3/+11