index
:
pdbg
03-26-2018
04-16-2019
06-18-2018
OpenPOWER processor debug utility sources
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libpdbg
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
pdbg: Make target selection explicit
Alistair Popple
2018-04-26
1
-0
/
+10
*
libpdbg: Add private data field for each targets
Alistair Popple
2018-04-26
2
-0
/
+3
*
libpdbg: Lazy probing
Cyril Bur
2018-04-26
6
-83
/
+114
*
libpdbg/p8chip: Return thread SMT state
Cyril Bur
2018-04-24
3
-1
/
+16
*
libpdbg: Move struct dt_node into struct pdbg_target
Cyril Bur
2018-04-24
12
-277
/
+279
*
libpdbg/device: Remove unused device tree functions
Cyril Bur
2018-04-24
2
-119
/
+0
*
libpdbg/host: Actually check the return value of open() in host_pib_probe()
Cyril Bur
2018-04-24
1
-6
/
+7
*
libpdbg: Validate hardware units at build time
Cyril Bur
2018-04-24
2
-10
/
+16
*
libpdbg: Remove unused fsi2pib.c
Alistair Popple
2018-02-21
1
-76
/
+0
*
libpdbg/cfam.c: Remove fsi2pib engine reset
Alistair Popple
2018-02-21
1
-2
/
+11
*
libpdbg/htm: Add POWER8 HTM (both Core and Nest)
Cyril Bur
2018-02-16
1
-30
/
+135
*
libpdbg/htm: Both `chtm` and `nhtm` classes are valid
Cyril Bur
2018-02-16
3
-2
/
+13
*
libpdbg/htm: Add nest to Nest HTM specific constants
Cyril Bur
2018-02-16
1
-32
/
+32
*
libpdbg/htm: Convert current HTM function names to Nest HTM
Cyril Bur
2018-02-16
1
-13
/
+18
*
libpdbg: Fix pdbg_target_index
Alistair Popple
2017-12-11
1
-4
/
+7
*
libpdbg: Added new generic P9 chiplet type
Jason Albert
2017-12-11
2
-0
/
+27
*
Rename chiplet to core
Alistair Popple
2017-12-11
4
-26
/
+26
*
Refactor for an exportable API
Alistair Popple
2017-12-08
7
-48
/
+307
*
Rename struct target to struct pdbg_target
Alistair Popple
2017-12-06
15
-84
/
+84
*
libpdbg/target.c: Stop probing target multiple times
Alistair Popple
2017-12-06
1
-4
/
+1
*
lipdbg/i2c: Get bus path from device tree
Joel Stanley
2017-11-24
1
-1
/
+1
*
libpdbg: Fix incorrect restore of r1 in ram_instructions()
Cyril Bur
2017-11-24
1
-1
/
+1
*
libpdbg: Remove unused __unused from compiler.h
Joel Stanley
2017-11-22
1
-1
/
+0
*
libpdbg/device.c: Remove usage of libfdt internal functions
Alistair Popple
2017-10-20
1
-3
/
+4
*
device: remove use of ccan's endian
Joel Stanley
2017-09-22
1
-2
/
+2
*
kernel: Include endian.h for htobe32 and be32toh
Joel Stanley
2017-09-22
1
-0
/
+1
*
Hardware Trace Macro (HTM)
Cyril Bur
2017-09-22
3
-0
/
+879
*
Look for 'chip-id' as opposed to 'ibm,chip-id'
Cyril Bur
2017-09-22
2
-2
/
+2
*
Do not redefine _LARGEFILE64_SOURCE
Joel Stanley
2017-09-20
1
-0
/
+2
*
Add indirect SCOM access
Alistair Popple
2017-08-16
1
-4
/
+87
*
Add backend for host based debugfs
Alistair Popple
2017-08-14
1
-0
/
+118
*
libpdbg/target.c: Probe all root nodes in the device-tree
Alistair Popple
2017-08-14
1
-1
/
+4
*
libpdbg: Add sreset command
Alistair Popple
2017-07-31
4
-0
/
+28
*
Makefile.am: Enable -Wall -Werror for libpdbg
Alistair Popple
2017-07-14
10
-31
/
+42
*
libpdbg: Add a more complete fake backend
Alistair Popple
2017-07-13
2
-38
/
+66
*
kernel: Fix paths for upstream kernel fsi driver
Joel Stanley
2017-07-07
1
-2
/
+2
*
libpdbg/cfam.c: Enable hmfsi ports
Alistair Popple
2017-06-28
1
-1
/
+11
*
libpdbg: Add support for P9 thread operations
Alistair Popple
2017-06-28
6
-307
/
+649
*
libpdbg: Add target index cache
Alistair Popple
2017-06-28
2
-0
/
+4
*
Reads and writes to the FSI bus are in bus-endian format, so we need to
Alistair Popple
2017-05-19
1
-4
/
+6
*
Add support for power9 putmem/getmem
Alistair Popple
2017-03-30
3
-178
/
+253
*
Clean-up target configuration in preparation for adding P9 support
Alistair Popple
2017-03-30
13
-526
/
+2076
*
Merge pull request #17 from shenki/fix-comment
apopple
2017-03-07
1
-1
/
+1
|
\
|
*
bmcfsi: Fix Romulus pin mapping comment
Joel Stanley
2017-03-01
1
-1
/
+1
*
|
Fix CFAM address computing for OpenFSI.
Dinesh Chinari
2017-02-23
2
-3
/
+3
|
/
*
libpdbg/kernel.c: Fix FSI address masking
Alistair Popple
2017-02-22
1
-2
/
+2
*
libpdbg/kernel.c: Don't emit warnings for failure to read 0xc09
Alistair Popple
2017-02-21
1
-1
/
+5
*
libdbg: Introduce kernel FSI driver backend
Joel Stanley
2017-02-18
2
-0
/
+186
*
libpdbg/bmcfsi.c: Fix selection of p9r device type
Alistair Popple
2017-01-19
1
-0
/
+1
*
libpdbg/bmcfsi: Update Zaius pin assignments for EVT2
Xo Wang
2017-01-10
1
-2
/
+2
[prev]
[next]