Re: [U-Boot] [PATCH 6/8] ux500: add SoC-specific code

2010-04-07 Thread Rabin VINCENT
On Sun, Mar 28, 2010 at 07:42:27PM +0200, Tom wrote: Rabin Vincent wrote: +/* Turn on peripheral clock at PRCC level */ +void u8500_clock_enable(int periph, int kern, int cluster) +{ + struct clkrst *clkrst = (struct clkrst *) clkrst_base[periph - 1]; -1 on array access. Convert

[U-Boot] Regarding P2020 core 1

2010-04-07 Thread vinay hegde
Hi All, We are coming up with a new platform that uses Freescale P2020 processor and P2020 U-Boot. In this platform, we will be using only one core (core 0) of P2020 and will be disabling the core 1 (thro, some hardware strapping as hardware folks told me). If anybody has already investigated

Re: [U-Boot] Regarding P2020 core 1

2010-04-07 Thread Kumar Gala
On Apr 7, 2010, at 1:11 AM, vinay hegde wrote: Hi All, We are coming up with a new platform that uses Freescale P2020 processor and P2020 U-Boot. In this platform, we will be using only one core (core 0) of P2020 and will be disabling the core 1 (thro, some hardware strapping as

[U-Boot] [PATCH] ppc/85xx: Use CONFIG_NS16550_MIN_FUNCTIONS to reduce NAND_SPL size

2010-04-07 Thread Kumar Gala
The MPC8536DS_NAND SPL build was failing due to code size increase introduced by commit: commit 33f57bd553edf29dffef5a6c7d76e169c79a6049 Author: Kumar Gala ga...@kernel.crashing.org Date: Fri Mar 26 15:14:43 2010 -0500 85xx: Fix enabling of L1 cache parity on secondary cores We built in

Re: [U-Boot] [PATCH] ppc/85xx: Use CONFIG_NS16550_MIN_FUNCTIONS to reduce NAND_SPL size

2010-04-07 Thread Kumar Gala
On Apr 7, 2010, at 1:36 AM, Kumar Gala wrote: The MPC8536DS_NAND SPL build was failing due to code size increase introduced by commit: commit 33f57bd553edf29dffef5a6c7d76e169c79a6049 Author: Kumar Gala ga...@kernel.crashing.org Date: Fri Mar 26 15:14:43 2010 -0500 85xx: Fix

Re: [U-Boot] [PATCH] ppc/85xx: Use CONFIG_NS16550_MIN_FUNCTIONS to reduce NAND_SPL size

2010-04-07 Thread Kumar Gala
On Apr 7, 2010, at 1:36 AM, Kumar Gala wrote: The MPC8536DS_NAND SPL build was failing due to code size increase introduced by commit: commit 33f57bd553edf29dffef5a6c7d76e169c79a6049 Author: Kumar Gala ga...@kernel.crashing.org Date: Fri Mar 26 15:14:43 2010 -0500 85xx: Fix

Re: [U-Boot] Regarding P2020 core 1

2010-04-07 Thread vinay hegde
Hi Kumar, I have ported U-Boot for our new platform (which is based on P2020 and has other platform specific peripherals). So, actually I wanted to know how to disable core 1 in U-boot source code (I see MPC85xx_DEVDISR_CPU0 and MPC85xx_DEVDISR_CPU1 defines in immap_85xx.h, which are not

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

2010-04-07 Thread Dave Liu
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 dozen of compiler order issue and PPC hardware order issue for accessing I/O space. Using the toolchain(tc-fsl-x86lnx-e500-dp-4.3.74-2.i386.rpm) can show

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

2010-04-07 Thread Kumar Gala
The following changes since commit ffa37fc98d71ef930bccd4e9eed37f6ce6b4d6af: Wolfgang Denk (1): Merge branch 'next' are available in the git repository at: git://git.denx.de/u-boot-mpc85xx master Dave Liu (2): fsl-ddr: Fix the turnaround timing for TIMING_CFG_4 fsl-ddr:

Re: [U-Boot] Regarding P2020 core 1

2010-04-07 Thread Kumar Gala
You should just be able to remove CONFIG_MP from your board CONFIG.h - k On Apr 7, 2010, at 1:41 AM, vinay hegde wrote: Hi Kumar, I have ported U-Boot for our new platform (which is based on P2020 and has other platform specific peripherals). So, actually I wanted to know how to disable

[U-Boot] [PATCH] ppc/85xx: Fixup PCI nodes for P1_P2_RDB

2010-04-07 Thread Kumar Gala
While we had ft_pci_board_setup it wasn't being called by ft_board_setup. Fix that so we actually update the device tree PCI nodes on P1_P2_RDB boards. Signed-off-by: Kumar Gala ga...@kernel.crashing.org --- board/freescale/p1_p2_rdb/p1_p2_rdb.c |4 1 files changed, 4 insertions(+), 0

Re: [U-Boot] [PATCH v2] cfi_flash: reset timer in flash status check

2010-04-07 Thread Stefan Roese
On Thursday 01 April 2010 05:15:05 Thomas Chou wrote: This patch adds reset_timer() before the flash status check waiting loop. Since the timer is basically running asynchronous to the cfi code, it is possible to call get_timer(0), then only a few _SYSCLK_ cycles later an interrupt is

[U-Boot] [PATCH] pm9263: remove CONFIG_CMD_AUTOSCRIPT

2010-04-07 Thread Asen Dimov
Signed-off-by: Asen Dimov di...@ronetix.at --- include/configs/pm9263.h |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/include/configs/pm9263.h b/include/configs/pm9263.h index 807dba8..f854f38 100644 --- a/include/configs/pm9263.h +++ b/include/configs/pm9263.h @@

[U-Boot] [PATCH] pm9263 converted to at91 soc access

2010-04-07 Thread Asen Dimov
Signed-off-by: Asen Dimov di...@ronetix.at --- board/ronetix/pm9263/led.c| 15 ++-- board/ronetix/pm9263/pm9263.c | 195 + include/configs/pm9263.h | 82 - 3 files changed, 146 insertions(+), 146 deletions(-) diff --git

[U-Boot] quoting semicolons inside nested run scripts?

2010-04-07 Thread Joe Buehler
I am having difficulties getting a semicolon into the LINUX kernel's mtdparts command line parameter. I want to do something like this: bootcmd=run aaa aaa=run bbb bbb=run linux linux=blah blah blah ${mtdparts} mtdparts=mtdparts=blah1;blah2 I cannot figure out the quoting to get blah2 passed to

[U-Boot] Please pull u-boot-cfi-flash/master

2010-04-07 Thread Stefan Roese
The following changes since commit ffa37fc98d71ef930bccd4e9eed37f6ce6b4d6af: Wolfgang Denk (1): Merge branch 'next' are available in the git repository at: git://www.denx.de/git/u-boot-cfi-flash.git master Thomas Chou (1): cfi_flash: reset timer in flash status check

[U-Boot] Subject: [PATCH] ppc/83xx Use CONFIG_FSL_ESDHC to enable sdhc clk

2010-04-07 Thread Rini van Zetten
Enable eSDHC Clock based on generic CONFIG_FSL_ESDHC define instead of a platform define. This will enable all the 83xx platforms to use sdhc_clk based on CONFIG_FSL_ESDHC. It's the same patch as commit 6b9ea08c5010eab5ad1056bc9bf033afb672d9cc for the ppc/85xx Signed-off-by: Rini r...@arvoo.nl

Re: [U-Boot] [OT] initrd problem with m68k linux

2010-04-07 Thread Wolfgang Wegner
Hi, I found the problem: the linux kernel 2.6.25 from the freescale LTIB is missing support for initrd via U-Boot. With the patch below I was able to use an initramfs from a seperate image, I suppose initrd should work, too. It is a quick hack, but it works for me and I wanted to give the

Re: [U-Boot] Using initramfs instead of an initrd image ?

2010-04-07 Thread Martin Krause
Hi Chip, u-boot-boun...@lists.denx.de wrote on Tuesday, April 06, 2010 11:38 PM: Greetings, Is there a way making uboot use initramfs images instead of initrd ? I have a glacier AMCC460GT PPC board. I generate my initramfs image from my rootfs directory as: $ cd rootfs $ find . | cpio

[U-Boot] CONFIG_PRAM and CONFIG_SYS_MEM_TOP_HIDE ?

2010-04-07 Thread Joakim Tjernlund
Just started to look at reserving some RAM from u-boot and the kernel and got a bit confused about what config options to use. I found CONFIG_PRAM and CONFIG_SYS_MEM_TOP_HIDE and from what I can tell one needs to set both to hide some memory from both u-boot and linux but CONFIG_SYS_MEM_TOP_HIDE

Re: [U-Boot] [PATCH 2/2] add support of arm/pxa270 board made by voipac

2010-04-07 Thread Mikhail Kshevetskiy
Dear Wolfgang Denk, Here is my comments to your notices, the updated patch is in the following letter. On Tue, 30 Mar 2010 23:15:45 +0200 Wolfgang Denk w...@denx.de wrote: Dear Mikhail Kshevetskiy, In message 20100329162420.40f54...@laska.campus-ws.pu.ru you wrote: This patch is based on

[U-Boot] [PATCH 2/2] add support of arm/pxa270 board made by voipac [rev 2]

2010-04-07 Thread Mikhail Kshevetskiy
This patch is based on custom u-boot-1.1.2 version produced by voipac (http://www.voipac.com) and board/trizepsiv files from current u-boot. Up to now only PXA270 DIMM module with NOR flash is tested. v2: code style was improved Signed-off-by: Mikhail Kshevetskiy mikhail.kshevets...@gmail.com

Re: [U-Boot] Subject: [PATCH] ppc/83xx Use CONFIG_FSL_ESDHC to enable sdhc clk

2010-04-07 Thread Kumar Gala
On Apr 7, 2010, at 4:37 AM, Rini van Zetten wrote: Enable eSDHC Clock based on generic CONFIG_FSL_ESDHC define instead of a platform define. This will enable all the 83xx platforms to use sdhc_clk based on CONFIG_FSL_ESDHC. It's the same patch as commit

Re: [U-Boot] Subject: [PATCH] ppc/83xx Use CONFIG_FSL_ESDHC to enable sdhc clk

2010-04-07 Thread Rini van Zetten
Kumar Gala schreef: On Apr 7, 2010, at 4:37 AM, Rini van Zetten wrote: Enable eSDHC Clock based on generic CONFIG_FSL_ESDHC define instead of a platform define. This will enable all the 83xx platforms to use sdhc_clk based on CONFIG_FSL_ESDHC. It's the same patch as commit

[U-Boot] [PATCH v2] ppc/83xx Use CONFIG_FSL_ESDHC to enable sdhc clk

2010-04-07 Thread Rini van Zetten
Enable eSDHC Clock based on generic CONFIG_FSL_ESDHC define instead of a platform define. This will enable all the 83xx platforms to use sdhc_clk based on CONFIG_FSL_ESDHC. It's the same patch as commit 6b9ea08c5010eab5ad1056bc9bf033afb672d9cc for the ppc/85x Signed-off-by: Rini r...@arvoo.nl

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

2010-04-07 Thread Timur Tabi
On Tue, Apr 6, 2010 at 7:40 PM, Kim Phillips kim.phill...@freescale.com wrote: You should add a comment explaining why you're not using I/O accessors. Ok, I will add the explanation. use raw i/o accessors please. But what about his performance concern? Shouldn't it be okay for him to do

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

2010-04-07 Thread Timur Tabi
Dave Liu wrote: @@ -369,8 +370,8 @@ static int fsl_diu_enable_panel(struct fb_info *info) struct diu_ad *ad = fsl_diu_fb_ad; debug(Entered: enable_panel\n); - if (hw-desc[0] != (unsigned int)ad) - hw-desc[0] = (unsigned int)ad; + if (in_be32(hw-desc[0]) !=

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

2010-04-07 Thread Michael Zaidman
Signed-off-by: Michael Zaidman michael.zaid...@gmail.com --- post/cpu/mpc83xx/Makefile | 30 post/cpu/mpc83xx/ecc.c| 167 + 2 files changed, 197 insertions(+), 0 deletions(-) create mode 100644 post/cpu/mpc83xx/Makefile create mode

Re: [U-Boot] quoting semicolons inside nested run scripts?

2010-04-07 Thread Wolfgang Denk
Dear Joe Buehler, please keep the mailing list on Cc: In message 4bbc92ec.80...@cox.net you wrote: What exactly is your problem? U-Boot is trying use the same quoting rules as /bin/sh, so standard escaping with '\' or by enclosing the variable devinitions in '...' works fine. To make

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

2010-04-07 Thread Michael Zaidman
On Wed, Apr 7, 2010 at 3:40 AM, Kim Phillips kim.phill...@freescale.com wrote: On Tue, 6 Apr 2010 18:29:08 +0300 Michael Zaidman michael.zaid...@gmail.com wrote: Rewriting code to use accessors API added 56 bytes or 14 opcodes. It doubled the routine's execution time. The routine is called

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

2010-04-07 Thread Timur Tabi
On Wed, Apr 7, 2010 at 9:47 AM, Michael Zaidman michael.zaid...@gmail.com wrote: The version #2 of the patch is located here http://lists.denx.de/pipermail/u-boot/2010-April/069579.html What is ppcDWstore(), and why do you use it sometimes instead of __raw_writel()? I see the code for

[U-Boot] Getting Unable to save the rest of sector (196608) when I turn on Redundant env with CFG_ENV_ADDR_REDUND

2010-04-07 Thread Brian Hutchinson
Hi, I'm using u-boot 1.1.6 and have been using a single 256k flash sector for the environment. I want to use the redundant env. feature so I changed my config to: #define CFG_ENV_IS_IN_FLASH 1 /* Environment variables stored in Flash memory */ #define CFG_ENV_ADDR

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

2010-04-07 Thread Timur Tabi
On Wed, Apr 7, 2010 at 10:17 AM, Michael Zaidman michael.zaid...@gmail.com wrote: This is the fastest way to copy 64 bit words. Of course, DW==double word. I should drink more coffee. -- Timur Tabi Linux kernel developer at Freescale ___ U-Boot

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

2010-04-07 Thread Michael Zaidman
On Wed, Apr 7, 2010 at 6:10 PM, Timur Tabi timur.t...@gmail.com wrote: On Wed, Apr 7, 2010 at 9:47 AM, Michael Zaidman michael.zaid...@gmail.com wrote: The version #2 of the patch is located here http://lists.denx.de/pipermail/u-boot/2010-April/069579.html What is ppcDWstore(), and why do

[U-Boot] [PATCH][RFC] SD/MMC: multiple block read support

2010-04-07 Thread Kumar Gala
From: Jerry Huang chang-ming.hu...@freescale.com Multiple block read support to improve performance (time it takes) to read larger amounts of data. Signed-off-by: Jerry Huang chang-ming.hu...@freescale.com Signed-off-by: Roy Zang tie-fei.z...@freescale.com --- drivers/mmc/mmc.c | 71

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

2010-04-07 Thread Joakim Tjernlund
On Wed, Apr 7, 2010 at 6:10 PM, Timur Tabi timur.t...@gmail.com wrote: On Wed, Apr 7, 2010 at 9:47 AM, Michael Zaidman michael.zaid...@gmail.com wrote: The version #2 of the patch is located here http://lists.denx.de/pipermail/u-boot/2010-April/069579.html What is ppcDWstore(), and

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

2010-04-07 Thread Scott Wood
On Wed, Apr 07, 2010 at 09:30:55AM -0500, Timur Tabi wrote: On Tue, Apr 6, 2010 at 7:40 PM, Kim Phillips kim.phill...@freescale.com wrote: You should add a comment explaining why you're not using I/O accessors. Ok, I will add the explanation. use raw i/o accessors please. But

Re: [U-Boot] quoting semicolons inside nested run scripts?

2010-04-07 Thread Joe Buehler
As a workaround for my issue I just modified the MTD command line parameter parser in the LINUX kernel to accept as an alternative to ;. Joe Buehler ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] mpc8313 and bdi2000, core register access fails

2010-04-07 Thread Peter Vollmer
Hi all, I am currently trying to bring up u-boot on our mpc83xx board (MPC8313, 64MB DDR2 RAM, 128MB 8bit large page NAND flash) using a BDI2000 (please see attached bdi2000 configuration). This is the bdi console log during powerup: BDIreset - TARGET: processing user reset request - BDI

[U-Boot] [MailServer Notification]Attachment Blocking Notification

2010-04-07 Thread Administrator
The bdi.cnf has been blocked, and Quarantine message part has been taken on 4/7/2010 8:05:33 PM. Message details: Server: TLVHUB1 Sender: pvollmer-u-b...@innominate.com; Recipient: u-boot@lists.denx.de; Subject: [U-Boot] mpc8313 and bdi2000, core register access fails Attachment name: bdi.cnf

[U-Boot] [PATCH] Add KGDB support for ARM platforms

2010-04-07 Thread Tonny Tzeng
These patches add kgdb support for ARM platforms. The add and invocation of the bad_restore_user_regs macro in cpu/arm720t/start.S should be made to other cpu/arm*/start.S files as well. Signed-off-by: Tonny Tzeng tonny.tz...@gmail.com --- common/kgdb.c | 30 ++

Re: [U-Boot] [PATCH 01/28] nios2: add nios2-generic board

2010-04-07 Thread Ben Warren
On 4/6/2010 8:19 PM, Thomas Chou wrote: On 04/05/2010 01:36 PM, Ben Warren wrote: Hi Thomas, On 3/19/2010 12:43 AM, Thomas Chou wrote: This is a generic approach to port u-boot for nios2 boards. It uses a new set of device drivers, such as the cfi flash, spi lash, nand flash and new

Re: [U-Boot] [PATCH v2] net: add opencore 10/100 ethernet mac driver

2010-04-07 Thread Ben Warren
On 4/6/2010 8:34 PM, Thomas Chou wrote: Hi Ben, Thanks. On 04/05/2010 02:31 PM, Ben Warren wrote: Hi Thomas, + */ +struct ethoc { +void *iobase; eth_device struct already has this. If you also want it in the private struct, please don't use void *. OK. I will use eth_device and

Re: [U-Boot] [PATCH v4 tabify] net: add altera triple speeds ethernet mac driver

2010-04-07 Thread Ben Warren
Hi Thomas, On 4/6/2010 9:01 PM, Thomas Chou wrote: Hi Ben, Thanks. On 04/05/2010 02:19 PM, Ben Warren wrote: + +static int tse_eth_send(struct eth_device *dev, volatile void *packet, +int length); +static int tse_eth_rx(struct eth_device *dev); +static void

[U-Boot] [PATCH] ppc/p4080: Extend the GUTS memory map

2010-04-07 Thread Kumar Gala
From: Dave Liu dave...@freescale.com Extend pin control and clock control to GUTS memory map Signed-off-by: Dave Liu dave...@freescale.com Signed-off-by: Kumar Gala ga...@kernel.crashing.org --- include/asm-ppc/immap_85xx.h | 14 -- 1 files changed, 12 insertions(+), 2

[U-Boot] [PATCH] ppc/p4080: Fix synchronous frequency calculations

2010-04-07 Thread Kumar Gala
From: Srikanth Srinivasan srikanth.sriniva...@freescale.com When DDR is in synchronous mode, the existing code assigns sysclk frequency to DDR frequency. It should be synchronous with the platform frequency. CPU frequency is based on platform frequency in synchronous mode. Also fix: * Fixes

[U-Boot] [PATCH] ppc/p4080: Add p4080 DEVDISR2 SRDS_PLLCR0 defines

2010-04-07 Thread Kumar Gala
Added some needed fines and some misc additional defines used by p4080 initialization. Signed-off-by: Kumar Gala ga...@kernel.crashing.org --- include/asm-ppc/immap_85xx.h | 30 -- 1 files changed, 28 insertions(+), 2 deletions(-) diff --git

[U-Boot] [PATCH] fsl-ddr: add the macro for Rtt_Nom definition

2010-04-07 Thread Kumar Gala
From: Dave Liu dave...@freescale.com add the macro definition for Rtt_Nom termination value for DDR3 Signed-off-by: Dave Liu dave...@freescale.com --- include/asm-ppc/fsl_ddr_sdram.h |8 +++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/include/asm-ppc/fsl_ddr_sdram.h

[U-Boot] [PATCH] fsl-ddr: Add extra cycle to turnaround times

2010-04-07 Thread Kumar Gala
From: Dave Liu dave...@freescale.com Add an extra cycle turnaround time to read-write to ensure stability at high DDR frequencies. Signed-off-by: Dave Liu dave...@freescale.com --- cpu/mpc8xxx/ddr/ctrl_regs.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git

[U-Boot] Problems compiling u-boot under Cygwin

2010-04-07 Thread Brad M.
Hi. I'm a first time u-boot builder, and first time poster. I'm looking for some help building u-boot for the Atmel at91sam9260ek dev board. Background: building u-boot (v2010.03) on WindowsXP with Cygwin. PATH and CROSS_COMPILE env vars set appropriately. Cygwin base package installed,

Re: [U-Boot] Problems compiling u-boot under Cygwin

2010-04-07 Thread Ben Warren
Hi Brad, On 4/7/2010 12:49 PM, Brad M. wrote: Hi. I'm a first time u-boot builder, and first time poster. I'm looking for some help building u-boot for the Atmel at91sam9260ek dev board. Background: building u-boot (v2010.03) on WindowsXP with Cygwin. PATH and CROSS_COMPILE env vars set

Re: [U-Boot] Getting Unable to save the rest of sector (196608) when I turn on Redundant env with CFG_ENV_ADDR_REDUND

2010-04-07 Thread Brian Hutchinson
Update. I'm on a ARM 926 by the way. Forgot to mention that. I fired up my trusty JTAG OpenOCD and gdb to investigate this more. Looks like the malloc of up_data (which is 0x3) is failing. My env size is 0x1 so why am I trying to malloc 0x3? Regards, Brian

Re: [U-Boot] Getting Unable to save the rest of sector (196608) when I turn on Redundant env with CFG_ENV_ADDR_REDUND

2010-04-07 Thread Brian Hutchinson
#if CFG_ENV_SECT_SIZE CFG_ENV_SIZE        up_data = (end_addr_new + 1 - ((long)flash_addr_new + CFG_ENV_SIZE));        debug (Data to save 0x%x\n, up_data);        if (up_data) {                if ((saved_data = malloc(up_data)) == NULL) {                        printf(Unable to save the

Re: [U-Boot] [Nios] Pull Request

2010-04-07 Thread Wolfgang Denk
Dear Scott McNutt, In message 4bb62403.7070...@psyent.com you wrote: Wolfgang, The following changes since commit ffa37fc98d71ef930bccd4e9eed37f6ce6b4d6af: Wolfgang Denk (1): Merge branch 'next' are available in the git repository at: git://git.denx.de/u-boot-nios.git

Re: [U-Boot] ARM pull request

2010-04-07 Thread Wolfgang Denk
Dear Tom, In message 4bb9.3040...@windriver.com you wrote: Wolfgang, I have rebased arm/next to master. These are the changes. Tom The following changes since commit ffa37fc98d71ef930bccd4e9eed37f6ce6b4d6af: Wolfgang Denk (1): Merge branch 'next' are available in

Re: [U-Boot] [i2c] Pull Request

2010-04-07 Thread Wolfgang Denk
Dear Heiko Schocher, In message 4bbadf65.1020...@denx.de you wrote: Hello Wolfgang, The following changes since commit ffa37fc98d71ef930bccd4e9eed37f6ce6b4d6af: Wolfgang Denk (1): Merge branch 'next' are available in the git repository at: git://git.denx.de/u-boot-i2c.git

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

2010-04-07 Thread Wolfgang Denk
Dear Kumar Gala, In message pine.lnx.4.64.1004070223390.21...@localhost.localdomain you wrote: The following changes since commit ffa37fc98d71ef930bccd4e9eed37f6ce6b4d6af: Wolfgang Denk (1): Merge branch 'next' are available in the git repository at:

Re: [U-Boot] Please pull u-boot-cfi-flash/master

2010-04-07 Thread Wolfgang Denk
Dear Stefan Roese, In message 201004071135.34297...@denx.de you wrote: The following changes since commit ffa37fc98d71ef930bccd4e9eed37f6ce6b4d6af: Wolfgang Denk (1): Merge branch 'next' are available in the git repository at: git://www.denx.de/git/u-boot-cfi-flash.git master

[U-Boot] [PATCH 0/7] Add uCdimm and Mercury's EP2500 support

2010-04-07 Thread David Wu
Hi list, This is my first time to submit a patch to this list. I hope it is in the correct format. All these patches are based on the Mar. 15's git tree plus 16 patches from TsiChung. David Wu (7): Colfdfire MCF5282: enable icache if CONFIG_SYS_ENABLE_ICACHE is defined AT49BV322A

[U-Boot] [PATCH 7/7] adding credit for uC5272, uC5274/5275 and uC5282

2010-04-07 Thread David Wu
Signed-off-by: David Wu davi...@arcturusnetworks.com --- CREDITS |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/CREDITS b/CREDITS index 043ba6e..144fc27 100644 --- a/CREDITS +++ b/CREDITS @@ -513,7 +513,7 @@ D: Port to MPC555/556 microcontrollers and support for cmi

[U-Boot] [PATCH 1/7] Colfdfire MCF5282: enable icache if CONFIG_SYS_ENABLE_ICACHE is defined

2010-04-07 Thread David Wu
Signed-off-by: David Wu davi...@arcturusnetworks.com --- cpu/mcf52x2/cpu_init.c |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/cpu/mcf52x2/cpu_init.c b/cpu/mcf52x2/cpu_init.c index 170bbfc..36f62cc 100644 --- a/cpu/mcf52x2/cpu_init.c +++ b/cpu/mcf52x2/cpu_init.c

[U-Boot] [PATCH 2/7] AT49BV322A Flash: the erase regions are in the wrong order.

2010-04-07 Thread David Wu
The device id for this Flash is 0xc8. Signed-off-by: David Wu davi...@arcturusnetworks.com --- drivers/mtd/cfi_flash.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/drivers/mtd/cfi_flash.c b/drivers/mtd/cfi_flash.c index fdba297..af86f99 100644 ---

[U-Boot] [PATCH 4/7] Adding uC5272 dimm module support

2010-04-07 Thread David Wu
Signed-off-by: David Wu davi...@arcturusnetworks.com --- Makefile | 46 + board/Arcturus/uC5272/Makefile | 44 + board/Arcturus/uC5272/config.mk |1 + board/Arcturus/uC5272/u-boot.lds | 142 +++ board/Arcturus/uC5272/uC5272.c | 57

[U-Boot] [PATCH 5/7] adding uC5274/5275 dimm module support

2010-04-07 Thread David Wu
Signed-off-by: David Wu davi...@arcturusnetworks.com --- Makefile | 21 +++ board/Arcturus/uC5275/Makefile | 44 +++ board/Arcturus/uC5275/config.mk | 23 board/Arcturus/uC5275/u-boot.lds | 139 board/Arcturus/uC5275/uC5275.c

[U-Boot] [PATCH 3/7] added Mercury EP2500 board support It uses the mcf5282 processor with real time clock and EEPROM.

2010-04-07 Thread David Wu
Signed-off-by: David Wu davi...@arcturusnetworks.com --- board/Mercury/ep2500/Makefile | 44 ++ board/Mercury/ep2500/config.mk | 23 +++ board/Mercury/ep2500/ep2500.c | 191 + board/Mercury/ep2500/u-boot.lds | 140 ++

Re: [U-Boot] Getting Unable to save the rest of sector (196608) when I turn on Redundant env with CFG_ENV_ADDR_REDUND

2010-04-07 Thread Brian Hutchinson
Sorry for the top post. Resending in plain text as original message was UTF-8 On Wed, Apr 7, 2010 at 11:14 AM, Brian Hutchinson b.hutch...@gmail.com wrote: Hi, I'm using u-boot 1.1.6 and have been using a single 256k flash sector for the environment.  I want to use the redundant env. feature

Re: [U-Boot] Getting Unable to save the rest of sector (196608) when I turn on Redundant env with CFG_ENV_ADDR_REDUND

2010-04-07 Thread Brian Hutchinson
Sorry for the top post. Resending in plan test. This was the second message of the thread. On Wed, Apr 7, 2010 at 4:14 PM, Brian Hutchinson b.hutch...@gmail.com wrote: Update. I'm on a ARM 926 by the way.  Forgot to mention that. I fired up my trusty JTAG OpenOCD and gdb to investigate

Re: [U-Boot] Getting Unable to save the rest of sector (196608) when I turn on Redundant env with CFG_ENV_ADDR_REDUND

2010-04-07 Thread Brian Hutchinson
Sorry for top post. This is the third message of the thread being re-sent in plain text. I'll also add that the test case below also hangs on trying to bootm a kernel in flash just as it did in the nfs boot case of the shown below. On Wed, Apr 7, 2010 at 5:07 PM, Brian Hutchinson

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

2010-04-07 Thread Jae hoon Chung
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. If mmc is not MMC_MODE_HS, mmc will set card's trans_speed. Signed-off-by: Jaehoon Chung jh80.ch...@samsung.com

[U-Boot] [PATCH] fec_mxc don't use internal eeprom on MX25

2010-04-07 Thread John Rigby
Avoid using the internal eeprom onf MX25 like MX51 already does. Signed-off-by: John Rigby jcri...@gmail.com CC: Ben Warren biggerbadder...@gmail.com --- drivers/net/fec_mxc.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/fec_mxc.c

[U-Boot] [PATCH] MX25 print arm clock instead of mpllclk on boot

2010-04-07 Thread John Rigby
Replace call to imx_get_mpllclk with imx_get_armclk to show frequency of ARM core instead of mpll internal bus in print_cpuinfo. Signed-off-by: John Rigby jcri...@gmail.com CC: Stefano Babic sba...@denx.de --- cpu/arm926ejs/mx25/generic.c |2 +- 1 files changed, 1 insertions(+), 1