[U-Boot-Users] How to call rtc_init from arm boot sequence in uboot

2008-07-16 Thread Gururaja Hebbar K R
HI all, I am working on customized arm9 versatile board. I am trying to write a driver for arm amba pl031 rtc module. i need to setup rtc controller to enable it. I need to call it during boot sequence. But in lib_arm/board.c we do not have a call to rtc_init func. i checked blackfin boot up seq

Re: [U-Boot-Users] [PATCH] cfi_flash: fix flash on BE machines with CFG_WRITE_SWAPPED_DATA

2008-07-16 Thread Sebastian Siewior
* Wolfgang Denk | 2008-07-16 00:05:20 [+0200]: >In message <[EMAIL PROTECTED]> you wrote: >> >> That command needs to be in little endian format on BE machines >> with CFG_WRITE_SWAPPED_DATA. Without this patch, the command 0xf0 >> gets saved on stack as 0x00 00 00 f0 and 0x00 gets written into >

[U-Boot-Users] [PATCH] ADD ARM AMBA PL031 RTC Support

2008-07-16 Thread Hebbar
Hi, This patch adds support to arm amba pl031 rtc chip. user needs to define 3 variables in board config to make use of this driver #define CONFIG_RTC_PL0311 /* use ARM AMBA PL031 RTC */ #define CFG_RTC_PL031_BASE 0x101e8000 /* RTC Registers Base Address */

Re: [U-Boot-Users] Question about Bad CRC

2008-07-16 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > 1. I think I might be making an error with the syntax. Can you verify > that this is the exact correct syntax to fix the Bad CRC (quotations, > colons etc) > (or am I making an error somewhere in the syntax) > > #define CONFIG_PREEBOOT "setenv preboot

Re: [U-Boot-Users] How to call rtc_init from arm boot sequence in uboot

2008-07-16 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > I am trying to write a driver for arm amba pl031 rtc module. i need to > setup rtc controller to enable it. > I need to call it during boot sequence. But in lib_arm/board.c we do not > have a call to rtc_init func. This is intentional. U-Boot does no

[U-Boot-Users] [PATCH v2] sh: Renesas R0P7785LC0011RL board support

2008-07-16 Thread Yoshihiro Shimoda
This board has SH7785, 512MB DDR2-SDRAM, NOR Flash, Graphic, Ethernet, USB, SD, RTC, and I2C controller. This patch supports the following functions: - 128MB DDR2-SDRAM (29-bit address mode only) - NOR Flash - USB host - Ethernet Signed-off-by: Yoshihiro Shimoda <[EMAIL PROTECTED]> --- PATCH

[U-Boot-Users] MLB players boycott All-Star game

2008-07-16 Thread cwfwf
You are being followed by private investigators http://www.neotronics.com.br/about.html - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK

[U-Boot-Users] [PATCH v2] usb: add support for R8A66597 usb controller

2008-07-16 Thread Yoshihiro Shimoda
add support for Renesas R8A66597 usb controller. This patch supports USB Host mode. Signed-off-by: Yoshihiro Shimoda <[EMAIL PROTECTED]> --- PATCH v2 : - CONFIG_USB_R8A66597_HCD move to the Makefile. - using debug() instead of R8A66597_DPRINT. drivers/usb/Makefile |1 + drivers/usb/

Re: [U-Boot-Users] [PATCH] ADD ARM AMBA PL031 RTC Support

2008-07-16 Thread Hebbar
HI, Dont apply this patch. i need to change the call to rtc_init to a different place. since wd has mentioned in other thread that uboot doesnt initialize hardware/devices that board doesnt need. so i will change and re-send/re-submit Regards Gururaja -- View this message in context: http://

Re: [U-Boot-Users] [PATCH] mpc85xx: fix upmconfig

2008-07-16 Thread Detlev Zundel
Hi, > This actually shouldn't work. Imagina 0xf000 base address that > gets translated into 0x1e000 and causes my box to hang. Writing > to 0xf000 seems the better way. > Also don't compare against the UPM mask but agaist the MSEL mask. > > Cc: Sergei Poselenov <[EMAIL PROTECTED]> > Cc: An

[U-Boot-Users] v1.3.4-rc1 released

2008-07-16 Thread Wolfgang Denk
Hello, the first release candidate for v1.3.4 is out. Well, actually it's more some mile stone than a real release candidate as we still have a couple of issues that need to be fixed before we can consider a release: PPC: - MPC8272ADS: pci.c: In function 'ft_pci_setup':

Re: [U-Boot-Users] [PATCH][resubmit] QE IO: Add initial data to pin configuration + read/write functions

2008-07-16 Thread David Saada
> >> > >> Anyway, I'll wait for Kim's ACK before pushing it up into my dev- > 1.3.4 branch > > > > see: > > > > http://article.gmane.org/gmane.comp.boot-loaders.u-boot/38991 > > > David, I'm still waiting for a response to Kim's comments before I can > apply this. The window for 1.3.5 will open so

Re: [U-Boot-Users] [PATCH]: Fix for bug: U-boot environment corrupt by reading uninitialized flash memory instead of RAM.

2008-07-16 Thread Remy Bohmer
Hello Wolfgang, >> Has the problem boards been fixed yet? If so please resubmit commit c0559be3. > So what *is* the state of this? > If nobody responds soon, I will indeed re-apply that patch, andthen I > will not revert this commit again. So if you think this bytes you, > please speak up *now*.

Re: [U-Boot-Users] v1.3.4-rc1 released

2008-07-16 Thread Jerry Van Baren
Wolfgang Denk wrote: > Hello, > > the first release candidate for v1.3.4 is out. :-) > Well, actually it's more some mile stone than a real release > candidate as we still have a couple of issues that need to be > fixed before we can consider a release: :-( > - sacsng: > main.c:

Re: [U-Boot-Users] [PATCH] Remove warnings compiling serial_xuartlite.c

2008-07-16 Thread Grant Likely
On Wed, Jul 16, 2008 at 03:01:33AM +0200, Ricardo Ribalda Delgado wrote: > diff --git a/drivers/serial/serial_xuartlite.c > b/drivers/serial/serial_xuartlite.c > index 5c41a1c..2e6f096 100644 > --- a/drivers/serial/serial_xuartlite.c > +++ b/drivers/serial/serial_xuartlite.c > @@ -37,9 +37,9 @@ >

[U-Boot-Users] [PATCH] Remove warnings compiling serial_xuartlite.c

2008-07-16 Thread Ricardo Ribalda Delgado
Casting on in_be32 not in MACROS Signed-off-by: Ricardo Ribalda Delgado <[EMAIL PROTECTED]> --- serial_xuartlite.c: In function ‘serial_putc’: serial_xuartlite.c:59: warning: passing argument 1 of ‘in_be32’ makes pointer from integer without a cast serial_xuartlite.c:60: warning: passing argument

Re: [U-Boot-Users] [PATCH] Remove warnings compiling serial_xuartlite.c

2008-07-16 Thread Grant Likely
On Wed, Jul 16, 2008 at 04:22:32PM +0200, Ricardo Ribalda Delgado wrote: > Casting on in_be32 not in MACROS > > Signed-off-by: Ricardo Ribalda Delgado <[EMAIL PROTECTED]> Acked-by: Grant Likely <[EMAIL PROTECTED]> > --- > serial_xuartlite.c: In function ‘serial_putc’: > serial_xuartlite.c:59: war

Re: [U-Boot-Users] Question about Bad CRC

2008-07-16 Thread Rugunda, Solo
Wolfgang Thanks for the help so far. Ok. A little background. I'm completely new to the boot loader myself. The company that developed the prototype for us was a third party who we do not have a contract with anymore so the "new guy" is stuck trying to figure out what is going on. It looks like

Re: [U-Boot-Users] ppc4xx: [PATCH] CPU PPC440x5 on Virtex5 FX (new version)

2008-07-16 Thread Jon Loeliger
Ricardo Ribalda Delgado wrote: > Previous patch did not compile on some boards > > > Signed-off-by: Ricardo Ribalda Delgado <[EMAIL PROTECTED]> > --- > -This patchs gives support for the embbedded ppc440 > on the Virtex5 FPGAs > > -interrupts.c divided in uic.c and interrupts.c > > -xilinx_irq.

Re: [U-Boot-Users] ppc4xx: [PATCH] CPU PPC440x5 on Virtex5 FX (newversion)

