summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* pdbg/gdbserver: Add in basic skeleton for a gdbserver on p8Rashmica Gupta2018-11-0210-7/+727
* stack: guess endian for stack frame walkingNicholas Piggin2018-11-011-10/+85
* Fix build failure in target detectionJoel Stanley2018-10-261-1/+5
* Bump version to 2.0Alistair Popple2018-10-261-1/+1
* generate_dt_header: Fix typoAmitay Isaacs2018-10-261-2/+2
* build: Add explicit dependency of libfdt for libpdbgAmitay Isaacs2018-10-261-2/+3
* script: Mark dtb pointers as externAmitay Isaacs2018-10-261-3/+3
* regs: Allow user to opt in to backtraceAlistair Popple2018-10-152-6/+16
* optcmd: Add OPTCMD_DEFINE_CMD_ONLY_FLAGSAlistair Popple2018-10-152-1/+48
* libpdbg/chip: add HEIR and HID register to ram_state_threadRashmica Gupta2018-10-152-0/+9
* libpdbg/adu: always release the adu lock before returning from an errorRashmica Gupta2018-10-152-14/+17
* 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
* src/options_arm.c: Add detection of host type for kernel backendAlistair Popple2018-09-121-1/+44
* pdbg: Rework backend detectionAlistair Popple2018-09-125-92/+31
* libpdbg: Add in enable_attn function for p8Rashmica Gupta2018-09-122-0/+42
* pdbg: Add in parser for uint16_tRashmica Gupta2018-09-122-0/+20
* pdbg: Add getcr and putcr optionsRashmica Gupta2018-09-122-1/+27
* 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
* pdbg: Add getxer & putxer commandsRashmica Gupta2018-09-122-2/+26
* 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
* 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
OpenPOWER on IntegriCloud