Re: [U-Boot] [Patch 0/8] add at91 SoC access with c structures

2009-12-21 Thread Jens Scharsig
Hello Tom, >> >> I hope there are somewhere a some volunteers to make the next steps. >> > Jens, > Will you be able to make the revisions to this patchset ? > Tom > Yes, I will. But I have not time enough to convert other boards and drivers. Best regards Jens Scharsig

Re: [U-Boot] [PATCH 2/3] Add board specific code for da850 EVM

2009-12-21 Thread Sudhakar Rajashekhara
Hi, On Mon, Dec 21, 2009 at 15:48:38, Nick Thompson wrote: [...] > >> > >> At this point, this seem to be a copy of da830evm.c (well except the first > > few lines above). > >> > > > > I don't think you have observed that the PINMUX registers are different on > > da850. So we are at risk of a

[U-Boot] [PATCH 3/4 v7] DA8xx: Add MUSB host support

2009-12-21 Thread Ajay Kumar Gupta
Tested USB host functionality on DA830 EVM. Signed-off-by: Ajay Kumar Gupta Signed-off-by: Swaminathan S --- drivers/usb/musb/Makefile |1 + drivers/usb/musb/da8xx.c | 139 + drivers/usb/musb/da8xx.h | 103 + in

[U-Boot] [PATCH 0/4 v7] DA8xx: USB support

2009-12-21 Thread Ajay Kumar Gupta
Hi, These patch set have been refreshed and created against mainline master branch. Changes from v6: Added missing drivers/usb/musb/da8xx.c/h files. Regards, Ajay Ajay Kumar Gupta (4): DA830: Add pinmux for USB0_DRVVBUS DA8xx: Add GPIO register definitions DA8xx: Add MUSB host support

[U-Boot] [PATCH 4/4 v7] DA830: Add usb config

2009-12-21 Thread Ajay Kumar Gupta
Adding USB configuration. Default is set for USB MSC host. Signed-off-by: Ajay Kumar Gupta Signed-off-by: Swaminathan S --- include/configs/da830evm.h | 38 +- 1 files changed, 33 insertions(+), 5 deletions(-) diff --git a/include/configs/da830evm.h b/incl

[U-Boot] [PATCH 1/4 v7] DA830: Add pinmux for USB0_DRVVBUS

2009-12-21 Thread Ajay Kumar Gupta
USB0_DRVVBUS pinmux configuration is required for USB functinality in uboot. Signed-off-by: Ajay Kumar Gupta Signed-off-by: Swaminathan S --- board/davinci/da830evm/da830evm.c |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/board/davinci/da830evm/da830evm.c b/bo

[U-Boot] [PATCH 2/4 v7] DA8xx: Add GPIO register definitions

2009-12-21 Thread Ajay Kumar Gupta
Added DA8xx GPIO base addresses in gpio_defs.h and pointers to different BANKs which can be used to program GPIOs. Signed-off-by: Ajay Kumar Gupta Signed-off-by: Swaminathan S --- include/asm-arm/arch-davinci/gpio_defs.h | 14 ++ 1 files changed, 14 insertions(+), 0 deletions(-)

Re: [U-Boot] [PATCH 0/4 v6] DA8xx: USB support

2009-12-21 Thread Gupta, Ajay Kumar
> -Original Message- > From: Gupta, Ajay Kumar > Sent: Tuesday, December 22, 2009 10:41 AM > To: u-boot@lists.denx.de > Cc: li...@bohmer.net; Gupta, Ajay Kumar > Subject: [PATCH 0/4 v6] DA8xx: USB support > > Hi, > > These patch set have been refreshed and created against > mainline maste

[U-Boot] [PATCH 0/4 v6] DA8xx: USB support

2009-12-21 Thread Ajay Kumar Gupta
Hi, These patch set have been refreshed and created against mainline master branch. Regards, Ajay Ajay Kumar Gupta (4): DA830: Add pinmux for USB0_DRVVBUS DA8xx: Add GPIO register definitions DA8xx: Add MUSB host support DA830: Add usb config board/davinci/da830evm/da830evm.c|

[U-Boot] [PATCH 3/4 v6] DA8xx: Add MUSB host support

2009-12-21 Thread Ajay Kumar Gupta
Tested USB host functionality on DA830 EVM. Signed-off-by: Ajay Kumar Gupta Signed-off-by: Swaminathan S --- drivers/usb/musb/Makefile |1 + include/usb.h |2 +- 2 files changed, 2 insertions(+), 1 deletions(-) diff --git a/drivers/usb/musb/Makefile b/drivers/usb/musb/Makef

[U-Boot] [PATCH 4/4 v6] DA830: Add usb config

2009-12-21 Thread Ajay Kumar Gupta
Adding USB configuration. Default is set for USB MSC host. Signed-off-by: Ajay Kumar Gupta Signed-off-by: Swaminathan S --- include/configs/da830evm.h | 38 +- 1 files changed, 33 insertions(+), 5 deletions(-) diff --git a/include/configs/da830evm.h b/incl

[U-Boot] [PATCH 2/4 v6] DA8xx: Add GPIO register definitions

2009-12-21 Thread Ajay Kumar Gupta
Added DA8xx GPIO base addresses in gpio_defs.h and pointers to different BANKs which can be used to program GPIOs. Signed-off-by: Ajay Kumar Gupta Signed-off-by: Swaminathan S --- include/asm-arm/arch-davinci/gpio_defs.h | 14 ++ 1 files changed, 14 insertions(+), 0 deletions(-)

[U-Boot] [PATCH 1/4 v6] DA830: Add pinmux for USB0_DRVVBUS

2009-12-21 Thread Ajay Kumar Gupta
USB0_DRVVBUS pinmux configuration is required for USB functinality in uboot. Signed-off-by: Ajay Kumar Gupta Signed-off-by: Swaminathan S --- board/davinci/da830evm/da830evm.c |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/board/davinci/da830evm/da830evm.c b/bo

Re: [U-Boot] [PATCH 3/4 v5] DA8xx: Add MUSB host support

2009-12-21 Thread Gupta, Ajay Kumar
Remy, > -Original Message- > From: l.ping...@gmail.com [mailto:l.ping...@gmail.com] On Behalf Of Remy > Bohmer > Sent: Tuesday, December 22, 2009 3:18 AM > To: Gupta, Ajay Kumar > Cc: u-boot@lists.denx.de > Subject: Re: [PATCH 3/4 v5] DA8xx: Add MUSB host support > > Hi, > > 2009/12/21 Gu

[U-Boot] Please pull u-boot-ppc4xx (fixed)

2009-12-21 Thread Stefan Roese
The following changes since commit bb3bcfa2426cc6a0aecec7270e3ee67ca843a125: Wolfgang Denk (1): Merge branch 'next' of ../next are available in the git repository at: git://www.denx.de/git/u-boot-ppc4xx.git master Heiko Schocher (1): i2c, ppc4xx: fix compiling KAREF and METROBO

Re: [U-Boot] Please pull u-boot-ppc4xx

2009-12-21 Thread Stefan Roese
Hi Wolfgang, On Monday 21 December 2009 21:06:31 Wolfgang Denk wrote: > Umm.. you seem to have a strange commit in your repository. When > pulling, I see this: > > Merge made by recursive. > board/sandburst/common/ppc440gx_i2c.c | 73 > + > board/sandburst/comm

[U-Boot] this page of wiki is lack of a cmd

2009-12-21 Thread IaMaPlAyEr
Hi, this page of wiki is lack of a cmd. http://www.denx.de/wiki/view/DULG/UBootCmdGroupExec can be converted into a U-Boot script image using the mkimage command like this: ??? Now you can load and execute this script image in U-Boot: -- -- Sincerely, HaveF ___

[U-Boot] [PATCH 1/3] Blackfin: add a netconsole helper

2009-12-21 Thread Mike Frysinger
From: Robin Getz Signed-off-by: Robin Getz Signed-off-by: Mike Frysinger --- include/configs/bfin_adi_common.h | 12 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/include/configs/bfin_adi_common.h b/include/configs/bfin_adi_common.h index db10ccc..f7a2d5c 1006

