All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pavel Machek <pavel-+ZI9xUNit7I@public.gmane.org>
To: Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>
Cc: Oleksandr Shamray
	<oleksandrs-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>,
	"gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org"
	<gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org>,
	"arnd-r2nGTMty4D4@public.gmane.org"
	<arnd-r2nGTMty4D4@public.gmane.org>,
	"devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	"jiri-rHqAuBHg3fBzbRFIqnYvSA@public.gmane.org"
	<jiri-rHqAuBHg3fBzbRFIqnYvSA@public.gmane.org>,
	system-sw-low-level
	<system-sw-low-level-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>,
	"openbmc-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org"
	<openbmc-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org>,
	"linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	"mec-WqBc5aa1uDFeoWH0uzbU5w@public.gmane.org"
	<mec-WqBc5aa1uDFeoWH0uzbU5w@public.gmane.org>,
	"joel-U3u1mxZcP9KHXe+LvDLADg@public.gmane.org"
	<joel-U3u1mxZcP9KHXe+LvDLADg@public.gmane.org>,
	"linux-serial-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<linux-serial-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	"vadimp-45czdsxZ+A5DPfheJLI6IQ@public.gmane.org"
	<vadimp-45czdsxZ+A5DPfheJLI6IQ@public.gmane.org>,
	"tklauser-93Khv+1bN0NyDzI6CaY1VQ@public.gmane.org"
	<tklauser-93Khv+1bN0NyDzI6CaY1VQ@public.gmane.org>,
	"linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org"
	<linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>
Subject: Re: [patch v1 0/2] JTAG driver introduction
Date: Mon, 28 Aug 2017 22:03:05 +0200	[thread overview]
Message-ID: <20170828200305.GA5132@amd> (raw)
In-Reply-To: <20170803174822.GI15018-g2DYL2Zd6BY@public.gmane.org>

