All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Glass <sjg@chromium.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2] libfdt: Introduce new ARCH_FIXUP_FDT option
Date: Sun, 17 Jul 2016 08:12:37 -0600	[thread overview]
Message-ID: <CAPnjgZ3kVHhojj4wdS1f8xgX+PJEmujzxrcsPURQwsjgzeZ1vw@mail.gmail.com> (raw)
In-Reply-To: <a58978f79cc869ceefdbad42ac782630d4733254.1468568140.git.michal.simek@xilinx.com>

On 15 July 2016 at 01:35, Michal Simek <michal.simek@xilinx.com> wrote:
> Add new Kconfig option to disable arch_fixup_fdt() calls for cases where
> U-Boot shouldn't update memory setup in DTB file.
> One example of usage of this option is to boot OS with different memory
> setup than U-Boot use.
>
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
> ---
>
> Changes in v2:
> - Change logic to be possitive - sjg
>
>  Kconfig                  | 9 +++++++++
>  arch/arm/lib/bootm-fdt.c | 2 ++
>  arch/arm/lib/bootm.c     | 2 ++
>  arch/mips/lib/bootm.c    | 2 ++
>  common/image-fdt.c       | 7 ++-----
>  5 files changed, 17 insertions(+), 5 deletions(-)

Reviewed-by: Simon Glass <sjg@chromium.org>

  reply	other threads:[~2016-07-17 14:12 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-15  7:35 [U-Boot] [PATCH v2] libfdt: Introduce new ARCH_FIXUP_FDT option Michal Simek
2016-07-17 14:12 ` Simon Glass [this message]
2016-07-25  2:07 ` Simon Glass
2016-07-28  2:24   ` Simon Glass
2016-07-28  7:08     ` Michal Simek
2016-08-01  1:03       ` Simon Glass
2016-08-01  6:31         ` Michal Simek

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=CAPnjgZ3kVHhojj4wdS1f8xgX+PJEmujzxrcsPURQwsjgzeZ1vw@mail.gmail.com \
    --to=sjg@chromium.org \
    --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.