summaryrefslogtreecommitdiffstats
path: root/libpdbg/htm.c
Commit message (Expand)AuthorAgeFilesLines
* libpdbg: Use index instead of chip-id for idAmitay Isaacs2018-12-071-4/+7
* libpdbg: Split nhtm hardware units for p8 and p9Amitay Isaacs2018-12-031-6/+21
* libpdbg: Rework target compatibleAlistair Popple2018-11-091-4/+4
* libpdbg: Rework chip-id functionsAlistair Popple2018-11-091-11/+1
* 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
* libpdbg: When searching for a parent ensure the correct class is enforcedAlistair Popple2018-08-131-11/+16
* 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-121-7/+6
* 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-251-0/+50
* 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-251-9/+3
* htm: Remove base/size from resetMichael Neuling2018-06-251-10/+5
* htm: Move start() and stop() lowerMichael Neuling2018-06-251-50/+50
* htm: Fix potential issue with HTM_ERR macroMichael Neuling2018-06-251-1/+1
* htm: Fix dump filenameMichael Neuling2018-06-151-14/+9
* htm: Few code cleanupsMichael Neuling2018-06-151-29/+3
* htm: Cleanup status outputMichael Neuling2018-06-151-21/+20
* libpdbg: Replace PR_PERL with PR_INFOAmitay Isaacs2018-05-181-13/+9
* libpdbg: staticify unit structsNicholas Piggin2018-05-161-2/+2
* libpdbg/htm: Enable NCU and set single dispatch/instruction modeCyril Bur2018-04-261-2/+41
* libpdbg: Move struct dt_node into struct pdbg_targetCyril Bur2018-04-241-6/+6
* libpdbg/htm: Add POWER8 HTM (both Core and Nest)Cyril Bur2018-02-161-30/+135
* libpdbg/htm: Both `chtm` and `nhtm` classes are validCyril Bur2018-02-161-2/+4
* libpdbg/htm: Add nest to Nest HTM specific constantsCyril Bur2018-02-161-32/+32
* libpdbg/htm: Convert current HTM function names to Nest HTMCyril Bur2018-02-161-13/+18
* Rename chiplet to coreAlistair Popple2017-12-111-1/+1
* Rename struct target to struct pdbg_targetAlistair Popple2017-12-061-9/+9
* Hardware Trace Macro (HTM)Cyril Bur2017-09-221-0/+862
OpenPOWER on IntegriCloud