public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] [PATCH] Use the open firmware flattened tree methodology for the PQ2FADS board.
@ 2006-10-31 18:49 Jerry Van Baren
  2006-11-02 15:51 ` Grant Likely
  0 siblings, 1 reply; 2+ messages in thread
From: Jerry Van Baren @ 2006-10-31 18:49 UTC (permalink / raw)
  To: u-boot

Use the open firmware flattened tree methodology for the PQ2FADS board.

Git repository:
<http://www.cideas.us/cgi-bin/gitweb.cgi?p=u-boot/u-boot-of-cmd.git;a=summary>

Branch: pq2fads-of
<http://www.cideas.us/cgi-bin/gitweb.cgi?p=u-boot/u-boot-of-cmd.git;a=shortlog;h=pq2fads-of>

Signed-off-by: Jerry Van Baren <vanbaren@cideas.com>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 0001-Use-the-open-firmware-flattened-tree-methodology-for-the-PQ2FADS-board.txt
Url: http://lists.denx.de/pipermail/u-boot/attachments/20061031/54d5218c/attachment.txt 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [U-Boot-Users] [PATCH] Use the open firmware flattened tree methodology for the PQ2FADS board.
  2006-10-31 18:49 [U-Boot-Users] [PATCH] Use the open firmware flattened tree methodology for the PQ2FADS board Jerry Van Baren
@ 2006-11-02 15:51 ` Grant Likely
  0 siblings, 0 replies; 2+ messages in thread
From: Grant Likely @ 2006-11-02 15:51 UTC (permalink / raw)
  To: u-boot

On 10/31/06, Jerry Van Baren <gerald.vanbaren@smiths-aerospace.com> wrote:
> Use the open firmware flattened tree methodology for the PQ2FADS board.
>
> Git repository:
> <http://www.cideas.us/cgi-bin/gitweb.cgi?p=u-boot/u-boot-of-cmd.git;a=summary>
>
> Branch: pq2fads-of
> <http://www.cideas.us/cgi-bin/gitweb.cgi?p=u-boot/u-boot-of-cmd.git;a=shortlog;h=pq2fads-of>
>
> Signed-off-by: Jerry Van Baren <vanbaren@cideas.com>

Looks correct to me.

However, this patch should not be committed until this patch is applied:
http://news.gmane.org/find-root.php?message_id=%3c1162162451757%2dgit%2dsend%2demail%2dgrant.likely%40secretlab.ca%3e

Otherwise arch/ppc kernels will no longer be bootable

Cheers,
g.

>
>
> >From 05dde92cf942f0cae7d731912824cc76c9a040d5 Mon Sep 17 00:00:00 2001
> From: Jerry Van Baren <vanbaren@cideas.com>
> Date: Mon, 30 Oct 2006 20:31:26 -0500
> Subject: [PATCH] Use the open firmware flattened tree methodology for the PQ2FADS board.
> ---
>  include/configs/MPC8260ADS.h |   11 +++++++++++
>  1 files changed, 11 insertions(+), 0 deletions(-)
>
> diff --git a/include/configs/MPC8260ADS.h b/include/configs/MPC8260ADS.h
> index 6195bca..12e9560 100644
> --- a/include/configs/MPC8260ADS.h
> +++ b/include/configs/MPC8260ADS.h
> @@ -506,4 +506,15 @@ #if CONFIG_ADSTYPE == CFG_8272ADS
>  #define CONFIG_HAS_ETH1
>  #endif
>
> +/* pass open firmware flat tree */
> +#define CONFIG_OF_FLAT_TREE     1
> +
> +/* maximum size of the flat tree (8K) */
> +#define OF_FLAT_TREE_MAX_SIZE   8192
> +
> +#define OF_CPU                  "PowerPC,MPC8272 at 0"
> +#define OF_TBCLK                (CONFIG_8260_CLKIN / 4)
> +#define CONFIG_OF_HAS_BD_T      1
> +#define CONFIG_OF_HAS_UBOOT_ENV 1
> +
>  #endif /* __CONFIG_H */
> --
> 1.4.1.1
>
>
>
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>
> _______________________________________________
> U-Boot-Users mailing list
> U-Boot-Users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/u-boot-users
>
>
>


-- 
Grant Likely, B.Sc. P.Eng.
Secret Lab Technologies Ltd.
grant.likely at secretlab.ca
(403) 399-0195

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-11-02 15:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-31 18:49 [U-Boot-Users] [PATCH] Use the open firmware flattened tree methodology for the PQ2FADS board Jerry Van Baren
2006-11-02 15:51 ` Grant Likely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox