Re: [U-Boot] [PATCH] cmd_nand.c: converted to new style subcmd handling

2010-05-05 Thread Frans Meulenbroeks
Was afk for 3.5 weeks, so didn't get to this.Sorry. 2010/4/19 Scott Wood scottw...@freescale.com: On Sun, Apr 04, 2010 at 09:53:16PM +0200, Frans Meulenbroeks wrote: converted to new style subcmd handling. partly tested on sheevaplug read and information commands tested on sheevaplug (sorry

Re: [U-Boot] [PATCH] Blackfin: TWI/I2C: implement multibus support

2010-05-05 Thread Heiko Schocher
Hello Mike, Sorry for the late reply ... Mike Frysinger wrote: Signed-off-by: Mike Frysinger vap...@gentoo.org --- drivers/i2c/bfin-twi_i2c.c | 169 1 files changed, 108 insertions(+), 61 deletions(-) diff --git a/drivers/i2c/bfin-twi_i2c.c

[U-Boot] [PATCH] [PATCH V4]Save environment data to mmc.

2010-05-05 Thread Terry Lv
This patch is to save environment data to mmc card. It uses interfaces defined in generic mmc. Signed-off-by: Terry Lv r65...@freescale.com --- arch/arm/lib/board.c | 14 +++-- arch/powerpc/lib/board.c | 16 +++-- common/Makefile |1 + common/cmd_nvedit.c |3 +-

Re: [U-Boot] Random problem on MPC8640D based board

2010-05-05 Thread Wolfgang Denk
Dear Thirumalai, In message 8f0ecfaa4f2c46928a69de95faf2a...@itd210 you wrote: We are using MPC8640 in our board. During booting we are getting TRAP 200 randomly. Some times it is booting without any issue some times it trapped into the exception 200 and automatically restarts itself.

Re: [U-Boot] [PATCH 2/2] remove main CHANGELOG file

2010-05-05 Thread Wolfgang Denk
Dear Kim Phillips, In message 20100504192544.6506945d.kim.phill...@freescale.com you wrote: It is assumed that this file's only purpose is to serve non-git users downloading u-boot project source in the form of a tarball release. If that is the case, then the generation of the

Re: [U-Boot] Random problem on MPC8640D based board

2010-05-05 Thread Thirumalai
- Original Message - From: Wolfgang Denk w...@denx.de To: Thirumalai thirumala...@datapatterns.co.in Cc: u-boot@lists.denx.de Sent: Wednesday, May 05, 2010 12:02 PM Subject: Re: [U-Boot] Random problem on MPC8640D based board Dear Thirumalai, In message

Re: [U-Boot] Random problem on MPC8640D based board

2010-05-05 Thread Wolfgang Denk
Dear Thirumalai, In message 0c0a8ed2edfb487097801b3175c0f...@itd210 you wrote: Sorry. Trap 200 is Machine check exception. Also sometimes we are getting TRAP 300 which is DSI exception. It doesn't really matter which exception you are seeing. Fact is the system is not running stable. Culprit

Re: [U-Boot] [PATCH] Blackfin: TWI/I2C: implement multibus support

2010-05-05 Thread Mike Frysinger
On Wednesday 05 May 2010 02:12:18 Heiko Schocher wrote: Mike Frysinger wrote: +/* Every register is 32bit aligned, but only 16bits in size */ +#define ureg(name) u16 name; u16 __pad_##name; +struct twi_regs { + ureg(clkdiv); + ureg(control); + ureg(slave_ctl); +

[U-Boot] [PATCH v2] Blackfin: TWI/I2C: implement multibus support

2010-05-05 Thread Mike Frysinger
In order to do this cleanly, the register accesses have to be converted to a C struct (base pointer), so do that in the process. Signed-off-by: Mike Frysinger vap...@gentoo.org --- v2 - extend changelog drivers/i2c/bfin-twi_i2c.c | 169 1

Re: [U-Boot] [PATCH 5/6 v3] spi_flash: support old STMicro parts with RES

2010-05-05 Thread Mike Frysinger
ive merged this into my sf branch and will push out next merge window if Wolfgang doesnt pick it up before that -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [PATCH RFC v2] add redundant environment for env_sf.c

2010-05-05 Thread Mike Frysinger
ive merged this into my sf branch and will push out next merge window if Wolfgang doesnt pick it up before that -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] Random problem on MPC8640D based board

2010-05-05 Thread Thirumalai
Dear Denx, - Original Message - From: Wolfgang Denk w...@denx.de To: Thirumalai thirumala...@datapatterns.co.in Cc: u-boot@lists.denx.de Sent: Wednesday, May 05, 2010 12:38 PM Subject: Re: [U-Boot] Random problem on MPC8640D based board Dear Thirumalai, In message

Re: [U-Boot] [PATCH v2] Blackfin: TWI/I2C: implement multibus support

