Re: [U-Boot] [PATCH 1/2] I2C: add Marvell TWSI simple driver

2010-08-25 Thread Heiko Schocher
Hello Albert, Albert ARIBAUD wrote: > (adding Heiko, custodian of I2C/EEPROM and committer of kirkwood_i2c) > > Le 26/08/2010 06:33, Prafulla Wadaskar a écrit : >> >>> -Original Message- >>> From: u-boot-boun...@lists.denx.de >>> [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Albert A

Re: [U-Boot] [PATCH] NET: add ENC28J60 driver using SPI framework

2010-08-25 Thread Reinhard Meyer
Dear Mike Frysinger, From: Reinhard Meyer >> >> Give me a tip how I can change that info. The first patch to this was >> committed while I used. Squashing other patches into it does not >> change that. rebase -i, edit, --amend does not present that line for >> edit. The only idea I have now is

Re: [U-Boot] [PATCH 1/2] I2C: add Marvell TWSI simple driver

2010-08-25 Thread Albert ARIBAUD
Le 26/08/2010 08:30, Heiko Schocher a écrit : > As the kirkwood_i2c driver is actually not used in any board, > we should remove it completely, can you add this for v2? That answers the questions I *just* asked on the list :) -- Wilco. > Beside of that, I have just some minor codstyling comments

[U-Boot] Pull request v2: u-boot-i2c

2010-08-25 Thread Heiko Schocher
Hello Wolfgang, The following changes since commit bd2313078114c4b44c4a5ce149af43bcb7fc8854: Wolfgang Denk (1): Merge branch 'master' of ssh://gemini/home/wd/git/u-boot/master are available in the git repository at: git://git.denx.de/u-boot-i2c.git master Nishanth Menon (3): i

Re: [U-Boot] [PATCH] CMD_I2C: make alen=0 work

2010-08-25 Thread Heiko Schocher
Hello Reinhard, Reinhard Meyer wrote: > Signed-off-by: Reinhard Meyer > --- > common/cmd_i2c.c | 17 +++-- > 1 files changed, 7 insertions(+), 10 deletions(-) Thanks for detecting this. Applied to u-boot-i2c.git bye, Heiko -- DENX Software Engineering GmbH, MD: Wolfgang Den

Re: [U-Boot] [PATCH 1/2] I2C: add Marvell TWSI simple driver

