From: Stefan Roese <sr@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 17/19] powerpc: ppc4xx: Change from OF_SEPARATE to OF_EMBED
Date: Thu, 19 Feb 2015 11:57:20 +0100 [thread overview]
Message-ID: <54E5C190.1000108@denx.de> (raw)
In-Reply-To: <20150219194512.DD9C.AA925319@jp.panasonic.com>
On 19.02.2015 11:45, Masahiro Yamada wrote:
> On Sat, 7 Feb 2015 11:51:50 -0700
> Simon Glass <sjg@chromium.org> wrote:
>
>> From: Stefan Roese <sr@denx.de>
>>
>> This is necessary, as ppc4xx has the reset vector located at the end
>> of the U-Boot image. This needs to be flashed to the end of the NOR
>> flash. Adding the dtb to the main U-Boot image will break booting
>> on ppc4xx. This patch now embeds the dtb in the U-Boot image instead.
>>
>> Signed-off-by: Stefan Roese <sr@denx.de>
>> Cc: Simon Glass <sjg@chromium.org>
>> Reviewed-by: Simon Glass <sjg@chromium.org>
>> Signed-off-by: Simon Glass <sjg@chromium.org>
>> ---
>
>
> It this a common requirement for PowerPC architecture?
No. Its specific to PPC4xx, and perhaps some other PPC variants. But not
generally for PowerPC.
> If so, does it make sense to change default value only for PowerPC?
Might make sense. Or perhaps even for PPC4xx?
>
> choice
> prompt "Provider of DTB for DT control"
> depends on OF_CONTROL
> default OF_EMBED if PPC
default OF_EMBED if 4xx
Does this work?
Thanks,
Stefan
next prev parent reply other threads:[~2015-02-19 10:57 UTC|newest]
Thread overview: 43+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-07 18:51 [U-Boot] [PATCH v2 0/19] powerpc: Introduce device tree control and driver model Simon Glass
2015-02-07 18:51 ` [U-Boot] [PATCH v2 01/19] Introduce board_init_f_mem() to handle early memory layout Simon Glass
2015-02-11 19:35 ` Simon Glass
2015-02-07 18:51 ` [U-Boot] [PATCH v2 02/19] powerpc: Permit device tree control of U-Boot (CONFIG_OF_CONTROL) Simon Glass
2015-02-11 19:37 ` Simon Glass
2015-02-07 18:51 ` [U-Boot] [PATCH v2 03/19] powerpc: ppc4xx: canyonlands: config: Tidy up CONFIGs and config.mk Simon Glass
2015-02-11 19:37 ` Simon Glass
2015-02-07 18:51 ` [U-Boot] [PATCH v2 04/19] powerpc: ppc4xx: Move CANYONLANDS/GLACIER/ARCHES to Kconfig Simon Glass
2015-02-11 19:37 ` Simon Glass
2015-02-07 18:51 ` [U-Boot] [PATCH v2 05/19] powerpc: ppc4xx: Add ramboot config for glacier Simon Glass
2015-02-11 19:37 ` Simon Glass
2015-02-07 18:51 ` [U-Boot] [PATCH v2 06/19] powerpc: ppc4xx: canyonlands: Move to generic board Simon Glass
2015-02-11 19:37 ` Simon Glass
2015-02-07 18:51 ` [U-Boot] [PATCH v2 07/19] WIP: powerpc: ppc4xx: Somehow BSS is not cleared in RAMBOOT case Simon Glass
2015-02-07 18:51 ` [U-Boot] [PATCH v2 08/19] powerpc: ppc4xx: dts: Bring in canyonlands device tree files Simon Glass
2015-02-11 19:37 ` Simon Glass
2015-02-07 18:51 ` [U-Boot] [PATCH v2 09/19] powerpc: ppc4xx: Call board_init_f_mem() for generic board Simon Glass
2015-02-11 19:40 ` Simon Glass
2015-02-07 18:51 ` [U-Boot] [PATCH v2 10/19] powerpc: ppc4xx: Add a gpio.h header file Simon Glass
2015-02-11 19:41 ` Simon Glass
2015-02-07 18:51 ` [U-Boot] [PATCH v2 11/19] powerpc: ppc4xx: Allow the end of u-boot.bin to be found Simon Glass
2015-02-11 19:41 ` Simon Glass
2015-02-07 18:51 ` [U-Boot] [PATCH v2 12/19] powerpc: ppc4xx: Use CONFIG_OF_CONTROL for canyonlands boards Simon Glass
2015-02-11 19:41 ` Simon Glass
2015-02-07 18:51 ` [U-Boot] [PATCH v2 13/19] ppc: amcc: Omit unneeded ns16550 CONFIG if using driver model Simon Glass
2015-02-11 19:41 ` Simon Glass
2015-02-07 18:51 ` [U-Boot] [PATCH v2 14/19] powerpc: Add serial driver for " Simon Glass
2015-02-11 19:41 ` Simon Glass
2015-02-07 18:51 ` [U-Boot] [PATCH v2 15/19] dm: powerpc: ppc4xx: Move glacier to use driver model for serial Simon Glass
2015-02-11 19:41 ` Simon Glass
2015-02-07 18:51 ` [U-Boot] [PATCH v2 16/19] powerpc: Add linkage.h file Simon Glass
2015-02-11 19:41 ` Simon Glass
2015-02-07 18:51 ` [U-Boot] [PATCH v2 17/19] powerpc: ppc4xx: Change from OF_SEPARATE to OF_EMBED Simon Glass
2015-02-11 19:41 ` Simon Glass
2015-02-19 10:45 ` Masahiro Yamada
2015-02-19 10:57 ` Stefan Roese [this message]
2015-02-07 18:51 ` [U-Boot] [PATCH v2 18/19] powerpc: ppc4xx: Add defaults for DT based booting to really work Simon Glass
2015-02-11 19:42 ` Simon Glass
2015-02-07 18:51 ` [U-Boot] [PATCH v2 19/19] powerpc: ppc4xx: Enable CONFIG_DISPLAY_BOARDINFO Simon Glass
2015-02-11 19:42 ` Simon Glass
2015-02-07 18:53 ` [U-Boot] [PATCH v2 0/19] powerpc: Introduce device tree control and driver model Simon Glass
2015-02-10 16:35 ` Simon Glass
2015-02-10 18:12 ` Stefan Roese
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=54E5C190.1000108@denx.de \
--to=sr@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