summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* libpdbg: Add function to register progress tick callbackAlistair Popple2018-05-175-10/+25
* pdbg: Add progress bars utilityJoel Stanley2018-05-173-0/+124
* pdbg: Update README with how to use putmem and getmemRashmica Gupta2018-05-171-0/+49
* libpdg: Add option to write to / read from cache inhibited memoryRashmica Gupta2018-05-175-30/+56
* libpdbg: Add missing lazy probe in putmemRashmica Gupta2018-05-171-0/+3
* libpdbg/p9chip.c: implement core target release to de-assert special wakeupNicholas Piggin2018-05-161-0/+15
* pdbg: provide a release functionNicholas Piggin2018-05-162-0/+52
* libpdbg/target: add a release operationNicholas Piggin2018-05-163-2/+57
* libpdbg: staticify unit structsNicholas Piggin2018-05-1610-19/+19
* libpdbg/p9chip.c: disable ramming LSU opcodesNicholas Piggin2018-05-161-0/+5
* build.sh: Build for powerpc and x86Joel Stanley2018-05-101-2/+17
* build.sh: Update docker container to Ubuntu 18.04Joel Stanley2018-05-101-2/+2
* README: instructions for cross compilingJoel Stanley2018-05-101-0/+10
* htm: Avoid segfault when an option is omittedRashmica Gupta2018-05-081-1/+8
* libpdbg/p9chip.c: implement step supportNicholas Piggin2018-05-081-1/+39
* libpdbg/chip.c: ram_instructions add error handlingNicholas Piggin2018-05-081-1/+5
* libpdbg/p9chip.c: Loads must be rammed twiceNicholas Piggin2018-05-081-1/+18
* libpdbg/p9chip.c: fix ram instruction status sequenceNicholas Piggin2018-05-081-7/+29
* libpdbg/p9chip.c: fix ram_setup sequenceNicholas Piggin2018-05-081-0/+21
* libpdbg/p9chip: update thread status on stop, start, sresetNicholas Piggin2018-05-081-1/+6
* libpdbg/p9chip.c: correct thread start for inactive and stopped threadsNicholas Piggin2018-05-081-1/+11
* thread.c: threadstatus improve output and implement P9 stopNicholas Piggin2018-05-081-39/+63
* libpdbg/p9chip.c: query thread active and stop statesNicholas Piggin2018-05-083-12/+29
* libpdbg/p9chip.c: do not fence interrupts when stopping threadsNicholas Piggin2018-05-081-5/+0
* libpdbg/p9chip.c: use the OTR special wakeup status latchNicholas Piggin2018-05-081-1/+2
* libpdbg/p9chip.c: remove sreset SRR1 workaroundNicholas Piggin2018-05-081-5/+0
* libpdbg/p9chip.c: update timeouts for special wakeup and stopNicholas Piggin2018-05-081-4/+5
* p9-pib.dts: Add definitions for all chipletsAlistair Popple2018-04-301-9/+41
* src/htm.c: Only run on selected targetsAlistair Popple2018-04-303-2/+22
* libpdbg: Add support for getring on POWER9Alistair Popple2018-04-279-5/+246
* libpdbg/htm: Enable NCU and set single dispatch/instruction modeCyril Bur2018-04-261-2/+41
* pdbg/htm: Enforce powersave=offCyril Bur2018-04-263-2/+46
* pdbg/htm: Fix error checking condition for htm dump commandCyril Bur2018-04-261-1/+1
* pdbg: Make target selection explicitAlistair Popple2018-04-262-7/+51
* libpdbg: Add private data field for each targetsAlistair Popple2018-04-262-0/+3
* libpdbg: Lazy probingCyril Bur2018-04-2615-125/+160
* htm: Fix HTM namingCyril Bur2018-04-241-40/+38
* libpdbg/p8chip: Return thread SMT stateCyril Bur2018-04-244-4/+20
* pdbg: Fix using FSI backend on palmettoCyril Bur2018-04-242-10/+18
* libpdbg: Move struct dt_node into struct pdbg_targetCyril Bur2018-04-2412-277/+279
* libpdbg/device: Remove unused device tree functionsCyril Bur2018-04-242-119/+0
* libpdbg/host: Actually check the return value of open() in host_pib_probe()Cyril Bur2018-04-241-6/+7
* libpdbg: Validate hardware units at build timeCyril Bur2018-04-243-11/+17
* libpdbg: Remove unused fsi2pib.cAlistair Popple2018-02-211-76/+0
* libpdbg/cfam.c: Remove fsi2pib engine resetAlistair Popple2018-02-211-2/+11
* main: Attempt to automatically discover targetCyril Bur2018-02-168-5/+331
* pdbg/htm: Force the user to learn the new HTM commandsCyril Bur2018-02-161-10/+65
* main: Add HTM functions to deal with Core HTMCyril Bur2018-02-164-88/+167
* libpdbg/htm: Add POWER8 HTM (both Core and Nest)Cyril Bur2018-02-162-30/+146
* libpdbg/htm: Both `chtm` and `nhtm` classes are validCyril Bur2018-02-163-2/+13
OpenPOWER on IntegriCloud