[U-Boot] [PATCH 3/3] Blackfin: handle anomaly 05000257

2009-12-21 Thread Mike Frysinger
From: Robin Getz Need to reload the loop counters to keep from corrupting hardware loops. Signed-off-by: Robin Getz Signed-off-by: Mike Frysinger --- cpu/blackfin/interrupt.S | 11 ++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/cpu/blackfin/interrupt.S b/cpu/bla

[U-Boot] [PATCH 2/3] Blackfin: keep hwtrace on CPLB miss

2009-12-21 Thread Mike Frysinger
From: Robin Getz Crashes rarely happen in the CPLB miss handler compared to the rest of U-Boot code, so disable hardware tracing when processing misses. This way a crash due to other functions will be shown properly. Signed-off-by: Robin Getz Signed-off-by: Mike Frysinger --- cpu/blackfin/tr

[U-Boot] [PATCH 5/5] Blackfin: add support for kgdb

2009-12-21 Thread Mike Frysinger
From: Robin Getz Signed-off-by: Robin Getz Signed-off-by: Mike Frysinger --- cpu/blackfin/interrupt.S | 105 +++ cpu/blackfin/traps.c | 57 - include/asm-blackfin/config.h|7 + include/asm-blackfin/deferred.h

[U-Boot] [PATCH 2/5] kgdb: drop duplicate debugger_exception_handler

2009-12-21 Thread Mike Frysinger
The debugger_exception_handler definition is the same for everyone, so use the common one now. Signed-off-by: Mike Frysinger --- cpu/74xx_7xx/traps.c |4 cpu/mpc5xx/traps.c |4 cpu/mpc5xxx/traps.c |4 cpu/mpc8220/traps.c |4 cpu/mpc8260/traps.c |4 ---

[U-Boot] [PATCH 4/5] asm-generic/signal.h: import from linux

2009-12-21 Thread Mike Frysinger
From: Robin Getz We need signal.h for Blackfin/KGDB, so import the asm-generic/signal.h for people to leverage. Signed-off-by: Robin Getz Signed-off-by: Mike Frysinger --- include/asm-generic/signal.h | 101 ++ 1 files changed, 101 insertions(+), 0 del

[U-Boot] [PATCH 3/5] kgdb: update mem2hex/hex2mem funcs

2009-12-21 Thread Mike Frysinger
From: Robin Getz Convert the funcs to do the conversion inline so that we can do the copy all at once with memcpy. This let's us push out an weird arch-specific issues with accessing different regions of memory to the memcpy function like the MMRs on Blackfin systems, and it should be a bit fast

[U-Boot] [PATCH 1/5] kgdb: add default generic stubs

2009-12-21 Thread Mike Frysinger
From: Robin Getz The default kgdb functions can be implemented with common U-Boot functions, so rather than force everyone to copy & paste these things, create a set of weak stubs. Signed-off-by: Robin Getz Signed-off-by: Mike Frysinger --- common/Makefile |2 +- common/kgdb_stubs.c |

[U-Boot] [PATCH 0/5] kgdb cleanup and Blackfin kgdb port

2009-12-21 Thread Mike Frysinger
I can take care of merging the Blackfin-specific KGDB piece through my tree since it depends on some other Blackfin patches. But all the KGDB common changes can be merged now. Mike Frysinger (1): kgdb: drop duplicate debugger_exception_handler Robin Getz (4): kgdb: add default generic stubs

Re: [U-Boot] [PATCH 3/4 v5] DA8xx: Add MUSB host support

2009-12-21 Thread Paulraj, Sandeep
> Dear Remy Bohmer, > > In message <3efb10970912211348q31ed3f5aod24d7f5cfc05b...@mail.gmail.com> > you wrote: > > > > > Any comment on DA8xx USB support patches? > > > > > > These patch set depends on DA8xx base support patches which are > available > > > only on uboot-ti tree. I believe it is i

