All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] Allow boards to initialize the DT at runtime.
Date: Wed, 10 May 2017 13:51:30 -0400	[thread overview]
Message-ID: <20170510175130.GJ12511@bill-the-cat> (raw)
In-Reply-To: <20170402082520.32546-1-deymo@google.com>

On Sun, Apr 02, 2017 at 01:25:20AM -0700, Alex Deymo wrote:

> In some boards like the Raspberry Pi the initial bootloader will pass
> a DT to the kernel. When using U-boot as such kernel, the board code in
> U-Boot should be able to provide U-boot with this, already assembled
> device tree blob.
> 
> This patch introduces a new config option CONFIG_OF_BOARD to use instead
> of CONFIG_OF_EMBED or CONFIG_OF_SEPARATE which will initialize the DT
> from a board-specific funtion instead of bundling one with U-boot or as
> a separated file. This allows boards like the Raspberry Pi to reuse the
> device tree passed from the bootcode.bin and start.elf firmware
> files, included the run-time selected device tree overlays.
> 
> Signed-off-by: Alex Deymo <deymo@google.com>
> Reviewed-by: Simon Glass <sjg@chromium.org>

After doing the rewords Simon suggested, applied to u-boot/master,
thanks!

-- 
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/20170510/ce77d783/attachment.sig>

      parent reply	other threads:[~2017-05-10 17:51 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <98c581b7b5c318c1e5eeac63c8a73c6e63c476cf>
2017-04-02  8:25 ` [U-Boot] [PATCH] Allow boards to initialize the DT at runtime Alex Deymo
2017-04-05 10:29   ` Simon Glass
2017-05-10 17:51   ` Tom Rini [this message]

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=20170510175130.GJ12511@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 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.