All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lokesh Vutla <lokeshvutla@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/6] ARM: DRA7: AM57xx: Enable SPL_DM
Date: Wed, 8 Feb 2017 18:58:10 +0530	[thread overview]
Message-ID: <587ce0e7-9e11-e53c-fca0-355bfd171c86@ti.com> (raw)
In-Reply-To: <20170208131516.GP26129@bill-the-cat>



On Wednesday 08 February 2017 06:45 PM, Tom Rini wrote:
> 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.

Okay, Ill try this for am335x. I guess the current approach is fine for
DRA7 and AM57?

Thanks and regards,
Lokesh

> 
>>> 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.
> 

  reply	other threads:[~2017-02-08 13:28 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 [this message]
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=587ce0e7-9e11-e53c-fca0-355bfd171c86@ti.com \
    --to=lokeshvutla@ti.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.