From: Joe Hamman <joe.hamman@embeddedspecialties.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH 04/13] [new uImage] Cleanup OF/FDT #if/#elif/#endif use in do_bootm_linux()
Date: Fri, 11 Jan 2008 16:39:28 -0600 [thread overview]
Message-ID: <017801c854a2$d3928850$6600a8c0@ESIDT> (raw)
In-Reply-To: <47879DED.5020505@freescale.com>
> -----Original Message-----
> From: u-boot-users-bounces at lists.sourceforge.net [mailto:u-boot-users-
> bounces at lists.sourceforge.net] On Behalf Of Jon Loeliger
> Sent: Friday, January 11, 2008 10:49 AM
> To: Jerry Van Baren
> Cc: u-boot-users at lists.sourceforge.net; Marian Balakowicz
> Subject: Re: [U-Boot-Users] [PATCH 04/13] [new uImage] Cleanup OF/FDT
> #if/#elif/#endif use in do_bootm_linux()
>
> Jerry Van Baren wrote:
> > Marian Balakowicz wrote:
> >> Make CONFIG_OF_LIBFDT and CONFIG_OF_FLAT_TREE use more
> >> readable in PPC variant of do_bootm_linux() routine.
> >>
> >> Signed-off-by: Marian Balakowicz <m8@semihalf.com>
> >
> > What is the wisdom of the crowd, is it possible to port over the
> > remaining 5 boards and removing the "CONFIG_OF_FLAT_TREE" code in this
> > merge window, or is it too risky? My gut says too risky, do it in the
> > next window.
> >
> > $ find . -name "*.[h]" | xargs grep CONFIG_OF_FLAT_TREE | grep 1
> > ./include/configs/mpc7448hpc2.h:#define CONFIG_OF_FLAT_TREE 1
> > ./include/configs/sbc8349.h:#define CONFIG_OF_FLAT_TREE 1
> > ./include/configs/MPC8610HPCD.h:#define CONFIG_OF_FLAT_TREE 1
> > ./include/configs/stxxtc.h:#define CONFIG_OF_FLAT_TREE 1
> > ./include/configs/sbc8641d.h:#define CONFIG_OF_FLAT_TREE 1
> >
> When the 86xx repo is pulled by Wolfgang, the 8610 board
> will be done!
>
> The sbc8641 board is likely really easy given that I
> have already done it for the Freescale MPC8641HPCN board.
> I am not sure who is pushing that code around, though.
I'm going to attempt to get it done this weekend - unless she has plans I
don't know about :-P
>
> jdl
>
> -------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketpla
> ce
> _______________________________________________
> U-Boot-Users mailing list
> U-Boot-Users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/u-boot-users
next prev parent reply other threads:[~2008-01-11 22:39 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-11 14:27 [U-Boot-Users] [PATCH 00/13] new uImage patchset1 - cleanup Marian Balakowicz
2008-01-11 14:27 ` [U-Boot-Users] [PATCH 01/13] Add missing cmd_ximg.o to common/Makefile Marian Balakowicz
2008-01-11 14:28 ` [U-Boot-Users] [PATCH 02/13] [new uImage] Define a API for image handling operations Marian Balakowicz
2008-01-12 0:48 ` Wolfgang Denk
2008-01-15 10:35 ` Marian Balakowicz
2008-01-15 22:05 ` Wolfgang Denk
2008-01-12 0:50 ` Wolfgang Denk
2008-01-15 10:37 ` Marian Balakowicz
2008-01-12 1:04 ` Wolfgang Denk
2008-01-15 10:58 ` Marian Balakowicz
2008-01-11 14:28 ` [U-Boot-Users] [PATCH 03/13] [new uImage] Move PPC do_bootm_linux() to lib_ppc/ppc_linux.c Marian Balakowicz
2008-01-12 1:08 ` Wolfgang Denk
2008-01-15 11:02 ` Marian Balakowicz
2008-01-11 14:28 ` [U-Boot-Users] [PATCH 04/13] [new uImage] Cleanup OF/FDT #if/#elif/#endif use in do_bootm_linux() Marian Balakowicz
2008-01-11 16:26 ` Jerry Van Baren
2008-01-11 16:48 ` Jon Loeliger
2008-01-11 22:39 ` Joe Hamman [this message]
2008-01-11 16:59 ` Kim Phillips
2008-01-11 17:32 ` Jerry Van Baren
2008-01-15 10:21 ` Marian Balakowicz
2008-01-11 14:29 ` [U-Boot-Users] [PATCH 05/13] [new uImage] Move gunzip() common code to common/gunzip.c Marian Balakowicz
2008-01-11 14:29 ` [U-Boot-Users] [PATCH 06/13] [new uImage] Move CHUNKSZ definition to image.h Marian Balakowicz
2008-01-11 14:29 ` [U-Boot-Users] [PATCH 07/13] [new uImage] Remove I386 uImage fake_header() routine Marian Balakowicz
2008-01-11 14:29 ` [U-Boot-Users] [PATCH 08/13] [new uImage] Fix uImage header pointer use in i386 do_bootm_linux() Marian Balakowicz
2008-01-11 14:29 ` [U-Boot-Users] [PATCH 09/13] [new uImage] Fix FDT header verification in PPC do_boot_linux() routine Marian Balakowicz
2008-01-11 14:30 ` [U-Boot-Users] [PATCH 10/13] [new uImage] Add memmove_wd() common routine Marian Balakowicz
2008-01-11 14:30 ` [U-Boot-Users] [PATCH 11/13] [new uImage] Coding style cleanup - part 1 Marian Balakowicz
2008-01-12 1:18 ` Wolfgang Denk
2008-01-12 4:07 ` Larry Johnson
2008-01-15 11:04 ` Marian Balakowicz
2008-01-11 14:30 ` [U-Boot-Users] [PATCH 12/13] [new uImage] Cleanup image header pointer use in bootm code Marian Balakowicz
2008-01-11 14:31 ` [U-Boot-Users] [PATCH 13/13] [new uImage] Return error on image move/uncompress overwrites Marian Balakowicz
2008-01-12 1:26 ` Wolfgang Denk
2008-01-15 11:15 ` Marian Balakowicz
2008-01-11 14:47 ` [U-Boot-Users] [PATCH 00/13] new uImage patchset1 - cleanup Stefan Roese
2008-01-11 16:32 ` Jerry Van Baren
2008-01-11 23:48 ` Wolfgang Denk
2008-01-11 19:35 ` Wolfgang Denk
2008-01-12 0:54 ` Wolfgang Denk
2008-01-15 10:06 ` Marian Balakowicz
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='017801c854a2$d3928850$6600a8c0@ESIDT' \
--to=joe.hamman@embeddedspecialties.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox