All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/6] ARM: DRA7: AM57xx: Enable SPL_DM
Date: Wed, 8 Feb 2017 15:47:52 -0500	[thread overview]
Message-ID: <20170208204752.GX26129@bill-the-cat> (raw)
In-Reply-To: <ce7ee827-e90f-c424-04f0-5b3f59fa5e82@ti.com>

On Wed, Feb 08, 2017 at 02:46:22PM -0600, Andrew F. Davis wrote:
> On 02/08/2017 02:40 PM, Tom Rini wrote:
> > On Wed, Feb 08, 2017 at 12:42:33PM -0600, Andrew F. Davis wrote:
> >> On 02/08/2017 07:07 AM, Lokesh Vutla wrote:
> >>>
> >>>
> >>> On Wednesday 08 February 2017 06:26 PM, Tom Rini wrote:
> >>>> On Wed, Feb 08, 2017 at 06:03:31PM +0530, Lokesh Vutla wrote:
> >>>>
> >>>>> - Enable SPL_DM on all DRA7 and AM57xx based platforms.
> >>>>> - SPL uses a generic dts on all platforms with same defconfig.
> >>>>> - After this series SPL size is increased by ~7KB.
> >>>>
> >>>> That's not a bad size growth, esp here where we can afford it.  Did you
> >>>
> >>> Yeah, but I am worried about this size on am335x.
> >>>
> >>
> >> I am also, I'm working to save about 30 bytes right now to include
> >> another boot mode into HS SPL, +7Kb will simply not work. It looks like
> >> you also get some of your saving from enabling simple_malloc, this is
> >> already enabled for AM335x-HS, so the size increase will likely be
> >> greater on the platform that needs it the most :(
> > 
> > I know I said it only the other day but switching from gcc-4.x/5.x to
> > 6.x saves a bunch of space, even on am335x hs.  I guess my request is
> > that you pick up a gcc-6.x (Debian/unstable, Fedora 25 or I assume
> > Linaro) compiler for ARM and see converting am335x HS to SPL_DT is
> > anywhere close to fitting in the constraint.
> > 
> 
> I'm already using Linaro's gcc-6.x, I don't believe SPL fits anymore
> using the old compilers as it stands today.

You're enforcing the max size constraint today via the appropriate
config option, right?

-- 
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/20170208/78859963/attachment.sig>

      reply	other threads:[~2017-02-08 20:47 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-08 12:33 [U-Boot] [PATCH 0/6] ARM: DRA7: AM57xx: Enable SPL_DM Lokesh Vutla
2017-02-08 12:33 ` [U-Boot] [PATCH 1/6] tools: omapimage: Fix size in header Lokesh Vutla
2017-02-08 13:50   ` Tom Rini
2017-02-08 12:33 ` [U-Boot] [PATCH 2/6] ARM: OMAP2+: define _image_binary_end to fix SPL_OF_CONTROL Lokesh Vutla
2017-02-08 13:50   ` Tom Rini
2017-02-08 16:33   ` Ladislav Michl
2017-02-09  4:01     ` Lokesh Vutla
2017-02-08 12:33 ` [U-Boot] [PATCH 3/6] ARM: dts: AM57xx: Add generic dts for spl Lokesh Vutla
2017-02-08 13:49   ` Tom Rini
2017-02-09  4:01     ` Lokesh Vutla
2017-02-08 12:33 ` [U-Boot] [PATCH 4/6] ARM: dts: DRA7: " Lokesh Vutla
2017-02-08 12:33 ` [U-Boot] [PATCH 5/6] configs: am57xx_evm: Enable SPL_DM Lokesh Vutla
2017-02-08 12:33 ` [U-Boot] [PATCH 6/6] configs: dra7xx_evm: " Lokesh Vutla
2017-02-08 12:56 ` [U-Boot] [PATCH 0/6] ARM: DRA7: AM57xx: " Tom Rini
2017-02-08 13:07   ` Lokesh Vutla
2017-02-08 13:15     ` Tom Rini
2017-02-08 13:28       ` Lokesh Vutla
2017-02-08 13:30         ` Tom Rini
2017-02-08 18:42     ` Andrew F. Davis
2017-02-08 20:40       ` Tom Rini
2017-02-08 20:46         ` Andrew F. Davis
2017-02-08 20:47           ` Tom Rini [this message]

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=20170208204752.GX26129@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 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.