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