<html>
<head>
<style>
P
{
margin:0px;
padding:0px
}
body
{
FONT-SIZE: 9pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body>
Sorry,<BR>
I forgeted to check its formatting before sending last mail.<BR>
My board's info as following: <BR>
1 CPU: PXA270 <BR>
2 SDRAM :0xA0000000 - 0xA4000000 64M<BR>
3 BOOT: nCS<0> CODE: 0x00000000<BR>
4 FFUART<BR> GPIO34 FFRXD<BR>
GPIO35 FFCTS<BR>
GPIO36 FFDCD<BR>
GPIO37 FFDSR <BR>
GPIO38 FFRI <BR>
GPIO39 FFTXD <BR>
GPIO40 FFDTR <BR>
GPIO41 FFRTS <BR>
As I'm a newer to uboot and PXA270, so in my opine, after patched the uboot114 directory, I just need to modify the mainstone.h to fit my board. But I failed. Then after compared with start.S for other cpus such as ixp, I found that the reset code are very similar to each other. At first I doubted about the reset code, so I modified start.S and lowlevel_Init.S with the start code of blob. But I failed yet. Could you possible give me some suggestion? Thank you very much.<BR>
Best regards<BR>
John<BR><BR>> From: u-boot-users-request@lists.sourceforge.net<BR>> Subject: U-Boot-Users Digest, Vol 12, Issue 98<BR>> To: u-boot-users@lists.sourceforge.net<BR>> Date: Fri, 25 May 2007 07:29:03 -0700<BR>> <BR>> Send U-Boot-Users mailing list submissions to<BR>> u-boot-users@lists.sourceforge.net<BR>> <BR>> To subscribe or unsubscribe via the World Wide Web, visit<BR>> https://lists.sourceforge.net/lists/listinfo/u-boot-users<BR>> or, via email, send a message with subject or body 'help' to<BR>> u-boot-users-request@lists.sourceforge.net<BR>> <BR>> You can reach the person managing the list at<BR>> u-boot-users-owner@lists.sourceforge.net<BR>> <BR>> When replying, please edit your Subject line so it is more specific<BR>> than "Re: Contents of U-Boot-Users digest..."<BR>> <BR>> <BR>> Today's Topics:<BR>> <BR>> 1. Re: Imminent u-boot-fdt pull request (Jerry Van Baren)<BR>> 2. Abour JFFS2 commands (Vaibhav Hiremath)<BR>> 3. Re: Abour JFFS2 commands (Ladislav Michl)<BR>> 4. [PATCH] Fix ppc4xx bootstrap letter displayed on startup<BR>> (Benoit Monin)<BR>> 5. Re: [RFC] logos directory & default logo (Rodolfo Giometti)<BR>> 6. [PATCH] LOGO: All logos must be placed into the "logos"<BR>> directory. (Rodolfo Giometti)<BR>> 7. [PATCH] LOGO: Allow define "LOGO_BMP" to be globally defined.<BR>> (Rodolfo Giometti)<BR>> 8. Re: [PATCH] LOGO: All logos must be placed into the "logos"<BR>> directory. (Wolfgang Denk)<BR>> 9. Re: [PATCH] LOGO: Allow define "LOGO_BMP" to be globally<BR>> defined. (Wolfgang Denk)<BR>> <BR>> <BR>> ----------------------------------------------------------------------<BR>> <BR>> Message: 1<BR>> Date: Fri, 25 May 2007 07:54:47 -0400<BR>> From: Jerry Van Baren <gerald.vanbaren@smiths-aerospace.com><BR>> Subject: Re: [U-Boot-Users] Imminent u-boot-fdt pull request<BR>> To: Kim Phillips <kim.phillips@freescale.com><BR>> Cc: u-boot-users@lists.sourceforge.net<BR>> Message-ID: <4656CE87.8080200@smiths-aerospace.com><BR>> Content-Type: text/plain; charset=ISO-8859-1; format=flowed<BR>> <BR>> Kim Phillips wrote:<BR>> > On Tue, 22 May 2007 00:06:06 -0400<BR>> > Jerry Van Baren <gvb.uboot@gmail.com> wrote:<BR>> > <BR>> >> Dear all,<BR>> >><BR>> >> Please review the u-boot-fdt changes. I intend to request Wolfgang pull <BR>> >> the pending changes soon. All of the changes (except the last trivial <BR>> > <BR>> > I have properties being placed at the wrong level, timebase- and<BR>> > bus-frequencies not being updated, there are multiple copies of the<BR>> > code, and, it is hard to read - I saw a line length of 139!<BR>> > <BR>> > Please work on your CodingStyle. I haven't finished debugging here.<BR>> > <BR>> > Kim<BR>> <BR>> Hi Kim,<BR>> <BR>> Thanks for the feedback, I'll check things. Pointers to files (and <BR>> lines) would be helpful. :-/<BR>> <BR>> WRT line lengths, Wolfgang dinged me on them so I created a cleanup <BR>> patch. As a result, one patch has line length violations and a later <BR>> patch fixes them. This may be related to your line length and multiple <BR>> copy comment.<BR>> <BR>> Thanks,<BR>> gvb<BR>> <BR>> <BR>> <BR>> ------------------------------<BR>> <BR>> Message: 2<BR>> Date: Fri, 25 May 2007 17:41:01 +0530<BR>> From: "Vaibhav Hiremath" <hvaibhav@gmail.com><BR>> Subject: [U-Boot-Users] Abour JFFS2 commands<BR>> To: u-boot-users@lists.sourceforge.net<BR>> Message-ID:<BR>> <fde666620705250511l1c5002fcy5a312f19f4423552@mail.gmail.com><BR>> Content-Type: text/plain; charset="iso-8859-1"<BR>> <BR>> Hi All,<BR>> <BR>> How many JFFS commands uboot supports?<BR>> <BR>> Actually,<BR>> I have ported UBoot for ARM1176 CPU, and I am using Intel NOR Flash.<BR>> After mounting JFFS2 on to Flash memory I am able to see only "fsinfo" and<BR>> "ls" command only.<BR>> <BR>> There should be rm, cd, etc.. commands. Is I am missing something?<BR>> <BR>> Thanks in advance.<BR>> <BR>> Thanks,<BR>> Vaibhav<BR>> -------------- next part --------------<BR>> An HTML attachment was scrubbed...<BR>> <BR>> ------------------------------<BR>> <BR>> Message: 3<BR>> Date: Fri, 25 May 2007 14:22:56 +0200<BR>> From: Ladislav Michl <ladis@linux-mips.org><BR>> Subject: Re: [U-Boot-Users] Abour JFFS2 commands<BR>> To: Vaibhav Hiremath <hvaibhav@gmail.com><BR>> Cc: u-boot-users@lists.sourceforge.net<BR>> Message-ID: <20070525122256.GA10916@michl.2n.cz><BR>> Content-Type: text/plain; charset="us-ascii"<BR>> <BR>> On Fri, May 25, 2007 at 05:41:01PM +0530, Vaibhav Hiremath wrote:<BR>> > Hi All,<BR>> > <BR>> > How many JFFS commands uboot supports?<BR>> > <BR>> > Actually,<BR>> > I have ported UBoot for ARM1176 CPU, and I am using Intel NOR Flash.<BR>> > After mounting JFFS2 on to Flash memory I am able to see only "fsinfo" and<BR>> > "ls" command only.<BR>> > <BR>> > There should be rm, cd, etc.. commands. Is I am missing something?<BR>> <BR>> jffs2 is read-only in u-boot, there fore there is no 'rm' command.<BR>> Change directory is not implemented. The only command are:<BR>> fsinfo, fsload and ls (it takes agrument: directory to list files in)<BR>> <BR>> Best regards,<BR>> ladis<BR>> <BR>> <BR>> <BR>> <BR>> ------------------------------<BR>> <BR>> Message: 4<BR>> Date: Fri, 25 May 2007 14:56:05 +0200<BR>> From: "Benoit Monin" <benoit.monin@laposte.net><BR>> Subject: [U-Boot-Users] [PATCH] Fix ppc4xx bootstrap letter displayed<BR>> on startup<BR>> To: "wd" <wd@denx.de><BR>> Cc: u-boot-users <u-boot-users@lists.sourceforge.net><BR>> Message-ID: <JILL9H$2EBD6CBE5F7929B929E9F4475080EFCD@laposte.net><BR>> Content-Type: text/plain; charset="iso-8859-1"<BR>> <BR>> The attached patch is mainly cosmetic, allowing u-boot to<BR>> display the correct bootstrap option letter according to the<BR>> datasheets.<BR>> <BR>> Signed-off-by: Beno?t Monin <bmonin <at> adeneo.eu><BR>> ---<BR>> The patch is against U-Boot 1.2.0.<BR>> <BR>> --<BR>> <BR>> <BR>> Cr?ez votre adresse ?lectronique prenom.nom@laposte.net <BR>> 1 Go d'espace de stockage, anti-spam et anti-virus int?gr?s.<BR>> -------------- next part --------------<BR>> A non-text attachment was scrubbed...<BR>> Name: fix_ppc4xx_bootstrap_letter.patch<BR>> Type: text/x-patch<BR>> Size: 1511 bytes<BR>> Desc: not available<BR>> <BR>> ------------------------------<BR>> <BR>> Message: 5<BR>> Date: Fri, 25 May 2007 15:26:13 +0200<BR>> From: Rodolfo Giometti <giometti@enneenne.com><BR>> Subject: Re: [U-Boot-Users] [RFC] logos directory & default logo<BR>> To: u-boot-users@lists.sourceforge.net<BR>> Message-ID: <20070525132610.GC4199@enneenne.com><BR>> Content-Type: text/plain; charset=us-ascii<BR>> <BR>> On Thu, May 24, 2007 at 04:34:57PM +0200, Rodolfo Giometti wrote:<BR>> > <BR>> > I'd like to modify the logo support. Currently I notice that there are<BR>> > only one logo file into "u-boot/tools/logos", however I think is<BR>> <BR>> About this topic I suppose is better define a "default" logo. My idea<BR>> is to leave to the developer the ability to specify its preferre logo<BR>> as follow:<BR>> <BR>> wwpc1100_config : unconfig<BR>> @$(MKCONFIG) $(@:_config=) arm pxa wwpc1100<BR>> @echo "LOGO_BMP = wwpc1100.bmp" >> include/config.mk<BR>> <BR>> if no LOGO_BMP is specified then the system uses a "default" logo<BR>> which can still be the "denx.bmp".<BR>> <BR>> Comments?<BR>> <BR>> Rodolfo<BR>> <BR>> -- <BR>> <BR>> GNU/Linux Solutions e-mail: giometti@enneenne.com<BR>> Linux Device Driver giometti@gnudd.com<BR>> Embedded Systems giometti@linux.it<BR>> UNIX programming phone: +39 349 2432127<BR>> <BR>> <BR>> <BR>> ------------------------------<BR>> <BR>> Message: 6<BR>> Date: Fri, 25 May 2007 16:20:01 +0200<BR>> From: Rodolfo Giometti <giometti@linux.it><BR>> Subject: [U-Boot-Users] [PATCH] LOGO: All logos must be placed into<BR>> the "logos" directory.<BR>> To: u-boot-users@lists.sourceforge.net<BR>> Message-ID: <20070525142001.GD4199@enneenne.com><BR>> Content-Type: text/plain; charset=us-ascii<BR>> <BR>> Signed-off-by: Rodolfo Giometti <giometti@linux.it><BR>> ---<BR>> tools/Makefile | 6 +++---<BR>> 1 files changed, 3 insertions(+), 3 deletions(-)<BR>> <BR>> diff --git a/tools/Makefile b/tools/Makefile<BR>> index 6177f90..14eedf0 100644<BR>> --- a/tools/Makefile<BR>> +++ b/tools/Makefile<BR>> @@ -40,7 +40,7 @@ endif<BR>> LOGO_H = $(OBJTREE)/include/bmp_logo.h<BR>> <BR>> ifeq ($(LOGO_BMP),)<BR>> -LOGO_BMP= logos/denx.bmp<BR>> +LOGO_BMP= denx.bmp<BR>> endif<BR>> <BR>> #-------------------------------------------------------------------------<BR>> @@ -203,8 +203,8 @@ $(obj)crc32.c:<BR>> @rm -f $(obj)crc32.c<BR>> ln -s $(src)../lib_generic/crc32.c $(obj)crc32.c<BR>> <BR>> -$(LOGO_H): $(obj)bmp_logo $(LOGO_BMP)<BR>> - $(obj)./bmp_logo $(LOGO_BMP) >$@<BR>> +$(LOGO_H): $(obj)bmp_logo logos/$(LOGO_BMP)<BR>> + $(obj)./bmp_logo logos/$(LOGO_BMP) >$@<BR>> <BR>> #########################################################################<BR>> <BR>> -- <BR>> 1.5.1.1<BR>> <BR>> <BR>> <BR>> <BR>> ------------------------------<BR>> <BR>> Message: 7<BR>> Date: Fri, 25 May 2007 16:20:55 +0200<BR>> From: Rodolfo Giometti <giometti@linux.it><BR>> Subject: [U-Boot-Users] [PATCH] LOGO: Allow define "LOGO_BMP" to be<BR>> globally defined.<BR>> To: u-boot-users@lists.sourceforge.net<BR>> Message-ID: <20070525142054.GE4199@enneenne.com><BR>> Content-Type: text/plain; charset=us-ascii<BR>> <BR>> This allow developers to define per board logo file into main configuration<BR>> file as follow:<BR>> <BR>> wwpc1100_config : unconfig<BR>> @$(MKCONFIG) $(@:_config=) arm pxa wwpc1100<BR>> @echo "LOGO_BMP = wwpc1100.bmp" >> include/config.mk<BR>> <BR>> Signed-off-by: Rodolfo Giometti <giometti@linux.it><BR>> ---<BR>> Makefile | 4 ++--<BR>> 1 files changed, 2 insertions(+), 2 deletions(-)<BR>> <BR>> diff --git a/Makefile b/Makefile<BR>> index 093df4e..c819afb 100644<BR>> --- a/Makefile<BR>> +++ b/Makefile<BR>> @@ -115,7 +115,7 @@ ifeq ($(OBJTREE)/include/config.mk,$(wildcard $(OBJTREE)/include/config.mk))<BR>> <BR>> # load ARCH, BOARD, and CPU configuration<BR>> include $(OBJTREE)/include/config.mk<BR>> -export ARCH CPU BOARD VENDOR SOC<BR>> +export ARCH CPU BOARD VENDOR SOC LOGO_BMP<BR>> <BR>> ifndef CROSS_COMPILE<BR>> ifeq ($(HOSTARCH),ppc)<BR>> @@ -125,7 +125,7 @@ ifeq ($(ARCH),ppc)<BR>> CROSS_COMPILE = powerpc-linux-<BR>> endif<BR>> ifeq ($(ARCH),arm)<BR>> -CROSS_COMPILE = arm-eurotech-linux-<BR>> +CROSS_COMPILE = arm-linux-<BR>> endif<BR>> ifeq ($(ARCH),i386)<BR>> ifeq ($(HOSTARCH),i386)<BR>> -- <BR>> 1.5.1.1<BR>> <BR>> <BR>> <BR>> <BR>> ------------------------------<BR>> <BR>> Message: 8<BR>> Date: Fri, 25 May 2007 16:26:04 +0200<BR>> From: Wolfgang Denk <wd@denx.de><BR>> Subject: Re: [U-Boot-Users] [PATCH] LOGO: All logos must be placed<BR>> into the "logos" directory.<BR>> To: Rodolfo Giometti <giometti@linux.it><BR>> Cc: u-boot-users@lists.sourceforge.net<BR>> Message-ID: <20070525142604.C486C352B1F@atlas.denx.de><BR>> Content-Type: text/plain; charset=ISO-8859-1<BR>> <BR>> In message <20070525142001.GD4199@enneenne.com> you wrote:<BR>> ><BR>> > Subject: ... All logos must be placed into the "logos" directory.<BR>> <BR>> Why?<BR>> <BR>> > ifeq ($(LOGO_BMP),)<BR>> > -LOGO_BMP= logos/denx.bmp<BR>> > +LOGO_BMP= denx.bmp<BR>> <BR>> Which problem is this supposed to fix? I don't see any advantage, but<BR>> I see the disadvantage that with your patch you cannot chose to place<BR>> your logo - say - in board/.../ any more.<BR>> <BR>> Best regards,<BR>> <BR>> Wolfgang Denk<BR>> <BR>> -- <BR>> DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel<BR>> HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany<BR>> Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de<BR>> Landing: a controlled mid-air collision with a planet.<BR>> <BR>> <BR>> <BR>> ------------------------------<BR>> <BR>> Message: 9<BR>> Date: Fri, 25 May 2007 16:29:13 +0200<BR>> From: Wolfgang Denk <wd@denx.de><BR>> Subject: Re: [U-Boot-Users] [PATCH] LOGO: Allow define "LOGO_BMP" to<BR>> be globally defined.<BR>> To: Rodolfo Giometti <giometti@linux.it><BR>> Cc: u-boot-users@lists.sourceforge.net<BR>> Message-ID: <20070525142913.0675C352B1F@atlas.denx.de><BR>> Content-Type: text/plain; charset=ISO-8859-1<BR>> <BR>> In message <20070525142054.GE4199@enneenne.com> you wrote:<BR>> > This allow developers to define per board logo file into main configuration<BR>> > file as follow:<BR>> > <BR>> > wwpc1100_config : unconfig<BR>> > @$(MKCONFIG) $(@:_config=) arm pxa wwpc1100<BR>> > @echo "LOGO_BMP = wwpc1100.bmp" >> include/config.mk<BR>> <BR>> I don't like this. This adds configuration information into Makefile,<BR>> where it does not belong.<BR>> <BR>> Please don't do this.<BR>> <BR>> <BR>> > --- a/Makefile<BR>> > +++ b/Makefile<BR>> > @@ -115,7 +115,7 @@ ifeq ($(OBJTREE)/include/config.mk,$(wildcard $(OBJTREE)/include/config.mk))<BR>> ...<BR>> > @@ -125,7 +125,7 @@ ifeq ($(ARCH),ppc)<BR>> > CROSS_COMPILE = powerpc-linux-<BR>> > endif<BR>> > ifeq ($(ARCH),arm)<BR>> > -CROSS_COMPILE = arm-eurotech-linux-<BR>> ^^^^^^^^^^^^^^^^^^^ What's that?<BR>> > +CROSS_COMPILE = arm-linux-<BR>> <BR>> Also, this patch does not apply.<BR>> <BR>> Best regards,<BR>> <BR>> Wolfgang Denk<BR>> <BR>> -- <BR>> DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel<BR>> HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany<BR>> Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de<BR>> "Just think of a computer as hardware you can program."<BR>> - Nigel de la Tierre<BR>> <BR>> <BR>> <BR>> ------------------------------<BR>> <BR>> -------------------------------------------------------------------------<BR>> This SF.net email is sponsored by DB2 Express<BR>> Download DB2 Express C - the FREE version of DB2 express and take<BR>> control of your XML. No limits. Just data. Click to get it now.<BR>> http://sourceforge.net/powerbar/db2/<BR>> <BR>> ------------------------------<BR>> <BR>> _______________________________________________<BR>> U-Boot-Users mailing list<BR>> U-Boot-Users@lists.sourceforge.net<BR>> https://lists.sourceforge.net/lists/listinfo/u-boot-users<BR>> <BR>> <BR>> End of U-Boot-Users Digest, Vol 12, Issue 98<BR>> ********************************************<BR><BR><br /><hr />探索 Windows Vista 的世界 <a href='http://search.live.com/results.aspx?q=windows+vista&mkt=zh-cn&FORM=LIVSOP' target='_new'>了解更多信息!</a></body>
</html>