Re: [U-Boot] [PATCH 3/4 v5] DA8xx: Add MUSB host support

2009-12-21 Thread Wolfgang Denk
Dear Remy Bohmer, In message <3efb10970912211348q31ed3f5aod24d7f5cfc05b...@mail.gmail.com> you wrote: > > > Any comment on DA8xx USB support patches? > > > > These patch set depends on DA8xx base support patches which are available > > only on uboot-ti tree. > > The last time I checked this ser

Re: [U-Boot] [PATCH 3/4 v5] DA8xx: Add MUSB host support

2009-12-21 Thread Remy Bohmer
Hi, 2009/12/21 Gupta, Ajay Kumar : > Remy, > > How about USB patches from me supporting MUSB on DA8xx platform? Okay let's check... 2009/11/17 Gupta, Ajay Kumar : > Remy, > > Any comment on DA8xx USB support patches? > > These patch set depends on DA8xx base support patches which are available >

Re: [U-Boot] [PATCH] move prototypes for gunzip() and zunzip() to common.h

2009-12-21 Thread Wolfgang Denk
Dear Wolfgang Wegner, In message <1260368207-2637-1-git-send-email-w.weg...@astro-kom.de> you wrote: > Prototype for gunzip/zunzip was only in lib_generic/gunzip.c and thus > repeated in every file using it. This patch moves the prototypes to > common.h and removes all prototypes distributed anywh

Re: [U-Boot] JFFS2 Loading Error on non 8k blocksize NAND [DEMO PATCH 1/1]

2009-12-21 Thread Wolfgang Denk
Dear Hunter Cobbs, In message you wrote: > > Hello everyone. Well, this is my first post on the list and its to announce > a small bug that I've found when using JFFS2 on NAND in UBoot. Thanks. > diff -ruN u-boot/fs/jffs2/jffs2_1pass.c uboot/fs/jffs2/jffs2_1pass.c Ideally you would use git t

Re: [U-Boot] Please pull u-boot-ppc4xx

2009-12-21 Thread Wolfgang Denk
Dear Stefan Roese, In message <200912211033.15987...@denx.de> you wrote: > The following changes since commit 223e97641cd60abed95dc7a6dd15d8fdf0951ff9: > Shinya Kuribayashi (1): > MIPS: qemu_mips: Fix a build failure caused by missing > > > are available in the git repository at: > >

Re: [U-Boot] Pull request: u-boot-usb

2009-12-21 Thread Wolfgang Denk
Dear Remy Bohmer, In message <3efb10970912200451g3ffe2436nc9a21a2daf45b...@mail.gmail.com> you wrote: > The following changes since commit > bb3bcfa2426cc6a0aecec7270e3ee67ca843a125: > Wolfgang Denk (1): > Merge branch 'next' of ../next > > are available in the git repository at: > >

Re: [U-Boot] UBoot porting to cortex-m3 based SoC

2009-12-21 Thread Wolfgang Denk
Dear Shawn Jin, In message you wrote: > > Before starting the project I'd like to have some advices from the community > about the feasibility of porting U-Boot/ucLinux to a cortex-m3 based SoC > with limited resources (up to 512K flash, up to 64K SRAM). I limit my > questions to U-Boot only and

[U-Boot] [PATCH] netconsole: mark local funcs with static

2009-12-21 Thread Mike Frysinger
Signed-off-by: Mike Frysinger --- drivers/net/netconsole.c | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/net/netconsole.c b/drivers/net/netconsole.c index f5329a5..e27bb3e 100644 --- a/drivers/net/netconsole.c +++ b/drivers/net/netconsole.c @@ -139,7 +1

[U-Boot] Hello World Demo for AVR32

2009-12-21 Thread Stephane Boyer
Hi Everyone, I'm trying to get the U-Boot standalone Hello World demo to work on a modified Atmel NGW100 board and I am a bit confused about all the addresses: - examples/Makefile: LOAD_ADDR . Currently set to 0x for avr32 - mkimage load address (-a) parameter - mkimage entry point (-e)

