From: Jerry Van Baren <vanbargw@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH] RFC: generic property fixup mechanism for LIBFDT
Date: Wed, 22 Aug 2007 19:16:16 -0400 [thread overview]
Message-ID: <46CCC3C0.8050800@gmail.com> (raw)
In-Reply-To: <20070822160915.5cf9e116.kim.phillips@freescale.com>
Kim Phillips wrote:
> On Wed, 22 Aug 2007 09:18:20 -0400
> Jerry Van Baren <gerald.vanbaren@smiths-aerospace.com> wrote:
>
>> IMO your proposal is not acceptable. Follow Grant's advice and the
>> current cpu/mpc83xx/cpu.c methodology.
>
> ? Bartlomiej's first patch followed the 83xx 'methodology', which Grant
> commented on, which is what Bartlomiej tried to fix here. Maybe I
> missed something, but anyway, now that the window has closed, we can
> arrange to fix libfdt support for all powerpc boards for the next
> release.
Well, perhaps Grant can speak to the issue better than me, but I read
Grant's reply as a request to coelesce the four "setter" functions into
one, not to remove all setter functions and change it back to the
original table mechanism. IMHO, using hardcoded [0] [1]... indexes is
MUCH MORE EVIL than having four similar setter functions.
While I agree that extra setter functions are undesirable, I don't know
if Grant's suggestion can be achieved in a way better than the current
way (that is a challenge ;-).
> What about having a list of functions to call? It could be called
> something like fdt_update_sequence, and be similar in implementation to
> lib_ppc/board.c's init_sequence. It could also reside in lib_ppc,
> esp. since, e.g. all powerpc's have a timebase, and to help naturally
> enforce a certain level of consistency among powerpc board code. The
> updater/fixup/"setter" functions would only need be passed the pointer
> to the base of the blob to update.
We _have_ "a list of functions to call". That is what is done with the
83xx which is what I advocated and what Bartlomiej had before rewriting
it back into a table without functions.
If the "setter" functions can be segregated into general PPC ones and
CPU-specific ones, that would be great. If the number of "setter"
functions can be reduced without degrading reliability etc, that would
be greate.
> The update functions need to be rewritten to be independent of the
> OF_CPU, OF_SOC, OF_QE, OF_STDOUT_PATH defines. Those should all be
> removed (OF_TBCLK might be a bit harder to get rid of though --
> implement TBCLK_DIVISOR instead?). btw, Linux is changing the name of
> the soc node from, e.g. "soc8360", to simply "soc", and u-boot needs to
> handle transitions like these better. Instead of adding support for
> both name types, the update functions can handle these situations by
> using some of the higher level functions available in libfdt, such as
> fdt_find_node_by_type or even fdt_find_compatible_node.
Yes, that needs to go on the list. Done.
<http://www.denx.de/wiki/view/UBoot/UBootFdtInfo#ToDo>
Best regards,
gvb
next prev parent reply other threads:[~2007-08-22 23:16 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-02 18:24 [U-Boot-Users] [PATCH] fdt, mpc5xxx: Adapt MPC5xxx to use libfdt in ft_cpu_setup() Bartlomiej Sieka
2007-08-03 9:07 ` [U-Boot-Users] [PATCH CORRECTION] " Bartlomiej Sieka
2007-08-03 14:25 ` Grant Likely
2007-08-22 11:54 ` [U-Boot-Users] [PATCH] RFC: generic property fixup mechanism for LIBFDT Bartlomiej Sieka
2007-08-22 13:18 ` Jerry Van Baren
2007-08-22 21:09 ` Kim Phillips
2007-08-22 23:16 ` Jerry Van Baren [this message]
2007-08-23 16:24 ` Kim Phillips
2007-08-23 17:01 ` Jerry Van Baren
2007-08-29 18:01 ` Grant Likely
2007-08-30 2:40 ` Jerry Van Baren
2007-08-30 11:51 ` Jerry Van Baren
2007-08-30 12:49 ` Bartlomiej Sieka
2007-08-22 23:30 ` Wolfgang Denk
2007-08-23 16:48 ` Kim Phillips
2007-08-23 17:28 ` Jerry Van Baren
2007-08-23 19:25 ` Wolfgang Denk
2007-08-29 10:59 ` [U-Boot-Users] [PATCH CORRECTION] fdt, mpc5xxx: Adapt MPC5xxx to use libfdt in ft_cpu_setup() Wolfgang Denk
2007-08-29 18:23 ` Grant Likely
2007-08-04 21:21 ` [U-Boot-Users] [PATCH] " Jerry Van Baren
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=46CCC3C0.8050800@gmail.com \
--to=vanbargw@gmail.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