summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Error out when no device type is specifiedJoel Stanley2017-11-221-0/+8
* libpdbg: Remove unused __unused from compiler.hJoel Stanley2017-11-221-1/+0
* Merge pull request #22 from cyrilbur-ibm/docsapopple2017-10-231-0/+24
|\
| * docs: Add HTM to README.mdCyril Bur2017-10-041-0/+24
* | libpdbg/device.c: Remove usage of libfdt internal functionsAlistair Popple2017-10-201-3/+4
|/
* device: remove use of ccan's endianJoel Stanley2017-09-226-522/+2
* kernel: Include endian.h for htobe32 and be32tohJoel Stanley2017-09-221-0/+1
* Hardware Trace Macro (HTM)Cyril Bur2017-09-225-2/+1129
* Add Hardware Trace Macro (HTM) to device treesCyril Bur2017-09-221-0/+12
* Look for 'chip-id' as opposed to 'ibm,chip-id'Cyril Bur2017-09-222-2/+2
* fake.dts: Whitespace cleanupCyril Bur2017-09-221-3/+3
* Add *.dtsi to .gitignoreCyril Bur2017-09-221-0/+1
* Allow command line to override GIT_SHA1Joel Stanley2017-09-201-1/+1
* Do not redefine _LARGEFILE64_SOURCEJoel Stanley2017-09-201-0/+2
* Add indirect SCOM accessAlistair Popple2017-08-161-4/+87
* Add backend for host based debugfsAlistair Popple2017-08-146-2/+186
* Rework POWER9 device-trees to share common definitionsAlistair Popple2017-08-143-109/+68
* libpdbg/target.c: Probe all root nodes in the device-treeAlistair Popple2017-08-141-1/+4
* libpdbg: Add sreset commandAlistair Popple2017-07-315-1/+40
* build: Update to do both an in and out of tree buildJoel Stanley2017-07-171-12/+21
* configure.ac: Enable silent build rulesJoel Stanley2017-07-171-0/+1
* Makefile.am: Set foreignJoel Stanley2017-07-171-0/+2
* Makefile.am: Add missing target rulesAlistair Popple2017-07-171-0/+2
* Makefile.am: Add output directory as an include path to dtcAlistair Popple2017-07-171-1/+1
* configure.ac: Use host objcopyAlistair Popple2017-07-172-1/+4
* Makefile.am: Use absolute paths to source directoriesAlistair Popple2017-07-171-2/+2
* src/main.c: Check result of writing to stdoutAlistair Popple2017-07-141-2/+4
* configure.ac: Tag version 1.0Alistair Popple2017-07-141-1/+1
* README.md: Update documentationAlistair Popple2017-07-141-90/+214
* Makefile.am: Enable -Wall -Werror for libpdbgAlistair Popple2017-07-1411-34/+45
* src/main.c: Add error message when no command could be runAlistair Popple2017-07-141-15/+23
* configure.ac: Detect architecture objcopy parametersAlistair Popple2017-07-132-3/+10
* Makefile.am: Fix build target dependenciesAlistair Popple2017-07-131-4/+5
* Makefile.am: Remove -g from CFLAGSAlistair Popple2017-07-131-1/+1
* Makefile.am: Allow static linkingAlistair Popple2017-07-131-1/+1
* libpdbg: Add a more complete fake backendAlistair Popple2017-07-135-39/+75
* kernel: Fix paths for upstream kernel fsi driverJoel Stanley2017-07-071-2/+2
* src/main.c: Fixup thread step callAlistair Popple2017-06-281-5/+1
* libpdbg/cfam.c: Enable hmfsi portsAlistair Popple2017-06-285-1/+15
* pdbg: Re-add probe commandAlistair Popple2017-06-281-0/+46
* libpdbg: Add support for P9 thread operationsAlistair Popple2017-06-2810-362/+781
* libpdbg: Add target index cacheAlistair Popple2017-06-283-8/+12
* Reads and writes to the FSI bus are in bus-endian format, so we need toAlistair Popple2017-05-191-4/+6
* Add support for power9 putmem/getmemAlistair Popple2017-03-303-178/+253
* Clean-up target configuration in preparation for adding P9 supportAlistair Popple2017-03-3076-1089/+9273
* configure.ac: Tag version 0.3Alistair Popple2017-03-301-1/+1
* Merge pull request #17 from shenki/fix-commentapopple2017-03-071-1/+1
|\
| * bmcfsi: Fix Romulus pin mapping commentJoel Stanley2017-03-011-1/+1
* | Fix CFAM address computing for OpenFSI.Dinesh Chinari2017-02-232-3/+3
|/
* src/main.c: Fix kernel cfam processor selectionAlistair Popple2017-02-221-2/+4
OpenPOWER on IntegriCloud