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

2010-04-07 Thread Michael Zaidman
On Wed, Apr 7, 2010 at 7:01 PM, Joakim Tjernlund wrote: >> >> On Wed, Apr 7, 2010 at 6:10 PM, Timur Tabi wrote: >> > On Wed, Apr 7, 2010 at 9:47 AM, Michael Zaidman >> > wrote: >> > >> >> The version #2 of the patch is located here >> >> http://lists.denx.de/pipermail/u-boot/2010-April/069579.ht

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

2010-04-07 Thread Liu Dave-R63238
> > @@ -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] 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 CC: Stefano Babic --- cpu/arm926ejs/mx25/generic.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cpu/arm926ejs/m

[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 CC: Ben Warren --- drivers/net/fec_mxc.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/fec_mxc.c b/drivers/net/fec_mxc.c index 8c4ade5..fdc288c 100644 --- a/drive

[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 --- drivers/mmc/mmc.c |

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 wrote: >> #if

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 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 this more. > > Look

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 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 so I > changed m

[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 --- board/Mercury/ep2500/Makefile | 44 ++ board/Mercury/ep2500/config.mk | 23 +++ board/Mercury/ep2500/ep2500.c | 191 + board/Mercury/ep2500/u-boot.lds | 140 ++ include/configs/EP2500.h| 297 +++

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

2010-04-07 Thread David Wu
Signed-off-by: David Wu --- 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 | 118 + in

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

2010-04-07 Thread David Wu
Signed-off-by: David Wu --- 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 ++ include/configs/uC527

[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 --- 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 --- a/drivers/mtd/cfi_flash.c +++ b/drivers

[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 --- 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 @@ -621,8 +621,10 @@ void cpu

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

2010-04-07 Thread David Wu
Signed-off-by: David Wu --- 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 board N: David Wu E: su

[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 Flash

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.gi

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

2010-04-07 Thread Wolfgang Denk
Dear Kumar Gala, In message you wrote: > 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

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-boo

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' > > ar

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-

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 sa

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] 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

[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, plus

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

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

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

2010-04-07 Thread Kumar Gala
From: Dave Liu add the macro definition for Rtt_Nom termination value for DDR3 Signed-off-by: Dave Liu --- 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 b/include/asm-ppc/fsl_ddr_sdram.h index 321

[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 --- include/asm-ppc/immap_85xx.h | 30 -- 1 files changed, 28 insertions(+), 2 deletions(-) diff --git a/include/asm-ppc/immap_85xx.h b/include/asm-ppc/

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

2010-04-07 Thread Kumar Gala
From: Srikanth Srinivasan 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 the bit mask for DDR_SYNC (RCWSR5[1

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

2010-04-07 Thread Kumar Gala
From: Dave Liu Extend pin control and clock control to GUTS memory map Signed-off-by: Dave Liu Signed-off-by: Kumar Gala --- include/asm-ppc/immap_85xx.h | 14 -- 1 files changed, 12 insertions(+), 2 deletions(-) diff --git a/include/asm-ppc/immap_85xx.h b/include/asm-ppc/immap

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

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 remove

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

[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 --- common/kgdb.c | 30 ++ cpu/arm720t/start.S|7 ++ inclu

[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 This

[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: BDI>reset - TARGET: processing user reset request - BDI

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

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 > 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 wha

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 wrote: > > On Wed, Apr 7, 2010 at 9:47 AM, Michael Zaidman > > 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

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

2010-04-07 Thread Kumar Gala
From: Jerry Huang Multiple block read support to improve performance (time it takes) to read larger amounts of data. Signed-off-by: Jerry Huang Signed-off-by: Roy Zang --- drivers/mmc/mmc.c | 71 +--- 1 files changed, 34 insertions(+), 37 dele

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 wrote: > On Wed, Apr 7, 2010 at 9:47 AM, Michael Zaidman > 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 > __ra

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 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 mailing list U-Boot@lists.de

[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 9:47 AM, Michael Zaidman 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 ppcDWstore: .globl pp

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 wrote: > On Tue, 6 Apr 2010 18:29:08 +0300 > Michael Zaidman wrote: > >> >> Rewriting code to use accessors API added 56 bytes or 14 opcodes. It >> >> doubled the routine's execution time. The routine is called in the >> >> loop per each ecc word, that

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. >

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

2010-04-07 Thread Michael Zaidman
Signed-off-by: Michael Zaidman --- 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 100644 post/cpu/mpc83xx/ecc.c

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->

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 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 direct writes

Re: [U-Boot] How to add multiple serial port support fort MPC8379 ?

2010-04-07 Thread harsh poshtiwala
Hi Kim, Thank you. Besides this where do I need to make changes in the source ? Is there any document to explain this in detail? or any example ? On Tue, Apr 6, 2010 at 8:37 PM, Kim Phillips wrote: > On Tue, 6 Apr 2010 11:29:30 -0400 > harsh poshtiwala wrote: > >> I have an evaluation board w

[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 --- v2 : adde

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 6b

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 6b9ea08c5010eab5ad1056bc9bf033a

[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 --- MAINTAINERS

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 wrote: > Dear Mikhail Kshevetskiy, > > In message <20100329162420.40f54...@laska.campus-ws.pu.ru> you wrote: > > This patch is based on custom

[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 i

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

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 solutio

[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 --- cpu/mpc

[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 drivers/

[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 t

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

2010-04-07 Thread Asen Dimov
Signed-off-by: Asen Dimov --- 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 a/board/ronetix/pm9263

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

2010-04-07 Thread Asen Dimov
Signed-off-by: Asen Dimov --- 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 @@ -215,7 +215,6 @@ #in

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] 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 --- board/freescale/p1_p2_rdb/p1_p2_rdb.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a

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 - 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 cor

[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: c

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

2010-04-07 Thread Dave Liu
From: Jerry Huang 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 up the order issue of DIU driver