| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | gitignore: Add optcmd_test | Michael Neuling | 2018-07-12 | 1 | -0/+1 | |
| * | pdbg: Use new command parsing | Alistair Popple | 2018-06-25 | 14 | -521/+235 | |
| * | optcmd: Add tests | Alistair Popple | 2018-06-25 | 2 | -1/+165 | |
| * | pdbg: Define common command/flag argument parsers | Alistair Popple | 2018-06-25 | 2 | -0/+106 | |
| * | pdbg: Add command/flag parsing definitions | Alistair Popple | 2018-06-25 | 3 | -2/+306 | |
| * | ccan/cppmaigc: Add CPPMAGIC_MAP_CNT(...) macro | Alistair Popple | 2018-06-25 | 1 | -0/+19 | |
| * | ccan/cppmagic: Add CPPMAGIC_INC(x) macro | Alistair Popple | 2018-06-25 | 1 | -0/+41 | |
| * | ccan/cppmagic: Fix NONEMPTY macro | Alistair Popple | 2018-06-25 | 1 | -2/+8 | |
| * | ccan: Add cppmagic | Alistair Popple | 2018-06-25 | 4 | -0/+314 | |
| * | htm: Documentation update | Michael Neuling | 2018-06-25 | 1 | -17/+15 | |
| * | htm: Change buffer wrappings semantics | Michael Neuling | 2018-06-25 | 2 | -13/+24 | |
| * | htm: Add record command | Michael Neuling | 2018-06-25 | 4 | -0/+84 | |
| * | htm: Print dump file from library | Michael Neuling | 2018-06-25 | 2 | -1/+1 | |
| * | htm: Cleanup status | Michael Neuling | 2018-06-25 | 1 | -13/+24 | |
| * | htm: Toggle debug bit so trace actually starts | Michael Neuling | 2018-06-25 | 1 | -0/+28 | |
| * | htm: Cleanup reset | Michael Neuling | 2018-06-25 | 1 | -15/+10 | |
| * | htm: Add deconfigure_*htm() and add it to stop() | Michael Neuling | 2018-06-25 | 1 | -0/+42 | |
| * | htm: Cleanup configure_chtm() | Michael Neuling | 2018-06-25 | 1 | -11/+6 | |
| * | htm: Remove reset by adding it to start | Michael Neuling | 2018-06-25 | 4 | -36/+3 | |
| * | htm: Remove base/size from reset | Michael Neuling | 2018-06-25 | 4 | -22/+8 | |
| * | htm: Move start() and stop() lower | Michael Neuling | 2018-06-25 | 1 | -50/+50 | |
| * | htm: Remove trace and analyse | Michael Neuling | 2018-06-25 | 1 | -36/+0 | |
| * | htm: Remove old comments and prints | Michael Neuling | 2018-06-25 | 1 | -12/+1 | |
| * | htm: Fix potential issue with HTM_ERR macro | Michael Neuling | 2018-06-25 | 1 | -1/+1 | |
| * | htm: Remove unused index in dts | Michael Neuling | 2018-06-25 | 1 | -1/+0 | |
| * | p8chip: Restore RAS_MODE_REG to original value | Michael Neuling | 2018-06-25 | 1 | -3/+1 | |
| * | Make -a the default for probe | Michael Neuling | 2018-06-25 | 1 | -4/+0 | |
| * | Make i2c backend possible on all ARM machines | Joel Stanley | 2018-06-15 | 1 | -1/+1 | |
| * | htm: Fix dump filename | Michael Neuling | 2018-06-15 | 4 | -37/+25 | |
| * | htm: Few code cleanups | Michael Neuling | 2018-06-15 | 3 | -43/+16 | |
| * | htm: Cleanup status output | Michael Neuling | 2018-06-15 | 2 | -23/+21 | |
| * | htm: Print chip being targeted properly | Michael Neuling | 2018-06-15 | 1 | -3/+6 | |
| * | htm: Only check that the primary thread is running | Michael Neuling | 2018-06-15 | 1 | -7/+23 | |
| * | Remove htm_* options | Michael Neuling | 2018-06-15 | 3 | -110/+0 | |
| * | target: Cleanup pib_read/write() to make easier to read | Michael Neuling | 2018-06-15 | 1 | -8/+15 | |
| * | host: Handle more chips | Michael Neuling | 2018-06-15 | 1 | -20/+42 | |
| * | host: Make debugfs scom file hex digit not decimal | Michael Neuling | 2018-06-15 | 1 | -1/+1 | |
| * | Increase max processors for sparse chip id configs | Michael Neuling | 2018-06-15 | 1 | -1/+1 | |
| * | Cleanup exit code | Michael Neuling | 2018-06-15 | 1 | -11/+6 | |
| * | p8-fsi-dts: Fix mistake in m4 file | Rashmica Gupta | 2018-06-15 | 1 | -1/+1 | |
| * | libpdbg: Attempt to restore registers that we clobbered on failure | Rashmica Gupta | 2018-06-15 | 1 | -2/+6 | |
| * | libpdbg: Always fail sreset on p8 | Rashmica Gupta | 2018-06-15 | 1 | -0/+7 | |
| * | main: Print specific errors for invalid commands | Amitay Isaacs | 2018-06-15 | 1 | -1/+0 | |
| * | main: Print specific errors for invalid arguments | Amitay Isaacs | 2018-06-15 | 1 | -16/+16 | |
| * | main: Overhaul target selection | Amitay Isaacs | 2018-06-15 | 1 | -40/+151 | |
| * | Makefile: Add dependencies for p9-fsi.dtsi | Amitay Isaacs | 2018-06-04 | 1 | -0/+1 | |
| * | dts: Fix more warnings from dtc | Amitay Isaacs | 2018-06-04 | 3 | -1/+11 | |
| * | fake: Add fake targets for testing | Amitay Isaacs | 2018-06-04 | 1 | -0/+18 | |
| * | fake.dts: Add more targets for testing | Amitay Isaacs | 2018-06-04 | 1 | -18/+103 | |
| * | Match core numbers to actual hardware on P8 | Michael Neuling | 2018-06-01 | 1 | -13/+13 | |

