Re: [U-Boot] where would i find the u-boot repo with TI DM8148 support?

2012-11-08 Thread John Rigby
On Thu, Nov 8, 2012 at 8:27 AM, Robert P. J. Day rpj...@crashcourse.ca wrote: might be playing with a TI DM8148-based dev kit so i'm looking for the git repo that matches the instructions here: http://processors.wiki.ti.com/index.php/DM814x_AM387x_PSP_U-Boot the instructions there clearly

Re: [U-Boot] v2012.10-rc2 tar balls on ftp

2012-10-03 Thread John Rigby
On Wed, Oct 3, 2012 at 1:20 AM, Deltour, Stephane stephane.delt...@barco.com wrote: Hi, Would it be possible to have the v2012.10-rc1 and v2012.10-rc2 tarballs on the ftp site ? Have you tried the snapshots feature on the git.denx.de website? --john

[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] 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: *//

Re: [U-Boot] Transferring images quickly with no Ethernet

2011-12-15 Thread John Rigby
On Wed, Dec 14, 2011 at 4:15 PM, Rishi Dhupar ris...@gmail.com wrote: I have an embedded system with an OMAP3 that does not have an Ethernet support.  The only means of I/O to the process it is serial and USB slave.  Loading binary data over the serial line is just too slow; is there any way

Re: [U-Boot] u-boot master on a pandaboard won't boot

2011-11-02 Thread John Rigby
On Wed, Nov 2, 2011 at 3:12 PM, Lalancette, Christopher clalance...@irobot.com wrote: If you use SPL instead (so the 'MLO' that U-Boot also builds) does everything work again? Oh, I didn't even notice that u-boot now builds an MLO.  Thanks for the heads up. Unfortunately, that doesn't

Re: [U-Boot] SPL broken for pandaboard with v2011.09?

2011-10-12 Thread John Rigby
On Tue, Oct 11, 2011 at 3:00 PM, Steve Sakoman sako...@gmail.com wrote: I'm considering using SPL instead of x-load for an upcoming omap project. To begin learning about SPL I tried building and running SPL for pandaboard using v2011.09. With my initial build I got the following output:  

Re: [U-Boot] SPL broken for pandaboard with v2011.09?

2011-10-12 Thread John Rigby
On Wed, Oct 12, 2011 at 4:08 PM, Steve Sakoman sako...@gmail.com wrote: On Wed, Oct 12, 2011 at 3:00 PM, John Rigby john.ri...@linaro.org wrote: Has anyone else been able to successfully use SPL on pandaboard with v2011.09? You may want to see if the spl is oversize.  Sometime ago the size

[U-Boot] omap3_beagle problem booting kernel on latest u-boot

2011-09-29 Thread John Rigby
Aneesh, Dirk, Jason: During our monthly release testing of Linaro images we discovered that the kernel was pretty unreliable with the latest upstream u-boot. After bisecting we found that reverting this patch fixes the problem commit 45bf05854bc94ed8bae9e9114292895b990327ea Author: Aneesh V

Re: [U-Boot] omap3_beagle problem booting kernel on latest u-boot

2011-09-29 Thread John Rigby
On Thu, Sep 29, 2011 at 3:09 AM, Aneesh V ane...@ti.com wrote: John, My primary suspect would be cache. But the fact that CONFIG_SYS_DCACHE_OFF is not helping is strange. Could you double-check this and also make sure that CONFIG_SYS_L2CACHE_OFF is enabled too. Ok, verified that

Re: [U-Boot] USB on OMAP3

2011-08-31 Thread John Rigby
On Wed, Aug 31, 2011 at 9:28 AM, Gary Thomas g...@mlbassoc.com wrote: I'm using v2011.06 on the TI OMAP3 platform (internal, similar to BeagleBoard) I'd like my board to support both EHCI and MUSB in host mode. However, when I define both of these, I get compile errors:

Re: [U-Boot] Flat tree support

2011-08-18 Thread John Rigby
On Thu, Aug 18, 2011 at 10:41 PM, smitha.va...@wipro.com wrote: Hi Wolfgang, I have taken the sources of u-boot for version 1.1.6. I don't see flat tree support enable for any Board based on mpc8260 (CONFIG_OF_FLAT_TREE)I checked for IDS8272,MPC8260ADS. Can you let me know is there support

