public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Michal Simek <monstr@monstr.eu>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/4] zynq: fix OF control of Zynq
Date: Wed, 14 May 2014 16:14:55 +0200	[thread overview]
Message-ID: <53737A5F.6040405@monstr.eu> (raw)
In-Reply-To: <1400072110-1749-1-git-send-email-yamada.m@jp.panasonic.com>

Hi Masahiro.

On 05/14/2014 02:55 PM, Masahiro Yamada wrote:
> Zynq SoCs define CONFIG_OF_CONTROL and CONFIG_OF_SEPARATE,
> but it is not working.
> 
> One possible workaround was to edit include/configs/zynq-common.h
> to disable
>   CONFIG_OF_CONTROL
>   CONFIG_OF_SEPARATE
>   CONFIG_DISPLAY_BOARDINFO_LATE
>   CONFIG_FIT_SIGNATURE
>   CONFIG_RSA
> 
> I am not satisfied with this temporal workaround.
> 
> My motivation is to run U-boot mainline on Zynq boards
> with OF control.
> 
> To achieve this, SPL must load u-boot-dtb.bin.
> 
> 1/4 adds support u-boot-dtb.img (= uImage header + u-boot-dtb.bin)
> 
> 2/4 switches to load u-boot-dtb.img.
> 
> 3/4 and 4/4 add missing some nodes to device tree.
> 
> This series was tested on my ZC706 board.

I have tested it on zc702 and it is working correctly.

Tested-by: Michal Simek <monstr@monstr.eu>

Regarding patches 3/4 and 4/4 maybe will be just easier
to add full DTS because you will want to use OF configuration
for ethernet, mmc, usb, etc. Taken it from mainline kernel
make sense.

Thanks,
Michal

-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Microblaze cpu - http://www.monstr.eu/fdt/
Maintainer of Linux kernel - Xilinx Zynq ARM architecture
Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 263 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140514/62c4f5b2/attachment.pgp>

  parent reply	other threads:[~2014-05-14 14:14 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-14 12:55 [U-Boot] [PATCH 0/4] zynq: fix OF control of Zynq Masahiro Yamada
2014-05-14 12:55 ` [U-Boot] [PATCH 1/4] build: support a new image u-boot-dtb.img Masahiro Yamada
2014-05-15  1:53   ` Simon Glass
2014-05-14 12:55 ` [U-Boot] [PATCH 2/4] zynq: load u-boot-dtb.img for SD boot Masahiro Yamada
2014-05-14 14:05   ` Michal Simek
2014-05-15 11:44     ` Masahiro Yamada
2014-05-14 12:55 ` [U-Boot] [PATCH 3/4] zynq: add memory nodes to device tree to initialize DRAM with OF Masahiro Yamada
2014-05-14 12:55 ` [U-Boot] [PATCH 4/4] zynq: add UART nodes to device tree to initialize UART " Masahiro Yamada
2014-05-14 14:14 ` Michal Simek [this message]
2014-05-15 11:41   ` [U-Boot] [PATCH 0/4] zynq: fix OF control of Zynq Masahiro Yamada

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=53737A5F.6040405@monstr.eu \
    --to=monstr@monstr.eu \
    --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