[U-Boot] onenand write fail with on smdkc100

2010-01-12 Thread Naveen Krishna Ch
Hi All, das-u-boot $make smdc100_config das-u-boot $make Brought u-boot prompt on minicom using Trace32 SMDKC100 # tftp c0008000 uboot.bin SMDKC100 # onenand erase 0 4 SMDKC100 # onenand write c0008000 0 214c0 OneNAND write: device 0 offset 0, size 214c0 addr c0008000... 0 bytes

Re: [U-Boot] onenand write fail with on smdkc100

2010-01-12 Thread Naveen Krishna Ch
Sorry My Bad. Does not belong here. 2010/1/12 Naveen Krishna Ch naveenkrishna...@gmail.com Hi All, das-u-boot $make smdc100_config das-u-boot $make Brought u-boot prompt on minicom using Trace32 SMDKC100 # tftp c0008000 uboot.bin SMDKC100 # onenand erase 0 4 SMDKC100 # onenand

[U-Boot] Ethernet doesn't work on PXA320

2010-01-12 Thread Dennis Semakin
Hello, When I try to ping some host from my board, then U-boot hang. It's going on when I send EECS signal to MEMR register. Is there hardware issue? Thanks ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [U-boot] [PATCH] Support for the Calao USB-A9260/USB-A9G20 boards

2010-01-12 Thread Gregory Hermant
The Calao USB-A9260 and USB-9G20 boards are manufactured and sold by Calao Systems http://www.calao-systems.com. They are built around an AT91SAM9260 ARM SoC running at 180MHz and an AT91SAM9G20 ARM SoC running at 400MHz respectively. They feature an Ethernet port, 64Mo of SDRAM, 256Mo of NAND

[U-Boot] Ethernet doesn't work on PXA320

2010-01-12 Thread Dennis Semakin
Hello, When I try to ping some host from my board, then U-boot hang. It's going on when I send EECS signal to MEMR register. Is there hardware issue? Thanks ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] U-Boot Crashes with Dumps

2010-01-12 Thread anupbehare
In my case CONFIG_SYS_MONITOR_LEN is 256KB and CONFIG_SYS_MONITOR_BASE is 0xfffc my destaddr is 0x1ffd5000 so gd-reloc_off = destaddr - CONFIG_SYS_MONITOR_BASE; so gd-reloc_off = 0x20015000 also gd-malloc = 0x1fed1000 After that it continuously restarts with error machine check exception.

Re: [U-Boot] U-Boot Crashes with Dumps

2010-01-12 Thread Stefan Roese
On Tuesday 12 January 2010 10:09:57 anupbeh...@gmail.com wrote: In my case CONFIG_SYS_MONITOR_LEN is 256KB and CONFIG_SYS_MONITOR_BASE is 0xfffc my destaddr is 0x1ffd5000 so gd-reloc_off = destaddr - CONFIG_SYS_MONITOR_BASE; so gd-reloc_off = 0x20015000 also gd-malloc = 0x1fed1000

Re: [U-Boot] U-Boot Crashes with Dumps

2010-01-12 Thread anupbehare
I am using PPC440GX and DIMM SDRAM. On 12-Jan-2010 3:20pm, Stefan Roese s...@denx.de wrote: On Tuesday 12 January 2010 10:09:57 anupbeh...@gmail.com wrote: In my case CONFIG_SYS_MONITOR_LEN is 256KB and CONFIG_SYS_MONITOR_BASE is 0xfffc my destaddr is 0x1ffd5000 so

[U-Boot] [PATCH] qe: fixup the snum for MPC8569 Rev2.0

2010-01-12 Thread Liu Yu
Since 1.0 and 2.0 use different snum table, we fixup the snum value according to SPRN_SVR. Signed-off-by: Liu Yu yu@freescale.com --- board/freescale/mpc8569mds/mpc8569mds.c | 13 + 1 files changed, 13 insertions(+), 0 deletions(-) diff --git

[U-Boot] [PATCH] video: Fix console display when splashscreen is used