Re: [U-Boot] Flat tree support

2011-08-18 Thread John Rigby
On Thu, Aug 18, 2011 at 11:11 PM, smitha.va...@wipro.com wrote: Hi , Can you point me to the latest stable uboot sources. Start here: http://www.denx.de/wiki/U-Boot/WebHome and from there you will find a pointer to the release schedule http://www.denx.de/wiki/U-Boot/ReleaseCycle

[U-Boot] building mx5 targets with O= fails

2011-08-16 Thread John Rigby
Stefano, Since: commit 0edf8b5b2fa0d210ebc4d6da0fd1aceeb7e44e47 Author: Stefano Babic sba...@denx.de Date: Thu Jul 7 03:37:06 2011 + MX5: Update to autogenerated asm-offsets.h On i.MX5, the asm-offsets.h file is not yet generated as it should be. Signed-off-by: Stefano Babic

Re: [U-Boot] [ RFC ] fastboot protocol support in u-boot

2011-08-16 Thread John Rigby
On Tue, Aug 16, 2011 at 8:47 AM, Stefan Schmidt ste...@datenfreihafen.org wrote: Given these different use cases I never seen fastboot and DFU as competitors. Personally I see DFU as a good and standardized way of _flashing_ devices while fastboot/novacom are way to communicate with the

Re: [U-Boot] [ RFC ] fastboot protocol support in u-boot

2011-08-16 Thread John Rigby
On Tue, Aug 16, 2011 at 12:12 PM, Stefan Schmidt ste...@datenfreihafen.org wrote: I'm still curious though if there are practical needs for both fastboot and DFU enabled. My only point was that I would rather DFU, Fastboot, USBSerial and any other potential users of MUSB or other gadget usb

Re: [U-Boot] [PATCH] mkimage: Fix 'Unknown OMAP image type - 5'

2011-08-09 Thread John Rigby
Seems to me like init functions are not / should not be dependent on order, so the fix seems fragile to me, at least as long as we cannot add a good explanation. Yes, I agree. John? Aneesh? Any idea? The method check_image_type in image_type_params is supposed to just return success or

[U-Boot] status of patches in usb next branch

2011-07-11 Thread John Rigby
Remy, Are the patches in your next branch candidates for moving to master and doing a pull request or is there still work to be done? Thanks, John ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] strawman Fastboot in U-Boot Design Doc

2011-06-28 Thread John Rigby
? ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot -- From: *Wolfgang Denk* w...@denx.de Date: Fri, Apr 29, 2011 at 4:48 AM To: John Rigby john.ri...@linaro.org Cc: u-boot@lists.denx.de Dear John Rigby, Thanks. Does it make sense to restrict

Re: [U-Boot] u-boot hangs on panda board after some time

2011-06-09 Thread John Rigby
On Thu, Jun 9, 2011 at 8:42 AM, Mike Frysinger vap...@gentoo.org wrote: On Thu, Jun 9, 2011 at 03:28, Vivi wrote: On TI panda board, stay in u-boot and do nothing in 30 minutes, then try to get mmc info or reset, u-boot will hang. sounds like the core timer logic is broken for whatever omap

Re: [U-Boot] Pull request: u-boot-arm/master

2011-05-31 Thread John Rigby
On Tue, May 31, 2011 at 2:31 PM, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hi Wolfgang, The following changes since commit 5d1ee00b1fe1180503f6dfc10e87a6c6e74778f3:   .gitignore: update list of u-boot.* files and add *.bin (2011-05-22 23:46:26 +0200) are available in the git

[U-Boot] Patches for rc2

2011-05-24 Thread John Rigby
Sending from different account to see if it makes a difference. Albert, I would like to see these three U8500 patches go in: http://patchwork.ozlabs.org/patch/92053/ http://patchwork.ozlabs.org/patch/92052/ http://patchwork.ozlabs.org/patch/92054/ Please let me know if there is a problem with

Re: [U-Boot] [PATCHv4 2/4] armv7: Add ST-Ericsson u8500 arch

2011-05-19 Thread John Rigby
On Tue, Apr 19, 2011 at 2:42 PM, John Rigby john.ri...@linaro.org wrote: Based on ST-Ericsson internal git repo. Signed-off-by: Mathieu Poirier mathieu.poir...@linaro.org Signed-off-by: John Rigby john.ri...@linaro.org CC: Albert Aribaud albert.arib...@free.fr --- v2: cleanup, mostly