Re: [U-Boot] Remove board specific code from ENC28J60 network driver?

2009-12-21 Thread Mike Frysinger
On Monday 21 December 2009 03:26:06 Dirk Behme wrote: > - Which is the 'the common SPI framework'? Files? include/spi.h ... just grep for files that include it and you'll find a bunch of examples in the tree. > - Just for correct understanding: We are talking about two issues > here? The first i

Re: [U-Boot] Pull request: u-boot-usb

2009-12-21 Thread Gupta, Ajay Kumar
Remy, How about USB patches from me supporting MUSB on DA8xx platform? Regards, Ajay > -Original Message- > From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] > On Behalf Of Remy Bohmer > Sent: Sunday, December 20, 2009 6:21 PM > To: w...@denx.de; u-boot@lists.denx.

Re: [U-Boot] Breakage on arm/next

2009-12-21 Thread apgmoorthy
Hi Scott, > >>> > >>> Hunk 2: > >>> + if (FLEXONENAND(this)) { > >>> + env_addr <<= 1; > >>> + instr.len <<= > >> onenand_mtd.eraseregions[0].numblocks == 1 ? > >>> + 2 : 1; > >>> + } > >>> > >>> This should not break any other

Re: [U-Boot] [PATCH 2/3] Add board specific code for da850 EVM

2009-12-21 Thread Nick Thompson
On 18/12/09 10:23, Sudhakar Rajashekhar wrote: > Nick Thompson ge.com> writes: > >> >> On 16/12/09 10:24, Sudhakar Rajashekhara wrote: >>> Provides initial support for TI OMAP-L138/DA850 SoC devices on >>> a Logic PD EVM board. >>> >>> Provides: >>> Initial boot and configuration. >>> Support for

Re: [U-Boot] ubi part failing on NAND

2009-12-21 Thread Stefan Roese
On Friday 18 December 2009 16:07:40 Jeff Angielski wrote: > Stefan Roese wrote: > > On Friday 18 December 2009 13:35:26 hedwin wrote: > >> Jeff, what is the size of your allocateble memory. Had to increase it to > >> 4MB to get it working. > > > > I've got 1MByte for my test on Kilauea. This shoul

[U-Boot] Please pull u-boot-ppc4xx

2009-12-21 Thread Stefan Roese
The following changes since commit 223e97641cd60abed95dc7a6dd15d8fdf0951ff9: Shinya Kuribayashi (1): MIPS: qemu_mips: Fix a build failure caused by missing are available in the git repository at: git://www.denx.de/git/u-boot-ppc4xx.git master Heiko Schocher (1): i2c, ppc4xx: f

Re: [U-Boot] [PATCH] ppc4xx: alpr: Remove some not needed commands to make image fit again

2009-12-21 Thread Stefan Roese
On Wednesday 16 December 2009 09:27:31 Stefan Roese wrote: > The latest changes increased the size of the alpr image a bit more. > Now it doesn't fit into the 256k reserved for it. This patch now removes > the commands "ping" and "diag" which are not needed in the production > systems. Applied to

Re: [U-Boot] [PATCH] [for next] i2c, ppc4xx: fix compiling KAREF and METROBOX boards.

2009-12-21 Thread Stefan Roese
On Thursday 03 December 2009 11:23:17 Heiko Schocher wrote: > commit eb5eb2b0f744f0cba405160c5d01335c40f09acf > > ppc4xx: Cleanup PPC4xx I2C infrastructure > > This patch cleans up the PPC4xx I2C intrastructure: > > - Use C struct to describe the I2C registers instead of defines > - Coding style

Re: [U-Boot] Remove board specific code from ENC28J60 network driver?

2009-12-21 Thread Dirk Behme
On 20.12.2009 21:05, Mike Frysinger wrote: > On Sunday 20 December 2009 14:30:35 Dirk Behme wrote: >> For TI OMAP3 Beagle based Zippy expansion board from TinCanTools [1] >> I'm currently looking into reusing spi based ENC28J60 network driver >> >> drivers/net/enc28j60.c >> >> It seems to me that i