2010-05-05 Thread Mike Frysinger
On Wednesday 05 May 2010 03:20:30 Mike Frysinger wrote: In order to do this cleanly, the register accesses have to be converted to a C struct (base pointer), so do that in the process. Stefan pointed out i was wrongly sending my i2c stuff to him instead of Heiko. so here is my prod to Heiko.

Re: [U-Boot] [PATCH 5/6 v3] spi_flash: support old STMicro parts with RES

2010-05-05 Thread Thomas Chou
On 05/05/2010 03:21 PM, Mike Frysinger wrote: ive merged this into my sf branch and will push out next merge window if Wolfgang doesnt pick it up before that -mike Hi Mike, You are so nice. Thanks again. Best regards, Thomas ___ U-Boot mailing

[U-Boot] Serail console interface functions/datastructures

2010-05-05 Thread Ayewin Oung
Hi list I'm trying to get most simple u-boot for our custom board ported, with serail port. Could someone point to me which doc/examples I should follow, to implement serail console? I'm assuming there is a well defined interface, functions/datastructes one has to implement specific to a

[U-Boot] [GIT PULL] Pull request: u-boot-imx

2010-05-05 Thread Stefano Babic
Hi Tom, please pull from u-boot-imx. The following changes since commit b88c5988db176a0f9de5598d5167ee2498637d40: Kim Phillips (1): configs: remove unused CONFIG_COMMAND_HISTORY are available in the git repository at: git://git.denx.de/u-boot-imx master Anatolij Gustschin (1):

Re: [U-Boot] Serail console interface functions/datastructures

2010-05-05 Thread Mike Frysinger
On Wednesday 05 May 2010 04:08:20 Ayewin Oung wrote: Could someone point to me which doc/examples I should follow, to implement serail console? I'm assuming there is a well defined interface, functions/datastructes one has to implement specific to a particular board. there are no docs

[U-Boot] [PATCH] serial: punt unused serial_addr()

2010-05-05 Thread Mike Frysinger
Only one file apparently defines this function, and it merely stubs it out. So if no one is defining/calling it, punt it. Signed-off-by: Mike Frysinger vap...@gentoo.org --- board/barco/barco.c |4 include/common.h|1 - 2 files changed, 0 insertions(+), 5 deletions(-) diff

Re: [U-Boot] Serail console interface functions/datastructures

2010-05-05 Thread Ayewin Oung
Thats cool thanks. On 5 May 2010 09:25, Mike Frysinger vap...@gentoo.org wrote: On Wednesday 05 May 2010 04:08:20 Ayewin Oung wrote: Could someone point to me which doc/examples I should follow, to implement serail console? I'm assuming there is a well defined interface,

Re: [U-Boot] Debugging into the kernel from u-boot

2010-05-05 Thread Dunda, Matthias
Hi Stefan, You have all the equipment you need. Use the BDI3000 to debug the Linux kernel. is it correct, that I can only use HARD breakpoints? Because when I set BREAK SOFT, the gdb always says it cannot access memory at c000 And even with HW breakpoints I'm not able to do clean

Re: [U-Boot] Debugging into the kernel from u-boot

2010-05-05 Thread Wolfgang Denk
Dear Dunda, Matthias, In message 569685f045b85741820d0265e0d2999d019cf...@tddhh01.hh.thales-naval.de you wrote: is it correct, that I can only use HARD breakpoints? Because when I set BREAK SOFT, the gdb always says it cannot access memory at c000 This should be a configuration issue,

Re: [U-Boot] [PATCH] ubifsmount fails due to not initialized list

2010-05-05 Thread Quotient Remainder
On Wed, Apr 21, 2010 at 8:47 AM, Stefano Babic sba...@denx.de wrote: ubifsmount is not working and causes an access with a pointer set to zero because the ubifs_fs_type is not initialized correctly. Signed-off-by: Stefano Babic sba...@denx.de --- fs/ubifs/super.c |1 + 1 files

Re: [U-Boot] u-boot hangs after detecting DDR3 RAM and Flash.

2010-05-05 Thread prakash bedge
Hi Stefan, No. What I meant, was that you should try the sleep command on the U-Boot prompt, to check, if the timer is working or not. Check if a sleep 3 really takes 3 seconds to return to the prompt. I commented he MSR_EE in interrupt_init function in cpu/ppc4xx/interrupts.c to run the

Re: [U-Boot] u-boot hangs after detecting DDR3 RAM and Flash.

2010-05-05 Thread Stefan Roese
On Wednesday 05 May 2010 13:48:05 prakash bedge wrote: I commented he MSR_EE in interrupt_init function in cpu/ppc4xx/interrupts.c to run the u-boot and to get u-boot prompt. when I executed sleep 3 command it doesn't reurns to prompt. It seems that it hangs in while loop or hangs somewhere

[U-Boot] WARNING: adjusting available memory to 30000000

2010-05-05 Thread Ronny D
Hi,   I am using customized ppc440 based board having 4GB DDR3 memory. While running u-boot I am getting “WARNING: adjusting available memory to 3000” messege.   Further debugging I came to know that CONFIG_SYS_LINUX_LOWMEM_MAX_SIZE is set to 0x3000 and my ddr size come to

[U-Boot] Compilation Problem with u-boot-2009.08

2010-05-05 Thread Ronny D
I am compiling the u-boot-2009.08.tar.bz2 code for PPC440 based Taishan board. To debug the code i put u-boot in debug mode i.e enable the debug mode by commented out DBGFLAGS= -g  -DDEBUG in top level config.mk With this debug flag i am not able to compile the code. Please let me know

[U-Boot] Help me on finding board similar to NIC card in U-bootloader

2010-05-05 Thread Hari Babu
Hello, I am having a new NIC card and i have to develop U-boot Loader for that.Can any one help me which board name in U-Boot source code having similar kind of features( PHY, MAC ) for cloning that to my new NIC target card. Thank u. ___ U-Boot mailing

Re: [U-Boot] WARNING: adjusting available memory to 30000000

2010-05-05 Thread Ronny D
I am using customized ppc440 based board having 4GB DDR3 memory sorry by mistake i put DDR3 size = 4GB instead of 1GB. --- On Wed, 5/5/10, Ronny D ronny_...@yahoo.com wrote: From: Ronny D ronny_...@yahoo.com Subject: WARNING: adjusting available memory to 3000 To: Wolfgang Denk

Re: [U-Boot] [PATCH] ubifsmount fails due to not initialized list

2010-05-05 Thread Stefano Babic
Quotient Remainder wrote: Out of interest, how did something like this get away with only causing an occasional failure? Well, there are some explanations. MMU is normally off and a Null Pointer does not cause an exception in u-boot. If we get a failure, it depends on the architecture we are

Re: [U-Boot] Help me on finding board similar to NIC card in U-bootloader

2010-05-05 Thread Ben Warren
Hi Hari, On Wednesday, May 5, 2010, Hari Babu haribabu.li...@gmail.com wrote: Hello,  I am having a new NIC card and i have to develop U-boot Loader for that.Can any one help me which board name in U-Boot source code having similar kind of features( PHY, MAC ) for cloning that to my new NIC

Re: [U-Boot] [PATCH 2/2] remove main CHANGELOG file

2010-05-05 Thread Marek Vasut
Dne St 5. května 2010 08:54:01 Wolfgang Denk napsal(a): Dear Kim Phillips, In message 20100504192544.6506945d.kim.phill...@freescale.com you wrote: It is assumed that this file's only purpose is to serve non-git users downloading u-boot project source in the form of a tarball release.

Re: [U-Boot] [PATCH] ubifsmount fails due to not initialized list

2010-05-05 Thread Quotient Remainder
On Wed, May 5, 2010 at 1:59 PM, Stefano Babic sba...@denx.de wrote: Quotient Remainder wrote: Out of interest, how did something like this get away with only causing an occasional failure? Well, there are some explanations. MMU is normally off and a Null Pointer does not cause an

Re: [U-Boot] [PATCH 2/2] remove main CHANGELOG file

2010-05-05 Thread Wolfgang Denk
Dear Marek, In message 201005051551.47704.marek.va...@gmail.com you wrote: Can you recommend a way how such auto-generation / inclusion would be done? Currently I'm using something like this: $ V=2010.03 $ PREFIX=u-boot-${V} git log CHANGELOG $ git archive

[U-Boot] [PATCH V2 0/3] Add support for MB86R0x SoCs

2010-05-05 Thread Matthias Weisser
This patchset adds support for MB86R0x SoC familiy from Fujitsu, its built in lcd controller and a first board using the MB86R01. Changes since V1 - Used C structs for addressing instead of base + offset - Moved offsets for assmebler code to asm-offsets.h - Moved some dublicated sections of

[U-Boot] [PATCH V2 2/3] video: add support for display controller in MB86R0x SoCs

2010-05-05 Thread Matthias Weisser
This patch adds support for the display controller in the MB86R0x SoCs. Signed-off-by: Matthias Weisser weiss...@arcor.de --- drivers/video/Makefile |1 + drivers/video/mb86r0xgdc.c | 186 2 files changed, 187 insertions(+), 0 deletions(-)

[U-Boot] [PATCH V2 1/3] arm: Add support for MB86R0x SoCs

2010-05-05 Thread Matthias Weisser
This patch adds support for MB86R0x SoCs from Fujitsu Signed-off-by: Matthias Weisser weiss...@arcor.de --- arch/arm/cpu/arm926ejs/mb86r0x/Makefile | 47 ++ arch/arm/cpu/arm926ejs/mb86r0x/reset.c | 40 ++ arch/arm/cpu/arm926ejs/mb86r0x/timer.c | 139 ++

[U-Boot] [PATCH V2 3/3] arm: Add support for jadecpu board based on MB86R01 SoC

2010-05-05 Thread Matthias Weisser
This patch adds support for the jadecpu board using the MB86R01 'Jade' SoC from Fujitsu. Signed-off-by: Matthias Weisser weiss...@arcor.de --- MAINTAINERS |4 + MAKEALL |1 + Makefile |4 +

Re: [U-Boot] [PATCH 2/2] remove main CHANGELOG file

2010-05-05 Thread Timur Tabi
On Wed, May 5, 2010 at 9:17 AM, Wolfgang Denk w...@denx.de wrote: Using a plain CHANGELOG here a misses the ${PREFIX}/ part, so I would have to create this directory first [and probably a tmp directory to put it in first to avoid potential name conflicts], then create the CHANGELOG file

Re: [U-Boot] [PATCH 2/2] remove main CHANGELOG file

2010-05-05 Thread Wolfgang Denk
Dear Timur Tabi, In message n2med82fe3e1005050756i7f91e365z91ce1bf19d382...@mail.gmail.com you wrote: I agree with Kim. Is there anyone besides you who uses CHANGELOG? If not, then maybe it should be deleted from the repository. I don't see why you can't run a script to regenerate it

Re: [U-Boot] Fix for a build ?

2010-05-05 Thread Sylvain Lamontagne
Hi Igor Luri, We solve this problem building U-Boot and failing projects passing -j 1 argument to Make (without running simultaneous jobs), and the rest of software with -j 9. Your suggestion solved the problem for us, thank you very much. Hope this helps. It did :) again thank you Peace.

Re: [U-Boot] [PATCH 2/2] remove main CHANGELOG file

2010-05-05 Thread Peter Tyser
Hi Wolfgang, In message n2med82fe3e1005050756i7f91e365z91ce1bf19d382...@mail.gmail.com you wrote: I agree with Kim. Is there anyone besides you who uses CHANGELOG? If not, then maybe it should be deleted from the repository. I don't see why you can't run a script to regenerate it

[U-Boot] Mystery Shopper Needed Urgently(Respond Asap)

2010-05-05 Thread Dr David Khan
MYSTERY SHOPPER SERVICES 95 Crease Rd. Budd Lake, NJ 07828 Hello Applicant, Mystery Shopper Guide measuring the quality of retail services. We systematically gather information and analyze the data of our customers, their competitors and the market. We send mystery shoppers to 'act'

Re: [U-Boot] [PATCH 2/2] remove main CHANGELOG file

2010-05-05 Thread Wolfgang Denk
Dear Peter Tyser, In message 1273075406.2451.4225.ca...@localhost.localdomain you wrote: Could you describe what you use CHANGELOG for? I often look at logs, but 99% of the time its a log of a specific file or directory to trace a bug, see why feature X was added, etc. I rarely look at the

[U-Boot] Endless loop in cmd_log.c?

2010-05-05 Thread Dennis Ruffer
I am trying to implement CONFIG_LOGBUFFER and CONFIG_CMD_LOG on our ARM systems and I seem to have run into an endless loop. With loglevel=5 so we still see our console output, the printf at the end of logbuff_printk appears to create an endless loop. I had to replace that line with

Re: [U-Boot] [PATCH 2/2] remove main CHANGELOG file

2010-05-05 Thread Scott Wood
On 05/05/2010 02:05 PM, Wolfgang Denk wrote: Dear Peter Tyser, In message1273075406.2451.4225.ca...@localhost.localdomain you wrote: Could you describe what you use CHANGELOG for? I often look at logs, but 99% of the time its a log of a specific file or directory to trace a bug, see why

Re: [U-Boot] [PATCH 5/6 v3] spi_flash: support old STMicro parts with RES

2010-05-05 Thread Wolfgang Denk
Dear Mike Frysinger, In message 201005050321.49140.vap...@gentoo.org you wrote: ive merged this into my sf branch and will push out next merge window if Wolfgang doesnt pick it up before that Just let me know what you (and Thomas) prefer, and what exactly (which patch[es] from this series)

Re: [U-Boot] [RESEND:PATCH-V4] OMAP3EVM: Added NAND support

2010-05-05 Thread Wolfgang Denk
Dear hvaib...@ti.com, In message 1272034546-26041-2-git-send-email-hvaib...@ti.com you wrote: diff --git a/include/configs/omap3_evm.h b/include/configs/omap3_evm.h index 0d99f7d..1d31731 100644 --- a/include/configs/omap3_evm.h +++ b/include/configs/omap3_evm.h @@ -151,7 +151,8 @@

Re: [U-Boot] [PATCH-V2 2/4] omap3: Consolidate SDRC related operations

2010-05-05 Thread Wolfgang Denk
Dear hvaib...@ti.com, In message 1272034546-26041-4-git-send-email-hvaib...@ti.com you wrote: From: Vaibhav Hiremath hvaib...@ti.com Consolidated SDRC related functions into one file - sdrc.c And also replaced sdrc_init with generic memory init function (mem_init), this generalization of

Re: [U-Boot] [PATCH-V2 3/4] AM35x: Add support for AM3517EVM

