summaryrefslogtreecommitdiffstats
path: root/libpdbg
Commit message (Expand)AuthorAgeFilesLines
...
* libpdbg/p8chip: Add in debug messagesRashmica Gupta2018-10-151-0/+3
* adu: Avoid address truncation from 64-bit to 32-bitAmitay Isaacs2018-10-151-2/+2
* libpdbg/p9chip: MTNIA and MTMSR fixesNicholas Piggin2018-09-201-2/+3
* libpdbg/chip: implement putnia with a sequence compatible with P9Nicholas Piggin2018-09-201-4/+15
* libpdbg: Add in enable_attn function for p8Rashmica Gupta2018-09-122-0/+42
* libpdbg: Add in mtocrf and putcr functionRashmica Gupta2018-09-123-0/+28
* libpdbg: Make getcr actually get all of the Condition RegisterRashmica Gupta2018-09-122-10/+18
* libpdbg: Add in getxer and putxer functionsRashmica Gupta2018-09-127-13/+177
* libpdbg: Check if scom controllers are exposedRashmica Gupta2018-09-121-1/+9
* libpdbg: Remove unused error codeRashmica Gupta2018-09-121-3/+0
* libpdbg: Print the name of the instruction when erroringRashmica Gupta2018-09-121-8/+8
* libpdbg: Release adu lock when erroring outRashmica Gupta2018-09-121-0/+1
* libpdbg: Return immediate parent if class is NULLAmitay Isaacs2018-09-071-0/+3
* htm: Allow nest htm in htm_toggle_debug_bit()Michael Neuling2018-09-071-1/+7
* htm: Always run configure functionsMichael Neuling2018-09-071-35/+4
* adu: Fix calculation of bytes read in getmemAmitay Isaacs2018-09-071-7/+19
* libpdbg: Add an api to get device-tree node nameAmitay Isaacs2018-09-072-0/+6
* libpdbg: Rename dt_new_root to dt_new_nodeAmitay Isaacs2018-09-073-10/+5
* libpdbg: Add a function to get root of the device treeAmitay Isaacs2018-09-072-0/+6
* libpdbg: Remove unused variableAmitay Isaacs2018-09-071-3/+0
* Make pdbg_target_release() recursively release a targets childrenAlistair Popple2018-08-131-20/+5
* Remove PDBG_TARGET_PENDING_RELEASE statusAlistair Popple2018-08-132-12/+2
* libpdbg: Initialize to avoid build errors with -O3Amitay Isaacs2018-08-131-2/+2
* libpdbg: Don't release special wakeup when threads are quiescedAlistair Popple2018-08-132-0/+41
* libpdbg/p9chip.c: Use the standard function for iterating targetsAlistair Popple2018-08-131-1/+1
* libpdbg: When searching for a parent ensure the correct class is enforcedAlistair Popple2018-08-134-19/+30
* libpdbg: Add pdbg_target_parent() functionAlistair Popple2018-08-132-7/+34
* libpdbg: Ensure threads are probed prior to setup in ram_setupAlistair Popple2018-08-132-1/+9
* libpdbg/p9chip: use SPWKUP_FSP instead of SPWKUP_OTRNicholas Piggin2018-08-131-5/+5
* libpdbg/p9chip: fix ram_is_setupNicholas Piggin2018-08-091-0/+10
* libpdbg/chip.c: Fix logic error attempting to restore r0 and r1Alistair Popple2018-08-091-1/+1
* regs: print correct PTCR registerNicholas Piggin2018-08-021-1/+1
* libpdbg: Fix a typoAmitay Isaacs2018-08-021-1/+1
* htm: Add missing return valueMichael Neuling2018-07-131-1/+1
* htm: Use splice() to copy dumpMichael Neuling2018-07-121-14/+12
* htm: Remove dead codeMichael Neuling2018-07-121-18/+0
* htm: Fix compiling on ARMMichael Neuling2018-07-121-3/+5
* htm: Fix dumping trace when wrappedMichael Neuling2018-07-121-41/+94
* htm: Remove size from dumpMichael Neuling2018-07-123-9/+8
* htm: Fix ability to use arbitray buffer sizesMichael Neuling2018-07-121-11/+46
* htm: Change buffer wrappings semanticsMichael Neuling2018-06-251-11/+22
* htm: Add record commandMichael Neuling2018-06-253-0/+52
* htm: Print dump file from libraryMichael Neuling2018-06-251-0/+1
* htm: Cleanup statusMichael Neuling2018-06-251-13/+24
* htm: Toggle debug bit so trace actually startsMichael Neuling2018-06-251-0/+28
* htm: Cleanup resetMichael Neuling2018-06-251-15/+10
* htm: Add deconfigure_*htm() and add it to stop()Michael Neuling2018-06-251-0/+42
* htm: Cleanup configure_chtm()Michael Neuling2018-06-251-11/+6
* htm: Remove reset by adding it to startMichael Neuling2018-06-253-11/+3
* htm: Remove base/size from resetMichael Neuling2018-06-253-12/+7
OpenPOWER on IntegriCloud