2010-08-25 Thread Albert ARIBAUD
(adding Heiko, custodian of I2C/EEPROM and committer of kirkwood_i2c) Le 26/08/2010 06:33, Prafulla Wadaskar a écrit : > > >> -Original Message- >> From: u-boot-boun...@lists.denx.de >> [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Albert Aribaud >> Sent: Wednesday, August 25, 2010 7:

Re: [U-Boot] [PATCH] NET: add ENC28J60 driver using SPI framework

2010-08-25 Thread Mike Frysinger
On Thursday, August 26, 2010 02:19:07 Reinhard Meyer wrote: > >> From: Reinhard Meyer > > Give me a tip how I can change that info. The first patch to this was > committed while I used . Squashing other patches into it does not > change that. rebase -i, edit, --amend does not present that line for

Re: [U-Boot] [PATCH 1/2] I2C: add Marvell TWSI simple driver

2010-08-25 Thread Heiko Schocher
Hello Albert, Albert Aribaud wrote: > This driver is for the Marvell TWSI/I2C module found in > the orion and kirkwood families among others. > > Signed-off-by: Albert Aribaud > --- > While the 'kirkwood_i2c' driver for the Marvell TWSI module > is already available in u-boot, this one is 25% sm

Re: [U-Boot] [PATCH] MTD/SPI/FLASH: add support for Ramtron FRAMs using SPI

2010-08-25 Thread Reinhard Meyer
Dear Mike Frysinger, >>> #if defined(CONFIG_SPI_FRAM_RAMTRON) >>> # define IDCODE_LEN 10 >>> #else >>> # define IDCODE_LEN 5 >>> #endif >> >> OK, see below. Can't we have it 10 generally? The impact should be >> negligible? > > hrm, i guess ... but i didnt even really like raising it to the 5 for o

Re: [U-Boot] [PATCH] NET: add ENC28J60 driver using SPI framework

2010-08-25 Thread Reinhard Meyer
Dear Mike Frysinger, >> From: Reinhard Meyer Give me a tip how I can change that info. The first patch to this was committed while I used . Squashing other patches into it does not change that. rebase -i, edit, --amend does not present that line for edit. The only idea I have now is making an empt

Re: [U-Boot] [PATCH] MTD/SPI/FLASH: add support for Ramtron FRAMs using SPI

2010-08-25 Thread Mike Frysinger
On Thursday, August 26, 2010 01:57:23 Reinhard Meyer wrote: > Dear Mike Frysinger, > > #if defined(CONFIG_SPI_FRAM_RAMTRON) > > # define IDCODE_LEN 10 > > #else > > # define IDCODE_LEN 5 > > #endif > > OK, see below. Can't we have it 10 generally? The impact should be > negligible? hrm, i guess .

Re: [U-Boot] [PATCH] MTD/SPI/FLASH: add support for Ramtron FRAMs using SPI

2010-08-25 Thread Reinhard Meyer
Dear Mike Frysinger, > i dont have a problem with going through the env as a hook, but it doesnt seem > to scale. what if you have 2 fram devices and a winbond spi flash ? perhaps > the name spec should be: > fram_dev.. > > then you can signal that only certain. locations should get specia

Re: [U-Boot] [PATCH] SPI: cmd_spi.c: add option to specify bus and mode

2010-08-25 Thread Reinhard Meyer
Dear Mike Frysinger, >> :[.] > > how so ? the bus:cs.mode field is always going to be one argv, and your patch > has it so that argv[1] is always parsed against this form. i dont see where > this limitation is that you're seeing ... > -mike Currently, without a ":", the "." part won't be handle

[U-Boot] Pull request u-boot-marvell.git

2010-08-25 Thread Prafulla Wadaskar
Hi Wolfgang/Tom Pls pull The following changes since commit 5549d22b656550d36b2cc46743c7220ab0e9dcc4: Wolfgang Denk (1): Merge branch 'master' of /home/wd/git/u-boot/master are available in the git repository at: u-boot-marvell.git master branch. Albert Aribaud (1): Orion5x:

Re: [U-Boot] [PATCH] Kirkwood: bugfix: window size (mis)calculation

2010-08-25 Thread Prafulla Wadaskar
> -Original Message- > From: Prafulla Wadaskar [mailto:prafu...@marvell.com] > Sent: Thursday, August 26, 2010 2:45 PM > To: u-boot@lists.denx.de > Cc: Prabhanjan Sarnaik; Ashish Karkare; Prafulla Wadaskar > Subject: [PATCH] Kirkwood: bugfix: window size (mis)calculation > > Fixed kw_w

[U-Boot] [PATCH] Kirkwood: bugfix: window size (mis)calculation

2010-08-25 Thread Prafulla Wadaskar
Fixed kw_winctrl_calcsize() off-by-1 bug which caused mapping windows size to be cut by half. This corrected all windows address configuration Signed-off-by: Prafulla Wadaskar --- arch/arm/cpu/arm926ejs/kirkwood/cpu.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch

Re: [U-Boot] [PATCH] Orion5x: bugfix: window size (mis)calculation

2010-08-25 Thread Prafulla Wadaskar
> -Original Message- > From: u-boot-boun...@lists.denx.de > [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Albert Aribaud > Sent: Tuesday, August 24, 2010 6:58 PM > To: u-boot@lists.denx.de > Subject: [U-Boot] [PATCH] Orion5x: bugfix: window size > (mis)calculation > > Fix orion5x

Re: [U-Boot] [PATCH 1/2] I2C: add Marvell TWSI simple driver

2010-08-25 Thread Prafulla Wadaskar
> -Original Message- > From: u-boot-boun...@lists.denx.de > [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Albert Aribaud > Sent: Wednesday, August 25, 2010 7:54 PM > To: u-boot@lists.denx.de > Subject: [U-Boot] [PATCH 1/2] I2C: add Marvell TWSI simple driver > > This driver is for

Re: [U-Boot] [PATCH] NET: add ENC28J60 driver using SPI framework

2010-08-25 Thread Mike Frysinger
On Wednesday, August 25, 2010 08:47:39 Reinhard Meyer wrote: > From: Reinhard Meyer > > Signed-off-by: Reinhard Meyer these two fields should match (e-mail) also, this patch seems to depend on some other change not in mainline or Ben's net tree ... > +#include > +#include the common.h hea

Re: [U-Boot] [PATCH] MTD/SPI/FLASH: add support for Ramtron FRAMs using SPI

2010-08-25 Thread Mike Frysinger
On Wednesday, August 25, 2010 08:47:19 Reinhard Meyer wrote: > +/* > + * Unfortunately, some RAMTRON FRAMs do not have a means of > + * identifying them. We use an environment variable to select > + * the device we will handle. The variable "fram_device" should > + * be set from VPD data. > + */ i

Re: [U-Boot] [PATCH] MTD: Add support for S25FL032P spi nor-flash

2010-08-25 Thread Mike Frysinger
thanks, this is now in my sf branch -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] SPI: cmd_spi.c: add option to specify bus and mode

2010-08-25 Thread Mike Frysinger
On Tuesday, August 24, 2010 06:53:49 Reinhard Meyer wrote: > > this usage string no longer makes sense. how about: > > "[:][.] - Send bits from > > out the SPI\n" > > The problem is, that without blowing up the parser even more, only > 2 forms of the command are valid: > > the classic form >

[U-Boot] [PATCH 2/2] cmp_bmp: allow negative X, Y values for display command

2010-08-25 Thread Timur Tabi
The 'bmp display' command accepts optional X and Y values for the position of the image to be displayed. Change the code which parses the command line to accept negative values. This feature is useful if you want to use a frame buffer for the console, and you want a banner displayed on the top of

[U-Boot] USBTTY and OMAP-L138 EVM (da850evm)

2010-08-25 Thread Jeremy Torres
Hello. Please forgive the long post. I was hoping to include as much information as possible... I have been trying to enable stdin/stdout to go over usbtty.  I have read all the all-important README and have worked initially with the Texas Instruments Linux Forum to enable usbtty support. In su

[U-Boot] logbuffer functionality still broken?

2010-08-25 Thread CEVAN Ondrej
Hi all, Does somebody know whether the CONFIG_LOGBUFFER functionality is supported by one of the available kernels on the git.denx.de server? The problem is that the function setup_ext_logbuff_mem() is called by setup_ext_logbuff() but is nowhere defined. Well, at least I was not able to find s

[U-Boot] winner

2010-08-25 Thread Western Union Center
Your Email Id has won $380,000. in the Western union Promo. send your Names.. Age.. Sex.. Address.. Tel.. Country.. wunionpaycent...@btinternet.com Servicio brindado por Velocom - http://www.velocom.com.ar/ ___ U-Boot mailing list U-Boot@lists.denx.d

[U-Boot] [Nios] Pull Request

2010-08-25 Thread Scott McNutt
Dear Wolfgang, The following changes since commit bd2313078114c4b44c4a5ce149af43bcb7fc8854: Wolfgang Denk (1): Merge branch 'master' of ssh://gemini/home/wd/git/u-boot/master are available in the git repository at: git://git.denx.de/u-boot-nios.git next Thomas Chou (2): ni

Re: [U-Boot] u-boot-x86

2010-08-25 Thread sk ong
Graeme, I am not familiar with device driver for embedded Linux, but I think the Linux device driver for Atom currently still use the BIOS alike support at least in the booting phase. I think there may be a challenge to port the device driver (video, SATA, ethernet, etc.) to use in uboot from one

Re: [U-Boot] [PATCH 1/2] I2C: add Marvell TWSI simple driver

2010-08-25 Thread Albert ARIBAUD
Reviewing myself, as a blatant copy-paste mistake only hit my eyes right after the patch was posted. :( Le 25/08/2010 16:23, Albert Aribaud a écrit : > diff --git a/drivers/i2c/mvtwsi.c b/drivers/i2c/mvtwsi.c > @@ -0,0 +1,419 @@ > +/* > + * Driver for the TWSI (i2c) controller on the Marvell or

[U-Boot] [PATCH] ppc4xx: Fix APC405 board support

2010-08-25 Thread Matthias Fuchs
Opps, after a long time I tested recent u-boot on our APC405 board. This simple fix makes networking work again. Signed-off-by: Matthias Fuchs --- include/configs/APC405.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/configs/APC405.h b/include/configs/APC405.h

Re: [U-Boot] u-boot-x86

2010-08-25 Thread Graeme Russ
Sk, On 25/08/10 23:49, sk ong wrote: > Graeme, > > Thanks for the information. Now I know I need to take a look at coreboot > too. > > Do you know anyone has or plan to do porting for Intel Atom based uboot > or coreboot or other boot loader? Not specifically however I understand that the Ato

[U-Boot] [PATCH 2/2] edminiv2: add I2C support using mvtwsi driver

2010-08-25 Thread Albert Aribaud
Signed-off-by: Albert Aribaud --- include/configs/edminiv2.h |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/include/configs/edminiv2.h b/include/configs/edminiv2.h index 57dd165..36ed392 100644 --- a/include/configs/edminiv2.h +++ b/include/configs/edminiv2.h @@

[U-Boot] [PATCH 1/2] I2C: add Marvell TWSI simple driver

2010-08-25 Thread Albert Aribaud
This driver is for the Marvell TWSI/I2C module found in the orion and kirkwood families among others. Signed-off-by: Albert Aribaud --- While the 'kirkwood_i2c' driver for the Marvell TWSI module is already available in u-boot, this one is 25% smaller, less complex (no state machine) and much fas

[U-Boot] [PATCH] mpc8308_p1m: support for MPC8308 P1M board

2010-08-25 Thread Ilya Yanok
This patch provides support for MPC8308 P1M board with the following set of features: Dual UART is supported NOR flash is supported Both TSEC Ethernet controllers are supported PCI Express initialization is supported Both I2C controllers are supported Signed-off-by: Ilya Yanok --- MAINTAINE

Re: [U-Boot] u-boot-x86

2010-08-25 Thread sk ong
Graeme, Thanks for the information. Now I know I need to take a look at coreboot too. Do you know anyone has or plan to do porting for Intel Atom based uboot or coreboot or other boot loader? Thanks, SK On Wed, Aug 25, 2010 at 7:16 PM, Graeme Russ wrote: > Hi Sk, > > Please keep the Cc list

Re: [U-Boot] [PATCH] Add support for the MPC5121e USB Host controller.

2010-08-25 Thread Damien Dusha
Hi Einar, > I'm using 2 usb sticks for testing: Corsair (32BG) and Doulos (128MB) both > formatted with vfat. > My board contains NXP ISP1520 USB Hub. > Neither of these sticks are being detected correctly, in fact the Corsair is > not detected at all. > > I have tested successfully the Doulos s

[U-Boot] NFS 'Loading: *_*** ERROR: Cannot mount'

2010-08-25 Thread StephenPaulraj Chinnadurai-ERS,HCLTech
Dear Marek, I am getting following error message when tried to download zImage to the SDRAM. MDT-Boot> MDT-Boot> nfs a130 10.100.144.245:/var/bin/lib/tftpboot/zImage SMC9: MAC 00:00:70:26:1e:01 Using SMC9-0 device File transfer via NFS from server 10.100.144.245; our IP address is

[U-Boot] [PATCH] AT91: add option to enable pullups in at91sam9260_devices.c

2010-08-25 Thread Reinhard Meyer
Signed-off-by: Reinhard Meyer --- arch/arm/cpu/arm926ejs/at91/at91sam9260_devices.c | 35 +++-- 1 files changed, 25 insertions(+), 10 deletions(-) diff --git a/arch/arm/cpu/arm926ejs/at91/at91sam9260_devices.c b/arch/arm/cpu/arm926ejs/at91/at91sam9260_devices.c index 2d88481..

[U-Boot] [PATCH] AT91: add 2nd SPI to 9260/9XE/9G20

2010-08-25 Thread Reinhard Meyer
Signed-off-by: Reinhard Meyer --- arch/arm/include/asm/arch-at91/hardware.h |1 + arch/arm/include/asm/arch-at91/memory-map.h |1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/arch/arm/include/asm/arch-at91/hardware.h b/arch/arm/include/asm/arch-at91/hardware.h index

[U-Boot] [PATCH] AT91/AVR32: atmel_spi.c: flush RDR before next SPI transaction

2010-08-25 Thread Reinhard Meyer
From: Reinhard Meyer Signed-off-by: Reinhard Meyer --- drivers/spi/atmel_spi.c | 13 +++-- 1 files changed, 11 insertions(+), 2 deletions(-) diff --git a/drivers/spi/atmel_spi.c b/drivers/spi/atmel_spi.c index 317c0b4..d0de931 100644 --- a/drivers/spi/atmel_spi.c +++ b/drivers/spi/at

[U-Boot] [PATCH] NET: add ENC28J60 driver using SPI framework

2010-08-25 Thread Reinhard Meyer
From: Reinhard Meyer Signed-off-by: Reinhard Meyer --- drivers/net/Makefile |1 + drivers/net/enc28j60.c | 650 drivers/net/enc28j60.h | 217 include/netdev.h |1 + 4 files changed, 869 insertions(+), 0 deletion

[U-Boot] [PATCH] MTD/SPI/FLASH: add support for Ramtron FRAMs using SPI

2010-08-25 Thread Reinhard Meyer
From: Reinhard Meyer Signed-off-by: Reinhard Meyer --- drivers/mtd/spi/Makefile |1 + drivers/mtd/spi/ramtron.c| 297 ++ drivers/mtd/spi/spi_flash.c | 13 ++ drivers/mtd/spi/spi_flash_internal.h |2 + 4 files changed, 3

[U-Boot] [PATCH] CMD_I2C: make alen=0 work

2010-08-25 Thread Reinhard Meyer
Signed-off-by: Reinhard Meyer --- common/cmd_i2c.c | 17 +++-- 1 files changed, 7 insertions(+), 10 deletions(-) diff --git a/common/cmd_i2c.c b/common/cmd_i2c.c index 371e022..1283c82 100644 --- a/common/cmd_i2c.c +++ b/common/cmd_i2c.c @@ -152,7 +152,7 @@ int i2c_set_bus_speed(un

Re: [U-Boot] [PATCH] Add support for the MPC5121e USB Host controller.

2010-08-25 Thread Einar Már Björgvinsson
Hi Damien This patch didn't fix the problem, behaves exactly the same. I'm using 2 usb sticks for testing: Corsair (32BG) and Doulos (128MB) both formatted with vfat. My board contains NXP ISP1520 USB Hub. Neither of these sticks are being detected correctly, in fact the Corsair is not detecte

Re: [U-Boot] u-boot-x86

2010-08-25 Thread Graeme Russ
Hi Sk, Please keep the Cc list intact (specifically U-Boot Users). Although some of these questions are a little off-topic for the list, there is much confusion about U-Boot as an embedded boot loader, CoreBoot as a BIOS replacement which can boot the Linux kernel directly and x86 'Bootloaders' su

[U-Boot] [PATCH v4] AT91: add RTT and GPBR based RTC

2010-08-25 Thread Reinhard Meyer
From: Reinhard Meyer Signed-off-by: Reinhard Meyer --- arch/arm/include/asm/arch-at91/at91_gpbr.h | 45 + arch/arm/include/asm/arch-at91/at91_rtt.h | 36 ++ drivers/rtc/Makefile |1 + drivers/rtc/at91sam9_rtt.c | 100 ++

[U-Boot] [PATCH v3] AT91: fix at91sam9260.h for AT91SAM9XE

2010-08-25 Thread Reinhard Meyer
Define the different location of the GPBRs for the 9XE Define the proper CPU Name Signed-off-by: Reinhard Meyer --- arch/arm/include/asm/arch-at91/at91sam9260.h | 18 ++ 1 files changed, 14 insertions(+), 4 deletions(-) diff --git a/arch/arm/include/asm/arch-at91/at91sam9260.h

[U-Boot] [PATCH v3] AT91: add RTT and GPBR based RTC

2010-08-25 Thread Reinhard Meyer
From: Reinhard Meyer --- arch/arm/include/asm/arch-at91/at91_gpbr.h | 45 + arch/arm/include/asm/arch-at91/at91_rtt.h | 36 ++ drivers/rtc/Makefile |1 + drivers/rtc/at91sam9_rtt.c | 100 4 files cha

Re: [U-Boot] TFTP timeout issue while downloading the linux kernel in openpxa vpac270 u-boot source code

2010-08-25 Thread StephenPaulraj Chinnadurai-ERS,HCLTech
Hello Marek, I increased the memory clock speed from 104 MHz to 208 MHz in the PXA270 controller by including the following lines of in the .macro pxa_clock_setup (macro.h file) ldr r0, =0x8 mcr p14, 0, r0, c6, c0, 0 After increasing the memory clock speed, I can downlo

[U-Boot] [PATCH] MTD: Add support for S25FL032P spi nor-flash

2010-08-25 Thread David Jander
Signed-off-by: David Jander --- drivers/mtd/spi/spansion.c |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/drivers/mtd/spi/spansion.c b/drivers/mtd/spi/spansion.c index d6c1a5f..42cebf6 100644 --- a/drivers/mtd/spi/spansion.c +++ b/drivers/mtd/spi/spansion.c @@ -5

[U-Boot] bootprocess and steps to approach code

2010-08-25 Thread ANIL
___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot