[U-Boot] [U-boot-Users][GIT PULL] Please pull mpc5xxx tree

2008-08-28 Thread John Rigby
Wolfgang, The following changes since commit 33aa4eac66b71c797bbc13b3afe432a2132947d4: Wolfgang Denk (1): Merge branch 'master' of /home/wd/git/u-boot/custodians are available in the git repository at: git://git.denx.de/u-boot-coldfire.git master TsiChung Liew (7):

Re: [U-Boot] [PATCH] mtd: SPI Flash: Support the STMicro Flash

2008-08-28 Thread John Rigby
Any problem with this going in via the coldfire tree? Or does someone else want to pick it up? Tsi-Chung Liew wrote: From: TsiChung Liew [EMAIL PROTECTED] Add MTD SPI Flash support for M25P16, M25P20, M25P32, M25P40, M25P64, M25P80, M25P128. Signed-off-by: Jason McMullan [EMAIL PROTECTED]

[U-Boot] [PATCH rev2] ADS5121: Fix NOR and CPLD ALE timing for rev 2 silicon

2008-08-28 Thread John Rigby
and CPLD on the ADS5121. This patch turns on the alternative for CS0 (NOR) and CS2 (CPLD) it does so conditionally based on silicon rev 2.0 or greater. Signed-off-by: Martha J Marx [EMAIL PROTECTED] Signed-off-by: John Rigby [EMAIL PROTECTED] --- board/ads5121/ads5121.c |4 include

[U-Boot] [PATCH] ADS5121: Fix NOR and CPLD ALE timing for rev 2 silicon

2008-08-28 Thread John Rigby
and CPLD on the ADS5121. This patch turns on the alternative for CS0 (NOR) and CS2 (CPLD) it does so conditionally based on silicon rev 2.0 or greater. Signed-off-by: Martha J Marx [EMAIL PROTECTED] Signed-off-by: John Rigby [EMAIL PROTECTED] --- board/ads5121/ads5121.c |4 include

[U-Boot] [GIT PULL] Please pull coldfire tree

2008-09-09 Thread John Rigby
Wolfgang, This patch was approved before the window closed but fell through the cracks. The following changes since commit 3b20fd83c73c22acfcb0c6663be747bd5c8b7011: Ryan CHEN (1): Correct drv_usb_kbd_init function are available in the git repository at:

Re: [U-Boot] [PATCH 1/3] ADS5121: add LPC clock support

2008-09-27 Thread John Rigby
This confused me a little bit. I didn't know that the PATA had anything to do with the LPC clock. The table in the clock chapter says that the PATA clock comes from the IPS clock. I think the confusion is from PATA chapter section 28.2.2.1: Table 28-4 shows various timing parameters

Re: [U-Boot] [PATCH 1/3] ADS5121: add LPC clock support

2008-09-29 Thread John Rigby
Ralph, Wolfgang: I have checked with the 5121 validation code for PATA and it uses the IPS clock for all the timing. I think the old rev1 manual is wrong and the new rev2 manual is misleading. The PATA clock is the same speed as the IPS clock. Don't use the LPC clock. John John Rigby

Re: [U-Boot] [PATCH] Add IC Ident. Module (IIM) support for ADS5121

2008-10-08 Thread John Rigby
Hi Martha, First, please replace the volatile pointer accesses with io accessors like in_bexx and out_bexx. Second, chip stuff should go in cpu/mpc512x. John On Tue, Oct 7, 2008 at 10:46 PM, Martha Marx [EMAIL PROTECTED] wrote: IIM (IC Identification Module) is the fusebox for the mpc5121.

Re: [U-Boot] A Problem of u-boot on TI PandaBoard porting

