From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/3] ARM: revive CONFIG_USE_ARCH_MEMCPY/MEMSET for UniPhier and Tegra
Date: Tue, 20 Dec 2016 08:39:22 -0500 [thread overview]
Message-ID: <20161220133922.GS4248@bill-the-cat> (raw)
In-Reply-To: <CAK7LNASGzPHRveMvnw8NPyEgYej5DP5EMMsT0oYyPer+28Z6EQ@mail.gmail.com>
On Tue, Dec 20, 2016 at 01:39:40PM +0900, Masahiro Yamada wrote:
> 2016-12-20 6:59 GMT+09:00 Tom Rini <trini@konsulko.com>:
> > On Mon, Dec 19, 2016 at 07:31:02PM +0900, Masahiro Yamada wrote:
> >> Commit be72591bcd64 ("Kconfig: Move USE_ARCH_MEMCPY/MEMSET to
> >> Kconfig") is misconversion.
> >>
> >> The original logic in include/configs/uniphier.h was as follows:
> >>
> >> #if !defined(CONFIG_SPL_BUILD) && !defined(CONFIG_ARM64)
> >> #define CONFIG_USE_ARCH_MEMSET
> >> #define CONFIG_USE_ARCH_MEMCPY
> >> #endif
> >>
> >> This means those configs were enabled when building U-Boot proper,
> >> but disabled when building SPL. Likewise for Tegra.
> >>
> >> Now "depends on !SPL" prevents any boards with SPL support
> >> from reaching these options. This changed the behavior for
> >> UniPhier and Tegra SoC family.
> >>
> >> Please notice these two options only control the U-Boot proper
> >> build. As you see arch/arm/Makefile, ARM-specific memset/memcpy
> >> are never compiled for SPL. So, __HAVE_ARCH_MEMCPY/MEMSET should
> >> not set for SPL.
> >>
> >> Fixes: be72591bcd64 ("Kconfig: Move USE_ARCH_MEMCPY/MEMSET to Kconfig")
> >> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
> >
> > Ah, oops, thanks for spotting that one.
> >
> >> ---
> >>
> >> I am restoring the original behavior for now.
> >> But, I have been wondering if we could remove these options entirely.
> >
> > We cannot. That was my first attempt and we have a handful of active (I
> > checked) boards with tiny enough SPL constraints that switching to the
> > optimized memcpy/memset push them over size limit and they do not have a
> > "something" to disable to gain the space back. So I went with asking
> > for asking for a conversion to enable by default these options as widely
> > as possible as it's a good thing by and (no pun intended) large.
>
>
> Perhaps, I may be missing something, but I could not understand
> why you were talking about SPL size constraints.
>
>
> As far as I understood arch/arm/lib/Makefile,
> arch/arm/lib/memset.o is never compiled for SPL
> in the first place.
>
> I believe CONFIG_USE_ARCH_MEMSET has no impact to SPL.
Because, blarg, oversight. We want these available to SPL because it
fixes problems (due to non-optimized memset being so slow) on some
platforms and otherwise is a speed win. I had been testing changes to
move this all globally over, and found the size problems there.
But... at this point, no, I shouldn't also pull in making these
functions be in SPL as I had intended, I should be good and correct that
part in v2017.03. And take your Kconfig fix as-is, as it's correct.
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20161220/d4b47053/attachment.sig>
next prev parent reply other threads:[~2016-12-20 13:39 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-12-19 10:31 [U-Boot] [PATCH 0/3] ARM: fix the Kconfig misconversion of CONFIG_USE_ARCH_MEMCPY/MEMSET Masahiro Yamada
2016-12-19 10:31 ` [U-Boot] [PATCH 1/3] ARM: revive CONFIG_USE_ARCH_MEMCPY/MEMSET for UniPhier and Tegra Masahiro Yamada
2016-12-19 11:31 ` Fabio Estevam
2016-12-19 21:59 ` Tom Rini
2016-12-20 4:39 ` Masahiro Yamada
2016-12-20 13:39 ` Tom Rini [this message]
2016-12-27 23:03 ` [U-Boot] [U-Boot, " Tom Rini
2016-12-19 10:31 ` [U-Boot] [PATCH 2/3] common/init: remove meaningless defined(CONFIG_USE_ARCH_MEMSET) Masahiro Yamada
2016-12-19 11:31 ` Fabio Estevam
2016-12-19 22:02 ` Tom Rini
2016-12-20 4:33 ` Masahiro Yamada
2016-12-19 10:31 ` [U-Boot] [PATCH 3/3] README: remove description about CONFIG_USE_ARCH_MEMCPY/SET Masahiro Yamada
2016-12-19 11:32 ` Fabio Estevam
2016-12-19 22:01 ` Tom Rini
2016-12-29 22:37 ` [U-Boot] [U-Boot, " 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=20161220133922.GS4248@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