All of lore.kernel.org
 help / color / mirror / Atom feed
From: "José Miguel Gonçalves" <jose.goncalves@inov.pt>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v4 10/11] Add u-boot-pad.bin target to the Makefile
Date: Fri, 21 Sep 2012 02:08:09 +0100	[thread overview]
Message-ID: <505BBDF9.4020102@inov.pt> (raw)
In-Reply-To: <1348164566.8195.2@snotra>

On 20-09-2012 19:09, Scott Wood wrote:
> On 09/20/2012 11:01:42 AM, Tom Warren wrote:
>> > -----Original Message-----
>> > From: Tom Rini [mailto:trini at ti.com]
>> > Sent: Wednesday, September 19, 2012 6:29 PM
>> > To: Jos? Miguel Gon?alves
>> > Cc: Scott Wood; u-boot at lists.denx.de; marex at denx.de; mk7.kang at samsung.com;
>> > Tom Warren
>> > Subject: Re: [PATCH v4 10/11] Add u-boot-pad.bin target to the Makefile
>> >
>> > Tom W, since I'd like you to upgrade the tegra rules after this change goes
>> > in (since they do a u-boot-spl.bin + pad + u-boot.bin + stuff), does this
>> > look good to you as well?  Thanks!
>>
>> I'm not clear what you want the final binary names to be. I seem to be missing 
>> segments of this discussion - maybe not CC'd on all threads?
>>
>> With Tegra, if you flash u-boot.bin, you'll get a DT-less, non-functional 
>> binary that will print a 'DT missing!' message and reset ad infinitum. Most 
>> folks won't see or care about u-boot-spl.bin, since it's hidden in the spl/ 
>> subdir. I don't see the use of having a 'u-boot-with-spl.bin' - doesn't 
>> u-boot-spl.bin say the same thing?
>
> u-boot-spl.bin is just the SPL.  u-boot-with-spl.bin is SPL plus u-boot.
>
> Or maybe the former could just become spl.bin, and then u-boot-spl.bin could 
> mean the latter?  There's really no reason to put "u-boot" in the name of every 
> intermediate file that represents something more specific.

So, before I resubmit my patch, can you please tell me what should be the name for 
the file with SPL plus u-boot;

1) u-boot-with-spl.bin
2) u-boot-spl.bin (and rename the SPL only file to 'spl.bin')
3) ???

>
>> If you flash u-boot-dtb-tegra.bin, you'll get a fully functioning U-Boot. 
>> There's an intermediate file (u-boot-dtb.bin) that I assume is u-boot.bin+dtb - 
>> I'm not sure why it's left around - Allen could comment here.
>
> It's useful to leave intermediate files around for debugging.
>
>> So in my eyes, all you really need is u-boot-dtb-tegra.bin - an unwieldy name, 
>> to be sure, but it seems to satisfy your request for a Soc identifier in the name.
>
> If the only thing Tegra-specific about the output format is that it has a dtb 
> bundled, I think it should have a more generic name, as other targets could end 
> up using a dtb as well.
>
>

Best regards,
Jos? Gon?alves

  reply	other threads:[~2012-09-21  1:08 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-19 11:25 [U-Boot] [PATCH v4 00/11] S3C24XX: Add support to MINI2416 board José Miguel Gonçalves
2012-09-19 11:25 ` [U-Boot] [PATCH v4 01/11] Add configuration option to select printf() inclusion on SPL José Miguel Gonçalves
2012-09-19 11:25 ` [U-Boot] [PATCH v4 02/11] S3C24XX: Add core support for Samsung's S3C24XX SoCs José Miguel Gonçalves
2012-09-19 11:25 ` [U-Boot] [PATCH v4 03/11] serial: Add support to 4 ports in serial_s3c24x0 José Miguel Gonçalves
2012-09-19 11:25 ` [U-Boot] [PATCH v4 04/11] serial: Use a more precise baud rate generation for serial_s3c24x0 José Miguel Gonçalves
2012-09-19 11:25 ` [U-Boot] [PATCH v4 05/11] serial: Remove unnecessary delay in serial_s3c24x0 José Miguel Gonçalves
2012-09-19 11:25 ` [U-Boot] [PATCH v4 06/11] rtc: Improve rtc_get() on s3c24x0_rtc José Miguel Gonçalves
2012-09-19 11:25 ` [U-Boot] [PATCH v4 07/11] rtc: Fix rtc_reset() " José Miguel Gonçalves
2012-09-19 11:25 ` [U-Boot] [PATCH v4 08/11] rtc: Don't allow setting unsuported years " José Miguel Gonçalves
2012-09-19 11:25 ` [U-Boot] [PATCH v4 09/11] S3C24XX: Add NAND Flash driver José Miguel Gonçalves
2012-09-19 16:19   ` Scott Wood
2012-09-19 16:34     ` José Miguel Gonçalves
2012-09-19 11:25 ` [U-Boot] [PATCH v4 10/11] Add u-boot-pad.bin target to the Makefile José Miguel Gonçalves
2012-09-19 16:10   ` Scott Wood
2012-09-19 16:58     ` José Miguel Gonçalves
2012-09-19 17:08       ` Scott Wood
2012-09-19 17:40         ` José Miguel Gonçalves
2012-09-19 17:11       ` Stephen Warren
2012-09-19 18:19         ` Tom Rini
2012-09-19 18:36           ` Scott Wood
2012-09-19 20:17             ` Tom Rini
2012-09-19 18:44           ` José Miguel Gonçalves
2012-09-19 22:39   ` Scott Wood
2012-09-19 23:31     ` Tom Rini
2012-09-19 23:36       ` Scott Wood
2012-09-19 23:40         ` Tom Rini
2012-09-20  0:38           ` José Miguel Gonçalves
2012-09-20  1:29             ` Tom Rini
2012-09-20 16:01               ` Tom Warren
2012-09-20 16:23                 ` Tom Rini
2012-09-20 16:32                   ` Tom Warren
2012-09-20 18:09                 ` Scott Wood
2012-09-21  1:08                   ` José Miguel Gonçalves [this message]
2012-09-21  5:43                 ` Wolfgang Denk
2012-09-21  8:13                   ` José Miguel Gonçalves
2012-09-21 15:52                     ` Wolfgang Denk
2012-09-21 16:08                       ` Marek Vasut
2012-09-21 16:13                       ` Tom Rini
2012-09-21 16:26                         ` José Miguel Gonçalves
2012-09-21 16:38                           ` Tom Rini
2012-09-21 16:37                         ` Langer Thomas
2012-09-21 18:33                   ` Scott Wood
2012-09-21 18:43                     ` Marek Vasut
2012-09-21 19:03                       ` Scott Wood
2012-09-21 19:24                         ` Marek Vasut
2012-09-21 19:33                           ` Scott Wood
2012-09-23 16:25                           ` Wolfgang Denk
2012-09-19 11:25 ` [U-Boot] [PATCH v4 11/11] S3C24XX: Add support to MINI2416 board José Miguel Gonçalves
2012-09-19 19:18   ` Tom Rini
2012-09-19 20:34     ` José Miguel Gonçalves

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=505BBDF9.4020102@inov.pt \
    --to=jose.goncalves@inov.pt \
    --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.