diff options
| author | Joel Stanley <joel@jms.id.au> | 2017-11-22 11:54:15 +1030 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-11-22 21:18:17 +0100 |
| commit | 3f562041adce2c9212d37287a7a53a8580b2b6b0 (patch) | |
| tree | bac16361f98c98ebf97019a4c371f6f64ae81cac /package/pdbg | |
| parent | 47df95a73d24d0bfe4216b6fc53da17abbafa4fa (diff) | |
| download | buildroot-3f562041adce2c9212d37287a7a53a8580b2b6b0.tar.gz buildroot-3f562041adce2c9212d37287a7a53a8580b2b6b0.zip | |
pdbg: update help text
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>
Diffstat (limited to 'package/pdbg')
| -rw-r--r-- | package/pdbg/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/pdbg/Config.in b/package/pdbg/Config.in index 3e23c210c9..4a902694f5 100644 --- a/package/pdbg/Config.in +++ b/package/pdbg/Config.in @@ -2,9 +2,9 @@ config BR2_PACKAGE_PDBG bool "pdbg" help PowerPC FSI Debugger, for low level debugging of a IBM - Power8 CPU over FSI. + Power8 and Power9 CPU over FSI. pdbg runs on a BMC, which is generally an ARM-powered system - monitoring/controlling a host CPU. + monitoring/controlling a host CPU. It can also run on the host. https://github.com/open-power/pdbg |

