summaryrefslogtreecommitdiff
path: root/meta-openpower/recipes-bsp/pdbg/pdbg_2.4.bb
AgeCommit message (Collapse)AuthorFilesLines
2020-04-14pdbg: Update to v2.5-rc1Joel Stanley1-17/+0
Major upstream change was the split out the access method from the device-tree representation to enable backend agnostic system device trees. Other notable features: - Swift support - get/putmempba (From meta-openpower rev: 7781319d72b706d900253bc1ca730b44d2ca11f7) Change-Id: I94b4c36427632fa13ea4cf582b4fce22e433c54e Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2019-11-18openpower: pdbg: Enable native buildRamesh Iyyar1-0/+2
The pHAL infrastructure is expects pdbg to run as part of the build process in order to generate the attributes database. (From meta-openpower rev: 0b1645b540d30b5f76af19d8998a7120b1e116cd) Change-Id: I7fe44768cabbb030d09720c38b0b38ccf30f4fb1 Signed-off-by: Ramesh Iyyar <rameshi1@in.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-17pdbg: Bump version to v2.4Joel Stanley1-0/+15
This release contains various fixes, and improved support for running the SBE in istep mode. Alistair Popple (5): libpdbg: Fix segfault when auto-detecting host backend libpdbg/host.c: Use reg property index of index to find chip-id libpdbg: Fix pib_to_sbefifo pdbg: Make getmem always hexdump configure.ac: Tag version 2.4 Amitay Isaacs (3): main: sbe_istep takes pib target istep: Add checking for istep major/minor numbers istep: Run all sub-steps if minor is 0 (From meta-openpower rev: b1c73efdc2d7e1ea7b506e1ddb30493aa818bc1d) Signed-off-by: Joel Stanley <joel@jms.id.au> Change-Id: Ib621492778359205b2eb497de20567454e1d0534 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>