2012-01-05 Thread John Rigby
*u-boot/spl/u-boot-spl.lds:1: syntax error make[1]: *** [/home/qian/Desktop/u-boot/spl/u-boot-spl] Error 1 make[1]: Leaving directory `/home/qian/Desktop/u-boot/spl' make: *** [spl/u-boot-spl.bin] Error 2* I’ve check the file ‘spl/u-boot-spl.lds’, the first line is a comment as below: *//

[U-Boot] trouble with mmc on origen

2012-08-30 Thread John Rigby
Jaehoon, I get timeouts on multiblock mmc reads with v2012.07 u-boot. I did a bisect and found that it is broken back to 442d55685e1e2310d546044a6519ae73e4ba348a mmc: support the sdhci instead of s5p_mmc for samsung-soc and 236bfecff8091356d81e79da3281b9e4af967468 mmc: add the quirk to use

Re: [U-Boot] [PATCH] ARM: DaVinci: DaVinci DM365 SOC specific code

2009-08-18 Thread John Rigby
I don't see a next branch in u-boot-arm. Am I missing something? Thanks John On Mon, Aug 17, 2009 at 4:01 PM, Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com wrote: On 11:20 Sat 15 Aug , s-paul...@ti.com wrote: From: Sandeep Paulraj s-paul...@ti.com This patch adds support

Re: [U-Boot] [PATCH 2/2] MTD:NAND: ADD new ECC mode NAND_ECC_HW_OOB_FIRST

2009-09-01 Thread John Rigby
Sorry for the late comments. We have been trying to use this code with the associated davinci 4-bit ecc patches and have some questions (inline). . + uint8_t *ecc_code = chip-buffers-ecccode; + uint32_t *eccpos = chip-ecc.layout-eccpos; + uint8_t *ecc_calc =

Re: [U-Boot] [PATCH 2/2] MTD:NAND: ADD new ECC mode NAND_ECC_HW_OOB_FIRST

2009-09-01 Thread John Rigby
Scott answered my question about chips that don't support NAND_CMD_READOOB, we need to take care of it in cmdfunc. I still don't see why the calculate method is called. The results are ignored. On Tue, Sep 1, 2009 at 10:03 AM, Paulraj, Sandeep s-paul...@ti.com wrote: John Rigby wrote

Re: [U-Boot] [PATCH 2/2] MTD:NAND: ADD new ECC mode NAND_ECC_HW_OOB_FIRST

2009-09-01 Thread John Rigby
-mails reach the mailing list in the correct order? This is true for the conversation you two were having. Thanks, Sandeep -Original Message- From: Paulraj, Sandeep Sent: Tuesday, September 01, 2009 12:04 PM To: Scott Wood; John Rigby Cc: u-boot@lists.denx.de; Paulraj, Sandeep

[U-Boot] More davinci 4-bit hw ecc questions

2009-09-02 Thread John Rigby
Sandeep and all interested parties: I am trying to understand davinci 4-bit nand options for u-boot and linux.  I did some searching and found this comment in the davinci nand driver for openocd: /*  * Infix OOB ... like Linux ECC_HW_SYNDROME.  Avoided because it trashes  * manufacturer bad

Re: [U-Boot] More davinci 4-bit hw ecc questions

2009-09-02 Thread John Rigby
It just occured to me that I might have things backward. Is your new nand code trying to avoid the interleaved oob? If so, sorry for the confusion. On Wed, Sep 2, 2009 at 9:02 PM, John Rigby jcri...@gmail.com wrote: Sandeep and all interested parties: I am trying to understand davinci 4-bit

Re: [U-Boot] More davinci 4-bit hw ecc questions

2009-09-02 Thread John Rigby
manufacturing so we just need to be ready for either. Thanks John On Wed, Sep 2, 2009 at 10:25 PM, David Brownell davi...@pacbell.net wrote: On Wednesday 02 September 2009, John Rigby wrote: Sandeep and all interested parties: I am trying to understand davinci 4-bit nand options for u-boot

Re: [U-Boot] [PATCH v2] TI DaVinci: DM355: Config Cleanup and Update

2009-09-08 Thread John Rigby
Hi Sandeep, On Tue, Sep 8, 2009 at 4:14 PM, s-paul...@ti.com wrote: From: Sandeep Paulraj s-paul...@ti.com This patch does the following 1) Enables the NAND driver which is now available. On Sep 1 you said: I'll send an updated NAND Davinci driver patch soon which adds to what is already

Re: [U-Boot] [STATUS] v2010.12-rc2 released

2010-12-02 Thread John Rigby
On Tue, Nov 30, 2010 at 8:00 AM, Wolfgang Denk w...@denx.de wrote: Hello everybody. I apologise for being a bit late with this announcement: * U-Boot v2010.12-rc2 was released on Sunday, November 28. * Release v2010.12 is (still) scheduled in 13 days:  on December 13, 2010. Please help

Re: [U-Boot] [RFC PATCH] OMAP: Timer: Replace bss variable by gd

2010-12-09 Thread John Rigby
in .rel.dyn gets corrupted. Signed-off-by: Dirk Behme dirk.be...@gmail.com Works for me on Beagle xM Rev A Tested-by: John Rigby john.ri...@linaro.org ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [RFC PATCH v2] ARM: Avoid compiler optimization for usages of readb, writeb and friends.

2010-12-19 Thread John Rigby
On Sun, Dec 19, 2010 at 3:22 AM, Alexander Holler hol...@ahsoftware.de wrote: side effects here. Reading NAND now fails on my BeagleBoard. Regardless if I use gcc 4.3.5 or gcc 4.5.1, after applying that patch the wrong ID of the NAND is read. In nand_get_flash_type()

Re: [U-Boot] [RFC PATCH v2] ARM: Avoid compiler optimization for usages of readb, writeb and friends.

2010-12-19 Thread John Rigby
On Sun, Dec 19, 2010 at 12:59 PM, Alexander Holler hol...@ahsoftware.de wrote: ... No EEPROM on expansion board Die ID #062a0004040365fa16019019 Hit any key to stop autoboot:  0 OMAP3 beagleboard.org # nand info Device 0: nand0, sector size 16 KiB I

Re: [U-Boot] [RFC PATCH v2] ARM: Avoid compiler optimization for usages of readb, writeb and friends.

2010-12-19 Thread John Rigby
On Sun, Dec 19, 2010 at 5:56 PM, Alexander Holler hol...@ahsoftware.de wrote: Am 20.12.2010 01:39, schrieb John Rigby: On Sun, Dec 19, 2010 at 12:59 PM, Alexander Hollerhol...@ahsoftware.de  wrote: ... No EEPROM on expansion board Die ID #062a0004040365fa16019019 Hit any key

Re: [U-Boot] [RFC PATCH v2] ARM: Avoid compiler optimization for usages of readb, writeb and friends.

2010-12-19 Thread John Rigby
On Sun, Dec 19, 2010 at 9:18 PM, John Rigby john.ri...@linaro.org wrote: On Sun, Dec 19, 2010 at 5:56 PM, Alexander Holler hol...@ahsoftware.de wrote: Am 20.12.2010 01:39, schrieb John Rigby: On Sun, Dec 19, 2010 at 12:59 PM, Alexander Hollerhol...@ahsoftware.de  wrote: ... No EEPROM

Re: [U-Boot] [PATCH 5/5] MX5:MX53: add initial support for MX53EVK board

2010-12-19 Thread John Rigby
On Sun, Dec 19, 2010 at 10:19 PM, Jason Liu liu.h.ja...@gmail.com wrote: Hi, Stefano, 2010/12/17 Stefano Babic sba...@denx.de: On 12/17/2010 04:05 AM, Jason Liu wrote: There is pretty much different with I.MX51 ROM,  we will not use DCD data file to config the DDR script since ROM has the

Re: [U-Boot] [RFC PATCH v2] ARM: Avoid compiler optimization for usages of readb, writeb and friends.

2010-12-19 Thread John Rigby
On Sun, Dec 19, 2010 at 11:49 PM, Dirk Behme dirk.be...@googlemail.com wrote: On 20.12.2010 07:07, John Rigby wrote: The working assembly looks like this:        if (cmd != NAND_CMD_NONE) 80024d28:       e3710001        cmn     r1, #1                origwriteb(cmd, this-IO_ADDR_W); 80024d2c

Re: [U-Boot] [RFC PATCH v2] ARM: Avoid compiler optimization for usages of readb, writeb and friends.

2010-12-20 Thread John Rigby
Earlier in this thread Alexander said: I haven't add the definitions which are using a memory barrier because I haven't found a place in the kernel where they were actually enabled (CONFIG_ARM_DMA_MEM_BUFFERABLE). I think this is the problem because it is indeed defined for all v6 and v7 arm

Re: [U-Boot] [RFC PATCH v2] ARM: Avoid compiler optimization for usages of readb, writeb and friends.

2010-12-20 Thread John Rigby
On Mon, Dec 20, 2010 at 9:08 AM, John Rigby john.ri...@linaro.org wrote: Earlier in this thread Alexander said: I haven't add the definitions which are using a memory barrier because I haven't found a place in the kernel where they were actually enabled (CONFIG_ARM_DMA_MEM_BUFFERABLE). I

Re: [U-Boot] [RFC PATCH v2] ARM: Avoid compiler optimization for usages of readb, writeb and friends.

2010-12-20 Thread John Rigby
On Mon, Dec 20, 2010 at 10:12 AM, Alexander Holler hol...@ahsoftware.de wrote: There must be more problems. Using gcc 4.5.1, the read*/write*-patch and your hack, my kernel doesn't boot. Using gcc 4.3.5 and the same source to compile u-boot the kernel comes up. Here is the output for the

Re: [U-Boot] [RFC PATCH v2] ARM: Avoid compiler optimization for usages of readb, writeb and friends.

2010-12-20 Thread John Rigby
On Mon, Dec 20, 2010 at 5:25 PM, John Rigby john.ri...@linaro.org wrote: On Mon, Dec 20, 2010 at 10:12 AM, Alexander Holler hol...@ahsoftware.de wrote: There must be more problems. Using gcc 4.5.1, the read*/write*-patch and your hack, my kernel doesn't boot. Using gcc 4.3.5 and the same

[U-Boot] [PATCH] Move DECLARE_GLOBAL_DATA_PTR to file scope

2010-12-20 Thread John Rigby
It can be optimised out by the compiler otherwise resulting in obscure errors like a board not booting. This has been documented in README since 2006 when these were first fixed up for GCC 4.x. Signed-off-by: John Rigby john.ri...@linaro.org --- arch/arm/cpu/armv7/mx5/speed.c |4

Re: [U-Boot] [RFC PATCH v2] ARM: Avoid compiler optimization for usages of readb, writeb and friends.

2010-12-21 Thread John Rigby
On Tue, Dec 21, 2010 at 1:35 AM, Dirk Behme dirk.be...@googlemail.com wrote: (Resend with corrected broken example) On 21.12.2010 08:21, Albert ARIBAUD wrote: Hi Dirk, Le 21/12/2010 08:11, Dirk Behme a écrit : But the issue with drivers/mtd/nand/omap_gpmc.c (i.e. the additional ldrb    

[U-Boot] [PATCH] OMAP[34]: remove board config.mk files

2010-12-22 Thread John Rigby
and define CONFIG_SYS_TEXT_BASE in the board config files Signed-off-by: John Rigby john.ri...@linaro.org --- board/isee/igep0020/config.mk | 33 - board/isee/igep0030/config.mk | 33 - board/logicpd/am3517evm/config.mk

[U-Boot] [PATCH v2] OMAP[34]: remove board config.mk files

2010-12-22 Thread John Rigby
and define CONFIG_SYS_TEXT_BASE in the board config files Signed-off-by: John Rigby john.ri...@linaro.org --- Changes for v2: Remove bogus tab character in define in v1. --- board/isee/igep0020/config.mk | 33 - board/isee/igep0030/config.mk | 33

[U-Boot] [PATCH] OMAP[34]: fix broken timer

2010-12-27 Thread John Rigby
to 0x. Signed-off-by: John Rigby john.ri...@linaro.org --- arch/arm/cpu/armv7/omap-common/timer.c |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/arch/arm/cpu/armv7/omap-common/timer.c b/arch/arm/cpu/armv7/omap-common/timer.c index 9beebb1..59bbca8 100644 --- a/arch

[U-Boot] [RFC PATCH 0/8] Add nand_spl support for TI OMAP Beagle

2010-12-27 Thread John Rigby
This patch series adds the ability to boot a beagle board from nand without x-loader. A future addition will add mmc boot support. John Rigby (8): NAND: nand_spl/nand_boot.c: add 16-bit and readid support armv7: add nand_spl support OMAP3: and nand_spl support OMAP3: add dram timing

[U-Boot] [RFC PATCH 1/8] NAND: nand_spl/nand_boot.c: add 16-bit and readid support

2010-12-27 Thread John Rigby
-by: John Rigby john.ri...@linaro.org CC: Scott Wood scootw...@freescale.com --- include/nand.h |3 + nand_spl/nand_boot.c | 134 - 2 files changed, 112 insertions(+), 25 deletions(-) diff --git a/include/nand.h b/include/nand.h index a452411

[U-Boot] [RFC PATCH 2/8] armv7: add nand_spl support

2010-12-27 Thread John Rigby
Signed-off-by: John Rigby john.ri...@linaro.org --- arch/arm/cpu/armv7/start.S | 45 +++- 1 files changed, 44 insertions(+), 1 deletions(-) diff --git a/arch/arm/cpu/armv7/start.S b/arch/arm/cpu/armv7/start.S index 684f2d2..17b86e1 100644 --- a/arch/arm

[U-Boot] [RFC PATCH 4/8] OMAP3: add dram timing constants from x-loader

2010-12-27 Thread John Rigby
Signed-off-by: John Rigby john.ri...@linaro.org --- arch/arm/include/asm/arch-omap3/mem.h | 45 + 1 files changed, 45 insertions(+), 0 deletions(-) diff --git a/arch/arm/include/asm/arch-omap3/mem.h b/arch/arm/include/asm/arch-omap3/mem.h index f165949..970e8b4

[U-Boot] [RFC PATCH 5/8] NAND: omap_gpmc.c: add nand_spl support

2010-12-27 Thread John Rigby
Signed-off-by: John Rigby john.ri...@linaro.org CC: Scott Wood scootw...@freescale.com --- drivers/mtd/nand/omap_gpmc.c | 36 1 files changed, 36 insertions(+), 0 deletions(-) diff --git a/drivers/mtd/nand/omap_gpmc.c b/drivers/mtd/nand/omap_gpmc.c index

[U-Boot] [RFC PATCH 6/8] omap3_beagle: add nand_spl support

2010-12-27 Thread John Rigby
Signed-off-by: John Rigby john.ri...@linaro.org --- board/ti/beagle/beagle_nand_spl.c | 250 +++ boards.cfg |1 + include/configs/omap3_beagle.h | 39 ++ nand_spl/board/ti/beagle/Makefile | 138

[U-Boot] [RFC PATCH 7/8] mkimage: Add OMAP boot image support

2010-12-27 Thread John Rigby
Signed-off-by: John Rigby john.ri...@linaro.org --- common/image.c|1 + include/image.h |1 + tools/Makefile|2 + tools/mkimage.c |2 + tools/omapimage.c | 226 + tools/omapimage.h | 50 6 files

[U-Boot] [RFC PATCH 8/8] OMAP3: Add ift target to top level Makefile

2010-12-27 Thread John Rigby
Signed-off-by: John Rigby john.ri...@linaro.org --- Makefile |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/Makefile b/Makefile index 9055028..baf11b3 100644 --- a/Makefile +++ b/Makefile @@ -289,8 +289,13 @@ LDPPFLAGS += \ ifeq ($(CONFIG_NAND_U_BOOT),y

Re: [U-Boot] [RFC PATCH 6/8] omap3_beagle: add nand_spl support

2010-12-28 Thread John Rigby
On Tue, Dec 28, 2010 at 12:49 AM, Dirk Behme dirk.be...@googlemail.com wrote: On 28.12.2010 07:50, Aneesh V wrote: Hello John, On Tuesday 28 December 2010 06:17 AM, John Rigby wrote:  snip +LDSCRIPT= $(TOPDIR)/nand_spl/board/$(BOARDDIR)/u-boot.lds +LDFLAGS     = -Bstatic -T $(nandobj)u

Re: [U-Boot] [RFC PATCH 0/8] Add nand_spl support for TI OMAP Beagle

2010-12-28 Thread John Rigby
On Mon, Dec 27, 2010 at 11:17 PM, Aneesh V ane...@ti.com wrote: Hello John, On Tuesday 28 December 2010 06:17 AM, John Rigby wrote: This patch series adds the ability to boot a beagle board from nand without x-loader.  A future addition will add mmc boot support. I had been working

Re: [U-Boot] [RFC PATCH 6/8] omap3_beagle: add nand_spl support

2010-12-28 Thread John Rigby
On Mon, Dec 27, 2010 at 11:50 PM, Aneesh V ane...@ti.com wrote: Hello John, On Tuesday 28 December 2010 06:17 AM, John Rigby wrote: snip +LDSCRIPT= $(TOPDIR)/nand_spl/board/$(BOARDDIR)/u-boot.lds +LDFLAGS      = -Bstatic -T $(nandobj)u-boot.lds -Ttext $(CONFIG_SYS_NAND_SPL_TEXT_BASE

Re: [U-Boot] [RFC PATCH 7/8] mkimage: Add OMAP boot image support

2011-01-04 Thread John Rigby
On Tue, Jan 4, 2011 at 6:43 AM, Bedia, Vaibhav vaibhav.be...@ti.com wrote: Hi John, On Tuesday, December 28, 2010 6:17 AM, John Rigby wrote: Signed-off-by: John Rigby john.ri...@linaro.org ---  common/image.c    |    1 +  include/image.h   |    1 +  tools/Makefile    |    2 +  tools

Re: [U-Boot] [RFC PATCH 6/8] omap3_beagle: add nand_spl support

2011-01-07 Thread John Rigby
On Fri, Jan 7, 2011 at 11:33 PM, Aneesh V ane...@ti.com wrote: Hi John, On Tuesday 28 December 2010 06:17 AM, John Rigby wrote: Signed-off-by: John Rigbyjohn.ri...@linaro.org + +void board_init_f(unsigned long bootflag) +{ +       nand_boot(); +} + I see that you have added a call

Re: [U-Boot] [RFC PATCH 6/8] omap3_beagle: add nand_spl support

2011-01-08 Thread John Rigby
On Sat, Jan 8, 2011 at 1:33 AM, Aneesh V ane...@ti.com wrote: John, On Saturday 08 January 2011 12:16 PM, John Rigby wrote: On Fri, Jan 7, 2011 at 11:33 PM, Aneesh Vane...@ti.com  wrote: Hi John, On Tuesday 28 December 2010 06:17 AM, John Rigby wrote: Signed-off-by: John Rigbyjohn.ri

Re: [U-Boot] [PATCH v3] Freescale NFC NAND driver

2009-06-04 Thread John Rigby
Stefan, My only concern is that the u-boot and linux nand drivers need to have the same approach regarding ecc. The linux driver recently submitted only supports sw ecc because using hw ecc means the spare area is not writeable. The u-boot driver that I submitted supported hw_ecc only and was

Re: [U-Boot] Ethernet not working on OMAP3 board with

2009-06-06 Thread John Rigby
Does anyone know what the current status of this is? I see the patched discussed in April was in net-next for a while then was removed with the understanding that it would go into master since it was a bug fix but I don't see it in master. Also Mani says that the patch does not fix master anyway

Re: [U-Boot] [PATCH] nand/mpc512x: Add MPC512x NAND support (NFC)

2009-06-08 Thread John Rigby
Stephan, Are you able to read the second half of the NAND? The NAND package on the ADS contains two chips with two separate chip selects. Without the chip select code you will likely only see 512M instead of 1G. John On Mon, Jun 8, 2009 at 12:24 PM, Stefan Roese s...@denx.de wrote: On

[U-Boot] [PATCH] Nand: Implement raw read/write and biterr

2009-09-30 Thread John Rigby
New commands nand read.raw and write.raw read/write main and oob area. Implement previously stubbed nand biterr command. Document the above and also the previously undocumented read.oob and write.oob. Signed-off-by: John Rigby jri...@control4.com --- common/cmd_nand.c | 115

Re: [U-Boot] [PATCH] Nand: Implement raw read/write and biterr

2009-09-30 Thread John Rigby
Tom, Thanks for the comments. I'll wait a couple of days for others then resubmit with fixes for these problems and any others that come up. John On Wed, Sep 30, 2009 at 1:22 PM, Tom tom@windriver.com wrote: John Rigby wrote: New commands nand read.raw and write.raw read/write main

Re: [U-Boot] [PATCH] Add mpc5125ads board and processor to the mpc512x family

2009-10-19 Thread John Rigby
Regarding 512x psc register maps: The register map for 5125 does not just change the size of the registers. Some registers change locations. The issue is that the hardware guys decided to fix the old broken register access. The 5200, 5121, 5123 had some registers that were: Function A when

Re: [U-Boot] Ping on Coldfire patch status

2009-05-01 Thread John Rigby
Wolfgang, I would like to continue as 5121 maintainer and turn over coldfire maintainership to Tsi Chung. I don't think there are any pending 5121 patches. Also please use this address (jcri...@gmail.com) in the future since I no longer have access to my Freescale account. John On Fri, May 1,

Re: [U-Boot] [PATCH 00/29] Rework MPC512x Support

2009-05-11 Thread John Rigby
include/mpc512x.h Signed-off-by: Wolfgang Denk w...@denx.de Cc: John Rigby jcri...@gmail.com --- Summary statistics: MAINTAINERS |2 + MAKEALL |3 +- Makefile| 10 +- board/ads5121/Makefile

Re: [U-Boot] USB EHCI driver

2009-05-12 Thread John Rigby
Francesco, Could you send what you have done so far to the list. Someone else might be able to pick it up and figure out what might be wrong. Thanks John On Mon, Mar 23, 2009 at 2:44 AM, Rendine Francesco francesco.rend...@valueteam.com wrote: Hi, I've already tried that define, but

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

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

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

2010-05-13 Thread John Rigby
What is the status of this patch. Was an updated one ever submitted? On Mon, Jan 25, 2010 at 8:05 AM, Khasim Syed Mohammed kha...@beagleboard.org wrote: On Sun, Jan 24, 2010 at 5:48 AM, Tom tom@windriver.com wrote: Khasim Syed Mohammed wrote: From cf8fa28973de7609d27146730d9e019b7c919b51

Re: [U-Boot] [PATCH 2/2] arm: cortexa9: adding support for TI OMAP4430 SDP

2010-06-04 Thread John Rigby
Aneesh: On Tue, May 25, 2010 at 12:39 AM, Aneesh V ane...@ti.com wrote: Adding support for OMAP4430 SDP board based on the TI OMAP4430 SOC. --- arch/arm/cpu/armv7/omap4/reset.S: Identical to omap3 version. I think they should be shared. Perhaps have a arch/arm/cpu/armv7/omap directory for

Re: [U-Boot] [PATCH 2/2] arm: cortexa9: adding support for TI OMAP4430 SDP

2010-06-08 Thread John Rigby
, John Rigby jcri...@gmail.com wrote: Aneesh: On Tue, May 25, 2010 at 12:39 AM, Aneesh V ane...@ti.com wrote: Adding support for OMAP4430 SDP board based on the TI OMAP4430 SOC. --- arch/arm/cpu/armv7/omap4/reset.S: Identical to omap3 version. I think they should be shared. Perhaps

Re: [U-Boot] [PATCH 00/10] Add support for TI OMAP4 SDP and Panda

2010-06-15 Thread John Rigby
I have no omap4 hw yet so I can't test this but I have build-tested this series of patches via MAKEALL with all omap[34] targets. Also verified that still works on Beagle. Build-tested-by: John Rigby john.ri...@linaro.org On Mon, Jun 14, 2010 at 10:39 PM, Steve Sakoman st...@sakoman.com wrote

[U-Boot] [PATCH 0/5] ADS5121 Backlog of patches

2009-01-26 Thread John Rigby
[PATCH 1/5] ADS5121 DIU Make inclusion of FSL logo optional This makes including FSL_logo optional since including it puts the size of u-boot over the current limit of 2 sectors [PATCH 2/5] ADS5121 DIU Add diu_bmp_addr env This adds support for a setting an env variable to the

[U-Boot] [PATCH 1/5] ADS5121 DIU Make inclusion of FSL logo optional

2009-01-26 Thread John Rigby
Make inclusion of FSL logo optional and turn it off by default. Signed-off-by: John Rigby jri...@freescale.com --- board/ads5121/ads5121_diu.c |4 include/configs/ads5121.h |1 + 2 files changed, 5 insertions(+), 0 deletions(-) diff --git a/board/ads5121/ads5121_diu.c b/board

[U-Boot] [PATCH 3/5] ADS5121 Fix rev2 silicon pci iopad config

2009-01-26 Thread John Rigby
Reset config is not correct Signed-off-by: John Rigby jri...@freescale.com --- board/ads5121/ads5121.c | 13 - 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/board/ads5121/ads5121.c b/board/ads5121/ads5121.c index 0610928..8e22719 100644 --- a/board/ads5121/ads5121

[U-Boot] [PATCH 5/5] ADS5121 Add PATA support

2009-01-26 Thread John Rigby
From: Ralph Kondziella r...@argos-messtechnik.de Original patch from Ralph Kondziella plus clean up by Wolfgang Denk plus changes by John Rigby use ips clock not lpc port forward to current u-boot release Signed-off-by: Ralph Kondziella r...@argos-messtechnik.de Signed-off-by: Wolfgang

[U-Boot] [PATCH 4/5] ADS5121 Add IC Ident Module (IIM) support

2009-01-26 Thread John Rigby
the fuses and sense them. Signed-off-by: Martha Marx mm...@silicontkx.com Signed-off-by: John Rigby jri...@freescale.com --- board/ads5121/ads5121.c |3 + cpu/mpc512x/Makefile |3 + cpu/mpc512x/iim.c| 394 ++ include/asm-ppc

[U-Boot] [PATCH 2/5] ADS5121 DIU Add diu_bmp_addr env

2009-01-26 Thread John Rigby
Add support for using a bmp other than FSL_Logo_BMP for the DIU splash screen. Can now set the env var diu_bmp_addr to the address of a BMP in flash to use instead of the default FSL_Logo_BMP. Signed-off-by: Martha Marx mm...@silicontkx.com Signed-off-by: John Rigby jri...@freescale.com

[U-Boot] [GIT PULL] Please pull mpc5xxx tree

2009-02-03 Thread John Rigby
The following changes since commit 92c20fbd3a7788c1a154f50a3f44f28a7763f99a: John Rigby (1): ADS5121 DIU Make inclusion of FSL logo optional are available in the git repository at: http://git.denx.de/u-boot-mpc5xxx.git master John Rigby (2): ADS5121 DIU Add diu_bmp_addr

Re: [U-Boot] [GIT PULL] Please pull mpc5xxx tree

2009-02-03 Thread John Rigby
92c20fbd3a7788c1a154f50a3f44f28a7763f99a: John Rigby (1): ADS5121 DIU Make inclusion of FSL logo optional are available in the git repository at: http://git.denx.de/u-boot-mpc5xxx.git master John Rigby (3): ADS5121 DIU Add diu_bmp_addr env ADS5121 Fix rev2 silicon pci iopad config

[U-Boot] [PATCH] ADS5121 Add mem config for current rev4 boards

2009-02-17 Thread John Rigby
From: Martha Marx mm...@silicontkx.com The following configurations are now supported: ads5121_config rev 4.1 boards with Elpida memory ads5121_rev4m_config rev 4 boards with Micron memory ads5121_rev3_config rev3 boards which also have Micron memory but have the

Re: [U-Boot] [PATCH] ADS5121 Add mem config for current rev4 boards

2009-02-17 Thread John Rigby
Wolfgang Denk wrote: Dear John Rigby, In message 1234908276-26381-1-git-send-email-jri...@freescale.com you wrote: From: Martha Marx mm...@silicontkx.com The following configurations are now supported: ads5121_config rev 4.1 boards with Elpida memory ads5121_rev4m_config

[U-Boot] [GIT PULL] Please pull mpc5xxx tree

2009-03-13 Thread John Rigby
The following changes since commit 3c92217732edfc0016c3cbdc828471d013d23a36: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx are available in the git repository at: git://git.denx.de/u-boot-mpc5xxx.git master Jon Smirl (1): MPC5200 FEC MII

Re: [U-Boot] Fwd: [PATCH] MPC5200 FEC MII speed register

2009-03-13 Thread John Rigby
Jon Smirl wrote: John, could you please apply this. Without this the MII commands don't work on any of the mpc5200 platforms. mpc5xxx_fec_halt() sets the mii speed register to zero it needs to left at a non-zero speed for the commands to function. -- Forwarded message --

[U-Boot] [GIT PULL] Please pull coldfire tree

2009-03-17 Thread John Rigby
The following changes since commit b3dd629e78870ba2dc9f8032978721c0fa02a856: Wolfgang Denk (1): Prepare 2009.03-rc2 are available in the git repository at: git://git.denx.de/u-boot-coldfire.git master TsiChung Liew (5): ColdFire: Fix M54451 serial boot dram setup

Re: [U-Boot] [PATCH v2 5/9] ColdFire: Add mii driver in drivers/net

2008-10-28 Thread John Rigby
Ben, Do you want to pick this up or is it ok if it goes in via the coldfire tree? John ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH] ADS5121 NAND driver

2008-10-29 Thread John Rigby
area. This all means the the spare area can not be written separately from the main. This means unmodified JFFS2 will not work. Signed-off-by: John Rigby [EMAIL PROTECTED] --- board/ads5121/ads5121.c |1 + drivers/mtd/nand/Makefile |1 + drivers/mtd/nand

Re: [U-Boot] [PATCH] ADS5121 NAND driver

2008-10-29 Thread John Rigby
Wolfgang Denk wrote: Dear John Rigby, In message [EMAIL PROTECTED] you wrote: ADS5121 rev4 / MPC5121e rev2 only Only tested with: 2K page size 8 bit device width This controller treats 2K pages as 4 512 byte pages and the hw ecc is over the combined 512 byte main area

Re: [U-Boot] [PATCH v2] ADS5121 NAND driver

2008-10-29 Thread John Rigby
Scott, thanks for your feedback. I can easily fix most of the issues. The one question I have is if this can go in only supporting 5121 rev2. If I need to add rev1 support it will take more time than I have right now. Thanks John Scott Wood wrote: John Rigby wrote: ADS5121 rev4

[U-Boot] [U-boot-Users][GIT PULL] Please pull coldfire tree

2008-11-03 Thread John Rigby
Wolfgang, The following changes since commit 3ec53148eb68ddfb0c3311fb4c06cd2bd0ef3eeb: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-nand-flash are available in the git repository at: git://git.denx.de/u-boot-coldfire master TsiChung Liew (9):

[U-Boot] [PATCH v2] Freescale NFC NAND driver

2008-11-04 Thread John Rigby
. This all means the the spare area can not be written separately from the main. This means unmodified JFFS2 will not work. Signed-off-by: John Rigby [EMAIL PROTECTED] --- board/ads5121/ads5121.c | 16 + drivers/mtd/nand/Makefile |1 + drivers/mtd/nand/fsl_nfc_nand.c | 1105

Re: [U-Boot] [PATCH v2] Freescale NFC NAND driver

2008-11-05 Thread John Rigby
Magnus Lilja wrote: Hi 2008/11/5 John Rigby [EMAIL PROTECTED]: Reworked MPC5121 NAND driver. Attempted to address all the problems listed by Scott Wood. Driver is now board independent. Will still need more work to be SOC independent. Driver for the NAND controller on MPC5121

Re: [U-Boot] [PATCH v3] Freescale NFC NAND driver

2008-11-05 Thread John Rigby
Fabio Estevam wrote: +#define NFC_BUF_ADDR(NFC_REG_BASE + 0x1E04) +#define NFC_FLASH_ADDR (NFC_REG_BASE + 0x1E06) +#define NFC_FLASH_CMD (NFC_REG_BASE + 0x1E08) +#define NFC_CONFIG (NFC_REG_BASE + 0x1E0A)

[U-Boot] [PATCH] net/eth.c call dev-write_hwaddr in eth_init

2010-09-07 Thread John Rigby
When eth_init updates dev-enetaddr it does not call dev-write_hwaddr. Fix that so when ethaddr is set after eth_initialize the change will propagate to the hw. Signed-off-by: John Rigby john.ri...@linaro.org --- net/eth.c |8 +++- 1 files changed, 7 insertions(+), 1 deletions(-) diff

Re: [U-Boot] [PATCH] net/eth.c call dev-write_hwaddr in eth_init

2010-09-08 Thread John Rigby
change. On Tue, Sep 7, 2010 at 10:23 PM, Mike Frysinger vap...@gentoo.org wrote: On Tuesday, September 07, 2010 18:50:26 John Rigby wrote: When eth_init updates dev-enetaddr it does not call dev-write_hwaddr.  Fix that so when ethaddr is set after eth_initialize the change will propagate to the hw

Re: [U-Boot] [PATCH] net/eth.c call dev-write_hwaddr in eth_init

2010-09-08 Thread John Rigby
On Wed, Sep 8, 2010 at 10:07 AM, Mike Frysinger vap...@gentoo.org wrote: and if you read the doumentation, you'll see that you're mistaken.  whatever device you're dealing with (today) is missing a call to its own write_hwaaddr function inside of its own init function. if you want to fix

[U-Boot] [PATCH] drivers/net/fec_mxc.c: write mac address in init

2010-09-08 Thread John Rigby
call fec_set_hwaddr in init routine to setup MAC address so when ethaddr is set late the change will propagate to the hw Signed-off-by: John Rigby john.ri...@linaro.org --- drivers/net/fec_mxc.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/net/fec_mxc.c b

Re: [U-Boot] [PATCH 1/4] SD1.00 wide-bus fix

2010-09-09 Thread John Rigby
On Fri, May 14, 2010 at 11:30 AM, Andy Fleming aflem...@gmail.com wrote: On Wed, May 12, 2010 at 4:38 AM, Alagu Sankar alagusan...@embwise.com wrote: Fixed a bug wherein SD version 1.0 cards were not configured for 4-bit mode Signed-off-by: Alagu Sankar alagusan...@embwise.com Applied,

Re: [U-Boot] [PATCH 14/26 v2][NEXT] ARM: implement relocation for ARM V7 (OMAP)

2010-09-17 Thread John Rigby
On Fri, Sep 17, 2010 at 5:10 AM, Heiko Schocher h...@denx.de wrote: Change the implementation for ARM V7 to relocate the code to an arbitrary address in RAM. Adapt the Beagle board (Cortex A8) to test the changes. Heiko, I'm running -next on a Beagle board (first version of arm reloc not

Re: [U-Boot] [PATCH 14/26 v2][NEXT] ARM: implement relocation for ARM V7 (OMAP)

2010-09-18 Thread John Rigby
Dear Wolfgang, Thanks for the feedback. On Fri, Sep 17, 2010 at 4:02 PM, Wolfgang Denk w...@denx.de wrote: Dear John, In message aanlktims+909jaf1ho41+wazbh1qmondg8aohpm04...@mail.gmail.com you wrote: I noticed that when I wrote to ram in the range where u-boot runs before being

Re: [U-Boot] [PATCH] mmc: fix capacity calculation with high capacity mmc

2010-09-21 Thread John Rigby
On Sat, Sep 18, 2010 at 3:49 PM, Wolfgang Denk w...@denx.de wrote: Dear Lei Wen, In message aanlktimaqttcjf52djf-ahdeffqbhfwyejd3024vw...@mail.gmail.com you wrote: How about merge this patch? :-) I will wait for a pull request from the responsible custodian. Maybe you should have put

[U-Boot] [PATCH v2 0/6] Add ARM flat device tree support

2010-09-29 Thread John Rigby
-boot is able to pass a device tree. Patch summary: 1-4 are fixes/clean up to existing code 3 needs testing on nios and microblaze 5 actually adds the ARM FDT support 6 enables FDT support for omap3_beagle John Rigby (6): fdt_relocate: fix fdt size and endian bugs FDT: Add fixup support

[U-Boot] [PATCH v2 1/6] fdt_relocate: fix fdt size and endian bugs

2010-09-29 Thread John Rigby
the value returned by fdt_totalsize is already cpu endian. Signed-off-by: John Rigby john.ri...@linaro.org --- common/image.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/image.c b/common/image.c index 3a2f25e..4aec9d6 100644 --- a/common/image.c +++ b/common

[U-Boot] [PATCH v2 3/6] FDT: only call boot_get_fdt from generic code

2010-09-29 Thread John Rigby
All arches except nios2 and microblaze call boot_get_fdt from bootm_start in common/cmd_bootm.c. Having nios2 and microblaze do so as well removes code from their respective do_bootm_linux routines and allows removal of a nasty ifdef from bootm_start. Signed-off-by: John Rigby john.ri

[U-Boot] [PATCH v2 5/6] ARM: add flat device tree support

2010-09-29 Thread John Rigby
Based on other architectures already supported. Signed-off-by: John Rigby john.ri...@linaro.org --- arch/arm/include/asm/config.h |2 + arch/arm/lib/bootm.c | 137 - common/image.c|2 + 3 files changed, 125 insertions

[U-Boot] [PATCH v2 6/6] ARM: enable device tree for beagle

2010-09-29 Thread John Rigby
For testing ARM device tree support Signed-off-by: John Rigby john.ri...@linaro.org --- include/configs/omap3_beagle.h |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h index 2463be4..daf84c7 100644

[U-Boot] [PATCH v2 2/6] FDT: Add fixup support for multiple banks of memory

2010-09-29 Thread John Rigby
Add fdt_fixup_memory_banks and reimplement fdt_fixup_memory using it. Signed-off-by: John Rigby john.ri...@linaro.org --- common/fdt_support.c | 86 ++--- include/fdt_support.h |1 + 2 files changed, 47 insertions(+), 40 deletions(-) diff --git

[U-Boot] [PATCH v2 4/6] boot: change some arch ifdefs to feature ifdefs

2010-09-29 Thread John Rigby
in arch/include/asm/config.h files. Signed-off-by: John Rigby john.ri...@linaro.org --- arch/m68k/include/asm/config.h|3 +++ arch/powerpc/include/asm/config.h |3 +++ arch/sparc/include/asm/config.h |1 + common/cmd_bootm.c|2 +- common/image.c

  1   2   3   >