[-- Attachment #1: Type: text/plain, Size: 1106 bytes --]

Hi!

> > Thanks a lot for review.
> > 
> 
> > We used user space tool for that, which is an adaptation of some
> > Lattice tools, which allows programming of SVF files. We are using
> > it for Lattice CPLD burning, since we have for such devices on our
> > system, but this tool could be used for programming other devices
> > from other vendors as well.
>  
> > https://github.com/mellanoxbmc/mellanox-bmc-tools
> 
> Since you are defining a new Kernel ABI here, it would be good to get
> some buy-in from potential users for the ABI. Maybe for the next
> version of the patchset you can cross post to the OpenOCD-devel list?

Actually, since you are defining a new ABI, it would be nice to have a
Documentation/ file with the ABI description, so that people can
review it...

Otherwise... yes, this looks like a step in right direction from 60000
feet above. I guess it is still a lot of work to get gdb running...

Thanks,
									Pavel
-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: Pavel Machek <pavel@ucw.cz>
To: Andrew Lunn <andrew@lunn.ch>
Cc: Oleksandr Shamray <oleksandrs@mellanox.com>,
	"gregkh@linuxfoundation.org" <gregkh@linuxfoundation.org>,
	"arnd@arndb.de" <arnd@arndb.de>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	"jiri@resnulli.us" <jiri@resnulli.us>,
	system-sw-low-level <system-sw-low-level@mellanox.com>,
	"openbmc@lists.ozlabs.org" <openbmc@lists.ozlabs.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"mec@shout.net" <mec@shout.net>,
	"joel@jms.id.au" <joel@jms.id.au>,
	"linux-serial@vger.kernel.org" <linux-serial@vger.kernel.org>,
	"vadimp@maellanox.com" <vadimp@maellanox.com>,
	"tklauser@distanz.ch" <tklauser@distanz.ch>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>
Subject: Re: [patch v1 0/2] JTAG driver introduction
Date: Mon, 28 Aug 2017 22:03:05 +0200	[thread overview]
Message-ID: <20170828200305.GA5132@amd> (raw)
In-Reply-To: <20170803174822.GI15018@lunn.ch>

[-- Attachment #1: Type: text/plain, Size: 1106 bytes --]

Hi!

> > Thanks a lot for review.
> > 
> 
> > We used user space tool for that, which is an adaptation of some
> > Lattice tools, which allows programming of SVF files. We are using
> > it for Lattice CPLD burning, since we have for such devices on our
> > system, but this tool could be used for programming other devices
> > from other vendors as well.
>  
> > https://github.com/mellanoxbmc/mellanox-bmc-tools
> 
> Since you are defining a new Kernel ABI here, it would be good to get
> some buy-in from potential users for the ABI. Maybe for the next
> version of the patchset you can cross post to the OpenOCD-devel list?

Actually, since you are defining a new ABI, it would be nice to have a
Documentation/ file with the ABI description, so that people can
review it...

Otherwise... yes, this looks like a step in right direction from 60000
feet above. I guess it is still a lot of work to get gdb running...

Thanks,
									Pavel
-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: pavel@ucw.cz (Pavel Machek)
To: linux-arm-kernel@lists.infradead.org
Subject: [patch v1 0/2] JTAG driver introduction
Date: Mon, 28 Aug 2017 22:03:05 +0200	[thread overview]
Message-ID: <20170828200305.GA5132@amd> (raw)
In-Reply-To: <20170803174822.GI15018@lunn.ch>

Hi!

> > Thanks a lot for review.
> > 
> 
> > We used user space tool for that, which is an adaptation of some
> > Lattice tools, which allows programming of SVF files. We are using
> > it for Lattice CPLD burning, since we have for such devices on our
> > system, but this tool could be used for programming other devices
> > from other vendors as well.
>  
> > https://github.com/mellanoxbmc/mellanox-bmc-tools
> 
> Since you are defining a new Kernel ABI here, it would be good to get
> some buy-in from potential users for the ABI. Maybe for the next
> version of the patchset you can cross post to the OpenOCD-devel list?

Actually, since you are defining a new ABI, it would be nice to have a
Documentation/ file with the ABI description, so that people can
review it...

Otherwise... yes, this looks like a step in right direction from 60000
feet above. I guess it is still a lot of work to get gdb running...

Thanks,
									Pavel
-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20170828/134d74ca/attachment.sig>

  parent reply	other threads:[~2017-08-28 20:03 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-02 13:18 [patch v1 0/2] JTAG driver introduction Oleksandr Shamray
2017-08-02 13:18 ` Oleksandr Shamray
2017-08-02 13:18 ` Oleksandr Shamray
2017-08-02 13:18 ` [patch v1 1/2] drivers: jtag: Add JTAG core driver Oleksandr Shamray
2017-08-02 13:18   ` Oleksandr Shamray
2017-08-02 13:44   ` Greg KH
2017-08-02 13:44     ` Greg KH
2017-08-02 13:44   ` Greg KH
2017-08-02 13:44     ` Greg KH
2017-08-02 14:16   ` Andrew Lunn
2017-08-02 14:16     ` Andrew Lunn
     [not found]   ` <1501679918-20486-2-git-send-email-oleksandrs-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
2017-08-02 14:24     ` Neil Armstrong
2017-08-02 14:24       ` Neil Armstrong
2017-08-02 14:24       ` Neil Armstrong
2017-08-02 15:37   ` Arnd Bergmann
2017-08-02 15:37     ` Arnd Bergmann
2017-08-03  9:28   ` Tobias Klauser
2017-08-03  9:28     ` Tobias Klauser
2017-08-02 13:18 ` [patch v1 2/2] drivers: jtag: Add Aspeed SoC 24xx and 25xx families JTAG master driver Oleksandr Shamray
2017-08-02 13:18   ` Oleksandr Shamray
2017-08-02 14:30   ` Neil Armstrong
2017-08-02 14:30     ` Neil Armstrong
     [not found]     ` <2578d94a-fd1b-9598-251d-59764a870933-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>
2017-08-02 14:56       ` Arnd Bergmann
2017-08-02 14:56         ` Arnd Bergmann
2017-08-02 14:56         ` Arnd Bergmann
     [not found]   ` <1501679918-20486-3-git-send-email-oleksandrs-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
2017-08-02 14:54     ` Arnd Bergmann
2017-08-02 14:54       ` Arnd Bergmann
2017-08-02 14:54       ` Arnd Bergmann
2017-08-02 15:31   ` Randy Dunlap
2017-08-02 15:31     ` Randy Dunlap
2017-08-03 12:12   ` kbuild test robot
2017-08-03 12:12     ` kbuild test robot
2017-08-03 12:12     ` kbuild test robot
2017-08-03 14:35   ` kbuild test robot
2017-08-03 14:35     ` kbuild test robot
2017-08-03 14:35     ` kbuild test robot
2017-08-03 14:35   ` [PATCH] drivers: jtag: fix resource_size.cocci warnings kbuild test robot
2017-08-03 14:35     ` kbuild test robot
2017-08-03 14:35     ` kbuild test robot
2017-08-03 14:48     ` Oleksandr Shamray
2017-08-03 14:48       ` Oleksandr Shamray
2017-08-02 14:12 ` [patch v1 0/2] JTAG driver introduction Andrew Lunn
2017-08-02 14:12   ` Andrew Lunn
     [not found]   ` <20170802141209.GB25781-g2DYL2Zd6BY@public.gmane.org>
2017-08-03 15:26     ` Oleksandr Shamray
2017-08-03 15:26       ` Oleksandr Shamray
2017-08-03 15:26       ` Oleksandr Shamray
2017-08-03 17:48       ` Andrew Lunn
2017-08-03 17:48         ` Andrew Lunn
     [not found]         ` <20170803174822.GI15018-g2DYL2Zd6BY@public.gmane.org>
2017-08-28 20:03           ` Pavel Machek [this message]
2017-08-28 20:03             ` Pavel Machek
2017-08-28 20:03             ` Pavel Machek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170828200305.GA5132@amd \
    --to=pavel-+zi9xunit7i@public.gmane.org \
    --cc=andrew-g2DYL2Zd6BY@public.gmane.org \
    --cc=arnd-r2nGTMty4D4@public.gmane.org \
    --cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org \
    --cc=jiri-rHqAuBHg3fBzbRFIqnYvSA@public.gmane.org \
    --cc=joel-U3u1mxZcP9KHXe+LvDLADg@public.gmane.org \
    --cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-serial-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=mec-WqBc5aa1uDFeoWH0uzbU5w@public.gmane.org \
    --cc=oleksandrs-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org \
    --cc=openbmc-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org \
    --cc=system-sw-low-level-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org \
    --cc=tklauser-93Khv+1bN0NyDzI6CaY1VQ@public.gmane.org \
    --cc=vadimp-45czdsxZ+A5DPfheJLI6IQ@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.