From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3 2/6] cmd: Prepare sysboot command independence
Date: Fri, 6 Dec 2019 16:48:16 -0500 [thread overview]
Message-ID: <20191206214816.GX9549@bill-the-cat> (raw)
In-Reply-To: <20191125080741.2215-3-patrice.chotard@st.com>
On Mon, Nov 25, 2019 at 09:07:37AM +0100, Patrice Chotard wrote:
> As sysboot and pxe commands are sharing piece of code, migrate this
> common code into a new file pxe_utils.c to prepare sysboot command
> code extraction from pxe.c
>
> Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
With a little function shuffling to reduce the size growth (due to how
gcc optimizes things) of the now shared functions:
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20191206/d5861c51/attachment.sig>
next prev parent reply other threads:[~2019-12-06 21:48 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-25 8:07 [U-Boot] [PATCH v3 0/6] cmd: remove NET and CMD_NET dependency for CMD_PXE Patrice Chotard
2019-11-25 8:07 ` [U-Boot] [PATCH v3 1/6] cmd: Migrate from_env() from pxe.c to nvedit.c Patrice Chotard
2019-12-06 21:48 ` Tom Rini
2019-11-25 8:07 ` [U-Boot] [PATCH v3 2/6] cmd: Prepare sysboot command independence Patrice Chotard
2019-12-06 21:48 ` Tom Rini [this message]
2019-11-25 8:07 ` [U-Boot] [PATCH v3 3/6] cmd: sysboot: Create a sysboot command dedicated file Patrice Chotard
2019-12-06 21:48 ` Tom Rini
2019-11-25 8:07 ` [U-Boot] [PATCH v3 4/6] cmd: pxe_utils: Fix checkpatch WARNING/CHECK Patrice Chotard
2019-12-06 21:48 ` Tom Rini
2019-11-25 8:07 ` [U-Boot] [PATCH v3 5/6] cmd: sysboot: " Patrice Chotard
2019-12-06 21:48 ` Tom Rini
2019-11-25 8:07 ` [U-Boot] [PATCH v3 6/6] cmd: pxe: " Patrice Chotard
2019-12-06 21:48 ` Tom Rini
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=20191206214816.GX9549@bill-the-cat \
--to=trini@konsulko.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