From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from ptx.hi.pengutronix.de ([2001:67c:670:100:1d::c0]) by metis.ext.pengutronix.de with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1heLgq-0003zP-8k for ptxdist@pengutronix.de; Fri, 21 Jun 2019 17:43:00 +0200 Received: from mgr by ptx.hi.pengutronix.de with local (Exim 4.89) (envelope-from ) id 1heLgq-0001w0-0n for ptxdist@pengutronix.de; Fri, 21 Jun 2019 17:43:00 +0200 Date: Fri, 21 Jun 2019 17:42:59 +0200 From: Michael Grzeschik Message-ID: <20190621154259.qztijj3gw2p2tmcf@pengutronix.de> References: <20190621153629.16656-1-m.grzeschik@pengutronix.de> <20190621153629.16656-3-m.grzeschik@pengutronix.de> MIME-Version: 1.0 In-Reply-To: <20190621153629.16656-3-m.grzeschik@pengutronix.de> Subject: Re: [ptxdist] [PATCH v4 3/3] host-openocd: add initial support List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: multipart/mixed; boundary="===============1972524992==" Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de --===============1972524992== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="wbmlgy6drsvyonre" Content-Disposition: inline --wbmlgy6drsvyonre Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Sorry for this lonely mail and the prvious one. My git-send-email foo has still to much magic. Thanks On Fri, Jun 21, 2019 at 05:36:29PM +0200, Michael Grzeschik wrote: > Signed-off-by: Michael Grzeschik > --- > v1 -> v2: - fixed indentation > - removed buildflags >=20 > v2 -> v3: - using repo.or.cz instead of sourceforge > - changed version string to be more descriptive > - moved patches to changed version dir >=20 > v3 -> v4: - moved version setup to openocd.make > - updated openocd version to >=20 > rules/host-openocd.in | 12 +++++++ > rules/host-openocd.make | 76 +++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 88 insertions(+) > create mode 100644 rules/host-openocd.in > create mode 100644 rules/host-openocd.make >=20 > diff --git a/rules/host-openocd.in b/rules/host-openocd.in > new file mode 100644 > index 000000000..8c863598e > --- /dev/null > +++ b/rules/host-openocd.in > @@ -0,0 +1,12 @@ > +## SECTION=3Dhosttools > + > +menuconfig HOST_OPENOCD > + tristate > + prompt "openocd" > + select HOST_LIBUSB > + select HOST_JIMTCL > + select HOST_LIBFTDI1 > + help > + The "Open On-Chip Debugger" provides JTAG/SWD access from GDB > + (or directly with TCL scripts) to processors with ARM and MIPS > + based cores. > diff --git a/rules/host-openocd.make b/rules/host-openocd.make > new file mode 100644 > index 000000000..bf99b3ee4 > --- /dev/null > +++ b/rules/host-openocd.make > @@ -0,0 +1,76 @@ > +# -*-makefile-*- > +# > +# Copyright (C) 2019 by Michael Grzeschik > +# > +# See CREDITS for details about who has contributed to this project. > +# > +# For further information about the PTXdist project and license conditio= ns > +# see the README file. > +# > + > +# > +# We provide this package > +# > +HOST_PACKAGES-$(PTXCONF_HOST_OPENOCD) +=3D host-openocd > + > +# ----------------------------------------------------------------------= ------ > +# Prepare > +# ----------------------------------------------------------------------= ------ > + > +# > +# autoconf > +# > +HOST_OPENOCD_CONF_TOOL :=3D autoconf > +HOST_OPENOCD_CONF_ENV :=3D \ > + CCACHE=3Dnone > +HOST_OPENOCD_CONF_OPT :=3D \ > + $(HOST_AUTOCONF) \ > + --enable-shared \ > + --disable-static \ > + --disable-werror \ > + --disable-internal-jimtcl \ > + --disable-internal-libjaylink \ > + --enable-dummy \ > + --enable-ftdi \ > + --enable-stlink \ > + --disable-ti-icdi \ > + --disable-ulink \ > + --disable-usb-blaster-2 \ > + --disable-ft232r \ > + --disable-vsllink \ > + --disable-xds110 \ > + --disable-osbdm \ > + --disable-opendous \ > + --disable-aice \ > + --disable-usbprog \ > + --disable-rlink \ > + --disable-armjtagew \ > + --disable-cmsis-dap \ > + --disable-kitprog \ > + --disable-usb_blaster \ > + --disable-presto\ > + --disable-openjtag \ > + --disable-jlink \ > + --disable-parport \ > + --disable-parport-ppdev \ > + --disable-parport-giveio \ > + --disable-jtag_vpi \ > + --disable-amtjtagaccel \ > + --disable-zy1000 \ > + --disable-zy1000-master \ > + --disable-ioutil \ > + --disable-ep93xx \ > + --disable-at91rm9200 \ > + --disable-bcm2835gpio \ > + --disable-imx_gpio \ > + --disable-gw16012 \ > + --disable-oocd_trace \ > + --disable-buspirate \ > + --disable-sysfsgpio \ > + --disable-minidriver-dummy \ > + --disable-target-64 \ > + --disable-remote-bitbang \ > + --disable-doxygen-pdf \ > + --disable-doxygen-html > + > +# vim: syntax=3Dmake > --=20 > 2.20.1 >=20 >=20 > _______________________________________________ > ptxdist mailing list > ptxdist@pengutronix.de --=20 Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | --wbmlgy6drsvyonre Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEElXvEUs6VPX6mDPT8C+njFXoeLGQFAl0M+wAACgkQC+njFXoe LGSfFQ//XxpqRs4HdFfalpa7wSQtoe9V6D5lvbJbj6/OBmdkH00EBUGEIt8cNbQS Oos6JHTxKncRO68Lmu0tFOYeGlmkDZ0/QcuvbM6+HfR4wf7JY9E5gElgxw8VNCYw yvt9DpyhladBw+Zs4K9xkeEJIHsWsfWonkvrHP19m02fc+5Dj8JLPZmzy6Pxtt+h RT0vlS6k3YeJ156i+U16GLsfr8UqpjvC/0NdLSuIQHfzrMWerCESY4mSY+wQi0oP BsufW1zfejHtof2CY1Qit4F6ey3Z0biQLoqE7HfAtQo51rgBCgaQgqY3g8ord2xk u1xSi35ZInZjXAxNW1Yw8R6/Zxja0fqNzNqI7jqG1CCbZZ2q8qOZI1bdODBIF023 fGTDsyBEatJ3zQZDhSzfoBfx5S4q9O/SED0wnULXB5TL7jc2sdsRoeexfiprb+Nw gvi/YXG/cex2hrF4fDAPRGV3236zWeo1Fkgl5G+ClWY+qWsLvqg4kbd0PczyqClA dFZskpnfeF54LSfBGbUh310QIW/IayZP5SpjQAea+IsvJWu7zkmex5sK2e9eseqj gNOG7sVSCSmg6+3RrcjqRoUE/RyhK9M01jChGwSiOqDKY5jf4qO/rftb1ZOiFEYG 6G1i23zqoSbT7I1/sOOKjMHha9IHnKKTV3Pfr1CwpmTWoxKv39I= =h5um -----END PGP SIGNATURE----- --wbmlgy6drsvyonre-- --===============1972524992== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KcHR4ZGlzdCBt YWlsaW5nIGxpc3QKcHR4ZGlzdEBwZW5ndXRyb25peC5kZQ== --===============1972524992==--