2010-01-12 Thread Matthias Weisser
If a splashscreen is used the console scrolling used the scroll size as needed when a logo was displayd. This patch sets the scroll size to the whole screen if a splashscreen is shown. Signed-off-by: Matthias Weisser matthias.weis...@graf-syteco.de --- drivers/video/cfb_console.c | 21

[U-Boot] usage of OTP (one time programmable) flash ?

2010-01-12 Thread Arno Steffen
The flash (MT29F1G) on my omap board supports OTP. Is there any support by u-boot to have access (write/read) to that OPT area? What's to do to get it working and how to use? I've been searching a lot in the net, but hasn't been succesful with that. ___

[U-Boot] Ethernet doesn't work on Colibri PXA320

2010-01-12 Thread Dennis Semakin
Hello I have despaired already. U-boot network subsystem in any way doesn't want to work on my board. :( I've found a place where it hang. When I run any network command (ping, tftpboot, etc...) CPU sends EECS signal (EEPROM Chip Select) to AX88796 ethernet controller, to its MEMR -

[U-Boot] Ethernet doesn't work on Colibri PXA320

2010-01-12 Thread Dennis Semakin
Hello I have despaired already. U-boot network subsystem in any way doesn't want to work on my board. :( I've found a place where it hang. When I run any network command (ping, tftpboot, etc...) CPU sends EECS signal (EEPROM Chip Select) to AX88796 ethernet controller, to its MEMR -

Re: [U-Boot] [beagleboard] RE: TI:OMAP: [PATCH] Add 720Mhz support for Beagle Rev C4

2010-01-12 Thread Premi, Sanjeev
-Original Message- From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Syed Mohammed, Khasim Sent: Tuesday, January 12, 2010 11:35 AM To: beaglebo...@googlegroups.com Cc: u-boot@lists.denx.de Subject: Re: [U-Boot] [beagleboard] RE: TI:OMAP:

Re: [U-Boot] [PATCH v2 0/9] Added support for SPEAr SoCs

2010-01-12 Thread Tom
Vipin Kumar wrote: Hello Tom, I am planning to keep the patch order as it is but I would remove dependencies eg. SPEAr600 would not contain code that depends on a driver added later and so on. This should also be OK. Right? It should remove the 'git bisect' issue, which is the important

Re: [U-Boot] [PATCH 0/2] omap3: Optimize detection of cpu revision

2010-01-12 Thread Tom
Premi, Sanjeev wrote: -Original Message- From: Paulraj, Sandeep Sent: Thursday, January 07, 2010 9:02 PM To: Premi, Sanjeev; u-boot@lists.denx.de Subject: RE: [PATCH 0/2] omap3: Optimize detection of cpu revision -Original Message- From: Premi, Sanjeev Sent: Tuesday,

Re: [U-Boot] [RFC] MUSB-UDC issues and fixes

2010-01-12 Thread Tom
Juha Kuikka wrote: Hi, I ran into some issues with the MUSB-UDC support while adding a new Davinci DM850/OMAP-L138 board: 1. Move endpoint count into SoC specific musb-header file. This implementation only has 4 instead of 15 OMAP2/3 has. 2. On DM850 the MUSB interrupts are read from a

Re: [U-Boot] [beagleboard] RE: TI:OMAP: [PATCH] Add 720Mhz support for Beagle Rev C4

2010-01-12 Thread Syed Mohammed, Khasim
On Tue, Jan 12, 2010 at 6:52 PM, Premi, Sanjeev pr...@ti.com wrote: -Original Message- From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Syed Mohammed, Khasim Sent: Tuesday, January 12, 2010 11:35 AM To: beaglebo...@googlegroups.com Cc:

[U-Boot] TI:OMAP: Re-submitting Beagle REV C4, 720 Mhz and DSS patches

2010-01-12 Thread Khasim Syed Mohammed
Hi all, I have incorporated all the review comments so far and re-submitting the complete patch series. Regards, Khasim ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] TI:OMAP: [PATCH 1/7] OMAP3 Beagle Update revision detection

