[U-Boot-Users] 1.3.3-rc3 - release status

2008-05-05 Thread Wolfgang Denk
Hello, U-Boot v1.3.3-rc3 has been released. The major architectures (PowerPC, ARM, MIPS) seemt o be in a prtty good shape now, with only few (usually minor and/or old) issues remaining. We have one week left before the scheduled release of v1.3.3, an unless someone comes up with a real sho

Re: [U-Boot-Users] [PATCH] Setting processor endianess for USB modules

2008-05-05 Thread Christian Eggers
Dear Markus, > Dear Christian, > > "Christian Eggers" <[EMAIL PROTECTED]> writes: > > > I've recognized that a lot of USB code in U-Boot uses the macros > > swap_16() and swap_32() which are defined in usb.h. The behaviour > > of the macros is controlled by the define LITTLEENDIAN. > > > > Is th

[U-Boot-Users] [PATCH] MAKEALL: add inka4x0 board

2008-05-05 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk <[EMAIL PROTECTED]> --- MAKEALL |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/MAKEALL b/MAKEALL index 38911ed..791eabc 100755 --- a/MAKEALL +++ b/MAKEALL @@ -42,6 +42,7 @@ LIST_5xxx=" \ fo300 \ icecube_5100

Re: [U-Boot-Users] commit 22069215 - [MIPS] Fix $gp usage

2008-05-05 Thread Vlad Lungu
Shinya Kuribayashi wrote: > Wolfgang Denk wrote: > >> start.S: Assembler messages: >> start.S:348: Error: relocation out of range >> make[1]: *** [start.o] Error 1 >> > > >> cache.S: Assembler messages: >> cache.S:243: Warning: Pretending global symbol used as br

[U-Boot-Users] [PATCH] Allow building mips versions with ELDK 3.1.1

2008-05-05 Thread Vlad Lungu
.gpword works only with local symbols on certain binutils versions Signed-off-by: Vlad Lungu <[EMAIL PROTECTED]> --- cpu/mips/start.S |9 ++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/cpu/mips/start.S b/cpu/mips/start.S index 6e1a78c..947128d 100644 --- a/cpu/mips/s

[U-Boot-Users] The remedy for your ailment

2008-05-05 Thread kanmanee
Nothing says I love you more than a brand new lovemaking experience http://www.winanst.com/ - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to sav

[U-Boot-Users] [PATCH] Address change, documentation modified

2008-05-05 Thread Vlad Lungu
Signed-off-by: Vlad Lungu <[EMAIL PROTECTED]> --- MAINTAINERS |2 +- board/qemu-mips/README |6 +- board/qemu-mips/qemu-mips.c |2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 58f833c..ac7572c 100644 --- a/

[U-Boot-Users] [PATCH v3] smc911x: add 16 bit support

2008-05-05 Thread Jens Gehrlein
Signed-off-by: Jens Gehrlein <[EMAIL PROTECTED]> --- Hi, third attempt: wrapped the long line, fixed typo, extended README file and avoided e-mail text above the separator :-) Sorry, I'm not a raw recruit but I didn't issue many patches so far. The title should go into the commit text, so it won

Re: [U-Boot-Users] [PATCH] Allow building mips versions with ELDK 3.1.1

2008-05-05 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > .gpword works only with local symbols on certain binutils versions > > Signed-off-by: Vlad Lungu <[EMAIL PROTECTED]> > --- > cpu/mips/start.S |9 ++--- > 1 files changed, 6 insertions(+), 3 deletions(-) Applied, thanks a lot. This fixes the st

[U-Boot-Users] question bout exception happen

2008-05-05 Thread loody
Dear all: I have some question about what arm will do while exceptions happen. In the document, ARM Architecture Reference Manual located at http://www.arm.com/miscPDFs/14128.pdf, there are some actions will be done when IRQ interrupt happened, A2.6.8. Below is excerpted from it: R14_irq = addres

[U-Boot-Users] [PATCH] Fix disk type output in disk/part.c. The recent commit c7057b52 (ata:

2008-05-05 Thread Detlev Zundel
Signed-off-by: Detlev Zundel <[EMAIL PROTECTED]> --- disk/part.c | 32 ++-- 1 files changed, 14 insertions(+), 18 deletions(-) diff --git a/disk/part.c b/disk/part.c index 3c71208..1f8538a 100644 --- a/disk/part.c +++ b/disk/part.c @@ -109,29 +109,25 @@ void dev_prin

[U-Boot-Users] [PATCH] cosmetic: Adjust coding style for switch statements to be consistent

2008-05-05 Thread Detlev Zundel
Signed-off-by: Detlev Zundel <[EMAIL PROTECTED]> --- disk/part.c | 60 +++--- 1 files changed, 36 insertions(+), 24 deletions(-) diff --git a/disk/part.c b/disk/part.c index 1f8538a..316e254 100644 --- a/disk/part.c +++ b/disk/part.c @@ -133,1

[U-Boot-Users] [PATCH 1/3 v2] Move pixel clock setting to board file

2008-05-05 Thread York Sun
The clock divider has different format in 5121 and 8610. This patch moves it to board specific code. Signed-off-by: York Sun <[EMAIL PROTECTED]> --- board/freescale/common/fsl_diu_fb.c | 39 +++- board/freescale/mpc8610hpcd/mpc8610hpcd_diu.c | 20 + 2

[U-Boot-Users] Adding DIU support for FSL MPC5121ADS board

2008-05-05 Thread York Sun
Wolfgang, Please review the following patchset. It adds DIU support to 5121ADS board, using the existing DIU driver. Regards, York - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year

[U-Boot-Users] [PATCH 2/3] Replace DPRINTF with debug

2008-05-05 Thread York Sun
Remove DPRINTF macro and replace it with generic debug macro. Signed-off-by: York Sun <[EMAIL PROTECTED]> --- board/freescale/common/fsl_diu_fb.c | 64 --- 1 files changed, 29 insertions(+), 35 deletions(-) diff --git a/board/freescale/common/fsl_diu_fb.c b/boa

[U-Boot-Users] [PATCH 3/3] Adding DIU support for Freescale 5121ADS

2008-05-05 Thread York Sun
Add DIU and cfb console support to FSL 5121ADS board. Use #define CONFIG_VIDEO in config file to enable fb console. Signed-off-by: York Sun <[EMAIL PROTECTED]> --- board/ads5121/Makefile |2 +- board/ads5121/ads5121.c | 62 - board/ads5121/ads5121_diu.c | 165

[U-Boot-Users] [PATCH] Fix readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating

2008-05-05 Thread Kumar Gala
From: James Yang <[EMAIL PROTECTED]> When CONFIG_CMDLINE_EDITING is enabled, readline_into_buffer() doesn't work before relocating to RAM because command history is written into a global array that is not writable before relocation. This patch defers to the no-editing and no-history code in readl

Re: [U-Boot-Users] [PATCH] ColdFire: Get information from the correct GCC

2008-05-05 Thread Liew Tsi Chung
Wolfgang and Shinya, > Could you confirm it builds with Today's config.mk patch by Wolfgang? > If it works (I think it will), I'm satisfied with that. With original $(CC) in cpu/*/config.mk and Wolfgang's config.mk patch: Still generates the same error (see below) Regards, TsiChung [snip] /opt/

Re: [U-Boot-Users] [PATCH][RFC] pci: Remove CONFIG_PCI_SKIP_HOST_BRIDGE and Add check PCI class of host bridge

2008-05-05 Thread Larry Johnson
Nobuhiro Iwamatsu wrote: > Hi, all. > > Sorry for the delay. > > On Fri, 18 Apr 2008 16:57:15 +0200 > Stefan Roese <[EMAIL PROTECTED]> wrote: > >>> The patch changes the behavior of the code _unless_ >>> CONFIG_PCI_SKIP_HOST_BRIDGE is defined. Defining that switch in the >>> Korat configuration

Re: [U-Boot-Users] ppc4xx: Unable to clone git repository from denx

2008-05-05 Thread Detlev Zundel
Hi Niklaus, >> Hm. It seems like its not easy to transparently support both >> www.denx.de and git.denx.de accesses over http. >> >> Please try >> >> git clone http://git.denx.de/u-boot-ppc4xx > Trying this new URL gives me here: > $ git clone http://git.denx.de/u-boot-ppc4xx > Initialized empt

Re: [U-Boot-Users] [PATCH v3] smc911x: add 16 bit support

2008-05-05 Thread Ben Warren
Hi Jens, On Mon, May 5, 2008 at 5:06 AM, Jens Gehrlein <[EMAIL PROTECTED]> wrote: > Signed-off-by: Jens Gehrlein <[EMAIL PROTECTED]> > --- > Hi, > > third attempt: > wrapped the long line, fixed typo, extended README > file and avoided e-mail text above the separator :-) > > Sorry, I'm not a

Re: [U-Boot-Users] [PATCH] ColdFire: Get information from the correct GCC

2008-05-05 Thread Liew Tsi Chung
Wolfgang, Please ignore the previous email stated the new patch did not work. Apparently, it must have been a mistake that I made after applied your patch. Now, your patch work, still waiting for Kurt to confirm it. Does this patch make into u-boot 1.3.3-rc3? Thanks. Regards, TsiChung ---

Re: [U-Boot-Users] [PATCH] add config options for VSC8601 RGMII PHY - 2nd try

2008-05-05 Thread Kim Phillips
On Sun, 04 May 2008 12:19:32 +0200 André Schwarz <[EMAIL PROTECTED]> wrote: > Thunderbird is configured according to to the kernel-doc page. > Obviously there's something going wrong during copy+paste ... according to this: http://mbligh.org/linuxdocs/Email/Clients/Thunderbird you might be able

Re: [U-Boot-Users] [PATCH] 7450 and 86xx L2 cache invalidate bug corrections

2008-05-05 Thread Jon Loeliger
On Fri, 2008-05-02 at 13:35 -0700, Wheatley Travis wrote: > > The 7610 and related parts have an L2IP bit in the L2CR that is > monitored to signal when the L2 cache invalidate is complete whereas the > 7450 and related parts utilize L2I for this purpose. However, the > current code does not acco

Re: [U-Boot-Users] U-boot-1.3.2-rc2 Error when Building with CONFIG_FIT and CONFIG_LOGBUFFER

2008-05-05 Thread Bartlomiej Sieka
Grant Erickson wrote: > I am attempting to use CONFIG_FIT in u-boot-1.3.3-rc2 on the AMCC Kilauea > board and, when used in conjunction with CONFIG_LOGBUFFER get the following > compilation errors in common/cmd_bootm.c: > > cmd_bootm.c: In function 'fit_check_kernel': > cmd_bootm.c:438: error: 'kb

Re: [U-Boot-Users] [PATCH][RFC] pci: Remove CONFIG_PCI_SKIP_HOST_BRIDGE and Add check PCI class of host bridge

2008-05-05 Thread Stefan Roese
On Monday 05 May 2008, Larry Johnson wrote: > >> Yes, I totally agree. Patches should *not* change the default behavior. > >> We should change it as you suggested. Sorry, I must have missed this. > >> > >> Nobuhiro, could you please send a new patch to fix this problem? > > > > Thank you for your c

[U-Boot-Users] Adding a new board to the u-boot project

2008-05-05 Thread Ronald Madrid
I'm developing a board based on the MPC8313 and want to have my code included in the u-boot project, but have a few questions. I have created in u-boot-1.3.2 my own folder in the board directory and all appropriate config files. I have also edited the Makefile on the top level. Everything bui

Re: [U-Boot-Users] Adding a new board to the u-boot project

2008-05-05 Thread Kim Phillips
On Mon, 5 May 2008 11:56:57 -0700 Ronald Madrid <[EMAIL PROTECTED]> wrote: > > I'm developing a board based on the MPC8313 and want to have my code included > in the u-boot project, but have a few questions. > great! > I have created in u-boot-1.3.2 my own folder in the board directory and all

Re: [U-Boot-Users] 1.3.3-rc3 - release status

2008-05-05 Thread Remy Bohmer
Hello Wolfgang, 2008/5/5 Wolfgang Denk <[EMAIL PROTECTED]>: > Hello, > U-Boot v1.3.3-rc3 has been released. > The major architectures (PowerPC, ARM, MIPS) seemt o be in a prtty > good shape now, with only few (usually minor and/or old) issues > remaining. > So please - help test the new code,

Re: [U-Boot-Users] [PATCH] ColdFire: Get information from the correct GCC

2008-05-05 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > > Could you confirm it builds with Today's config.mk patch by Wolfgang? > > If it works (I think it will), I'm satisfied with that. > > With original $(CC) in cpu/*/config.mk and Wolfgang's config.mk patch: > Still generates the same error (see below)

Re: [U-Boot-Users] Adding a new board to the u-boot project

2008-05-05 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > > After I get my code working is there a specific person that I forward the > > patches to? > > the 83xx specific bits (including the general board support bits) > should probably go through me, and Stefan Roese can pick up your > NAND-specific bits,

Re: [U-Boot-Users] [PATCH] Allow building mips versions with ELDK 3.1.1

2008-05-05 Thread Shinya Kuribayashi
Wolfgang Denk wrote: > In message <[EMAIL PROTECTED]> you wrote: >> .gpword works only with local symbols on certain binutils versions >> >> Signed-off-by: Vlad Lungu <[EMAIL PROTECTED]> >> --- >> cpu/mips/start.S |9 ++--- >> 1 files changed, 6 insertions(+), 3 deletions(-) > > Applied,

[U-Boot-Users] [GIT PULL] MIPS updates

2008-05-05 Thread Shinya Kuribayashi
Dear Wolfgang, please pull MIPS update. Patch attached below. This will fix build warnings on cache.S. thanks, Shinya --- The following changes since commit 908261f3fdb418091d8c60bfbd7eb85e5869b579: Wolfgang Denk (1): Merge branch 'master' of git+ssh://10.10.0.7/home/wd/git/u-boot/

Re: [U-Boot-Users] [PATCH] ColdFire: Get information from the correct GCC

2008-05-05 Thread Liew Tsi Chung
Wolfgang, I tested the current version v1.3.3-rc3 (without local changes - $(CC)) with codesourcery uclinux version 4.2-125 and 4.2-47. It works! Thanks! Regards, TsiChung From: Wolfgang Denk [mailto:[EMAIL PROTECTED] Sent: Mon 5/5/2008 3:02 PM To: Liew Tsi