All of lore.kernel.org
 help / color / mirror / Atom feed
From: "André Przywara" <andre.przywara@arm.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3 1/2] sunxi: Enable THUMB build for the U-Boot binary
Date: Sat, 21 Oct 2017 22:24:40 +0100	[thread overview]
Message-ID: <c635b530-9cc3-61fc-a4bc-00f970dc275a@arm.com> (raw)
In-Reply-To: <20171020121614.9863-2-maxime.ripard@free-electrons.com>

On 20/10/17 13:16, Maxime Ripard wrote:
> We start to get to the limit of our main U-Boot binary size (with some
> boards even crossing it). Enable its build using thumb2 to get some extra
> room.
> 
> Suggested-by: Siarhei Siamashka <siarhei.siamashka@gmail.com>
> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>

I quickly boot tested this on an OrangePi Zero and a BananaPi-M1, also
Pine64 (fwiw).
Also buildman was happy (with the whole series) on all 123 sunxi boards
(ignoring the warnings a new dtc pops up on the 64-bit boards).

Reviewed-by: Andre Przywara <andre.przywara@arm.com>
Tested-by: Andre Przywara <andre.przywara@arm.com>

Thanks!
Andre

> ---
>  arch/arm/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> index 64e0ee43f112..83b7aa51dc2c 100644
> --- a/arch/arm/Kconfig
> +++ b/arch/arm/Kconfig
> @@ -698,6 +698,7 @@ config ARCH_SUNXI
>  	select SPL_SYS_MALLOC_SIMPLE if SPL
>  	select SYS_NS16550
>  	select SPL_SYS_THUMB_BUILD if !ARM64
> +	select SYS_THUMB_BUILD if !ARM64
>  	select USB if DISTRO_DEFAULTS
>  	select USB_STORAGE if DISTRO_DEFAULTS
>  	select USB_KEYBOARD if DISTRO_DEFAULTS
> 

  reply	other threads:[~2017-10-21 21:24 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-20 12:16 [U-Boot] [PATCH v3 0/2] sunxi: Fix boot of Cubietruk and al Maxime Ripard
2017-10-20 12:16 ` [U-Boot] [PATCH v3 1/2] sunxi: Enable THUMB build for the U-Boot binary Maxime Ripard
2017-10-21 21:24   ` André Przywara [this message]
2017-10-20 12:16 ` [U-Boot] [PATCH v3 2/2] sunxi: binman: Add U-Boot binary size check Maxime Ripard
2018-05-01 17:25   ` Måns Rullgård
2018-05-01 20:48     ` Siarhei Siamashka
2018-05-02  9:34       ` Måns Rullgård
2018-05-02 13:41         ` Maxime Ripard
2018-05-02 14:24           ` Måns Rullgård
2018-05-07 20:46             ` Maxime Ripard
2018-05-08  1:08               ` Måns Rullgård
2017-10-24  7:50 ` [U-Boot] [PATCH v3 0/2] sunxi: Fix boot of Cubietruk and al Maxime Ripard

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=c635b530-9cc3-61fc-a4bc-00f970dc275a@arm.com \
    --to=andre.przywara@arm.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.