2010-01-12 Thread Khasim Syed Mohammed
From 15fbe5ff9ee2fd2f8da4c16805d6c7ccf7244bae Mon Sep 17 00:00:00 2001 From: Syed Mohammed Khasim kha...@ti.com Date: Fri, 8 Jan 2010 20:13:47 +0530 Subject: [PATCH] OMAP3 Beagle Update revision detection New BeagleBoard revision C4 uses a new ID. Update revision detection. Signed-off-by: Dirk

[U-Boot] TI:OMAP: [PATCH 2/7] Enable I2C bus switching

2010-01-12 Thread Khasim Syed Mohammed
From 9045377f255e8a59450a6957e63366b4963281ae Mon Sep 17 00:00:00 2001 From: Syed Mohammed Khasim kha...@ti.com Date: Fri, 8 Jan 2010 20:20:41 +0530 Subject: [PATCH] Enable I2C bus switching OMAP3 supports Multiple I2C channels, this patch allows us to use i2c dev bus no command to switch between

[U-Boot] [PATCH 1/3] Add support to disable cpu's in multicore processors

2010-01-12 Thread Kumar Gala
Add a disable sub-command to the cpu command that allows for disabling cores in multicore processors. This can be useful for systems that are using multicore chips but aren't utilizing all the cores as a way to reduce power and possibly improve performance. Also updated an added missing

[U-Boot] [PATCH 3/3] 85xx: Add support for 'cpu disable' command

2010-01-12 Thread Kumar Gala
Support disabling of a core via user command 'cpu disable'. Signed-off-by: Kumar Gala ga...@kernel.crashing.org --- cpu/mpc85xx/mp.c | 28 ++-- 1 files changed, 26 insertions(+), 2 deletions(-) diff --git a/cpu/mpc85xx/mp.c b/cpu/mpc85xx/mp.c index 6ae7f0a..73c7f87

[U-Boot] [PATCH 2/3] 86xx: Add support for 'cpu disable' command

2010-01-12 Thread Kumar Gala
Support disabling of a core via user command 'cpu disable'. Signed-off-by: Kumar Gala ga...@kernel.crashing.org --- cpu/mpc86xx/mp.c | 18 -- include/asm-ppc/immap_86xx.h | 33 ++--- 2 files changed, 34 insertions(+), 17 deletions(-)

[U-Boot] TI:OMAP: [PATCH 3/7] API to set twl4030 voltage and dev group

2010-01-12 Thread Khasim Syed Mohammed
From 83928f2ae1e461c48d4dc471a3dcab778b212467 Mon Sep 17 00:00:00 2001 From: Syed Mohammed Khasim kha...@ti.com Date: Tue, 12 Jan 2010 16:19:23 +0530 Subject: [PATCH] API to set twl4030 voltage and dev group V3: Incorporated review comments to set voltage first and then dev group V2:

[U-Boot] TI:OMAP:[PATCH 4/7] Add support for 720Mhz

2010-01-12 Thread Khasim Syed Mohammed
From e76f536facfcd14f924dc7089739187cc4e0908d Mon Sep 17 00:00:00 2001 From: Syed Mohammed Khasim kha...@ti.com Date: Tue, 12 Jan 2010 16:32:42 +0530 Subject: [PATCH] Add support for 720Mhz A New API to allow setting M value to support 720Mhz Signed-off-by: Syed Mohammed Khasim kha...@ti.com ---

[U-Boot] TI:OMAP: [PATCH 5/7] Add DSS driver for OMAP3

2010-01-12 Thread Khasim Syed Mohammed
From 968d36271671359fdd724c5410c5264408d9f612 Mon Sep 17 00:00:00 2001 From: Syed Mohammed Khasim kha...@ti.com Date: Tue, 12 Jan 2010 23:57:28 +0530 Subject: [PATCH] Add DSS driver for OMAP3 Supports dynamic panel configuration Supports dynamic tv standard selection Adds support for DSS register

[U-Boot] TI:OMAP: [PATCH 6/7] Enable DSS driver for Beagle

2010-01-12 Thread Khasim Syed Mohammed
From f2e8fee9c6e5ca250cee0b7c4329ca1df0ce686d Mon Sep 17 00:00:00 2001 From: Syed Mohammed Khasim kha...@ti.com Date: Wed, 13 Jan 2010 00:15:55 +0530 Subject: [PATCH] Enable DSS driver for Beagle Configures DSS to display color bar on Svideo Configures DSS to display background color on DVID

[U-Boot] TI:OMAP: [PATCH 7/7] Add 720Mhz support for Beagle Rev C4

2010-01-12 Thread Khasim Syed Mohammed
From c8d47f8b064329676a0f04cff95eef05fe7f24ba Mon Sep 17 00:00:00 2001 From: Syed Mohammed Khasim kha...@ti.com Date: Wed, 13 Jan 2010 00:26:17 +0530 Subject: [PATCH] Add 720Mhz support for Beagle Rev C4 Use the Generic TWL and Clock APIs to get beagle Rev C4 running at 720Mhz Signed-off-by:

Re: [U-Boot] [PATCH 3/3] 85xx: Add support for 'cpu disable' command

2010-01-12 Thread Peter Tyser
Hi Kumar, snip +#ifdef CONFIG_FSL_CORENET int cpu_disable(int nr) { - /* dummy function so common/cmd_mp.c will build */ - return 1; + volatile ccsr_gur_t *gur = (void *)(CONFIG_SYS_MPC85xx_GUTS_ADDR); + + setbits_be32(gur-coredisrl, nr); Doesn't this need to be 1

Re: [U-Boot] [PATCH] usb: musb: add virtual root hub control support

2010-01-12 Thread Remy Bohmer
Hi, 2010/1/9 Mike Frysinger vap...@gentoo.org: From: Bryan Wu bryan...@analog.com For MUSB devices that do not support multipoint (hubs), we have to emulate a root hub so that we can support core operations like resetting ports. Signed-off-by: Bryan Wu bryan...@analog.com Signed-off-by:

Re: [U-Boot] [PATCH 3/3] 85xx: Add support for 'cpu disable' command

2010-01-12 Thread Kumar Gala
On Jan 12, 2010, at 1:16 PM, Peter Tyser wrote: Hi Kumar, snip +#ifdef CONFIG_FSL_CORENET int cpu_disable(int nr) { -/* dummy function so common/cmd_mp.c will build */ -return 1; +volatile ccsr_gur_t *gur = (void *)(CONFIG_SYS_MPC85xx_GUTS_ADDR); + +

[U-Boot] [PATCH v2 3/3] 85xx: Add support for 'cpu disable' command

2010-01-12 Thread Kumar Gala
Support disabling of a core via user command 'cpu disable'. Signed-off-by: Kumar Gala ga...@kernel.crashing.org --- * Fixed the FSL_CORENET case to be setbits_be32(..., 1 nr) instead of (..., nr), pointed out by Peter T. - k cpu/mpc85xx/mp.c | 28 ++-- 1 files

[U-Boot] Problem with usbtty and loads

2010-01-12 Thread Juha Kuikka
Hi, When using console over usb tty the loads command does not behave well. It seems to eat every other character from the stream. I traced the problem to read_record() function to these lines: /* Check for the console hangup (if any different from serial) */ if

Re: [U-Boot] Pull request - mpc85xx

2010-01-12 Thread Wolfgang Denk
Dear Kumar Gala, In message pine.lnx.4.64.1001051356180.29...@localhost.localdomain you wrote: The following changes since commit 6ca9da4d42aeb43df5ef29f7d0518009df583b2f: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx are available in the git

Re: [U-Boot] [GIT PULL] please pull u-boot-mpc83xx

2010-01-12 Thread Wolfgang Denk
Dear Kim Phillips, In message 20100107191507.54632118.kim.phill...@freescale.com you wrote: Please pull support for 8315rdb nand boot, the esd VME-CADDY/2, and some other fixes: The following changes since commit 6ca9da4d42aeb43df5ef29f7d0518009df583b2f: Wolfgang Denk (1):

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

2010-01-12 Thread Wolfgang Denk
Dear Remy Bohmer, In message 3efb10971001090201w17b02f49me80d823043833...@mail.gmail.com you wrote: The following changes since commit 6ca9da4d42aeb43df5ef29f7d0518009df583b2f: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx are available in the git

Re: [U-Boot] Pull request: nand flash

2010-01-12 Thread Wolfgang Denk
Dear Scott Wood, In message 2010080302.ga...@loki.buserror.net you wrote: The following changes since commit 6ca9da4d42aeb43df5ef29f7d0518009df583b2f: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx are available in the git repository at:

Re: [U-Boot] ARM pull request

2010-01-12 Thread Wolfgang Denk
Dear Tom, In message 4b44dbb6.9030...@windriver.com you wrote: Wolfgang, Please pull these changes from arm/master. Tom The following changes since commit 87d93a1ba2ae23550e1370adb7a3b00af0831165: Wolfgang Wegner (1): move prototypes for gunzip() and zunzip() to common.h

Re: [U-Boot] [PATCH v6] TI DaVinci: Driver for the davinci SPI controller

2010-01-12 Thread Paulraj, Sandeep
Sudhakar Rajashekhara wrote: From: Sekhar Nori nsek...@ti.com This adds a driver for the SPI controller found on davinci based SoCs from Texas Instruments. Signed-off-by: Sekhar Nori nsek...@ti.com Signed-off-by: Sudhakar Rajashekhara sudhakar@ti.com --- Modification

Re: [U-Boot] [PATCH v6] TI DaVinci: Driver for the davinci SPI controller

2010-01-12 Thread Tom
Paulraj, Sandeep wrote: Sudhakar Rajashekhara wrote: From: Sekhar Nori nsek...@ti.com This adds a driver for the SPI controller found on davinci based SoCs from Texas Instruments. Signed-off-by: Sekhar Nori nsek...@ti.com Signed-off-by: Sudhakar Rajashekhara sudhakar@ti.com ---

Re: [U-Boot] s5pc1xx: update cache routines

2010-01-12 Thread Minkyu Kang
2009/12/18 Minkyu Kang mk7.k...@samsung.com: Because of v7_flush_dcache_all is moved to omap3/cache.S and s5pc110 needs cache routines, need to update s5pc1xx cache routines. l2_cache_enable and l2_caceh_disable are moved from cache.c to cache.S and invalidate_dcache is modified for SoC

[U-Boot] Please pull u-boot-samsung/master

2010-01-12 Thread Minkyu Kang
Dear Tom, The following changes since commit 33bf447477ff38eda46529b346677856b53e0f87: kevin.morf...@fearnside-systems.co.uk (1): Add a unified s3c24x0 header file are available in the git repository at: git://git.denx.de/u-boot-samsung master Minkyu Kang (1): s5pc1xx: update

[U-Boot] [PATCH 0/9] Add support for i.MX25 SOC and TX25 board

2010-01-12 Thread John Rigby
The i.MX25 has the same ARM core and shares some ip blocks with i.MX27 but also borrows from i.MX31. The TX25 is an i.MX25 based board. It has only NAND flash so this port includes nand_spl and mtd/nand changes for the nand controller in the i.MX25. Booting from nand also required adding

[U-Boot] [PATCH 2/9] arm926ejs: add nand_spl boot support

2010-01-12 Thread John Rigby
Add CONFIG_PRELOADER/CONFIG_NAND_SPL support for nand booting to arm926ejs/start.S This is derived from CONFIG_PRELOADER support in arm1136/start.S Signed-off-by: John Rigby jcri...@gmail.com --- cpu/arm926ejs/start.S | 42 +- 1 files changed, 41

[U-Boot] [PATCH 3/9] Add v1.1 support to nand_spl fsl nfc driver

2010-01-12 Thread John Rigby
MX25 has a different version of the fsl_nfc flash controller known as version 1.1. Add support to the nand_spl fsl_nfc driver keyed off CONFIG_NAND_NFC_V1_1. Also add a define CONFIG_NAND_NFC_V1 to the only existing user configs/mx31pdk.h. Signed-off-by: John Rigby jcri...@gmail.com

[U-Boot] [PATCH 4/9] Nand mxc_nand add v1.1 controller support

2010-01-12 Thread John Rigby
Add support for version 1.1 of the nfc nand flash controller which is on the i.mx25 soc. Use CONFIG_NAND_MXC_V1 and CONFIG_NAND_MXC_V1_1 to differentiate between the two supported versions. Add a define CONFIG_NAND_MXC_V1 to imx27lite board config. Also factor out some soc specific nand

[U-Boot] [PATCH 8/9] env_nand.c: print error message and fail gracefully

2010-01-12 Thread John Rigby
From: Wolfgang Denk w...@denx.de env_nand.c would crash silently if a malloc() for the environment buffers failed; make it print an error message and fail gracefully, i. e. use the default environment then. Signed-off-by: Wolfgang Denk w...@denx.de --- common/env_nand.c |9 + 1

[U-Boot] [PATCH 7/9] fec_mxc: add imx25 support

2010-01-12 Thread John Rigby
Use RMII for imx25 Add code to init gasket that enables RMII Signed-off-by: John Rigby jcri...@gmail.com --- drivers/net/fec_mxc.c | 31 ++- drivers/net/fec_mxc.h | 32 ++-- include/asm-arm/arch-mx25/clock.h |

[U-Boot] [PATCH 5/9] fec_mxc: cleanup and factor out imx27 dependencies

2010-01-12 Thread John Rigby
general cleanup move clock init to cpu_eth_init in cpu/arm926ejs/mx27/generic.c make MX27 specific phy init conditional on CONFIG_MX27 replace call to imx_get_ahbclk with one to imx_get_fecclk and define imx_get_fecclk in include/asm-arm/arch-mx27/clock.h Signed-off-by: John Rigby

[U-Boot] [PATCH 9/9] Add support for KARO TX25 board

2010-01-12 Thread John Rigby
This is an i.MX25 base board with only NAND so it uses nand_spl to boot. Signed-off-by: John Rigby jcri...@gmail.com Tune configuration, add support for (redundant) environment in NAND. Signed-off-by: Wolfgang Denk w...@denx.de --- MAINTAINERS |4 + Makefile

[U-Boot] [PATCH 1/9] mxc_serial replace platform specific clock

2010-01-12 Thread John Rigby
remove ifdef'd clock selection code from serial_mxc.c and replace with call to imx_get_uartclk Add definitions for imx_get_uartclk to imx31 and imx27 include files. This makes it easier to add new imx platforms. Signed-off-by: John Rigby jcri...@gmail.com --- drivers/serial/serial_mxc.c

[U-Boot] [PATCH 6/9] Add support for Freescale MX25 SOC

2010-01-12 Thread John Rigby
ARM926EJS core with MX31 peripherals. Signed-off-by: John Rigby jcri...@gmail.com Earlier Version Signed-off-by: Wolfgang Denk w...@denx.de --- cpu/arm926ejs/mx25/Makefile | 46 cpu/arm926ejs/mx25/generic.c | 263 +++ cpu/arm926ejs/mx25/reset.c

Re: [U-Boot] [PATCH V4 1/3] Initial support for Marvell Orion5x SoC

2010-01-12 Thread Albert ARIBAUD
Prafulla Wadaskar a écrit : +#define ORION5X_REG_CPUCS_WIN_BAR(x) (ORION5X_REGISTER(0x1500) + (x * 0x08)) +#define ORION5X_REG_CPUCS_WIN_SZ(x) (ORION5X_REGISTER(0x1504) + (x * 0x08)) As pointed by wolfgang earlier, you can use c-structures here too. -Magic numbers 1500, 1504 can be

Re: [U-Boot] [PATCH V4 1/3] Initial support for Marvell Orion5x SoC

2010-01-12 Thread Albert ARIBAUD
Prafulla Wadaskar a écrit : cpu/arm926ejs/orion5x/cpu.c | 258 snip +int print_cpuinfo(void) The above checks should be #ifdefed with CONFIG_88F (SOC type) There is no need to check for all SoC names, this will also reduce code size. As stated in my answer re: