U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [U-Boot,v4,02/10] vexpress64: Kconfig: tidy up
Date: Mon, 12 Oct 2015 13:56:56 -0400	[thread overview]
Message-ID: <20151012175656.GO23893@bill-the-cat> (raw)
In-Reply-To: <CAD0U-h+H73Qi_iG1PAm7ZC2qEOdpK2xtSdWqXnJEnhZhk+Oy0Q@mail.gmail.com>

On Mon, Oct 12, 2015 at 05:47:20PM +0100, Ryan Harkin wrote:
> Hi Tom,
> 
> On 12 October 2015 at 16:17, Tom Rini <trini@konsulko.com> wrote:
> 
> > On Fri, Oct 09, 2015 at 05:18:00PM +0100, Ryan Harkin wrote:
> >
> > > The FVP and Juno settings were identical, but duplicated, so I removed
> > > the duplication with this patch.
> > >
> > > Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
> > > Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
> >
> > Applied to u-boot/master, thanks!
> >
> 
> Thanks for applying my series!
> 
> 
> > But note that I had to "dirty" up the Kconfig file a bit to not break
> > other boards.
> 
> 
> I'm sorry about that.  I had to look, but now I see that arch/arm/Kconfig
> is unconditionally including that Kconfig, which I hadn't realised.

So here's a thing that buildman can really help with.  With just:
$ cat ~/.buildman 
[toolchain]
aarch64: /opt/linaro/gcc-linaro-aarch64-linux-gnu-4.8-2013.10_linux

(Aside: I should get a newer aarch64 toolchain, I know..)
you can do:
$ ./tools/buildman/buildman aarch64

And that will build not just the vexpress64 things but everything
aarch64 and that's a small enough subset of boards to not be a "heavy"
thing to do prior to submitting patches but wide enough to catch
problems like this :)

> >   I suspect you want to make more clean-ups and model on
> > say ARCH_UNIPHIER stuff instead.
> >
> 
> Thanks, I'll check that out.  A quick look shows that it seems to cover
> multiple similar platforms quite well.

Yeah.  And related, is TARGET_VEXPRESS64_AEMV8A intended to be something
like that really?  There's no defconfig for "just" that today.  I'm
guessing it should become ARCH_VEXPRESS64_AEMV8A (or so..) and then
further shuffle code and Kconfigs around.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20151012/096206fa/attachment.sig>

  reply	other threads:[~2015-10-12 17:56 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-09 16:17 [U-Boot] [PATCH v4 00/10] vexpress64 FVP and Juno configuration updates Ryan Harkin
2015-10-09 16:17 ` [U-Boot] [PATCH v4 01/10] vexpress64: fix checkpatch warnings Ryan Harkin
2015-10-12 15:16   ` [U-Boot] [U-Boot,v4,01/10] " Tom Rini
2015-10-09 16:18 ` [U-Boot] [PATCH v4 02/10] vexpress64: Kconfig: tidy up Ryan Harkin
2015-10-12 15:17   ` [U-Boot] [U-Boot,v4,02/10] " Tom Rini
2015-10-12 16:47     ` Ryan Harkin
2015-10-12 17:56       ` Tom Rini [this message]
2015-10-09 16:18 ` [U-Boot] [PATCH v4 03/10] vexpress64: increase max gunzip size Ryan Harkin
2015-10-12 15:17   ` [U-Boot] [U-Boot, v4, " Tom Rini
2015-10-09 16:18 ` [U-Boot] [PATCH v4 04/10] vexpress64: fvp dram: add DRAM configuration Ryan Harkin
2015-10-12 15:17   ` [U-Boot] [U-Boot, v4, " Tom Rini
2015-10-09 16:18 ` [U-Boot] [PATCH v4 05/10] vexpress64: juno: add androidboot.hardware=juno Ryan Harkin
2015-10-12 15:17   ` [U-Boot] [U-Boot, v4, " Tom Rini
2015-10-09 16:18 ` [U-Boot] [PATCH v4 06/10] common/armflash: add command to check if image exists Ryan Harkin
2015-10-12 15:17   ` [U-Boot] [U-Boot, v4, " Tom Rini
2015-10-09 16:18 ` [U-Boot] [PATCH v4 07/10] common/armflash: load_image returns success or failure Ryan Harkin
2015-10-12 15:17   ` [U-Boot] [U-Boot, v4, " Tom Rini
2015-10-09 16:18 ` [U-Boot] [PATCH v4 08/10] vexpress64: juno: add optional initrd Ryan Harkin
2015-10-12 15:18   ` [U-Boot] [U-Boot, v4, " Tom Rini
2015-10-09 16:18 ` [U-Boot] [PATCH v4 09/10] vexpress64: juno: add alternate kernel and device tree filenames Ryan Harkin
2015-10-12 15:18   ` [U-Boot] [U-Boot, v4, " Tom Rini
2015-10-09 16:18 ` [U-Boot] [PATCH v4 10/10] vexpress64: juno: use /dev/sda2 Ryan Harkin
2015-10-12 15:18   ` [U-Boot] [U-Boot,v4,10/10] " 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=20151012175656.GO23893@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