public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: Simon Glass <sjg@google.com>
Cc: Maxim Uvarov <maxim.uvarov@linaro.org>,
	u-boot@lists.denx.de, pbrobinson@gmail.com,
	ilias.apalodimas@linaro.org, joe.hershberger@ni.com,
	rfried.dev@gmail.com, goldsimon@gmx.de
Subject: Re: [PATCHv10 01/15] submodule: add lwIP as git submodule
Date: Tue, 26 Sep 2023 09:41:49 -0400	[thread overview]
Message-ID: <20230926134149.GS305624@bill-the-cat> (raw)
In-Reply-To: <CAPnjgZ2OV8ug3+3ji8nEnK7cwONu7KFa2zSyP5urKWUkQvMqJA@mail.gmail.com>

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

On Tue, Sep 26, 2023 at 05:37:25AM -0600, Simon Glass wrote:
> Hi Maxim,
> 
> On Tue, 26 Sept 2023 at 03:43, Maxim Uvarov <maxim.uvarov@linaro.org> wrote:
> >
> > add external lwIP library as a git submodule.
> > Use STABLE-2_2_0_RELEASE tag.
> >
> > Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
> > ---
> >  .gitmodules            | 3 +++
> >  net/lwip/lwip-external | 1 +
> >  2 files changed, 4 insertions(+)
> >  create mode 100644 .gitmodules
> >  create mode 160000 net/lwip/lwip-external

Do you have comments on the rest of the series?

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

  reply	other threads:[~2023-09-26 13:41 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-26  9:41 [PATCHv10 00/15] net/lwip: add lwip library for the network stack Maxim Uvarov
2023-09-26  9:41 ` [PATCHv10 01/15] submodule: add lwIP as git submodule Maxim Uvarov
2023-09-26 11:37   ` Simon Glass
2023-09-26 13:41     ` Tom Rini [this message]
2023-09-26 14:16       ` Simon Glass
2023-09-26 14:19         ` Tom Rini
2023-10-02  6:34           ` Maxim Uvarov
2023-10-02 11:23             ` Maxim Uvarov
2023-10-02 14:46               ` Simon Glass
2023-10-04  7:52                 ` Maxim Uvarov
2023-10-04 16:02                   ` Tom Rini
2023-10-04 16:06                   ` Simon Glass
2023-09-26  9:41 ` [PATCHv10 02/15] Makefile: init submodules Maxim Uvarov
2023-09-26  9:41 ` [PATCHv10 03/15] net/lwip: add doc/develop/net_lwip.rst Maxim Uvarov
2023-09-26  9:41 ` [PATCHv10 04/15] net/lwip: integrate lwIP library Maxim Uvarov
2023-09-26  9:41 ` [PATCHv10 05/15] net/lwip: implement dns cmd Maxim Uvarov
2023-09-26  9:41 ` [PATCHv10 06/15] net/lwip: implement dhcp cmd Maxim Uvarov
2023-10-02  1:17   ` Simon Glass
2023-09-26  9:41 ` [PATCHv10 07/15] net/lwip: implement tftp cmd Maxim Uvarov
2023-09-26  9:41 ` [PATCHv10 08/15] net/lwip: implement wget cmd Maxim Uvarov
2023-10-02  1:17   ` Simon Glass
2023-09-26  9:41 ` [PATCHv10 09/15] net/lwip: implement ping cmd Maxim Uvarov
2023-09-26  9:41 ` [PATCHv10 10/15] net/lwip: add lwIP configuration Maxim Uvarov
2023-10-02  1:17   ` Simon Glass
2023-09-26  9:41 ` [PATCHv10 11/15] net/lwip: implement lwIP port to U-Boot Maxim Uvarov
2023-09-26  9:41 ` [PATCHv10 12/15] net/lwip: update .gitignore with lwIP Maxim Uvarov
2023-10-02  1:17   ` Simon Glass
2023-09-26  9:41 ` [PATCHv10 13/15] net/lwip: connection between cmd and lwip apps Maxim Uvarov
2023-10-02  1:17   ` Simon Glass
2023-09-26  9:41 ` [PATCHv10 14/15] net/lwip: replace original net commands with lwip Maxim Uvarov
2023-10-02  1:17   ` Simon Glass
2023-10-03 17:58   ` Sean Edmond
2023-10-03 21:58     ` Peter Robinson
2023-10-03 23:44       ` Sean Edmond
2023-10-04  2:11     ` Simon Glass
2023-10-04  8:29       ` Maxim Uvarov
2023-10-04 20:14         ` Simon Goldschmidt
2023-09-26  9:41 ` [PATCHv10 15/15] net/lwip: split net.h to net.h, arp.h and eth.h Maxim Uvarov
2023-10-02  1:17   ` Simon Glass

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=20230926134149.GS305624@bill-the-cat \
    --to=trini@konsulko.com \
    --cc=goldsimon@gmx.de \
    --cc=ilias.apalodimas@linaro.org \
    --cc=joe.hershberger@ni.com \
    --cc=maxim.uvarov@linaro.org \
    --cc=pbrobinson@gmail.com \
    --cc=rfried.dev@gmail.com \
    --cc=sjg@google.com \
    --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