summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libpdbg: Print the name of the instruction when erroringRashmica Gupta2018-09-121-8/+8
* pdbg: Fix function call for putnia commandRashmica Gupta2018-09-121-1/+1
* libpdbg: Release adu lock when erroring outRashmica Gupta2018-09-121-0/+1
* main: Actually add P8 kernel devicetreeAlistair Popple2018-09-101-0/+45
* libpdbg: Return immediate parent if class is NULLAmitay Isaacs2018-09-071-0/+3
* htm: Setup targetting for nest htmMichael Neuling2018-09-071-1/+11
* 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
* Makefile.am: Remove -DHAVE_LITTLE_ENDIANAlistair Popple2018-09-071-2/+2
* build: Add dummy target to build test binariesAmitay Isaacs2018-09-071-0/+2
* tests: Add tests for libpdbg probe functionsAmitay Isaacs2018-09-072-1/+274
* tests: Add tests for libpdbg target functionsAmitay Isaacs2018-09-072-2/+271
* adu: Fix calculation of bytes read in getmemAmitay Isaacs2018-09-071-7/+19
* build: Add explicit dependency for device-tree headersAmitay Isaacs2018-09-071-2/+2
* 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
* tests: Add bmc hw testsAlistair Popple2018-09-072-1/+115
* tests: Update test driver with more featuresAmitay Isaacs2018-09-073-14/+203
* progress: No more progressJoel Stanley2018-09-073-1/+26
* utils: Add script to run make checkJoel Stanley2018-09-072-0/+34
* Move build.sh to utils directoryJoel Stanley2018-09-073-59/+60
* main: Add P8 kernel devicetreeBenjamin Herrenschmidt2018-09-072-2/+11
* src/thread.c: Don't print uninitialised thread statusAlistair Popple2018-08-141-2/+8
* Make pdbg_target_release() recursively release a targets childrenAlistair Popple2018-08-132-54/+6
* Remove PDBG_TARGET_PENDING_RELEASE statusAlistair Popple2018-08-133-14/+3
* configure: Update package versionAlistair Popple2018-08-131-1/+1
* tests: Add target selection testsAmitay Isaacs2018-08-132-2/+502
* gitignore: Ignore tests related filesAmitay Isaacs2018-08-131-0/+3
* tests: Add simple shell test driversAmitay Isaacs2018-08-134-1/+383
* configure: Enable testsAmitay Isaacs2018-08-131-1/+3
* main: Fix print_target to only print selected targetsAmitay Isaacs2018-08-131-1/+8
* main: Do not reset the previous selections in the listAmitay Isaacs2018-08-131-4/+0
* main: Fix target selection of linux cpusAmitay Isaacs2018-08-131-9/+7
* main: Use the correct length of linux cpu listAmitay Isaacs2018-08-131-2/+2
* main: Define MAX_LINUX_CPUS for convenienceAmitay Isaacs2018-08-131-1/+3
* libpdbg: Initialize to avoid build errors with -O3Amitay Isaacs2018-08-131-2/+2
* gitignore: Add *.a filesMichael Neuling2018-08-131-0/+1
* 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
* htm: Documentation updateMichael Neuling2018-08-031-16/+29
* mem: Avoid floating point exception if size == 0Amitay Isaacs2018-08-021-0/+5
* progress: Add assert to avoid programming errorsAmitay Isaacs2018-08-021-0/+3
OpenPOWER on IntegriCloud