summaryrefslogtreecommitdiffstats
path: root/package/pdbg
Commit message (Collapse)AuthorAgeFilesLines
* package/pdbg: bump to version v2.0Joel Stanley2018-11-012-2/+2
| | | | | Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* pdbg: add hash for license fileThomas Petazzoni2018-09-121-0/+1
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* pdbg: bump to version 1.1-rc3Joel Stanley2018-09-122-2/+2
| | | | | Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/*/Config.in: fix help text check-package warningsThomas Petazzoni2017-12-181-1/+2
| | | | | | | | | | | | | This commit fixes the warnings reported by check-package on the help text of all package Config.in files, related to the formatting of the help text: should start with a tab, then 2 spaces, then at most 62 characters. The vast majority of warnings fixed were caused by too long lines. A few warnings were related to spaces being used instead of a tab to indent the help text. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* pdbg: Bump versionJoel Stanley2017-12-123-65/+2
| | | | | | | | Contains the upstreamed build fix for Blackfin and various other bug fixes. Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* pdbg: add patch fixing the build on BlackfinThomas Petazzoni2017-11-261-0/+63
| | | | | | | | | | | | | | | | This commit adds a patch to pdbg that fixes the build on the Blackfin architecture. The build failure was due to the recently introduced assembly code to embed the DTB into an object file. This code was not taking into account the fact that Blackfin has a non-empty __USER_LABEL_PREFIX__. The patch has been submitted upstream. Fixes: http://autobuild.buildroot.net/results/2bf6f56303453fd2ba7e86882168d406ded4cc80/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* pdbg: bump to latest upstream version to fix build issuesJoel Stanley2017-11-223-41/+2
| | | | | | | | | | | | | | | | | | | | | This incorporates a fix supplied by Thomas to resolve build issues on mips and blackfin. The patch is dropped as it has been applied upstream. Fixes: http://autobuild.buildroot.net/results/829bee459d7c27392b1c55ae3067607434f0b7f0/ (mips64el) http://autobuild.buildroot.net/results/de51ba7e44a138aec877811d77d3d9b95bfce6b2/ (blackfin) http://autobuild.buildroot.net/results/61ec486869b01f5c77e2cec57b60a1d3ca42af79/ (mipsel) Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* pdbg: update help textJoel Stanley2017-11-221-2/+2
| | | | | | | Update the help text to reflect features added in recent versions. Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* pdbg: needs host dtcBaruch Siach2017-10-091-0/+1
| | | | | | | | | | | | Fixes: http://autobuild.buildroot.net/results/722/722e043ef7503abe5fd6517c82b0f12627f4b0f4/ http://autobuild.buildroot.net/results/891/8918121581f9834fef55169599766a9134600e89/ http://autobuild.buildroot.net/results/475/475106ec793e16bf8c250d3a69e853537e3e0def/ Cc: Joel Stanley <joel@jms.id.au> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Reviewed-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* pdbg: bump version to latestJoel Stanley2017-10-073-2/+48
| | | | | | | | | | | | | | | | | | | | | | | | I got this error when attempting to build: aclocal: error: couldn't open directory 'm4': No such file or directory So we now have the post patch hook to ensure the m4 directory is present. In addition, the package now sets a variable with the Git SHA1 so that the binary contains the expected output for --version. Specific configurations of uClibc cause a build failure in pdbg. This commit adds a patch to remove the definition of the offending macro (it is unused in the source). In file included from usr/include/stdio.h:71:0, from libpdbg/fake.c:17: include/bits/uClibc_stdio.h:149:16: error: expected identifier or ‘(’ before ‘;’ token void *__unused; /* Placeholder for codeset binding. */ Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package: use SPDX short identifier for Apache version 2Rahul Bedarkar2017-04-011-1/+1
| | | | | | | | We want to use SPDX identifier for license string as much as possible. SPDX short identifier for Apache version 2 license is Apache-2.0. Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/pdbg: new packageJoel Stanley2016-07-263-0/+25
PowerPC FSI Debugger, for low level debugging of a Power8 CPU over FSI. Signed-off-by: Joel Stanley <joel@jms.id.au> [Thomas: - add to package/Config.in - add hash file] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud