Re: [U-Boot] [PATCH] zlib: allow 0 as destination pointer

2009-07-28 Thread rhabarber1848
Wolfgang Denk wrote: > Dear Giuseppe CONDORELLI, > > In message <001601ca1012$e0f72730$c0818...@st.com> you wrote: >> Very good!!! >> So is it time to re-apply zlib patch to u-boot main tree, together >> Alessandro's patch? >> >> Wolfgang, what's your position? > > Actually I'm waiting for a ne

Re: [U-Boot] [PATCH] zlib: allow 0 as destination pointer

2009-07-28 Thread Giuseppe CONDORELLI
Dear Wolfgang, > Actually I'm waiting for a new patch that integrates that fix. Maybe I've not understood. Do you mean you are waiting a new zlib patch [v4] that includes Alessandro's patch, to apply only one patch containing all? Best Regards, Giuseppe -Original Message- From: Wolfgang D

Re: [U-Boot] [PATCH] zlib: allow 0 as destination pointer

2009-07-28 Thread Wolfgang Denk
Dear Giuseppe CONDORELLI, In message <001601ca1012$e0f72730$c0818...@st.com> you wrote: > Very good!!! > So is it time to re-apply zlib patch to u-boot main tree, together > Alessandro's patch? > > Wolfgang, what's your position? Actually I'm waiting for a new patch that integrates that fix. Be

Re: [U-Boot] [PATCH] dlmalloc: Ignore gcc4.4 compiler warnings