Re: [U-Boot] [PATCH 2/3] omap4: add support for EHCI

2011-05-18 Thread John Rigby
On Mon, May 9, 2011 at 3:04 PM, Gilles Chanteperdrix gilles.chanteperd...@xenomai.org wrote: diff --git a/drivers/usb/host/ehci-omap4.c b/drivers/usb/host/ehci-omap4.c new file mode 100644 index 000..19cd286 --- /dev/null +++ b/drivers/usb/host/ehci-omap4.c @@ -0,0 +1,268 @@ +/* + *

[U-Boot] [PATCH 1/4] Serial: pl011: new vendor init options

2011-05-12 Thread John Rigby
is loaded by a second stage boot loader that has already initialized the UART. Define this variable to flush the UART at init time. empty fifo on init Signed-off-by: John Rigby john.ri...@linaro.org Signed-off-by: Rabin Vincent rabin.vinc...@stericsson.com --- v2: No changes v3: Enable changes

Re: [U-Boot] [PATCHv3 0/4] ST-Ericsson U8500 support

2011-05-12 Thread John Rigby
On Thu, Apr 28, 2011 at 8:41 PM, John Rigby john.ri...@linaro.org wrote: On Thu, Apr 28, 2011 at 9:40 AM, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Le 28/04/2011 16:47, John Rigby a écrit :  armv7: Add ST-Ericsson u8500 arch  armv7: Add support for ST-Ericsson U8500 href platform

Re: [U-Boot] [PATCH 1/3] omap4: add support for gpios

2011-05-12 Thread John Rigby
I am going to fix this and resend another round of patches. But, it this the only thing I should fix? My comment was not a complete review only a comment about sharing. ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [PATCH 1/3] omap4: add support for gpios

2011-05-10 Thread John Rigby
On Mon, May 9, 2011 at 11:04 PM, Gilles Chanteperdrix gilles.chanteperd...@xenomai.org wrote: Copied from omap3. I have not looked at the code but if it truly is a copy (other than some base addresses) is there a way to share with omap3? --john ___

Re: [U-Boot] [PATCHv3 0/4] ST-Ericsson U8500 support

2011-04-28 Thread John Rigby
On Tue, Apr 12, 2011 at 12:17 AM, John Rigby john.ri...@linaro.org wrote: Add support for ST-Ericsson U8500 SoC and HREF platform John Rigby (2):  armv7: Add ST-Ericsson u8500 arch  armv7: Add support for ST-Ericsson U8500 href platform Michael Brandt (1):  I2C: Add driver for ST-Ericsson

Re: [U-Boot] [PATCHv3 0/4] ST-Ericsson U8500 support

2011-04-28 Thread John Rigby
On Thu, Apr 28, 2011 at 9:40 AM, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Le 28/04/2011 16:47, John Rigby a écrit :  armv7: Add ST-Ericsson u8500 arch  armv7: Add support for ST-Ericsson U8500 href platform Applying these on top of the current u-boot-arm/master and trying a MAKEALL

Re: [U-Boot] [PATCH v3 3/3] ARMV7: Vexpress: Add MMC support

2011-04-28 Thread John Rigby
On Sat, Apr 16, 2011 at 3:53 PM, Matt Waddel matt.wad...@canonical.com wrote: On 04/13/2011 05:09 AM, Andy Fleming wrote: On Wed, Mar 2, 2011 at 11:22 PM,  matt.wad...@linaro.org wrote: From: Matt Waddel matt.wad...@linaro.org Added the board specific definitions to use the MMCI device.

Re: [U-Boot] [PATCHv4 3/4] I2C: Add driver for ST-Ericsson U8500 i2c

2011-04-28 Thread John Rigby
On Tue, Apr 19, 2011 at 2:42 PM, John Rigby john.ri...@linaro.org wrote: From: Michael Brandt michael.bra...@stericsson.com Signed-off-by: John Rigby john.ri...@linaro.org CC: Heiko Schocher h...@denx.de --- v2: Incorporate suggestions from Heiko Schocher v3: Fix line length problem

Re: [U-Boot] [PATCH v3 3/3] ARMV7: Vexpress: Add MMC support

2011-04-28 Thread John Rigby
On Thu, Apr 28, 2011 at 12:57 PM, Andy Fleming aflem...@freescale.com wrote: It's on my todo list for today Thanks! ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] strawman Fastboot in U-Boot Design Doc

2011-04-28 Thread John Rigby
Here a first draft design doc. It is based in part on the Fastboot implementation in the rowboat git repo (pointer below). As always, comments welcome. John Purpose === Mainline support for Android Fastboot would be useful. Arguing the merits of Fastboot vs DFU is not in the scope of this

Re: [U-Boot] Mainlining android fastboot support to upstream u-boot

2011-04-24 Thread John Rigby
On Sun, Apr 24, 2011 at 8:25 AM, Wolfgang Denk w...@denx.de wrote: Dear John Rigby, In message BANLkTi=um9HTWdpWeee+Y1FZ2w4Y=qm...@mail.gmail.com you wrote: So Wolfgang,  let's assume that Fastboot could coexist with and share code with the DFU implementation.  Would that be more acceptable

Re: [U-Boot] Mainlining android fastboot support to upstream u-boot

2011-04-23 Thread John Rigby
On Fri, Apr 22, 2011 at 9:17 AM, Zach Pfeffer zach.pfef...@linaro.org wrote: So, Google uses it aside, it seems that being able to boot via USB is a useful thing and fastboot is a particular solution; I'm not entirely sure what other USB u-boot extensions exist apart from those Well, DFU

[U-Boot] Mainlining android fastboot support to upstream u-boot

2011-04-20 Thread John Rigby
On Tue, Apr 19, 2011 at 12:33 PM, Wolfgang Denk w...@denx.de wrote: Dear Jim Huang, In message BANLkTi=ynna9nbxwng_1mfwfd6g_o09...@mail.gmail.com you wrote: My idea is that we require abstract 'bootloader' component in Android device/linaro/common, and (patched) 'u-boot' would be the

[U-Boot] [PATCHv3 2/2] MMC: omap_hsmmc.c: disable multiblock rw on old rev omap34xx silicon

2011-04-19 Thread John Rigby
Signed-off-by: John Rigby john.ri...@linaro.org --- V3: use get_cpu_family and get_cpu_rev in test, previous patch also disabled multiblock on beagle-xm drivers/mmc/omap_hsmmc.c |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/drivers/mmc/omap_hsmmc.c b/drivers/mmc

[U-Boot] [PATCHv4 1/4] Serial: p1011: new vendor init options

2011-04-19 Thread John Rigby
is loaded by a second stage boot loader that has already initialized the UART. Define this variable to flush the UART at init time. empty fifo on init Signed-off-by: John Rigby john.ri...@linaro.org Signed-off-by: Rabin Vincent rabin.vinc...@stericsson.com --- v2: No changes v3: Enable changes

[U-Boot] [PATCHv4 3/4] I2C: Add driver for ST-Ericsson U8500 i2c

2011-04-19 Thread John Rigby
From: Michael Brandt michael.bra...@stericsson.com Signed-off-by: John Rigby john.ri...@linaro.org CC: Heiko Schocher h...@denx.de --- v2: Incorporate suggestions from Heiko Schocher v3: Fix line length problem reported by Heiko Schocher v4: No changes just rebased to latest and included

[U-Boot] [PATCHv4 2/4] armv7: Add ST-Ericsson u8500 arch

2011-04-19 Thread John Rigby
Based on ST-Ericsson internal git repo. Signed-off-by: Mathieu Poirier mathieu.poir...@linaro.org Signed-off-by: John Rigby john.ri...@linaro.org CC: Albert Aribaud albert.arib...@free.fr --- v2: cleanup, mostly removal of unused defines v3: remove prototype from sys_proto.h as suggested

[U-Boot] [PATCHv4 4/4] armv7: Add support for ST-Ericsson U8500 href platform

2011-04-19 Thread John Rigby
Minimal platform support to boot linux from SD. Supported devices/hw limited to external MMC/SD slot, GPIO, I2C and minimal PRCMU. Signed-off-by: John Rigby john.ri...@linaro.org CC: Albert Aribaud albert.arib...@free.fr --- This board support requires mmc driver patch set from Matt Waddel. v2

[U-Boot] [PATCHv2 1/2] MMC: make b_max unconditional

2011-04-18 Thread John Rigby
to mmc_register. Signed-off-by: John Rigby john.ri...@linaro.org --- V2: Split generic b_max support from omap specific use of b_max drivers/mmc/bfin_sdh.c |2 ++ drivers/mmc/davinci_mmc.c |3 +-- drivers/mmc/gen_atmel_mci.c |2 ++ drivers/mmc/mmc.c |8

[U-Boot] [PATCHv2 2/2] mmc: omap_hsmmc.c: disable multiblock rw on old rev omap34xx silicon

2011-04-18 Thread John Rigby
Signed-off-by: John Rigby john.ri...@linaro.org --- V2: split out omap_hsmmc use of b_max into separate patch drivers/mmc/omap_hsmmc.c |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/drivers/mmc/omap_hsmmc.c b/drivers/mmc/omap_hsmmc.c index dcbde89..a2a6d55 100644

[U-Boot] [PATCHv2] MMC: disable multiblock rw on old rev OMAP3 silicon

2011-04-14 Thread John Rigby
for old rev silicon OMAP3 to disable multi block rw. Signed-off-by: John Rigby john.ri...@linaro.org --- v2: Test cpu family and rev drivers/mmc/mmc.c|8 drivers/mmc/omap_hsmmc.c |8 include/mmc.h|2 -- 3 files changed, 12 insertions(+), 6 deletions

[U-Boot] [PATCH] MMC: disable multiblock rw on old rev OMAP3 silicon

2011-04-13 Thread John Rigby
for old rev silicon OMAP3 to disable multi block rw. Signed-off-by: John Rigby john.ri...@linaro.org --- drivers/mmc/mmc.c|8 drivers/mmc/omap_hsmmc.c |8 include/mmc.h|2 -- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/drivers/mmc

[U-Boot] [PATCHv3 0/4] ST-Ericsson U8500 support

2011-04-12 Thread John Rigby
Add support for ST-Ericsson U8500 SoC and HREF platform John Rigby (2): armv7: Add ST-Ericsson u8500 arch armv7: Add support for ST-Ericsson U8500 href platform Michael Brandt (1): I2C: Add driver for ST-Ericsson U8500 i2c Rabin Vincent (1): Serial: p1011: new vendor init options

[U-Boot] [PATCHv3 1/4] Serial: p1011: new vendor init options

2011-04-12 Thread John Rigby
. CONFIG_PL011_SERIAL_FLUSH_ON_INIT On some platforms (e.g. U8500) U-Boot is loaded by a second stage boot loader that has already initialized the UART. Define this variable to flush the UART at init time. empty fifo on init Signed-off-by: Rabin Vincent rabin.vinc...@stericsson.com Signed-off-by: John Rigby john.ri

[U-Boot] [PATCHv3 3/4] I2C: Add driver for ST-Ericsson U8500 i2c

2011-04-12 Thread John Rigby
From: Michael Brandt michael.bra...@stericsson.com Signed-off-by: John Rigby john.ri...@linaro.org CC: Heiko Schocher h...@denx.de --- v2: Incorporate suggestions from Heiko Schocher v3: Fix line length problem reported by Heiko Schocher drivers/i2c/Makefile|1 + drivers/i2c/u8500_i2c.c

[U-Boot] [PATCHv3 2/4] armv7: Add ST-Ericsson u8500 arch

2011-04-12 Thread John Rigby
Based on ST-Ericsson internal git repo. Signed-off-by: Mathieu Poirier mathieu.poir...@linaro.org Signed-off-by: John Rigby john.ri...@linaro.org CC: Albert Aribaud albert.arib...@free.fr --- v2: cleanup, mostly removal of unused defines v3: remove prototype from sys_proto.h as suggested

[U-Boot] [PATCHv3 4/4] armv7: Add support for ST-Ericsson U8500 href platform

2011-04-12 Thread John Rigby
Minimal platform support to boot linux from SD. Supported devices/hw limited to external MMC/SD slot, GPIO, I2C and minimal PRCMU. Signed-off-by: John Rigby john.ri...@linaro.org CC: Albert Aribaud albert.arib...@free.fr --- This board support requires mmc driver patch set from Matt Waddel. v2

Re: [U-Boot] [PATCHv2 0/4] ST-Ericsson U8500 support

2011-04-11 Thread John Rigby
On Sat, Apr 2, 2011 at 10:19 AM, John Rigby john.ri...@linaro.org wrote: Add support for ST-Ericsson U8500 SoC and HREF platform John Rigby (2):  armv7: Add ST-Ericsson u8500 arch  armv7: Add support for ST-Ericsson U8500 href platform Michael Brandt (1):  I2C: add driver of st-ericsson

[U-Boot] [PATCHv2 0/4] ST-Ericsson U8500 support

2011-04-02 Thread John Rigby
Add support for ST-Ericsson U8500 SoC and HREF platform John Rigby (2): armv7: Add ST-Ericsson u8500 arch armv7: Add support for ST-Ericsson U8500 href platform Michael Brandt (1): I2C: add driver of st-ericsson u8500 i2c Rabin Vincent (1): p101x: extra init for u8500 arch/arm/cpu

[U-Boot] [PATCHv2 2/4] armv7: Add ST-Ericsson u8500 arch

2011-04-02 Thread John Rigby
Based on ST-Ericsson internal git repo. Signed-off-by: Mathieu Poirier mathieu.poir...@linaro.org Signed-off-by: John Rigby john.ri...@linaro.org CC: Albert Aribaud albert.arib...@free.fr --- v2: cleanup, mostly removal of unused defines arch/arm/cpu/armv7/u8500/Makefile | 46

[U-Boot] [PATCHv2 4/4] armv7: Add support for ST-Ericsson U8500 href platform

2011-04-02 Thread John Rigby
Based on ST-Ericsson private git repo. Plus changes to use arm_pl180_mmci driver. This board support requires the vexpress mmc driver patch set from Matt Waddel. Signed-off-by: John Rigby john.ri...@linaro.org CC: Albert Aribaud albert.arib...@free.fr --- v2: cleanup, mostly removal of unused

[U-Boot] [PATCHv2 3/4] I2C: add driver of st-ericsson u8500 i2c

2011-04-02 Thread John Rigby
From: Michael Brandt michael.bra...@stericsson.com Signed-off-by: John Rigby john.ri...@linaro.org CC: Heiko Schocher h...@denx.de --- v2: Incorporate suggestions from Heiko Schocher drivers/i2c/Makefile|1 + drivers/i2c/u8500_i2c.c | 613

[U-Boot] [PATCHv2 1/4] p101x: extra init for u8500

2011-04-02 Thread John Rigby
From: Rabin Vincent rabin.vinc...@stericsson.com empty fifo on init program receive line control register on u8500 Signed-off-by: Rabin Vincent rabin.vinc...@stericsson.com --- v2: no changes drivers/serial/serial_pl01x.c | 10 ++ drivers/serial/serial_pl01x.h |4 2 files

[U-Boot] [PATCH 0/4] ST-Ericsson U8500 support

2011-03-22 Thread John Rigby
Add support for ST-Ericsson U8500 SoC and HREF platform John Rigby (1): armv7: Add support for ST-Ericsson U8500 href platform Michael Brandt (1): I2C: add driver of st-ericsson u8500 i2c Rabin Vincent (2): p101x: extra init for u8500 armv7: Add ST-Ericsson u8500 arch arch/arm/cpu

[U-Boot] [PATCH 3/4] I2C: add driver of st-ericsson u8500 i2c

2011-03-22 Thread John Rigby
From: Michael Brandt michael.bra...@stericsson.com Signed-off-by: John Rigby john.ri...@linaro.org --- drivers/i2c/Makefile|1 + drivers/i2c/u8500_i2c.c | 603 +++ drivers/i2c/u8500_i2c.h | 220 + 3 files changed, 824

[U-Boot] [PATCH 2/4] armv7: Add ST-Ericsson u8500 arch

2011-03-22 Thread John Rigby
From: Rabin Vincent rabin.vinc...@stericsson.com Signed-off-by: Rabin Vincent rabin.vinc...@stericsson.com Signed-off-by: Mathieu Poirier mathieu.poir...@linaro.org Signed-off-by: John Rigby john.ri...@linaro.org --- arch/arm/cpu/armv7/u8500/Makefile | 46 +++ arch/arm/cpu/armv7/u8500

[U-Boot] [PATCH 1/4] p101x: extra init for u8500

2011-03-22 Thread John Rigby
From: Rabin Vincent rabin.vinc...@stericsson.com empty fifo on init program receive line control register on u8500 Signed-off-by: Rabin Vincent rabin.vinc...@stericsson.com --- drivers/serial/serial_pl01x.c | 10 ++ drivers/serial/serial_pl01x.h |4 2 files changed, 14

Re: [U-Boot] [PATCH 0/4] ST-Ericsson U8500 support

2011-03-22 Thread John Rigby
On Tue, Mar 22, 2011 at 2:40 PM, John Rigby john.ri...@linaro.org wrote: Add support for ST-Ericsson U8500 SoC and HREF platform John Rigby (1):  armv7: Add support for ST-Ericsson U8500 href platform I failed to mention that this board uses the mmc driver as vexpress submitted a few weeks

Re: [U-Boot] [PATCH 17/22] omap4: calculate EMIF register values

2011-03-08 Thread John Rigby
On Mon, Feb 28, 2011 at 4:46 AM, Aneesh V ane...@ti.com wrote: Calculate EMIF register values based on AC timing parameters from the SDRAM datasheet and the DDR frequency rather than using the hard-coded values. For a new board the user doen't have to go through the tedious process of

Re: [U-Boot] [PATCH 01/22] mkimage: Add OMAP boot image support

2011-03-01 Thread John Rigby
On Tue, Mar 1, 2011 at 7:24 AM, Bedia, Vaibhav vaibhav.be...@ti.com wrote: Aneesh, On Monday, February 28, 2011 5:16 PM, V, Aneesh wrote: From: John Rigby john.ri...@linaro.org Signed-off-by: John Rigby john.ri...@linaro.org ---  common/image.c    |    1 +  include/image.h   |    1

Re: [U-Boot] [PATCH 0/3] Add support for the MMC device to the vexpress

2011-02-28 Thread John Rigby
Reinhard, On Thu, Feb 24, 2011 at 8:02 PM, Reinhard Meyer u-b...@emk-elektronik.de wrote: Dear matt.wad...@linaro.org, From: Matt Waddelmatt.wad...@linaro.org These patches add support for the ARM PrimeCell PL180 MultiMedia Interface. The Versatile Express was the test platform for these

Re: [U-Boot] [STATUS] v2011.03-rc1 released

2011-02-02 Thread John Rigby
On Wed, Feb 2, 2011 at 2:55 PM, Wolfgang Denk w...@denx.de wrote: Hello  everybody: * U-Boot v2011.03-rc1 was released on Wed, 02 Feb 2011. * Release v2011.03 is scheduled in 39 days - on March 13, 2011. Please help testing, and check if all your relevant patches have been included.

Re: [U-Boot] arm: timer_init() and bss (relocation)

2011-01-21 Thread John Rigby
On Fri, Jan 21, 2011 at 11:07 PM, Alexander Holler hol...@ahsoftware.de wrote: Hello, because I still have problems where I think the problem is the relocation, I've had a look at some timer code. E.g. in arch/arm/cpu/arm926ejs/kirkwood/timer.c  on top there is struct kwtmr_registers

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

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

[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

[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

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    

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-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] 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] [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] [PATCH 1/2] imx: Get fec mac address from fuse

2010-10-27 Thread John Rigby
On Wed, Oct 27, 2010 at 5:21 AM, Jason Liu liu.h.ja...@gmail.com wrote: Hi, Stefano, 2010/10/27 Stefano Babic sba...@denx.de: On 10/27/2010 09:40 AM, Jason Liu wrote: Yes, I haved looked it before and I also tested this patch on MX51babbage 3.0 board. It will printting some confusing

Re: [U-Boot] [PATCH 1/2] imx: Get fec mac address from fuse

2010-10-27 Thread John Rigby
On Wed, Oct 27, 2010 at 2:06 PM, Wolfgang Denk w...@denx.de wrote: Dear John, In message aanlktikmzvasvw1wtwg7od9qyeaphhwdbc+3ox5ak...@mail.gmail.com you wrote: The patch fixes the particular case where you have no ethaddr in fuse, nor persistent env.  The case is a board where the only

  1   2   3   >