From: "tiejun.chen" <tiejun.chen@windriver.com>
To: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Cc: linuxppc-dev@lists.ozlabs.org
Subject: Re: [PATCH 2/2] powerpc/405ex: support cuImage via included dtb
Date: Fri, 21 Aug 2009 13:41:42 +0800 [thread overview]
Message-ID: <4A8E3396.9030006@windriver.com> (raw)
In-Reply-To: <20090820133118.GF2530@zod.rchland.ibm.com>
Josh Boyer wrote:
> On Tue, Aug 18, 2009 at 10:28:04AM +0800, Tiejun Chen wrote:
>> To support cuImage, we need to initialize the required sections and
>> ensure that it is built.
>>
>> - cuboot-acadia.c cuboot-amigaone.c
>> + cuboot-acadia.c cuboot-amigaone.c cuboot-kilauea.c
>> src-boot := $(src-wlib) $(src-plat) empty.c
>>
>> src-boot := $(addprefix $(obj)/, $(src-boot))
>> @@ -192,6 +192,7 @@ image-$(CONFIG_DEFAULT_UIMAGE) += uImage
>> image-$(CONFIG_EP405) += dtbImage.ep405
>> image-$(CONFIG_WALNUT) += treeImage.walnut
>> image-$(CONFIG_ACADIA) += cuImage.acadia
>> +image-$(CONFIG_KILAUEA) += cuImage.kilauea
>
> I'm not thrilled with this part as cuImage is really the secondary
> solution if the U-Boot that comes with a board if FDT aware. If you
> have a different board that needs this, perhaps you could add the
> target when that board support gets upstream?
>
Agreed and I will remove this line as you expect. Right?
>> +static void kilauea_fixups(void)
>> +{
>> + /*TODO: Please change this as the real. Note that should be 33MHZ~100MHZ.*/
>
> What does that mean?
>
It's difficult to check the sysclk value on all revision Kilauea board for me,
and we have to check this value only by the real target, not by reading one
register. So I hope it's safe to remind other guys here.
But I am sure that should be 33MHZ ~ 100MHZ as PPC405EX manual.
Best Regards
Tiejun
> josh
>
next prev parent reply other threads:[~2009-08-21 5:40 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-08-18 2:28 powerpc/405ex: Support cuImage for PPC405EX Tiejun Chen
2009-08-18 2:28 ` [PATCH 1/2] powerpc/405ex: provide necessary fixup function to support cuImage Tiejun Chen
2009-08-20 13:26 ` Josh Boyer
2009-08-21 6:00 ` tiejun.chen
2009-08-21 11:49 ` Josh Boyer
2009-08-18 2:28 ` [PATCH 2/2] powerpc/405ex: support cuImage via included dtb Tiejun Chen
2009-08-20 13:31 ` Josh Boyer
2009-08-21 5:41 ` tiejun.chen [this message]
2009-08-21 6:35 ` Stefan Roese
2009-08-21 6:39 ` tiejun.chen
2009-08-21 11:49 ` Josh Boyer
2009-08-18 3:30 ` Mailing lists (Was: Re: powerpc/405ex: Support cuImage for PPC405EX) Stephen Rothwell
2009-08-18 4:38 ` tiejun.chen
2009-08-18 3:39 ` powerpc/405ex: Support cuImage for PPC405EX Benjamin Herrenschmidt
2009-08-18 13:28 ` Josh Boyer
2009-08-19 1:45 ` tiejun.chen
2009-08-19 11:45 ` Josh Boyer
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=4A8E3396.9030006@windriver.com \
--to=tiejun.chen@windriver.com \
--cc=jwboyer@linux.vnet.ibm.com \
--cc=linuxppc-dev@lists.ozlabs.org \
/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;
as well as URLs for NNTP newsgroup(s).