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 v2 8/9] spl: dm: Make it possible for the SPL to pick its own DTB from a FIT
Date: Tue, 25 Jul 2017 16:14:10 -0400	[thread overview]
Message-ID: <20170725201410.GP26163@bill-the-cat> (raw)
In-Reply-To: <1500991521-8468-9-git-send-email-jjhiblot@ti.com>

On Tue, Jul 25, 2017 at 04:05:20PM +0200, Jean-Jacques Hiblot wrote:

> u-boot can be embedded within a FIT image with multiple DTBs. It then
> selects at run-time  which one is best suited for the platform.
> Use the same principle here for the SPL: put the DTBs in a FIT image,
> compress it (LZO, GZIP, or no compression) and append it at the end of the
> SPL.
> 
> Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>

Reviewed-by: Tom Rini <trini@konsulko.com>

-- 
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/20170725/ccbf46fc/attachment.sig>

  reply	other threads:[~2017-07-25 20:14 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-25 14:05 [U-Boot] [PATCH v2 0/9] spl: dm: Make it possible for the SPL to pick its own DTB from a FIT Jean-Jacques Hiblot
2017-07-25 14:05 ` [U-Boot] [PATCH v2 1/9] dts: renamed FIT_EMBED to MULTI_DTB_FIT and moved it to the dts Kconfig Jean-Jacques Hiblot
2017-07-25 14:05 ` [U-Boot] [PATCH v2 2/9] fit: use 'const' for the input of fdt_offset() and locate_dtb_in_fit() Jean-Jacques Hiblot
2017-07-25 14:05 ` [U-Boot] [PATCH v2 3/9] fit: fixed bug in locate_dtb_in_fit() Jean-Jacques Hiblot
2017-07-25 14:05 ` [U-Boot] [PATCH v2 4/9] fit: If no matching config is found in fit_find_config_node(), use the default one Jean-Jacques Hiblot
2017-07-25 14:05 ` [U-Boot] [PATCH v2 5/9] lzo: add a function to check the validity of the header Jean-Jacques Hiblot
2017-07-25 14:05 ` [U-Boot] [PATCH v2 6/9] gzip: add a function to parse " Jean-Jacques Hiblot
2017-07-25 14:05 ` [U-Boot] [PATCH v2 7/9] lib: allow building lzo and gunzip for the SPL Jean-Jacques Hiblot
2017-07-25 14:05 ` [U-Boot] [PATCH v2 8/9] spl: dm: Make it possible for the SPL to pick its own DTB from a FIT Jean-Jacques Hiblot
2017-07-25 20:14   ` Tom Rini [this message]
2017-07-25 14:05 ` [U-Boot] [PATCH v2 9/9] omap: detect board before spl_early_init() Jean-Jacques Hiblot

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=20170725201410.GP26163@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