summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* main: Convert getscom/putscom to use path based targetingAmitay Isaacs2018-11-162-21/+81
* main: Convert getcfam/putcfam to use path based targetingAmitay Isaacs2018-11-162-20/+30
* libpdbg: Add an api for address translationAmitay Isaacs2018-11-162-0/+9
* main: Update probe output to display device namesAmitay Isaacs2018-11-163-720/+736
* main: Do not use argv[0] for prognameAmitay Isaacs2018-11-161-4/+4
* tests: Add path based selection testsAmitay Isaacs2018-11-162-0/+546
* main: Fix probe() to print targets correctlyAmitay Isaacs2018-11-162-51/+3
* main: Switch to path based target selectionAmitay Isaacs2018-11-161-72/+8
* main: Convert -p/-c/-t/-a/-l to path based targetsAmitay Isaacs2018-11-161-21/+53
* main: Add explicit probing of selected targetsAmitay Isaacs2018-11-161-0/+6
* main: Add an option for path based targettingAmitay Isaacs2018-11-161-1/+49
* path: Add device tree path based targetingAmitay Isaacs2018-11-163-0/+437
* util: Move parse_list() into a separate fileAmitay Isaacs2018-11-164-74/+133
* main: Convert target_selection() to return a booleanAmitay Isaacs2018-11-161-9/+9
* libpdbg: Convert printf to DEBUG statementsAmitay Isaacs2018-11-161-5/+7
* tests: Log stderr output (if any) on test failureAmitay Isaacs2018-11-151-2/+9
* tests: Ensure tests can be run from builddirAmitay Isaacs2018-11-151-1/+1
* tests: Exit on first test failureAmitay Isaacs2018-11-151-0/+5
* tests: Update driver to pass test_wrapper argumentAmitay Isaacs2018-11-153-8/+23
* tests: Fix the condition to check if bmc is upAmitay Isaacs2018-11-151-1/+3
* device.c: Fix pdbg_target_addressAlistair Popple2018-11-092-6/+13
* libpdbg: Remove device.hAlistair Popple2018-11-099-34/+6
* libpdbg: Make dt_root privateAlistair Popple2018-11-094-14/+12
* libpdbg: Rework target compatibleAlistair Popple2018-11-095-43/+35
* libpdbg: Remove old dt_prop functionsAlistair Popple2018-11-098-60/+54
* libpdbg: Rework target addressingAlistair Popple2018-11-098-21/+15
* libpdbg: Rework chip-id functionsAlistair Popple2018-11-096-37/+21
* libpdbg: Rename property functionsAlistair Popple2018-11-095-9/+16
* libpdbg: Move property code into libpdbg/device.cAlistair Popple2018-11-093-82/+65
* libpdbg: Make more declarations staticAlistair Popple2018-11-094-87/+39
* libpdbg: Remove unused codeAlistair Popple2018-11-094-379/+4
* build: Allow device tree headers to be generated in subdirsAmitay Isaacs2018-11-092-5/+4
* libpdbg: Add xbus hardware unitAlistair Popple2018-11-093-1/+69
* libpdbg: Add indirect address translation via callbackAlistair Popple2018-11-092-1/+13
* libpdbg: Add API to get device tree path and find target via pathAlistair Popple2018-11-092-0/+15
* libpdbg: fix a bug in get_class_target_addrAlistair Popple2018-11-091-4/+3
* libpdbg: Add api to get 32-bit device tree propertyAlistair Popple2018-11-092-0/+13
* Makefile: Order the libraries for make install to workAmitay Isaacs2018-11-071-1/+1
* Makefile: Package src/gdb_parser.rlAmitay Isaacs2018-11-071-0/+1
* Makefile: Redefine sources required for gdbserverAmitay Isaacs2018-11-071-8/+5
* Makefile: Define arch dependent sources explicitlyAmitay Isaacs2018-11-071-1/+10
* Makefile: Add missing headers to pdbg_SOURCESAmitay Isaacs2018-11-071-0/+7
* Makefile: Keep pdbg sources sortedAmitay Isaacs2018-11-071-9/+9
* Makefile: Add missing header file in libpdbg_SOURCESAmitay Isaacs2018-11-071-0/+1
* Makefile: Keep libpdbg sources sortedAmitay Isaacs2018-11-071-15/+16
* Makefile: Keep libfdt sources sortedAmitay Isaacs2018-11-071-6/+6
* Makefile: Install libpdbg header libpdbg.hAmitay Isaacs2018-11-071-0/+2
* README: Add some gdbserver infoRashmica Gupta2018-11-021-0/+26
* pdbg/gdbserver: Make gdbserver optionalRashmica Gupta2018-11-023-10/+28
* pdbg/gdbserver: Make ragel optionalAlistair Popple2018-11-023-0/+417
OpenPOWER on IntegriCloud