u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
From: Ramon Fried <rfried.dev@gmail.com>
To: Simon Glass <sjg@chromium.org>
Cc: Dmitrii Merkurev <dimorinny@google.com>,
	u-boot@lists.denx.de,  Ying-Chun Liu <paul.liu@linaro.org>
Subject: Re: [PATCH 3/3] net: share fastboot boot handle logic between transports
Date: Sat, 1 Apr 2023 21:55:01 +0300	[thread overview]
Message-ID: <CAGi-RUJ3WrpDJB1w0my7buG000EoEvcqkQs_2-XG=6Ssuwkmsg@mail.gmail.com> (raw)
In-Reply-To: <CAPnjgZ3ktd7zj3-kxhy+qs1h-VzZc9pD2UUk27LM2YioYZfOoQ@mail.gmail.com>

On Sat, Apr 1, 2023 at 9:36 AM Simon Glass <sjg@chromium.org> wrote:
>
> On Wed, 29 Mar 2023 at 09:31, Dmitrii Merkurev <dimorinny@google.com> wrote:
> >
> > Introduce reboot, boot and continue commands support to
> > TCP fastboot by moving existing UDP logic into the common module.
> >
> > Cc: Ying-Chun Liu (PaulLiu) <paul.liu@linaro.org>
> > Cc: Simon Glass <sjg@chromium.org>
> > Сс: Joe Hershberger <joe.hershberger@ni.com>
> > Сс: Ramon Fried <rfried.dev@gmail.com>
> > Signed-off-by: Dmitrii Merkurev <dimorinny@google.com>
> > ---
> >
> >  drivers/fastboot/fb_common.c | 32 ++++++++++++++++++++++++++++++++
> >  include/fastboot.h           |  9 +++++++++
> >  net/fastboot_tcp.c           |  5 ++++-
> >  net/fastboot_udp.c           | 29 +----------------------------
> >  4 files changed, 46 insertions(+), 29 deletions(-)
>
> Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Ramon Fried <rfried.dev@gmail.com>

  reply	other threads:[~2023-04-01 18:55 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-28 20:31 [PATCH 1/3] net: support being a TCP server to unblock TCP fastboot Dmitrii Merkurev
2023-03-28 20:31 ` [PATCH 2/3] net: add fastboot TCP support Dmitrii Merkurev
2023-04-01  6:32   ` Simon Glass
2023-04-12 18:55     ` Dmitrii Merkurev
2023-03-28 20:31 ` [PATCH 3/3] net: share fastboot boot handle logic between transports Dmitrii Merkurev
2023-04-01  6:32   ` Simon Glass
2023-04-01 18:55     ` Ramon Fried [this message]
2023-03-29  9:08 ` [PATCH 1/3] net: support being a TCP server to unblock TCP fastboot Paul Liu
2023-04-01  6:32 ` Simon Glass
2023-04-01 18:54   ` Ramon Fried

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='CAGi-RUJ3WrpDJB1w0my7buG000EoEvcqkQs_2-XG=6Ssuwkmsg@mail.gmail.com' \
    --to=rfried.dev@gmail.com \
    --cc=dimorinny@google.com \
    --cc=paul.liu@linaro.org \
    --cc=sjg@chromium.org \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).