From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 01/11] cmd: crc32: Disable by default on sunXi
Date: Thu, 11 Jan 2018 13:41:41 -0500 [thread overview]
Message-ID: <20180111184141.GI4660@bill-the-cat> (raw)
In-Reply-To: <CAD6G_RRVopfhcbE1OzTkV18eo15niKk4BLQVDe5jn2sX4X1pZw@mail.gmail.com>
On Thu, Jan 11, 2018 at 11:24:28PM +0530, Jagan Teki wrote:
> On Thu, Dec 21, 2017 at 6:10 PM, Maxime Ripard
> <maxime.ripard@free-electrons.com> wrote:
> > The sunXi arm64 build has overflown, leading to the main U-boot binary
> > overwriting the environment when flashing the new image, or even worse,
> > overwriting itself when we're calling saveenv.
> >
> > Disable this command that is not critical until we can adress the issue
> > properly.
> >
> > Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
> > ---
> > cmd/Kconfig | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/cmd/Kconfig b/cmd/Kconfig
> > index c0332235261f..7751001819d0 100644
> > --- a/cmd/Kconfig
> > +++ b/cmd/Kconfig
> > @@ -397,6 +397,7 @@ menu "Memory commands"
> > config CMD_CRC32
> > bool "crc32"
> > select HASH
> > + default n if ARCH_SUNXI
> > default y
> > help
> > Compute CRC32.
>
> this make unselect HASH so, few of the boards have build issues, we
> can select sunxi directly on HASH kconfig.
OK, hold on. This series was supposed to be pulled in to v2018.01, to
fix size issues, before we could take the env series that I said can
come in for v2018.03, yes? So we should just not do this series and
take Maxime's update to the env series which I expect to be posted soon
so I can merge it, and sunxi can move to env in FAT and not have the
problem it has on aarch64 atm.
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20180111/30b6de9c/attachment.sig>
next prev parent reply other threads:[~2018-01-11 18:41 UTC|newest]
Thread overview: 43+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-21 12:40 [U-Boot] [PATCH 00/11] sunxi: arm64 binary size fixes Maxime Ripard
2017-12-21 12:40 ` [U-Boot] [PATCH 01/11] cmd: crc32: Disable by default on sunXi Maxime Ripard
2017-12-21 14:50 ` Andre Przywara
2017-12-22 9:16 ` Jagan Teki
2018-01-05 9:54 ` Maxime Ripard
2018-01-10 6:17 ` Jagan Teki
2018-01-11 17:54 ` Jagan Teki
2018-01-11 18:41 ` Tom Rini [this message]
2018-01-12 9:00 ` Maxime Ripard
2018-01-12 8:56 ` Maxime Ripard
2018-01-12 11:33 ` Jagan Teki
2017-12-21 12:40 ` [U-Boot] [PATCH 02/11] cmd: unzip: " Maxime Ripard
2018-01-10 6:19 ` Jagan Teki
2017-12-21 12:40 ` [U-Boot] [PATCH 03/11] cmd: loadb: " Maxime Ripard
2018-01-10 6:20 ` Jagan Teki
2017-12-21 12:40 ` [U-Boot] [PATCH 04/11] cmd: loads: " Maxime Ripard
2018-01-10 6:21 ` Jagan Teki
2017-12-21 12:40 ` [U-Boot] [PATCH 05/11] cmd: misc: " Maxime Ripard
2017-12-21 14:50 ` Andre Przywara
2018-01-10 6:22 ` Jagan Teki
2017-12-21 12:40 ` [U-Boot] [PATCH 06/11] video: bpp8: " Maxime Ripard
2017-12-21 14:37 ` Andre Przywara
2017-12-21 16:01 ` Anatolij Gustschin
2018-01-10 6:23 ` Jagan Teki
2017-12-21 12:40 ` [U-Boot] [PATCH 07/11] video: bpp16: " Maxime Ripard
2017-12-21 14:38 ` Andre Przywara
2017-12-21 16:12 ` Anatolij Gustschin
2018-01-10 6:23 ` Jagan Teki
2017-12-21 12:40 ` [U-Boot] [PATCH 08/11] net: regex: " Maxime Ripard
2017-12-21 16:05 ` Andre Przywara
2018-01-10 6:25 ` Jagan Teki
2017-12-21 12:40 ` [U-Boot] [PATCH 09/11] sunxi: imply CONFIG_OF_LIBFDT_OVERLAY Maxime Ripard
2018-01-10 6:27 ` Jagan Teki
2017-12-21 12:40 ` [U-Boot] [PATCH 10/11] Makefile: Add size check to the u-boot.itb make target Maxime Ripard
2017-12-21 12:40 ` [U-Boot] [PATCH 11/11] sunxi: Add limit with the MMC environment Maxime Ripard
2017-12-21 22:52 ` André Przywara
2017-12-22 8:48 ` Maxime Ripard
2017-12-22 9:04 ` Jagan Teki
2018-01-05 9:33 ` Maxime Ripard
2017-12-21 12:56 ` [U-Boot] [PATCH 00/11] sunxi: arm64 binary size fixes Tom Rini
2018-01-04 5:28 ` Jagan Teki
2018-01-05 10:00 ` Maxime Ripard
2018-01-05 10:16 ` Jagan Teki
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=20180111184141.GI4660@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