2010-05-05 Thread Wolfgang Denk
Dear hvaib...@ti.com, In message 1272034546-26041-5-git-send-email-hvaib...@ti.com you wrote: From: Vaibhav Hiremath hvaib...@ti.com This patch adds basic support for the AM3517EVM. It includes: - Board int file (.c and .h) - Default configuration file - Updates for

Re: [U-Boot] [PATCH-V2 4/4] AM35x: Add support for EMIF4

2010-05-05 Thread Wolfgang Denk
Dear hvaib...@ti.com, In message 1272034546-26041-6-git-send-email-hvaib...@ti.com you wrote: From: Vaibhav Hiremath hvaib...@ti.com This patch adds support for the EMIF4 interface available in the AM35x processors. Signed-off-by: Vaibhav Hiremath hvaib...@ti.com Signed-off-by: Sanjeev

Re: [U-Boot] [PATCH 1/2] [v2] fix print_size printing fractional gigabyte numbers on 32-bit platforms

2010-05-05 Thread Wolfgang Denk
Dear Timur Tabi, In message 1271182563-17615-1-git-send-email-ti...@freescale.com you wrote: In print_size(), the math that calculates the fractional remainder of a number used the same integer size as a physical address. However, the 10 * factor of the algorithm means that a large number

Re: [U-Boot] [PATCH 2/2] [v6] allow print_size to print large numbers on 32-bit systems

2010-05-05 Thread Wolfgang Denk
Dear Timur Tabi, In message 1271182563-17615-2-git-send-email-ti...@freescale.com you wrote: Modify print_size() so that it can accept numbers larger than 4GB on 32-bit systems. Add support for display terabyte, petabyte, and exabyte sizes. Change the output to use International

Re: [U-Boot] [PATCH 2/2] remove main CHANGELOG file

2010-05-05 Thread Wolfgang Denk
Dear Scott Wood, In message 4be1cace.6040...@freescale.com you wrote: Surely the extra quarter second is not too significant compared to the time it takes to formulate the query and examine the results. The requests are often generated by some script, and there may be tens of them - enough

Re: [U-Boot] [PATCH 2/2] remove main CHANGELOG file

2010-05-05 Thread Peter Tyser
Hi Wolfgang, Could you describe what you use CHANGELOG for? I often look at logs, but 99% of the time its a log of a specific file or directory to trace a bug, see why feature X was added, etc. I rarely look at the repositories entire log, and if I do, I use 'git log'. Although 'git

Re: [U-Boot] [PATCH 2/2] remove main CHANGELOG file

2010-05-05 Thread Kim Phillips
On Wed, 5 May 2010 08:54:01 +0200 Wolfgang Denk w...@denx.de wrote: Dear Kim Phillips, In message 20100504192544.6506945d.kim.phill...@freescale.com you wrote: It is assumed that this file's only purpose is to serve non-git users downloading u-boot project source in the form of a

Re: [U-Boot] [PATCH 2/2] remove main CHANGELOG file

2010-05-05 Thread Kim Phillips
On Wed, 5 May 2010 16:06:07 -0500 Kim Phillips kim.phill...@freescale.com wrote: echo 'snapshot.commit' .git/info/attributes make that: echo 'snapshot.commit export-subst' .git/info/attributes Kim ___ U-Boot mailing list U-Boot@lists.denx.de

[U-Boot] [PATCH] ARM1136: Fix cache_flush() error and correct cpu_init_crit() comments

2010-05-05 Thread George G. Davis
The ARM1136 cache_flush() function uses the mcr p15, 0, rn, c7, c7, 0 instruction which means Invalidate Both Caches when in fact the intent is to Clean and Invalidate Entire Data Cache. So change the ARM1136 cache_flush() function to use the mcr p15, 0, rn, c7, c7, 0 @ Clean invalidate D-Cache

Re: [U-Boot] [PATCH 2/2] remove main CHANGELOG file

2010-05-05 Thread Wolfgang Denk
Dear Peter Tyser, In message 1273091842.2451.4563.ca...@localhost.localdomain you wrote: I still don't grasp what the common use of looking at U-Boot's entire changelog is. What are some common tasks that require grepping U-Boot's entire changelog? Are these tasks performed frequently

Re: [U-Boot] [PATCH 2/2] remove main CHANGELOG file

2010-05-05 Thread Wolfgang Denk
Dear Kim Phillips, In message 20100505160607.99edd83d.kim.phill...@freescale.com you wrote: How would you try such identification? it appears that the granularity of CHANGELOG updates is equal to that of VERSION, PATCHLEVEL, and EXTRAVERSION assignments in the root Makefile; so presumably

[U-Boot] Endless loop in cmd_log.c?

2010-05-05 Thread Dennis Ruffer
I am trying to implement CONFIG_LOGBUFFER and CONFIG_CMD_LOG on our ARM systems and I seem to have run into an endless loop. With loglevel=5 so we still see our console output, the printf at the end of logbuff_printk appears to create an endless loop. I had to replace that line with

Re: [U-Boot] [PATCH 01/17] SPARC: added unaligned definitions, patch supplied by Magnus Sjalander.

2010-05-05 Thread Wolfgang Denk
Dear Daniel Hellstrom, In message 1264680996-13804-1-git-send-email-dan...@gaisler.com you wrote: Signed-off-by: Daniel Hellstrom dan...@gaisler.com --- include/asm-sparc/unaligned.h | 17 + 1 files changed, 17 insertions(+), 0 deletions(-) create mode 100644

Re: [U-Boot] [PATCH v2 12/17] SPEAr : i2c driver moved completely into drivers/i2c

2010-05-05 Thread Tom Rix
Vipin KUMAR wrote: On 5/3/2010 5:55 AM, Tom Rix wrote: Vipin KUMAR wrote: The i2c IP used by spear platform is a synopsys i2c controller 'IP' expand. IP is Intellectual Property i.e peripheral hardware Please use the term 'peripheral hardware' in place of IP IP is too generic. Tom

Re: [U-Boot] [PATCH 5/6 v3] spi_flash: support old STMicro parts with RES

2010-05-05 Thread Mike Frysinger
On Wednesday 05 May 2010 15:57:29 Wolfgang Denk wrote: Mike Frysinger wrote: ive merged this into my sf branch and will push out next merge window if Wolfgang doesnt pick it up before that Just let me know what you (and Thomas) prefer doesnt matter to me whether you pull my branch now or

[U-Boot] [PATCH] ARM1136: Fix cache_flush() error and correct cpu_init_crit() comments

2010-05-05 Thread George G. Davis
The ARM1136 cache_flush() function uses the mcr p15, 0, rn, c7, c7, 0 instruction which means Invalidate Both Caches when in fact the intent is to Clean and Invalidate Entire Data Cache. So change the ARM1136 cache_flush() function to use the mcr p15, 0, rn, c7, c7, 0 @ Clean invalidate D-Cache

Re: [U-Boot] [PATCH 2/2] remove main CHANGELOG file

2010-05-05 Thread Peter Tyser
I'll quit whining, just wanted to give my +1 for removing the changelog. I don't consider you whining. I am listening to the arguments. I am not convinced yet, though. Well in that case, I'll chime in again:) I still don't grasp what the common use of looking at U-Boot's entire

Re: [U-Boot] [PATCH 0/3] Support for TI's DA850/OMAP-L138 platform

2010-05-05 Thread Tom Rix
Sudhakar Rajashekhara wrote: This patch series adds support for TI's DA850/OMAP-L138 platform. This series is dependant on the following patch which I have submitted earlier: [U-Boot] [PATCH] da830: Move common code out of da830evm.c file Sudhakar Rajashekhara (3): TI: DaVinci: Prepare

Re: [U-Boot] [PATCH 2/2] remove main CHANGELOG file

2010-05-05 Thread Wolfgang Denk
Dear Peter Tyser, In message 1273095808.2451.4674.ca...@localhost.localdomain you wrote: I see, makes sense. This seems like a problem that is unique to you, as well as potentially a few other maintainers. I imagine the vast majority of developers rarely use the CHANGELOG file though.

Re: [U-Boot] [PATCH] Add SPI support to mx51evk board

2010-05-05 Thread Wolfgang Denk
Dear Stefano Babic, In message 1268756541-2179-1-git-send-email-sba...@denx.de you wrote: The patch adds SPI devices to the mx51evk board. Two devices are supported: Atmel SPI flash and MC13892 power controller. Signed-off-by: Stefano Babic sba...@denx.de ---

Re: [U-Boot] [PATCH] ppc: unused memory region too close to current stack pointer

2010-05-05 Thread Wolfgang Denk
Dear Norbert van Bolhuis, In message 201003191434.o2jeyprf024...@linpc062.aimsys.nl you wrote: This avoids a possible overwrite of the (end of) ramdisk by u-boot. The unused memory region for ppc boot currently starts 1k below the do_bootm-bootm_start-arch_lmb_reserve stack ptr. This isn't

Re: [U-Boot] [PATCH] cmd_onenand.c: moved to standard subcommand handling

2010-05-05 Thread Wolfgang Denk
Dear Frans Meulenbroeks, In message 1269706476-20496-1-git-send-email-fransmeulenbro...@gmail.com you wrote: On the fly also fixed the following things: - write help talked about a parameter oob, but that one was not used, so removed it from the help message. - the test command also

Re: [U-Boot] [PATCH v2] POST: Added ECC memory test for mpc83xx.

2010-05-05 Thread Wolfgang Denk
Dear Michael Zaidman, In message 1270654208-32319-1-git-send-email-michael.zaid...@gmail.com you wrote: Signed-off-by: Michael Zaidman michael.zaid...@gmail.com --- post/cpu/mpc83xx/Makefile | 30 post/cpu/mpc83xx/ecc.c| 167 +

Re: [U-Boot] [PATCH] mmc: modified calculated mmc-capacity set mmc trans_speed

2010-05-05 Thread Wolfgang Denk
Dear Andy, In message n2l91990fe21004072036kacf48a2aqf28a92c8d4dd6...@mail.gmail.com Jae hoon Chung wrote: The patches do the following 1. If mmc size is more than 2GB , we need to calculated using the extended csd register. 2. mmc_set_clock() is hard setting, that is not good solution.

Re: [U-Boot] [PATCH v1 1/3] fsl-diu: Using I/O accessor to CCSR space

2010-05-05 Thread Wolfgang Denk
Dear Kumar Gala, In message 0adf7618-d48a-4003-aba5-14d9e0084...@kernel.crashing.org you wrote: On Apr 8, 2010, at 2:56 AM, Dave Liu wrote: From: Jerry Huang chang-ming.hu...@freescale.com Using PPC I/O accessor to DIU I/O space instead of directly read/write. It will prevent the

Re: [U-Boot] [PATCH v3 00/26] [x86] 'Comming of Age'

2010-05-05 Thread Wolfgang Denk
Dear Graeme Russ, In message 1272031560-30486-1-git-send-email-graeme.r...@gmail.com you wrote: Hello Everyone Respin of a previous patch set addressing a few minor issues including: Version 2: - Resolved the PCI_BASE_ADDRESS_1 -- PCI_BASE_ADDRESS_0 modification. It turned out to be

Re: [U-Boot] [PATCH] 74xx_7xx: CPCI750: Add ECC support on esd CPCI-CPU/750 board

2010-05-05 Thread Wolfgang Denk
Dear Stefan Roese, In message 1271145549-15224-1-git-send-email...@denx.de you wrote: From: Reinhard Arlt reinhard.a...@esd.eu Add ECC support for DDR RAM for MV64360 on esd CPCI-CPU/750 board. This patch also adds the pldver command to display the CPLD revision. Signed-off-by:

Re: [U-Boot] [PATCH] Add SPI support to mx51evk board

2010-05-05 Thread Stefano Babic
Wolfgang Denk wrote: Dear Stefano Babic, Hi Wolfgang, In message 1268756541-2179-1-git-send-email-sba...@denx.de you wrote: The patch adds SPI devices to the mx51evk board. Two devices are supported: Atmel SPI flash and MC13892 power controller. Signed-off-by: Stefano Babic

Re: [U-Boot] [PATCH v3] command.c: Enable auto tab for the editenv command

2010-05-05 Thread Wolfgang Denk
Dear =?iso-8859-1?Q?Tr=FCbenbach=2C_Ralf?=, In message d0b748ccd5df144ca5c56a9d860a3134f5c...@men-exch1.intra.men.de you wrote: Enable the auto completion (with TAB) of the environment variable name = after the editenv command. Signed-off-by: Ralf Tr=FCbenbach ralf.truebenb...@men.de ---

Re: [U-Boot] [PATCH] compiler.h: add uint typedef

2010-05-05 Thread Wolfgang Denk
Dear Mike Frysinger, In message 1271756970-15098-1-git-send-email-vap...@gentoo.org you wrote: Recent crc changes started using the uint type in headers that are used on the build system. This subsequently broke mingw targets as they do not provide such a type. So add this basic typedef to

Re: [U-Boot] [PATCH] Move test for unnecessary memmove to memmove_wd()

2010-05-05 Thread Wolfgang Denk
Dear Larry Johnson, In message 4bcd9987.9020...@acm.org you wrote: Signed-off-by: Larry Johnson l...@acm.org --- common/cmd_bootm.c |7 ++- common/image.c |3 +++ 2 files changed, 5 insertions(+), 5 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX

Re: [U-Boot] [PATCH] tx25: fix crash while booting Linux

2010-05-05 Thread Wolfgang Denk
Dear Stefano Babic, In message 4bcf02b0.60...@denx.de you wrote: Anatolij Gustschin wrote: Currently booting Linux on TX25 board doesn't work since there is no correct mach-id and boot parameters setup for tx25 board. Fix it now. Signed-off-by: Anatolij Gustschin ag...@denx.de Cc:

Re: [U-Boot] [PATCH] drivers/*/Makefile: fix conditional compile rule.

2010-05-05 Thread Wolfgang Denk
Dear Ender.Dai, In message 1271921065-18704-1-git-send-email-ender@gmail.com you wrote: Fix conditional compile rule for twl4030.c and videomodes.c. Signed-off-by: Ender.Dai ender@gmail.com --- drivers/usb/phy/Makefile |1 - drivers/video/Makefile |9 - 2 files

Re: [U-Boot] [PATCH 5/6 v3] spi_flash: support old STMicro parts with RES

2010-05-05 Thread Thomas Chou
Dear Wolfgang, On 05/06/2010 03:57 AM, Wolfgang Denk wrote: Dear Mike Frysinger, In message201005050321.49140.vap...@gentoo.org you wrote: ive merged this into my sf branch and will push out next merge window if Wolfgang doesnt pick it up before that Just let me know what you

Re: [U-Boot] [PATCH v2 12/17] SPEAr : i2c driver moved completely into drivers/i2c

2010-05-05 Thread Vipin KUMAR
On 5/4/2010 11:26 PM, Scott Wood wrote: On Tue, May 04, 2010 at 02:37:03PM +0530, Vipin KUMAR wrote: On 5/3/2010 5:55 AM, Tom Rix wrote: Vipin KUMAR wrote: The i2c IP used by spear platform is a synopsys i2c controller 'IP' expand. IP is Intellectual Property i.e peripheral hardware So

[U-Boot] uboot bootm issue ...

2010-05-05 Thread Denny Xiao (CW)
Dear Wolfgang, Sorry to post the 64 encode message by mail box jxnu...@163.com, now I just convert it into plain text and re-send it, could you guys have a look at this quick question? BTW could you pls tell me how to join to mail list: u-b...@lists.denx.de? Thanks again. Denny

Re: [U-Boot] [PATCH] tx25: fix crash while booting Linux

2010-05-05 Thread Fabio Estevam
Hi Wolfgang, --- On Wed, 5/5/10, Wolfgang Denk w...@denx.de wrote: From: Wolfgang Denk w...@denx.de Subject: Re: [U-Boot] [PATCH] tx25: fix crash while booting Linux To: Stefano Babic sba...@denx.de Cc: u-boot@lists.denx.de, John Rigby jcri...@gmail.com Date: Wednesday, May 5, 2010, 7:40 PM

Re: [U-Boot] [PATCH v2 12/17] SPEAr : i2c driver moved completely into drivers/i2c

2010-05-05 Thread Vipin KUMAR
On 5/6/2010 3:07 AM, Tom Rix wrote: Vipin KUMAR wrote: On 5/3/2010 5:55 AM, Tom Rix wrote: Vipin KUMAR wrote: The i2c IP used by spear platform is a synopsys i2c controller 'IP' expand. IP is Intellectual Property i.e peripheral hardware Please use the term 'peripheral hardware' in

Re: [U-Boot] [PATCH v3 00/26] [x86] 'Comming of Age'

2010-05-05 Thread Graeme Russ
Wolfgang Denk wrote: Dear Graeme Russ, In message 1272031560-30486-1-git-send-email-graeme.r...@gmail.com you wrote: Hello Everyone [snip] Applied, thanks. Hm.. wouldn't it make sense to add you as custodian for x86? What do you think? I actually mentioned that idea previously -

Re: [U-Boot] [PATCH v2 04/17] SPEAr : Placing ethaddr write and read within CONFIG_CMD_NET

2010-05-05 Thread Vipin KUMAR
On 5/4/2010 5:48 PM, Tom Rix wrote: +#endif } else if (!strcmp(argv[1], print)) { if (chip-cpufreq == -1) @@ -274,13 +287,14 @@ int do_chip_config(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]) else printf(DDR Type= Not Known\n); +#if

Re: [U-Boot] [PATCH 0/3] Support for TI's DA850/OMAP-L138 platform

2010-05-05 Thread Sudhakar Rajashekhara
Hi Tom, -Original Message- From: Tom Rix [mailto:t...@bumblecow.com] Sent: Thursday, May 06, 2010 3:14 AM To: Sudhakar Rajashekhara Cc: u-boot@lists.denx.de Subject: Re: [U-Boot] [PATCH 0/3] Support for TI's DA850/OMAP-L138 platform Sudhakar Rajashekhara wrote: This patch

[U-Boot] Help me on finding board similar to NIC card in U-bootloader

2010-05-05 Thread Hari Babu
Hello, I am having a new NIC card and i have to develop U-boot Loader for that.Can any one help me which board name in U-Boot source code having similar kind of features( PHY, MAC ) for cloning that to my new NIC target card.This NIC card is communicating through PCIe to host,my NIC card is

Re: [U-Boot] Endless loop in cmd_log.c?

2010-05-05 Thread Dennis Ruffer
Not sure why this hasn't come through in my 2 earlier attempts... I am trying to implement CONFIG_LOGBUFFER and CONFIG_CMD_LOG on our ARM systems and I seem to have run into an endless loop. With loglevel=5 so we still see our console output, the printf at the end of logbuff_printk appears to

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

2010-05-05 Thread Heiko Schocher
Hello Wolfgang, please pull from u-boot-i2c The following changes since commit b88c5988db176a0f9de5598d5167ee2498637d40: Kim Phillips (1): configs: remove unused CONFIG_COMMAND_HISTORY are available in the git repository at: git://git.denx.de/u-boot-i2c.git master Mike Frysinger

Re: [U-Boot] [RESEND:PATCH-V4] OMAP3EVM: Added NAND support

2010-05-05 Thread Hiremath, Vaibhav
-Original Message- From: Wolfgang Denk [mailto:w...@denx.de] Sent: Thursday, May 06, 2010 1:31 AM To: Hiremath, Vaibhav Cc: u-boot@lists.denx.de Subject: Re: [U-Boot] [RESEND:PATCH-V4] OMAP3EVM: Added NAND support Dear hvaib...@ti.com, In message