public inbox for u-boot@lists.denx.de
 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 08:15:16 -0500	[thread overview]
Message-ID: <20170208131516.GP26129@bill-the-cat> (raw)
In-Reply-To: <cc25e23b-eee8-3f0f-aa7f-760c8e553d44@ti.com>

On Wed, Feb 08, 2017 at 06:37:17PM +0530, 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.

Agreed, at least wrt HS platforms as well.

> 
> > experiment with going the board-data way?  Also it looks like we're
> 
> hmm.. IIUC, board-data is duplication of same data that is available in
> DT. Anyways all the unsed nodes in DT are removed for SPL case. So, I
> used this approach.

My understanding was that going this way (ala rockchip) does save space.
We may also need to start saying that gcc-6 is required on these
platforms in order to take advantage of having all of the unused strings
really be discarded from the final binary.

> > going the same DT for U-Boot proper now, will this work long term?  Or
> > do you need to switch to having U-Boot itself be loaded from a FIT image
> > and given the correct board dtb?  Thanks!
> 
> The DT that is being introduced in this series will be used only by SPL.
> For U-Boot proper, a FIT image will be built using OF_LIST. I don't
> think we need to switch.

Ah, I missed that already being set, sorry.

-- 
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/374656a0/attachment.sig>

  reply	other threads:[~2017-02-08 13:15 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 [this message]
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

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=20170208131516.GP26129@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