summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Clarify CFAM failure reason03-26-2018Raptor Engineering Development Team2018-01-171-1/+9
* Add Talos supportRaptor Engineering Development Team2018-01-174-2/+23
* template.S: Fix prefix manglingJoel Stanley2017-12-111-9/+11
* Makefile: Fix dts dependenciesJoel Stanley2017-12-111-3/+3
* libpdbg: Fix pdbg_target_indexAlistair Popple2017-12-111-4/+7
* libpdbg: Added new generic P9 chiplet typeJason Albert2017-12-112-0/+27
* Rename chiplet to coreAlistair Popple2017-12-116-51/+51
* Makefile: Don't print directoryJoel Stanley2017-12-081-0/+1
* Makefile: Quiet build hacksJoel Stanley2017-12-081-4/+12
* Makefile: Rename dtb targetsJoel Stanley2017-12-081-3/+5
* Makefile: seperate out dtb building stepsJoel Stanley2017-12-081-2/+5
* template.S: fix to build on architecture with non-empty __USER_LABEL_PREFIX__Thomas Petazzoni2017-12-082-10/+21
* Refactor for an exportable APIAlistair Popple2017-12-089-223/+442
* Rename struct target to struct pdbg_targetAlistair Popple2017-12-0616-112/+112
* libpdbg/target.c: Stop probing target multiple timesAlistair Popple2017-12-061-4/+1
* i2c: Update i2c device node in dt when specifiedJoel Stanley2017-11-241-1/+11
* lipdbg/i2c: Get bus path from device treeJoel Stanley2017-11-241-1/+1
* libpdbg: Fix incorrect restore of r1 in ram_instructions()Cyril Bur2017-11-241-1/+1
* Rework generation of .dtb.oThomas Petazzoni2017-11-223-18/+12
* 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
OpenPOWER on IntegriCloud