[Buildroot] [PATCH v3] package/pdbg: new package

Joel Stanley joel at jms.id.au
Tue Jul 26 07:28:24 UTC 2016


PowerPC FSI Debugger, for low level debugging of a Power8 CPU over FSI.

Signed-off-by: Joel Stanley <joel at jms.id.au>
---
v3:
 - do not restrict to ARM, as it builds on all CPU architectures
 - metion where you might want to run pdbg in the help text

v2:
 - Fix whitespace in pdbg.mk
  - Add URL to help text

 package/pdbg/Config.in | 10 ++++++++++
 package/pdbg/pdbg.mk   | 13 +++++++++++++
 2 files changed, 23 insertions(+)
 create mode 100644 package/pdbg/Config.in
 create mode 100644 package/pdbg/pdbg.mk

diff --git a/package/pdbg/Config.in b/package/pdbg/Config.in
new file mode 100644
index 000000000000..5a3bcda48ba8
--- /dev/null
+++ b/package/pdbg/Config.in
@@ -0,0 +1,10 @@
+config BR2_PACKAGE_PDBG
+	bool "pdbg"
+	help
+	  PowerPC FSI Debugger, for low level debugging of a IBM Power8 CPU
+	  over FSI.
+
+	  pdbg runs on a BMC, which is generally an ARM-powered system
+	  monitoring/controlling a host CPU.
+
+	  https://github.com/open-power/pdbg
diff --git a/package/pdbg/pdbg.mk b/package/pdbg/pdbg.mk
new file mode 100644
index 000000000000..9cc05cd728c0
--- /dev/null
+++ b/package/pdbg/pdbg.mk
@@ -0,0 +1,13 @@
+################################################################################
+#
+# pdbg
+#
+################################################################################
+
+PDBG_VERSION = 90a7370a11e727f1482dea6ff2bd6aec20c64805
+PDBG_SITE = $(call github,open-power,pdbg,$(PDBG_VERSION))
+PDBG_LICENSE = Apache 2.0
+PDBG_LICENSE_FILES = COPYING
+PDBG_AUTORECONF = YES
+
+$(eval $(autotools-package))
-- 
2.8.1



More information about the buildroot mailing list