All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lukasz Majewski <l.majewski@majess.pl>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3 8/9] dfu: tftp: Kconfig: Add Kconfig entry for dfu tftp feature
Date: Tue, 18 Aug 2015 23:19:47 +0200	[thread overview]
Message-ID: <20150818231947.7855d188@jawa> (raw)
In-Reply-To: <CANr=Z=Yw9Dx2z-JGm5E=z2V=PdvLdLZWMS3jgg=mikLRNZPeeQ@mail.gmail.com>

On Tue, 18 Aug 2015 10:12:40 -0500
Joe Hershberger <joe.hershberger@gmail.com> wrote:

> Hi Lukasz,
> 
> On Thu, Aug 13, 2015 at 6:02 PM, Lukasz Majewski
> <l.majewski@majess.pl> wrote:
> > The dfu tftp feature can be now enabled via Kconfig. This
> > commit provides necessary code for it.
> >
> > Signed-off-by: Lukasz Majewski <l.majewski@majess.pl>
> > ---
> > Changes for v3:
> > - New patch
> > ---
> >  drivers/dfu/Kconfig | 10 ++++++++++
> >  1 file changed, 10 insertions(+)
> >
> > diff --git a/drivers/dfu/Kconfig b/drivers/dfu/Kconfig
> > index e69de29..700c6a5 100644
> > --- a/drivers/dfu/Kconfig
> > +++ b/drivers/dfu/Kconfig
> > @@ -0,0 +1,10 @@
> > +menu "DFU support"
> > +
> > +config DFU_TFTP
> > +       bool "Enable support for performing Device Firmware Upgrade
> > via TFTP"
> 
> This is a pretty verbose bool text. The help is there for
> clarification and wordiness. Maybe something like "DFU via TFTP".

Good point. I will change this.
> 
> > +       help
> > +         This option allows performing update of DFU managed
> > medium with data
> > +         send via TFTP boot.
> > +         Detailed description of this feature can be found
> > at ./doc/README.dfutftp +
> > +endmenu

Best regards,
Lukasz Majewski
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150818/24a3baef/attachment.sig>

  reply	other threads:[~2015-08-18 21:19 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-13 23:02 [U-Boot] [PATCH v3 0/9] dfu: tftp: update: Support for DFU upgrades via ETH (TFTP) Lukasz Majewski
2015-08-13 23:02 ` [U-Boot] [PATCH v3 1/9] doc: dfu: tftp: README entry for TFTP extension of DFU Lukasz Majewski
2015-08-18 15:12   ` Joe Hershberger
2015-08-13 23:02 ` [U-Boot] [PATCH v3 2/9] net: tftp: Move tftp.h file from ./net to ./include/net Lukasz Majewski
2015-08-18 15:12   ` Joe Hershberger
2015-08-13 23:02 ` [U-Boot] [PATCH v3 3/9] tftp: update: Allow some parts of the code to be reused when CONFIG_SYS_NO_FLASH is set Lukasz Majewski
2015-08-13 23:02 ` [U-Boot] [PATCH v3 4/9] dfu: tftp: update: Provide tftp support for the DFU subsystem Lukasz Majewski
2015-08-13 23:02 ` [U-Boot] [PATCH v3 5/9] dfu: tftp: update: Add dfu_write_from_mem_addr() function Lukasz Majewski
2015-08-18 15:12   ` Joe Hershberger
2015-08-13 23:02 ` [U-Boot] [PATCH v3 6/9] update: tftp: dfu: Extend update_tftp() function to support DFU Lukasz Majewski
2015-08-13 23:02 ` [U-Boot] [PATCH v3 7/9] dfu: command: Extend "dfu" command to handle receiving data via TFTP Lukasz Majewski
2015-08-18 15:12   ` Joe Hershberger
2015-08-13 23:02 ` [U-Boot] [PATCH v3 8/9] dfu: tftp: Kconfig: Add Kconfig entry for dfu tftp feature Lukasz Majewski
2015-08-18 15:12   ` Joe Hershberger
2015-08-18 21:19     ` Lukasz Majewski [this message]
2015-08-13 23:02 ` [U-Boot] [PATCH v3 9/9] dfu: tftp: Kconfig: Enable DFU_TFTP support on the am335x_boneblack_defconfig Lukasz Majewski
2015-08-18 15:12   ` Joe Hershberger
2015-08-18 21:28     ` Lukasz Majewski
2015-08-19  0:31       ` Joe Hershberger
2015-08-21 23:11         ` Lukasz Majewski
2015-08-21 23:18           ` Joe Hershberger
2015-08-22 21:28             ` Lukasz Majewski

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=20150818231947.7855d188@jawa \
    --to=l.majewski@majess.pl \
    --cc=u-boot@lists.denx.de \
    /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.