public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Stefano Babic <sbabic@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH V2 6/6] arm: mx5: Add support for DENX M53EVK
Date: Wed, 24 Apr 2013 09:39:17 +0200	[thread overview]
Message-ID: <51778C25.20501@denx.de> (raw)
In-Reply-To: <201304212229.03069.marex@denx.de>

On 21/04/2013 22:29, Marek Vasut wrote:
> Dear Beno?t Th?baudeau,
> 
>> Dear Marek Vasut,
>>

Hi Marek,

>> On Sunday, April 21, 2013 9:12:31 PM, Marek Vasut wrote:
>>> Dear Beno?t Th?baudeau,
>>>
>>>> Dear Marek Vasut,
>>>>
>>>> On Sunday, April 21, 2013 5:52:27 PM, Marek Vasut wrote:
>>>>> Add basic support for the DENX M53EVK board. Currently supported is:
>>>>> MMC (incl. booting)
>>>>>
>>>>              ^
>>>>
>>>> Can you clarify this, please?
>>>
>>> Use u-boot.imx for SD booting as usual.
>>>
>>>> spl_boot_device() points only to NAND, so
>>>> you're clearly talking about hardware MMC boot, and not about hardware
>>>> NAND boot followed by SPL payload fetched from MMC. But MMC boot does
>>>> not need SPL here, in which case you will have to generate a simple
>>>> u-boot.imx, or you will rather want to use u-boot-with-spl.imx for SD
>>>> (NAND header dropped to leave room for MBR). And in the latter case,
>>>> why have spl_boot_device() point to NAND for MMC boot?
>>>
>>> No, regular u-boot.imx will be used for SD boot.
>>
>> OK. So this will require to call make with u-boot.imx as the explicit
>> target. Should this be documented somewhere, perhaps in a README file for
>> this board?
>>
>> Another solution would be, like for woodburn, to have an sd-specific
>> config: - m53evk_nand_config would define CONFIG_SPL from boards.cfg, so
>>    u-boot-with-nand-spl.imx would be generated.
>>  - mx53evk_sd_config would not define CONFIG_SPL from boards.cfg, so
>> u-boot.imx would be generated.
>> And CONFIG_SPL would be removed from m53evk.h.
>>
>> Or, change the various config.mk in order to build u-boot.imx even if
>> CONFIG_SPL is defined, which would be useless for some boards, but useful
>> here in order to avoid having 2 configs for almost the same build, while
>> still not having to explicitly give a make target.
> 
> I'd love to see generic u-boot.nand , u-boot.sd etc. targets instead of these 
> CPU specific stuffs.
> 

But you forget that a single image can be saved on multiple storage:
u-boot.imx can be stored on SD or NOR or SPI-NOR, and that is the reason
for having SOC-specific extension.

I agree with Benoit: at the moment, only people working with i.MX know
that u-boot.im runs on SD. The third solution proposed by Benoit has the
drawback that probably not all boards need u-boot.imx (a board without
SD for example). At least we need an update of the README, but I think
it is not bad to have a new entry in boards.cfg.

Apart of that and not related to this patch, if we in future use SPL
also for booting from SD, we can get a single way to boot from different
storage. TI based SOCs already do this: same SPL, it checks from SD and
NAND.

Best regards,
Stefano

-- 
=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================

  reply	other threads:[~2013-04-24  7:39 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-21 15:52 [U-Boot] [PATCH V2 1/6] imx: Align the imximage header and payload to multiples of 4k Marek Vasut
2013-04-21 15:52 ` [U-Boot] [PATCH V2 2/6] nand: Add SPL_NAND support to mxc_nand_spl Marek Vasut
2013-04-22 22:57   ` Scott Wood
2013-04-21 15:52 ` [U-Boot] [PATCH V2 3/6] arm: imx: Pack u-boot.bin into uImage for SPL Marek Vasut
2013-04-21 15:52 ` [U-Boot] [PATCH 4/6] arm: mx5: Add SPL support code to MX5 Marek Vasut
2013-04-21 15:52 ` [U-Boot] [PATCH 5/6] arm: mx5: Add NAND clock handling Marek Vasut
2013-04-21 15:52 ` [U-Boot] [PATCH V2 6/6] arm: mx5: Add support for DENX M53EVK Marek Vasut
2013-04-21 17:16   ` Benoît Thébaudeau
2013-04-21 19:12     ` Marek Vasut
2013-04-21 19:46       ` Benoît Thébaudeau
2013-04-21 20:29         ` Marek Vasut
2013-04-24  7:39           ` Stefano Babic [this message]
2013-04-24 10:59             ` Benoît Thébaudeau
2013-04-25  7:31               ` Stefano Babic
2013-04-25  8:38                 ` Stefan Roese
2013-04-25 12:31                   ` Stefano Babic
2013-04-25 12:38                   ` Marek Vasut
2013-04-25 12:48                     ` Stefan Roese
2013-04-25 12:49                       ` Benoît Thébaudeau
2013-04-25 13:02                         ` Stefano Babic
2013-04-25 13:16                           ` Benoît Thébaudeau
2013-04-25 13:31                             ` Stefano Babic
2013-04-25 13:46                         ` Stefan Roese
2013-04-25 14:12                           ` Marek Vasut
2013-04-25 13:00                       ` Stefano Babic
2013-04-24 18:52             ` Marek Vasut
2013-04-25  7:20               ` Stefano Babic
2013-04-25 13:36                 ` Marek Vasut
2013-04-25 14:45                   ` Stefano Babic
2013-04-25 14:54                     ` Marek Vasut
2013-04-24 19:04   ` Fabio Estevam
2013-04-24 21:32     ` Marek Vasut
2013-04-24 21:44       ` Otavio Salvador
2013-04-25  0:55       ` Fabio Estevam
2013-04-25 20:12         ` Marek Vasut
2013-05-05 15:59 ` [U-Boot] [PATCH V2 1/6] imx: Align the imximage header and payload to multiples of 4k Stefano Babic

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=51778C25.20501@denx.de \
    --to=sbabic@denx.de \
    --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