summaryrefslogtreecommitdiffstats
path: root/external/xscom-utils/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Fix xscom-utils distclean targetFrédéric Bonnard2018-01-301-1/+1
| | | | | | | | | In Debian/Ubuntu, the packaging system likes to have a full cleanup that restores the tree back to original one, so add some files to the distclean target. Signed-off-by: Frédéric Bonnard <frediz@linux.vnet.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
* Add man pages for xscom-utils and pflashFrédéric Bonnard2018-01-301-0/+3
| | | | | | | | For the need of Debian/Ubuntu packaging, I infered some initial man pages from their help output. Signed-off-by: Frédéric Bonnard <frediz@linux.vnet.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
* external: improve xscom commands MakefileCédric Le Goater2016-04-011-10/+44
| | | | | | | | | The current Makefile is a bit rustic compared to other skiboot tools. This patch adds a proper install target and a new versioning target. Signed-off-by: Cédric Le Goater <clg@fr.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
* external: use skiboot make_version scriptCédric Le Goater2016-03-311-2/+3
| | | | | | | | | | Let's version like skiboot and other external tools do. There is no need to generate a version.c file. Defining VERSION on the compile commande line is enough. Signed-off-by: Cédric Le Goater <clg@fr.ibm.com> [stewart@linux.vnet.ibm.com: fix makefile CFLAGS so can be overwritten] Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
* external: Add a getsram commandCédric Le Goater2016-03-311-2/+5
| | | | | | | | | The getsram command reads the OCC SRAM. This is useful for debug. The code is totally inspired from the meltbox tool. Signed-off-by: Cédric Le Goater <clg@fr.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
* external: Add xscom utilitiesBenjamin Herrenschmidt2014-11-131-0/+19
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
OpenPOWER on IntegriCloud