Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Ricardo Martincoski <ricardo.martincoski@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] config/raspberrypi3: use correct CPU
Date: Mon, 01 May 2017 19:52:04 -0300	[thread overview]
Message-ID: <5907bc146298d_4601fe25a48093b@ultri3.mail> (raw)
In-Reply-To: 20170501091104.3183-1-yann.morin.1998@free.fr

Hello,

On Mon, May 01, 2017 at 06:11 AM, Yann E. MORIN wrote:

> We so far were using a Cortex-A7 as the CPU for the rpi3, as this was
> the closest we had available, in 32-bit mode, to the real CPU used in
> the rpi3.
> 
> But now we can also use the Cortex-A53 in 32-bit mode, so we use that,
> which makes for an optimised build (A53 has an improved instruction set,
> as compared to the A7).
> 
> Also drop the DTB overlay option, it defaults to 'y'.
> 
> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Tested-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
[boot-tested: I can login using the HDMI console]

but see comment below...

[snip]
> +++ b/configs/raspberrypi3_defconfig
> @@ -1,6 +1,5 @@
>  BR2_arm=y
> -BR2_cortex_a7=y
> -BR2_ARM_EABIHF=y
> +BR2_cortex_a53=y

This patch is very similar to:
http://patchwork.ozlabs.org/patch/751142/

I applied 751142 and 757022 to separate git trees above 289137ed61.
The resulting .config are the same (except for the sha1, of course).

Regards,
Ricardo

  reply	other threads:[~2017-05-01 22:52 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-01  9:11 [Buildroot] [PATCH] config/raspberrypi3: use correct CPU Yann E. MORIN
2017-05-01 22:52 ` Ricardo Martincoski [this message]
2017-05-02 20:40 ` Thomas Petazzoni

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=5907bc146298d_4601fe25a48093b@ultri3.mail \
    --to=ricardo.martincoski@gmail.com \
    --cc=buildroot@busybox.net \
    /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