2009-07-28 Thread Kumar Gala
On Jul 29, 2009, at 12:47 AM, Wolfgang Denk wrote: > Dear Scott, > > In message <20090728225244.ga8...@b07421-ec1.am.freescale.net> you > wrote: >> >> The patch title is bad -- it's not disabling warnings, it's >> disabling an >> aspect of C99 that the code is incompatible with (and which is

Re: [U-Boot] [PATCH] zlib: allow 0 as destination pointer

2009-07-28 Thread Giuseppe CONDORELLI
Very good!!! So is it time to re-apply zlib patch to u-boot main tree, together Alessandro's patch? Wolfgang, what's your position? Best Regards, Giuseppe -Original Message- From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Stefan Roese Sent: Tuesday,

Re: [U-Boot] [PATCH] dlmalloc: Ignore gcc4.4 compiler warnings

2009-07-28 Thread Wolfgang Denk
Dear Scott, In message <20090728225244.ga8...@b07421-ec1.am.freescale.net> you wrote: > > The patch title is bad -- it's not disabling warnings, it's disabling an > aspect of C99 that the code is incompatible with (and which is pretty > questionable in the first place with such low level code). No

[U-Boot] [PATCH] Update Freescale copyrights to remove "All Rights Reserved"

2009-07-28 Thread Kumar Gala
"All Rights Reserved" conflicts with the GPL. Signed-off-by: Kumar Gala --- Wolfgang, I would ask that you apply this now rather than later as it just addresses the "All Rights Reserved" issue and doesn't change any functional code.. - k board/freescale/mpc8349itx/Makefile |2 +- boar

[U-Boot] [PATCH 2/2]Removed CONFIG_NUM_CPUS for 85xx/86xx Freescale processors.

2009-07-28 Thread Poonam Aggrwal
The number of CPUs are getting detected dynamically by checking the processor SVR value. Also removed CONFIG_NUM_CPUS references from all the platforms with 85xx/86xx processors. This can help to use the same u-boot image across the platforms. Also revamped and corrected few Freescale Copyright m

[U-Boot] [PATCH 1/2]Refactored common cpu specific code for 85xx/86xx into one file.

2009-07-28 Thread Poonam Aggrwal
Removed same code pieces from cpu/mpc85xx/cpu.c and cpu/mpc86xx/cpu.c and moved to cpu/mpc8xxx/cpu.c(new file) Signed-off-by: Poonam Aggrwal --- based on u-boot version 2009.06 Makefile |2 + cpu/mpc85xx/cpu.c| 70 +- cpu/mpc86xx/cpu.c|

Re: [U-Boot] MPC8313 board hanging

2009-07-28 Thread Patrick Heffernan
Thanks, I figured it out. I was decompressing the kernel over itself in RAM. pat -Original Message- From: Scott Wood [mailto:scottw...@freescale.com] Sent: Tuesday, July 28, 2009 4:15 PM To: Patrick Heffernan Cc: u-boot@lists.denx.de Subject: Re: [U-Boot] MPC8313 board hanging On Mon,

Re: [U-Boot] MPC8313 board hanging

2009-07-28 Thread Scott Wood
On Mon, Jul 27, 2009 at 03:46:07PM -0700, Patrick Heffernan wrote: > I'm working on a custom MPC8313 board. It was booting up fine using NOR > flash and ext2 filesystem. > > Configured u-boot and Linux and made transition to use NAND flash and > JFFS2 filesystem and now system hangs when running

Re: [U-Boot] [PATCH] OneNAND: S5PC100 OneNAND IPL support

2009-07-28 Thread Kyungmin Park
On Tue, Jul 28, 2009 at 10:42 PM, Jean-Christophe PLAGNIOL-VILLARD wrote: > On 07:58 Tue 28 Jul     , Kyungmin Park wrote: >> On Tue, Jul 28, 2009 at 5:09 AM, Jean-Christophe >> PLAGNIOL-VILLARD wrote: >> > On 14:28 Fri 24 Jul     , Kyungmin Park wrote: >> >> On Fri, Jul 24, 2009 at 7:42 AM, Jean-C

Re: [U-Boot] [PATCH] dlmalloc: Ignore gcc4.4 compiler warnings

2009-07-28 Thread Scott Wood
On Sun, Jul 26, 2009 at 11:26:18PM +0200, Wolfgang Denk wrote: > Dear Kenneth Johansson, > > In message <1248453626.8967.27.ca...@localhost.localdomain> you wrote: > > > > > Well, if you think fixing the problems is "paper taping over the > > > issue", then how do you call NOT fixing the problems

Re: [U-Boot] [PATCH] mxc_nand: add nand driver for MX2/MX3

2009-07-28 Thread Scott Wood
On Fri, Jul 17, 2009 at 02:53:55PM +0400, Ilya Yanok wrote: > +/* OOB placement block for use with hardware ecc generation */ > +static struct nand_ecclayout nand_hw_eccoob = { > + .eccbytes = 5, > + .eccpos = {6, 7, 8, 9, 10}, > + .oobfree = {{0, 5}, {11, 5}, } > +}; > + > +#ifndef CON

Re: [U-Boot] [PATCH] Fix FEC compile warning message

2009-07-28 Thread Liew Tsi Chung-R5AAHP
Wolfgang, Yes, I will do that for the next merging window. Ignore this patch. Thanks! Best Regards, TsiChung -Original Message- From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Wolfgang Denk Sent: Tuesday, July 28, 2009 4:59 PM To: TsiChung Liew C

Re: [U-Boot] [RFC 0/3] uboot-doc User's Manual Generation Tool

2009-07-28 Thread Robin Getz
On Tue 28 Jul 2009 17:27, Wolfgang Denk pondered: > Dear John, > > in message <1248813631.3915.102.ca...@johns> you wrote: > > > > It seems to me that DUTS is designed to test U-Boot and also automates > > the running of commands whose output can be put online in the DULG. I > > Correct. And the

Re: [U-Boot] [PATCH] Fix FEC compile warning message

2009-07-28 Thread Wolfgang Denk
Dear TsiChung Liew, In message <1248799132-29720-1-git-send-email-tsicl...@gmail.com> you wrote: > Provide function protocol for icache_invalid(). > > Signed-off-by: TsiChung Liew > --- > drivers/net/mcffec.c |4 > 1 files changed, 4 insertions(+), 0 deletions(-) > > diff --git a/driv

Re: [U-Boot] [PATCH 1/2] Removed CONFIG_NUM_CPUS for 85xx and 86xx Freescale processors.

2009-07-28 Thread Scott Wood
Aggrwal Poonam-B10812 wrote: > > >> -Original Message- >> From: Wood Scott-B07421 >> Sent: Wednesday, July 29, 2009 2:39 AM >> To: Aggrwal Poonam-B10812 >> Cc: u-boot@lists.denx.de >> Subject: Re: [U-Boot] [PATCH 1/2] Removed CONFIG_NUM_CPUS for >> 85xx and 86xx Freescale processors. >

Re: [U-Boot] [PATCH 1/2] Removed CONFIG_NUM_CPUS for 85xx and 86xx Freescale processors.

2009-07-28 Thread Aggrwal Poonam-B10812
> -Original Message- > From: Wood Scott-B07421 > Sent: Wednesday, July 29, 2009 2:39 AM > To: Aggrwal Poonam-B10812 > Cc: u-boot@lists.denx.de > Subject: Re: [U-Boot] [PATCH 1/2] Removed CONFIG_NUM_CPUS for > 85xx and 86xx Freescale processors. > > On Tue, Jul 21, 2009 at 04:17:43PM +

[U-Boot] [PATCH] Fix FEC compile warning message

2009-07-28 Thread TsiChung Liew
Provide function protocol for icache_invalid(). Signed-off-by: TsiChung Liew --- drivers/net/mcffec.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/drivers/net/mcffec.c b/drivers/net/mcffec.c index 64be5de..d3741a7 100644 --- a/drivers/net/mcffec.c +++ b/drivers/net

[U-Boot] [PATCH] ColdFire: Fix compile warning messages

2009-07-28 Thread TsiChung Liew
Change %08lX to %08X in board.c. Remove unused variable 'oscillator' in mcf5227x/cpu_init.c and 'scm2' in mcf532x/cpu_init.c. Provide argument type cast in drivers/dma/MCD_dmaApi.c. Signed-off-by: TsiChung Liew --- cpu/mcf5227x/cpu_init.c |1 - cpu/mcf532x/cpu_init.c |1 - drivers/dma

[U-Boot] [PATCH] ColdFire: Fix missing _IO_BASE which caused compile error

2009-07-28 Thread TsiChung Liew
The compile error was caused by a recent patch. Affected platforms - M5253DEMO.h, M5253EVBE.h, and M54455EVB.h. Adding the _IO_BASE automatically defined to 0 in asm-m68k/io.h if it isn't set in platform configuration file. Signed-off-by: TsiChung Liew --- include/asm-m68k/io.h |4 1 fi

Re: [U-Boot] [RFC 2/3] uboot-doc: Add example support for uboot-doc

2009-07-28 Thread Wolfgang Denk
Dear John, in message <1248813749.3915.104.ca...@johns> you wrote: > > It's true, I was a little lax on commenting the I2C commands. If I were > to move forward with this documentation tool, I would comment these > commands more thoroughly like I did with the Memory commands. Hm... of course I'm

Re: [U-Boot] Ask: How speed up read nand flash on lpc3250

2009-07-28 Thread Scott Wood
On Wed, Jul 22, 2009 at 10:47:22PM +0800, xbl1986 wrote: > CPU:LPC3250. I don't see that string anywhere in the U-Boot tree -- what NAND driver are you using? > Nand:K9F2G8U0A 256M > the u-boot boot time now about 8s. > the step to read linux kernel less 2M cost more or less 4s!! > I want to make

Re: [U-Boot] [RFC 0/3] uboot-doc User's Manual Generation Tool

2009-07-28 Thread Wolfgang Denk
Dear John, in message <1248813631.3915.102.ca...@johns> you wrote: > > It seems to me that DUTS is designed to test U-Boot and also automates > the running of commands whose output can be put online in the DULG. I Correct. And the DULG itself is a wiki (TWiki at the moment, to be converted to Fos

Re: [U-Boot] [PATCH 1/2] Removed CONFIG_NUM_CPUS for 85xx and 86xx Freescale processors.

2009-07-28 Thread Scott Wood
On Tue, Jul 21, 2009 at 04:17:43PM +0530, Poonam Aggrwal wrote: > +int cpu_numcores() { > + struct cpu_type *cpu; > + cpu = gd->cpu; > + return cpu->num_cores; > +} Shouldn't this check CONFIG_MP and return 1 if not set? Otherwise you get a weird mix of MP and UP. The checks to warn

Re: [U-Boot] [RFC 2/3] uboot-doc: Add example support for uboot-doc

2009-07-28 Thread jschmoller
On Tue, 2009-07-28 at 19:52 +0200, Wolfgang Denk wrote: > Dear John Schmoller, > > In message > <310e8398479f23a6bfaceccf6cc86631b7bff4dc.1248798202.git.jschmol...@xes-inc.com> > you wrote: > > Add support to a small subset of commands, environment > > variables, and POSTs. These are meant to sh

Re: [U-Boot] [RFC 0/3] uboot-doc User's Manual Generation Tool

2009-07-28 Thread jschmoller
On Tue, 2009-07-28 at 19:49 +0200, Wolfgang Denk wrote: > Dear John Schmoller, > > In message you wrote: > > > > I've been working on writing a User's Manual generation tool, and before > > I get too far I'd like to see if this is something the U-Boot community > > would be interested in. >

[U-Boot] [PATCH] TQM8xx* boards: set larger SMC Rx buffer len

2009-07-28 Thread Wolfgang Denk
Commit 2b3f12c2 added support for configurable SMC Rx buffer length on 8xx systems. Enable this feature on TQM8xx* based boards. This fixes the problem that pasting text in the middle of a line (i. e. inserting in edit mode) did not work - only the first two characters got inserted, the rest was l

[U-Boot] [PATCH] Partition support: remove newline from partition name

2009-07-28 Thread Wolfgang Denk
Remove bogus newline character that got added to the .name field of the disk_partition_t structure. Signed-off-by: Wolfgang Denk --- disk/part_dos.c | 15 ++- disk/part_efi.c |2 +- disk/part_iso.c | 15 ++- 3 files changed, 21 insertions(+), 11 deletions(-) diff

Re: [U-Boot] oob bytes in NAND

2009-07-28 Thread Scott Wood
On Mon, Jul 20, 2009 at 01:41:01PM +0100, muralitharan.peru...@pace.com wrote: > Hi, > > > > Can I modify the oob bytes in NAND using U-boot commands like this: > > > > "nand write.oob 0x800 0x0 64" [This should modify the oob bytes of > page 0]. Try "nand write.oob 800 0 40". Con

[U-Boot] [PATCH] Fix ext2load return code

2009-07-28 Thread Wolfgang Denk
Make the ext2load command return 0 on success (instead of the file length). Also fix output format (get rid of randoim newlines) and some coding style issues (long lines etc.). Signed-off-by: Wolfgang Denk --- common/cmd_ext2.c | 74 +++- 1 file

Re: [U-Boot] [PATCH] fix ext2 inode size and calculations

2009-07-28 Thread Wolfgang Denk
Dear "Weirich, Bernhard", In message you wrote: > Fixed some indentations since patch from 2009-06-09. > Hope this is good now, anyway the whole ext2fs.c file does not conform to > coding style guidelines, so maybe someone wants to run Lindent on it...? > > Regards, > Bernhard > > From: unsik

Re: [U-Boot] [PATCH] Fix boards broken after removal of legacy NAND and DoC support

2009-07-28 Thread Wolfgang Denk
Dear Scott Wood, In message <20090728202053.ga28...@b07421-ec1.am.freescale.net> you wrote: > > Sorry about that. No problem. ... > > #define CONFIG_CMD_PING > > diff --git a/include/configs/NETTA2.h b/include/configs/NETTA2.h > > index 167285e..d060cb7 100644 > > --- a/include/configs/NETTA2.

Re: [U-Boot] [PATCH] Fix boards broken after removal of legacy NAND and DoC support

2009-07-28 Thread Scott Wood
On Sun, Jul 19, 2009 at 07:39:38PM +0200, Wolfgang Denk wrote: > Commit 2419169f removed support for legacy NAND and disk on chip but > missed to update the code for a few boards. This patch fixes the > resulting build issues. > > Signed-off-by: Wolfgang Denk Doh, apparently I forgot to push thi

Re: [U-Boot] MPC8541 with fixed DDR SDRAM

2009-07-28 Thread Kumar Gala
On Jul 28, 2009, at 1:56 PM, Alemao wrote: > Hi all, > > I have a board, similar to the MPC8541CDS, but with fixed DDR SDRAM, > instead of DIMM slots. So I have to configure it without the help of > SPD_EEPROM. > > I saw some code on MPC8540ADS board, like fixed_sdram() in > board/freescale/mpc85

[U-Boot] MPC8541 with fixed DDR SDRAM

2009-07-28 Thread Alemao
Hi all, I have a board, similar to the MPC8541CDS, but with fixed DDR SDRAM, instead of DIMM slots. So I have to configure it without the help of SPD_EEPROM. I saw some code on MPC8540ADS board, like fixed_sdram() in board/freescale/mpc8540ads/mpc8540ads.c and defines in include/configs/MPC8540AD

Re: [U-Boot] [RFC 2/3] uboot-doc: Add example support for uboot-doc

2009-07-28 Thread Wolfgang Denk
Dear John Schmoller, In message <310e8398479f23a6bfaceccf6cc86631b7bff4dc.1248798202.git.jschmol...@xes-inc.com> you wrote: > Add support to a small subset of commands, environment > variables, and POSTs. These are meant to show the > syntax and capabilities of the uboot-doc parser. > > Signed-

Re: [U-Boot] [RFC 0/3] uboot-doc User's Manual Generation Tool

2009-07-28 Thread Wolfgang Denk
Dear John Schmoller, In message you wrote: > > I've been working on writing a User's Manual generation tool, and before > I get too far I'd like to see if this is something the U-Boot community > would be interested in. Anything wrong with the User's Manual generation tool we already have in

[U-Boot] [RFC 3/3] xpedite5370: Add uboot-doc support

2009-07-28 Thread John Schmoller
Add uboot-doc support to the XPedite5370. Incorporates templates to override the defaults and includes memory maps. Signed-off-by: John Schmoller --- board/xes/xpedite5370/manual/book_info.tmpl| 52 ++ board/xes/xpedite5370/manual/booting_linux.tmpl| 179

[U-Boot] [RFC 2/3] uboot-doc: Add example support for uboot-doc

2009-07-28 Thread John Schmoller
Add support to a small subset of commands, environment variables, and POSTs. These are meant to show the syntax and capabilities of the uboot-doc parser. Signed-off-by: John Schmoller --- common/cmd_i2c.c| 71 ++- common/cmd_mem.c| 45 +

[U-Boot] [RFC 0/3] uboot-doc User's Manual Generation Tool

2009-07-28 Thread John Schmoller
Hello all, I've been working on writing a User's Manual generation tool, and before I get too far I'd like to see if this is something the U-Boot community would be interested in. The thought was that everyone needs to develop User's Manuals for their customers, and there's no reason for us a

[U-Boot] [PATCH] Fix enetaddr initialization with CONFIG_NET_MULTI

2009-07-28 Thread Albin Tonnerre
When CONFIG_NET_MULTI is defined, the NetLoop code looks in eth_get_device()->enetaddr for the MAC address. However, this value may not be set. In fact, it will not be if ethaddr was not present in the environment when uboot was started. Therefore, even with 'setenv ethaddr xx:xx:xx:xx:xx:xx', eg.

Re: [U-Boot] [PATCH] OneNAND: S5PC100 OneNAND IPL support

2009-07-28 Thread Jean-Christophe PLAGNIOL-VILLARD
On 07:58 Tue 28 Jul , Kyungmin Park wrote: > On Tue, Jul 28, 2009 at 5:09 AM, Jean-Christophe > PLAGNIOL-VILLARD wrote: > > On 14:28 Fri 24 Jul     , Kyungmin Park wrote: > >> On Fri, Jul 24, 2009 at 7:42 AM, Jean-Christophe > >> PLAGNIOL-VILLARD wrote: > >> > On 09:55 Tue 21 Jul     , Kyungmin

Re: [U-Boot] [PATCH 0/2] arm nomadik: gpio and i2c

2009-07-28 Thread Heiko Schocher
Hello Wolfgang, Wolfgang Denk wrote: > In message <4a6ef6e4.2060...@denx.de> you wrote: >>> Correct. If we are going to rework the Soft-I2C implementation, this >>> should be done for all boards (which is a pretty big action), and >>> probably should be done as part of the "i2c: rework multibus/mu

Re: [U-Boot] [PATCH 0/2] arm nomadik: gpio and i2c

2009-07-28 Thread Wolfgang Denk
Dear Heiko Schocher, In message <4a6ef6e4.2060...@denx.de> you wrote: > > > Correct. If we are going to rework the Soft-I2C implementation, this > > should be done for all boards (which is a pretty big action), and > > probably should be done as part of the "i2c: rework multibus/multi- > > adapte

[U-Boot] [PATCH v4 8/8] Kirkwood: Sheevaplug: kwimage configuration

2009-07-28 Thread Prafulla Wadaskar
Signed-off-by: Prafulla Wadaskar --- Change log: v2: updated as per review feedback for v1 v3: some white spaces removed v4: tuned as per new kwbimage parsing (DATA command added for register setup) board/Marvell/sheevaplug/config.mk|3 + board/Marvell/sheevaplug/kwbimage.cfg | 162 ++

[U-Boot] [PATCH 7/8] tools: mkimage: Add: Kirkwood Boot Image support (kwbimage)

2009-07-28 Thread Prafulla Wadaskar
This is Third step towards cleaning mkimage code for kwbimage support in clean way. This patch adds type kwbimabe support for mkimage For more details refer docs/README.kwbimage This patch is tested with Wheevaplub board Signed-off-by: Prafulla Wadaskar --- Makefile|5 + common

[U-Boot] [PATCH 2/8] tools: mkimage: code abstraction generic and image specific

2009-07-28 Thread Prafulla Wadaskar
This is first step towards cleaning mkimage code for kwbimage support in clean way. Current mkimage code is very specific to uimge generation whereas the same framework can be used to generate other image types like kwbimage. For this, the architecture of mkimage code need to modified. Here is the

[U-Boot] [PATCH 3/8] tools: mkimage: Move image header code to image specific files

2009-07-28 Thread Prafulla Wadaskar
This is second step towards cleaning mkimage code for kwbimage support in clean way. In this patch- 1. The image_get_header_size function call is replaced by sizeof(image_header_t) in default_image.c 2. image header code moved form mkimage.c to default_image .c Signed-off-by: Prafulla Wadaskar

[U-Boot] [PATCH 6/8] tools: mkimage: Making table_entry code global

2009-07-28 Thread Prafulla Wadaskar
1. get_table_entry_id API made global 2. get_table_entry_name API made global 3. typedef table_entry_t moved to image.h Currently it is used by image.c only These APIs can be used by additional mkimage types supports for ex. kwbimage, to use it the API is made global Signed-off-by: Prafulla Wadas

[U-Boot] [PATCH 4/8] tools: mkimage: Implemented callback function for default image support

2009-07-28 Thread Prafulla Wadaskar
This is Third step towards cleaning mkimage code for kwbimage support in clean way. In this patch- 1. callback functions are used in mkimage.c those are defined in defaut_image.c for currently supported images. 2. scan loop implemented for image header verify and print Signed-off-b

[U-Boot] [PATCH 5/8] tools: mkimage: Making genimg_print_size API global

2009-07-28 Thread Prafulla Wadaskar
Currently it is used by image.c only This API can be used by additional mkimage types supports for ex. kwbimage, to use it the API is made global Signed-off-by: Prafulla Wadaskar --- common/image.c |3 +-- include/image.h |1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --gi

[U-Boot] [PATCH 1/8] tools: mkimage : bugfix returns correct value for list command

2009-07-28 Thread Prafulla Wadaskar
List command always return "EXIT_SUCCESS" even in case of failure by any means. This patch return 0 if list command is sucessful, returns negative value reported by check_header functions Signed-off-by: Prafulla Wadaskar --- tools/mkimage.c | 27 +-- 1 files changed, 1

Re: [U-Boot] [PATCH 0/2] arm nomadik: gpio and i2c

2009-07-28 Thread Heiko Schocher
Hello Wolfgang, Wolfgang Denk wrote: > in message <4a6ed200.3070...@denx.de> you wrote: >> OK, thanks, but this patch was just a fast thought, and >> as I wrote, I think, Wolfgang will not Ack this patch ... >> Wolfgang? > > Correct. If we are going to rework the Soft-I2C implementation, this > s

[U-Boot] [PATCH] 83xx, kmeter1, fix: update in the DTS the correct size for the first flash

2009-07-28 Thread Heiko Schocher
When updating the "reg" in the "/localbus/fl...@f000,0" node size was wrong updated for the first flash, because the total size was filled in, instead of the right size for it. Signed-off-by: Heiko Schocher --- board/keymile/kmeter1/kmeter1.c |1 + 1 files changed, 1 insertions(+), 0 del

Re: [U-Boot] [PATCH 0/2] arm nomadik: gpio and i2c

2009-07-28 Thread Wolfgang Denk
Dear Heiko, in message <4a6ed200.3070...@denx.de> you wrote: > > OK, thanks, but this patch was just a fast thought, and > as I wrote, I think, Wolfgang will not Ack this patch ... > Wolfgang? Correct. If we are going to rework the Soft-I2C implementation, this should be done for all boards (whi

[U-Boot] Please pull u-boot-i2c.git updated

2009-07-28 Thread Heiko Schocher
Hello Wolfgang, The following changes since commit 94978e19f31d225b4f7d97c4acbac1ecfaeb8f69: Wolfgang Denk (1): Prepare 2009.08-rc1 (again, after fixing last minute issues). are available in the git repository at: git://git.denx.de/u-boot-i2c.git master Alessandro Rubini (2):

Re: [U-Boot] [PATCH v2 2/2] arm nomadik: add i2c

2009-07-28 Thread Heiko Schocher
Hello Alessandro Alessandro Rubini wrote: > From: Alessandro Rubini > > > Signed-off-by: Alessandro Rubini > Acked-by: Andrea Gallo > --- > board/st/nhk8815/nhk8815.c | 16 ++-- > include/configs/nhk8815.h | 18 +- > 2 files changed, 31 insertions(+), 3 delet

Re: [U-Boot] [PATCH v2 1/2] arm nomadik: add gpio support

2009-07-28 Thread Heiko Schocher
Hello Alessandro, Alessandro Rubini wrote: > From: Alessandro Rubini > > > Signed-off-by: Alessandro Rubini > Acked-by: Andrea Gallo > --- > cpu/arm926ejs/nomadik/Makefile |2 +- > cpu/arm926ejs/nomadik/gpio.c| 99 > +++ > include/asm-arm/a

Re: [U-Boot] [PATCH v2 2/2] arm nomadik: add i2c

2009-07-28 Thread Heiko Schocher
Hello Jean-Christophe, Jean-Christophe PLAGNIOL-VILLARD wrote: >>> it will better to define a couple of generic function where we implement it >>> as this >>> i2c_sda() >>> i2c_scl() >>> i2c_read() >>> i2c_activate() >>> i2c_tristate() >>> i2c_delay() >>> i2c_get_bus_num() >>> i2c_set_bus_num() >>

Re: [U-Boot] [PATCH 0/2] arm nomadik: gpio and i2c

2009-07-28 Thread Heiko Schocher
Hello Daniel, Daniel Gorsulowski wrote: > Heiko Schocher wrote: >> Hello Alessandro, >> >> Alessandro Rubini wrote: >>> This adds gpio and i2c support for the Nomadik evaluation kit. They >>> are needed to turn on the LCD backlight in order to later add LCD >>> support. >>> >>> I have one doubt an

Re: [U-Boot] [PATCH v2 1/2] arm nomadik: add gpio support

2009-07-28 Thread Jean-Christophe PLAGNIOL-VILLARD
On 11:27 Fri 24 Jul , Alessandro Rubini wrote: > From: Alessandro Rubini > > > Signed-off-by: Alessandro Rubini > Acked-by: Andrea Gallo > --- > cpu/arm926ejs/nomadik/Makefile |2 +- > cpu/arm926ejs/nomadik/gpio.c| 99 > +++ > include/as

Re: [U-Boot] [PATCH v2 2/2] arm nomadik: add i2c

2009-07-28 Thread Jean-Christophe PLAGNIOL-VILLARD
> > it will better to define a couple of generic function where we implement it > > as this > > i2c_sda() > > i2c_scl() > > i2c_read() > > i2c_activate() > > i2c_tristate() > > i2c_delay() > > i2c_get_bus_num() > > i2c_set_bus_num() > > i2c_get_bus_speed() > > i2c_set_bus_speed() > > i2c_init() >

Re: [U-Boot] [PATCH 0/2] arm nomadik: gpio and i2c

2009-07-28 Thread Jean-Christophe PLAGNIOL-VILLARD
> > I tried your patch on AT91SAM9263EK based OTC-570 board (patch will come to ML > within next merge window). It worked fine on it. > But some boards (the OTC-570 too) need a i2c_soft_init() function. So I > extended > your patch as follows: > > [PATCH] i2c, soft: added soft_i2c.h > > In case

Re: [U-Boot] [PATCH v2 2/2] arm nomadik: add i2c

2009-07-28 Thread Jean-Christophe PLAGNIOL-VILLARD
On 09:51 Tue 28 Jul , Heiko Schocher wrote: > Hello Jean-Christophe, > > Jean-Christophe PLAGNIOL-VILLARD wrote: > >> } > >> > >> diff --git a/include/configs/nhk8815.h b/include/configs/nhk8815.h > >> index 3e2e09f..8a83d92 100644 > >> --- a/include/configs/nhk8815.h > >> +++ b/include/con

Re: [U-Boot] [PATCH v2 2/2] arm nomadik: add i2c

2009-07-28 Thread Heiko Schocher
Hello Jean-Christophe, Jean-Christophe PLAGNIOL-VILLARD wrote: >> } >> >> diff --git a/include/configs/nhk8815.h b/include/configs/nhk8815.h >> index 3e2e09f..8a83d92 100644 >> --- a/include/configs/nhk8815.h >> +++ b/include/configs/nhk8815.h >> @@ -93,7 +93,7 @@ >> #define CONFIG_SYS_GBL_DAT

[U-Boot] [PATCH] Fix LZMA string.h header inclusion issue and remove unused variables.

2009-07-28 Thread Luigi 'Comio' Mantellini
From: Luigi 'Comio' Mantellini Signed-off-by: Luigi 'Comio' Mantellini --- lib_generic/lzma/LzmaDec.c |2 +- lib_generic/lzma/LzmaTools.c |1 - lib_generic/lzma/Makefile|2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/lib_generic/lzma/LzmaDec.c b/lib_gene

[U-Boot] Please pull u-boot-i2c.git

2009-07-28 Thread Heiko Schocher
Hello Wolfgang, The following changes since commit 94978e19f31d225b4f7d97c4acbac1ecfaeb8f69: Wolfgang Denk (1): Prepare 2009.08-rc1 (again, after fixing last minute issues). are available in the git repository at: git://git.denx.de/u-boot-i2c.git master Heiko Schocher (2): arm

Re: [U-Boot] ARM Pull Request

2009-07-28 Thread Heiko Schocher
Hello Jean-Christophe, Tom, Jean-Christophe PLAGNIOL-VILLARD schrieb: > On 10:16 Mon 27 Jul , Heiko Schocher wrote: >> Hello Jean-Christophe, >> >> Jean-Christophe PLAGNIOL-VILLARD wrote: >>> On 18:21 Thu 23 Jul , Dirk Behme wrote: Wolfgang Denk wrote: > Dear Jean-Christophe PLAGN

Re: [U-Boot] [PATCH v3] arm, i2c: added support for the TWSI I2C Interface

2009-07-28 Thread Heiko Schocher
Hello Heiko, Heiko Schocher wrote: > Signed-off-by: Heiko Schocher > --- > - changes since v1: > added comments from Prafulla Wadaskar > - changes since v2 > added comments from Jean-Christophe > - added speed setting > > drivers/i2c/Makefile |1 + > drivers/i2c/kirkwood_i2c.c |

Re: [U-Boot] [PATCH 0/2] arm nomadik: gpio and i2c

2009-07-28 Thread Daniel Gorsulowski
Hello Heiko, Heiko Schocher wrote: > Hello Alessandro, > > Alessandro Rubini wrote: >> This adds gpio and i2c support for the Nomadik evaluation kit. They >> are needed to turn on the LCD backlight in order to later add LCD >> support. >> >> I have one doubt and some questions on gpio: >> >> To u