2008-07-16 Thread Ricardo Ribalda Delgado
HI Jon Jou are completely right. Lets wait for more comments, and if there is no other I will resubmit. Best regards On Wed, Jul 16, 2008 at 5:14 PM, Jon Loeliger <[EMAIL PROTECTED]> wrote: > Ricardo Ribalda Delgado wrote: >> >> Previous patch did not compile on some boards >> >> >> Signed-

[U-Boot-Users] [PATCH] 83xx/85xx/86xx: Add LTEDR local bus definitions

2008-07-16 Thread Detlev Zundel
Signed-off-by: Detlev Zundel <[EMAIL PROTECTED]> --- include/asm-ppc/fsl_lbc.h |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/include/asm-ppc/fsl_lbc.h b/include/asm-ppc/fsl_lbc.h index c4af797..ea49ddc 100644 --- a/include/asm-ppc/fsl_lbc.h +++ b/include/asm-ppc/

[U-Boot-Users] [PATCH] tqm85xx: Demystify 'DK: !!!' comment

2008-07-16 Thread Detlev Zundel
Signed-off-by: Detlev Zundel <[EMAIL PROTECTED]> --- board/tqc/tqm85xx/tqm85xx.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/board/tqc/tqm85xx/tqm85xx.c b/board/tqc/tqm85xx/tqm85xx.c index f1c2e58..839d47d 100644 --- a/board/tqc/tqm85xx/tqm85xx.c +++ b/board/tqc/tqm8

[U-Boot-Users] [PATCH v2] cfi_flash: fix flash on BE machines with CFG_WRITE_SWAPPED_DATA

2008-07-16 Thread Sebastian Siewior
This got broken by commits 93c56f212c [cfi_flash: support of long cmd in U-boot.] That command needs to be in little endian format on BE machines with CFG_WRITE_SWAPPED_DATA. Without this patch, the command 0xf0 gets saved on stack as 0x00 00 00 f0 and 0x00 gets written into the cmdbuf in case po

[U-Boot-Users] QE UEC: MII command support and adding UECs

2008-07-16 Thread richardretanubun
Hi, I am wondering if the miiphy command support for QE UEC is already merged into u-boot on some tree. The last info I have on this patch is on this posting: http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/38965 It looked like it was about to make it into 1.3.3 I have checked both the

Re: [U-Boot-Users] v1.3.4-rc1 released

2008-07-16 Thread Heiko Schocher
Hello Wolfgang, [EMAIL PROTECTED] wrote: [...] > - sc3: > main.c: In function 'abortboot': > main.c:119: warning: too many arguments for format [PATCH] sc3: Fix compilerwarning: main.c:119: warning: too many arguments for format Signed-off-by: Heiko Schocher <[EMAIL PROTEC

[U-Boot-Users] how to reprogram mac add

2008-07-16 Thread Avinash Vijayvergia
Hi I am using at91sam9260ek board. I am burning the binaries in production boards. I need to change the ip add, mac add and hostnames in each of the boards. The u-boot doesn't allow me to change mac add using u-boot prompt. I have to erase the env vars area and write all info there. Is there an

[U-Boot-Users] [PATCH - RFC] Fix printf() format problems with configurable prompts

2008-07-16 Thread Wolfgang Denk
U-Boot allows for configurable prompt strings using the CONFIG_AUTOBOOT_PROMPT resp. CONFIG_MENUPROMPT definitions. So far, the assumption was that any such user defined problts would contain exactly one "%d" format specifier. But some boards did not. To allow for flexible boot prompts without add

Re: [U-Boot-Users] [PATCH - RFC] Fix printf() format problems with configurable prompts

2008-07-16 Thread Jerry Van Baren
Wolfgang Denk wrote: > U-Boot allows for configurable prompt strings using the > CONFIG_AUTOBOOT_PROMPT resp. CONFIG_MENUPROMPT definitions. So far, > the assumption was that any such user defined problts would contain > exactly one "%d" format specifier. But some boards did not. > > To allow for

Re: [U-Boot-Users] unassigned-patches/11

2008-07-16 Thread u-boot
Synopsis: [U-Boot-Users] [PATCH] cmd_nand: Fix warning: dereferencing type-punned pointer will break strict-aliasing rules Responsible-Changed-From-To: patch-coord->gu-mpc8xx Responsible-Changed-By: wd Responsible-Changed-When: Wed, 16 Jul 2008 22:32:41 +0200 Responsible-Changed-Why: Just testing

Re: [U-Boot-Users] [PATCH - RFC] Fix printf() format problems with configurable prompts

2008-07-16 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > It seems a lot simpler to reformat the couple of boards that don't have > %d in their string to add the "in %d seconds" type phrase. Agreed, that would be much simpler. > The downside (risk!) of this is that some companies may be unhappy if > their

Re: [U-Boot-Users] v1.3.4-rc1 released

2008-07-16 Thread Wolfgang Denk
Dear Heiko, in message <[EMAIL PROTECTED]> you wrote: > > diff --git a/include/configs/sc3.h b/include/configs/sc3.h > index f6e40de..0ff889a 100644 > --- a/include/configs/sc3.h > +++ b/include/configs/sc3.h > @@ -132,7 +132,8 @@ > > #if 1/* feel free to disable for development */ >

Re: [U-Boot-Users] QE UEC: MII command support and adding UECs

2008-07-16 Thread Andy Fleming
On Wed, Jul 16, 2008 at 2:17 PM, richardretanubun <[EMAIL PROTECTED]> wrote: > Hi, > > I am wondering if the miiphy command support for QE UEC is already > merged into u-boot on some tree. > > The last info I have on this patch is on this posting: > > http://thread.gmane.org/gmane.comp.boot-loaders

[U-Boot-Users] Freescale MPC8349EMDS hang on boot

2008-07-16 Thread Ira Snyder
Hello u-boot-users, I am currently in the process of developing a new driver in U-Boot. It is a software "virtual ethernet over PCI" driver. The driver itself is largely irrelevant for this problem. During the development, I noticed that adding and removing certain pieces of debugging code (which

[U-Boot-Users] [PATCH] (Resubmit) ADD ARM AMBA PL031 RTC Support

2008-07-16 Thread Gururaja Hebbar K R
Hi, This patch adds support to arm amba pl031 rtc chip. User needs to define 3 variables in board config to make use of this driver & needs to call rtc_init in order to start rtc. #define CONFIG_RTC_PL031 1 /* use ARM AMBA PL031 RTC */ #define CFG_RTC_PL031_BASE 0x101e8000 /* RTC Registers B

[U-Boot-Users] [PATCH] (Resubmit) : Remove unused code from uboot-1.3.3/lib_arm/bootm.c

2008-07-16 Thread Gururaja Hebbar K R
Hi, Sorry i had generated the patch from with uboot/lib_arm directory and hence i think it failed. now i have created the diff for the root directory where the uboot-1.3.3 folder resides. sorry for the trouble. Thanks in advance. Regards Gururaja Signed off by: Gururaja Hebbar <[EMAIL PROT

Re: [U-Boot-Users] ppc4xx: [PATCH] CPU PPC440x5 on Virtex5 FX (new version)

2008-07-16 Thread Stefan Roese
On Wednesday 16 July 2008, Ricardo Ribalda Delgado wrote: > Previous patch did not compile on some boards > > > Signed-off-by: Ricardo Ribalda Delgado <[EMAIL PROTECTED]> > --- > -This patchs gives support for the embbedded ppc440 > on the Virtex5 FPGAs > > -interrupts.c divided in uic.c and interr

Re: [U-Boot-Users] v1.3.4-rc1 released

2008-07-16 Thread Heiko Schocher
Hello Wolfgang, Wolfgang Denk wrote: > Dear Heiko, > > in message <[EMAIL PROTECTED]> you wrote: >> diff --git a/include/configs/sc3.h b/include/configs/sc3.h >> index f6e40de..0ff889a 100644 >> --- a/include/configs/sc3.h >> +++ b/include/configs/sc3.h >> @@ -132,7 +132,8 @@ >> >> #if 1 /*

Re: [U-Boot-Users] ppc4xx: [PATCH] ML507 Board Support

2008-07-16 Thread Stefan Roese
On Wednesday 16 July 2008, Ricardo Ribalda Delgado wrote: > Added Flash Support > > Signed-off-by: Ricardo Ribalda Delgado <[EMAIL PROTECTED]> Please add a small board description in the commit text. > --- > CREDITS |5 ++ > MAINTAINERS |4 +