Re: [U-Boot] [UBoot] Hows to boot Linux Kernel from USB

2008-09-30 Thread Albert ARIBAUD
thaoth a écrit : This seems here is wrong command. I should load uImage (not zImage) into SDRAM memory. Hmm... So why don't you ? Amicalement, -- Albert. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [UBoot] Hows to boot Linux Kernel from USB

2008-10-01 Thread Albert ARIBAUD
thaoth a écrit : can you do a 'file uImage' and copy the result ? ... [EMAIL PROTECTED] boot]# file uImage uImage: PPCBoot image When I look at my own uImages, they come out as: $ file /var/lib/tftpboot/uImage /var/lib/tftpboot/uImage: u-boot/PPCBoot image Not sure this is important

Re: [U-Boot] testing u-boot on virtual environment

2011-12-23 Thread Albert ARIBAUD
Hi Erico, Le 23/12/2011 15:03, Érico Porto a écrit : md 0805283e 0805283e: 4489028b 1beba4bd 7502fb83 028b660d...D...u.f.. 0805284e: 7d448966 c0b70fa4 028a09eb a43d4488f.D}.D=. 0805285e: 51c0b60f 75ff5047 90558994 059e2568...QGP.u..U.h%.. 0805286e: aaefe808 558b

Re: [U-Boot] Pull request: u-boot-tegra/next

2011-12-23 Thread Albert ARIBAUD
Hi Tom, Le 23/12/2011 00:17, Tom Warren a écrit : Alright, I hope I've gotten it right this time. I had already done a git fetch of the u-boot-arm master (see my very first sentence below), but regardless, I followed your 'always use commands' and I believe I've gotten a valid repo. It's

Re: [U-Boot] Pull request: u-boot-tegra/next

2011-12-23 Thread Albert ARIBAUD
Le 23/12/2011 17:06, Wolfgang Denk a écrit : Dear Albert, In message4ef49931.7090...@aribaud.net you wrote: The branch is now correctly based above u-boot-arm/master, However, not all commits are bug fixes. Can you reorganize so that all bugfixes are in u-boot-tegra-master, and all

Re: [U-Boot] Pull request: u-boot-tegra/next

2011-12-23 Thread Albert ARIBAUD
Hi Tom, Le 23/12/2011 00:17, Tom Warren a écrit : Alright, I hope I've gotten it right this time. I had already done a git fetch of the u-boot-arm master (see my very first sentence below), but regardless, I followed your 'always use commands' and I believe I've gotten a valid repo. It's

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

2011-12-24 Thread Albert ARIBAUD
Hi Wolfgang, Following the opening of the merge window, the following changes since commit bfcc40bb09b05c90cc3b1496abb270eb8aa72134: Merge branch 'next' of ../next (2011-12-23 20:53:58 +0100) are available in the git repository at: git://git.denx.de/u-boot-arm.git master Christian

Re: [U-Boot] testing u-boot on virtual environment

2011-12-24 Thread Albert ARIBAUD
Hi Simon, Le 24/12/2011 07:03, Simon Glass a écrit : Hi, On Fri, Dec 23, 2011 at 5:53 AM, Érico Portoericoporto2...@gmail.com wrote: md 0 gives me in dmesg: [11753.433067] u-boot[4277]: segfault at 0 ip 0805283e sp bfb809f0 error 4 in u-boot[8048000+1a000] On 12/23/11, Érico

Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx

2012-01-12 Thread Albert ARIBAUD
Hi Stefano, Le 04/01/2012 17:57, Stefano Babic a écrit : Hi Albert, please pull from u-boot-imx, thanks. The following changes since commit a747cc0a8c55d69a56a6db80a35cdb48c853447d: tegra2: Optimize out-of-tree build for Ventana. (2011-12-24 10:23:32 +0100) are available in the git

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

2012-01-12 Thread Albert ARIBAUD
Hi Tom, Le 04/01/2012 17:19, Tom Rini a écrit : Hi Albert, This replaces the pull request I sent for u-boot-ti/next back around Dec 23rd that wasn't pulled. The following changes since commit a747cc0a8c55d69a56a6db80a35cdb48c853447d: Thierry Reding (1): tegra2: Optimize

Re: [U-Boot] compile the u-boot

2012-01-12 Thread Albert ARIBAUD
Hi Jilin, Le 12/01/2012 21:42, Jilin Zhou a écrit : Hi there, Today I downloaded u-boot-2011.12. When I tried to build the u-boot for omap4_panda, I go the following error msg: /u-boot-2011.12/include/common.h:744: error: expected declaration specifiers or '...' before 'va_list' In file

Re: [U-Boot] [PATCH] arm, arm-kirkwood: disable l2c before linux boot

2012-01-12 Thread Albert ARIBAUD
Hi Michael, Le 02/01/2012 19:37, Michael Walle a écrit : Am Mittwoch 21 Dezember 2011, 00:35:46 schrieb Michael Walle: The decompressor expects the L2 cache to be disabled. This fixes booting some kernels, which have CONFIG_ARM_PATCH_PHYS_VIRT enabled. Ping :) Sorry, start of year was

Re: [U-Boot] [PATCH V3 2/2] ARM: omap3: add support to Technexion twister board

2012-01-14 Thread Albert ARIBAUD
(re-sent due to the U-Boot MX rejecting my provider's servers -- again) Hi Stefano, Le 01/12/2011 10:56, Stefano Babic a écrit : The twister board is a development board using the TAM3517 SOM. I see this match made it in IMX then ARM, but it seems not to build here either with ELDK 4.2 or

Re: [U-Boot] [PATCH 1/2 V3] arm926: Flush the data cache before disabling it

2012-01-14 Thread Albert ARIBAUD
Hi Sughosh, Le 14/01/2012 08:49, Sughosh Ganu a écrit : The current implementation invalidates the cache instead of flushing it. This causes problems on platforms where the spl/u-boot is already loaded to the RAM, with caches enabled by a first stage bootloader. The V bit of the cp15's control

Re: [U-Boot] [PATCH 1/2 V2] arm926: Flush the data cache before disabling it.

2012-01-14 Thread Albert ARIBAUD
Le 12/01/2012 07:29, Sughosh Ganu a écrit : On Thu Jan 12, 2012 at 06:56:01AM +0100, Christian Riesch wrote: On Wednesday, January 11, 2012, Marek Vasutmarek.va...@gmail.com wrote: snip RBL executes an AIS script. Sughosh, could you please explain what your AIS does or how you create it?

Re: [U-Boot] [PATCH V3 2/2] ARM: omap3: add support to Technexion twister board

2012-01-14 Thread Albert ARIBAUD
Hi Stefano, Le 14/01/2012 10:48, Stefano Babic a écrit : On 14/01/2012 09:47, Albert ARIBAUD wrote: (re-sent due to the U-Boot MX rejecting my provider's servers -- again) Hi Stefano, Hi Albert, hi Tom, drivers/usb/host/libusb_host.o: In function `usb_lowlevel_init': /home/uboot/src/u

Re: [U-Boot] [PATCH V3 2/2] ARM: omap3: add support to Technexion twister board

2012-01-14 Thread Albert ARIBAUD
Le 14/01/2012 11:15, Stefano Babic a écrit : On 14/01/2012 11:06, Albert ARIBAUD wrote: Board then compiles but with warnings for 4 declared but unused symbols. I see also the warnings, they are related to a couple of drivers (NAND). They need a clean-up patch to fix them. Considering

Re: [U-Boot] [PATCH 1/2 V3] arm926: Flush the data cache before disabling it

2012-01-14 Thread Albert ARIBAUD
Hi Sughosh Le 14/01/2012 10:21, Sughosh Ganu a écrit : hi Albert, On Sat Jan 14, 2012 at 10:02:16AM +0100, Albert ARIBAUD wrote: snip /* -* disable MMU stuff and caches +* disable MMU and D cache, and enable I cache. */ mrc p15, 0, r0, c1, c0, 0

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

2012-01-15 Thread Albert ARIBAUD
Hi Tom, Le 13/01/2012 20:33, Tom Rini a écrit : Hi Albert, The following changes since commit 10a4fa9e22b9677819b3901a87eec05875b346ad: Aneesh V (1): omap4: fix boot issue on ES2.0 Panda are available in the git repository at: git://git.denx.de/u-boot-ti.git master Andreas

[U-Boot] [PATCH] edminiv2: add hush parser and long help

2012-01-15 Thread Albert ARIBAUD
Signed-off-by: Albert ARIBAUD albert.u.b...@aribaud.net --- include/configs/edminiv2.h |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/include/configs/edminiv2.h b/include/configs/edminiv2.h index 88d32b2..9134884 100644 --- a/include/configs/edminiv2.h +++ b

[U-Boot] [PATCH 0/4] Add USB support to orion5x and edminiv2

2012-01-16 Thread Albert ARIBAUD
) Albert ARIBAUD (4): Rename ehci-kirkwood as ehci-marvell Remove kirkwood-specifics from marvell EHCI driver orion5x: add USB host ehci-marvell support edminiv2: add USB host support arch/arm/include/asm/arch-kirkwood/config.h|2 +- arch/arm/include/asm/arch-kirkwood/kirkwood.h

[U-Boot] [PATCH 1/4] Rename ehci-kirkwood as ehci-marvell

2012-01-16 Thread Albert ARIBAUD
Signed-off-by: Albert ARIBAUD albert.u.b...@aribaud.net --- arch/arm/include/asm/arch-kirkwood/config.h|2 +- drivers/usb/host/Makefile |2 +- .../usb/host/{ehci-kirkwood.c = ehci-marvell.c} |0 3 files changed, 2 insertions(+), 2 deletions

[U-Boot] [PATCH 3/4] orion5x: add USB host ehci-marvell support

2012-01-16 Thread Albert ARIBAUD
Signed-off-by: Albert ARIBAUD albert.u.b...@aribaud.net --- arch/arm/include/asm/arch-orion5x/orion5x.h | 12 drivers/usb/host/ehci-marvell.c |5 + 2 files changed, 17 insertions(+), 0 deletions(-) diff --git a/arch/arm/include/asm/arch-orion5x/orion5x.h b

[U-Boot] [PATCH 2/4] Remove kirkwood-specifics from marvell EHCI driver

2012-01-16 Thread Albert ARIBAUD
Signed-off-by: Albert ARIBAUD albert.u.b...@aribaud.net --- arch/arm/include/asm/arch-kirkwood/kirkwood.h | 12 + drivers/usb/host/ehci-marvell.c | 31 +--- 2 files changed, 29 insertions(+), 14 deletions(-) diff --git a/arch/arm/include/asm/arch

[U-Boot] [PATCH 4/4] edminiv2: add USB host support

2012-01-16 Thread Albert ARIBAUD
Signed-off-by: Albert ARIBAUD albert.u.b...@aribaud.net --- include/configs/edminiv2.h | 14 ++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/include/configs/edminiv2.h b/include/configs/edminiv2.h index 88d32b2..4162e8d 100644 --- a/include/configs/edminiv2.h

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

2012-01-16 Thread Albert ARIBAUD
Hi Wolfgang, The following changes since commit f1f441afc41083e54775e6efe21b2c059e80b8f7: openrisc: Add MAINTAINERS entry (2012-01-13 21:17:08 +0100) are available in the git repository at: git://git.denx.de/u-boot-arm.git master Andreas Müller (7): drivers/i2c/omap24xx_i2c.c:

Re: [U-Boot] [PATCH 0/4] Add USB support to orion5x and edminiv2

2012-01-16 Thread Albert ARIBAUD
Hi Prafulla, Le 16/01/2012 09:20, Prafulla Wadaskar a écrit : -Original Message- From: u-boot-boun...@lists.denx.de [mailto:u-boot- boun...@lists.denx.de] On Behalf Of Albert ARIBAUD Sent: 16 January 2012 13:39 To: u-boot@lists.denx.de Subject: [U-Boot] [PATCH 0/4] Add USB support

Re: [U-Boot] [PATCH 0/4] Add USB support to orion5x and edminiv2

2012-01-16 Thread Albert ARIBAUD
Hi Prafulla, Le 16/01/2012 09:32, Prafulla Wadaskar a écrit : -Original Message- From: Albert ARIBAUD [mailto:albert.u.b...@aribaud.net] Sent: 16 January 2012 14:00 To: Prafulla Wadaskar Cc: u-boot@lists.denx.de Subject: Re: [U-Boot] [PATCH 0/4] Add USB support to orion5x

[U-Boot] [PATCH V2] edminiv2: add hush parser, cmdline editing and long help

2012-01-16 Thread Albert ARIBAUD
Signed-off-by: Albert ARIBAUD albert.u.b...@aribaud.net --- Patch history: V2: include cmdline editing, forgotten in V1 include/configs/edminiv2.h | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/include/configs/edminiv2.h b/include/configs/edminiv2.h index

Re: [U-Boot] [PATCH v3 0/6] Introduce generic relocation feature

2012-01-17 Thread Albert ARIBAUD
Hi Simon, Le 26/12/2011 19:24, Simon Glass a écrit : (I am resending this rebased so I can continue with this board-unification work and allow people to review patches. There were some comments on the v2 series but my questions have been sitting on the list for 2 weeks so it is probably time

Re: [U-Boot] pull request: u-boot-tegra/master

2012-01-21 Thread Albert ARIBAUD
Hi Tom, Le 19/01/2012 01:01, Tom Warren a écrit : Albert, Please pull u-boot-tegra/master into arm master. Thanks. The following changes since commit 137703b811502dfea364650fb3e17f20b4c21333: overo: add SPL support (2012-01-16 08:40:13 +0100) are available in the git repository at:

Re: [U-Boot] [UPDATED] Please pull u-boot-ti/master

2012-01-29 Thread Albert ARIBAUD
Hi Tom, Le 27/01/2012 19:24, Tom Rini a écrit : Hello, I've updated my pull request with two important bugfixes. The following changes since commit 5d250e52ffd5554834a45ac8d53762fbbf36933c: Simon Glass (1): tegra2: Enable data cache are available in the git repository at:

Re: [U-Boot] ARM ld: .bss overlaps section .rel.dyn

2012-02-03 Thread Albert ARIBAUD
Hi Amit, Le 03/02/2012 07:57, Amit Virdi a écrit : Adding Albert now... ... but the wrong (old) address though :) On 2/3/12, Amit Virdiamitvi...@gmail.com wrote: Albert, Any suggestions? Thanks Amit Virdi On 2/1/12, Amit Virdiamitvi...@gmail.com wrote: Hi All, I'm in the process of

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

2012-02-03 Thread Albert ARIBAUD
Hi Tom, Le 02/02/2012 19:10, Tom Rini a écrit : Hello, The following changes since commit 78936e6d110bbcfe6db3406456c16a7a174ae031: Tom Rini (1): OMAP3: Correct get_sdr_cs_offset mask are available in the git repository at: git://git.denx.de/u-boot-ti.git master Dechesne,

Re: [U-Boot] [PATCH v4] Add 'patman' patch generation, checking and submission script

2012-02-03 Thread Albert ARIBAUD
Hi Simon, Le 15/01/2012 02:20, Simon Glass a écrit : Hi, Hmmm patman found a tag in this commit and tried to send it to Fred Bloggs. I have added the line below - sorry for the confusion. On Sat, Jan 14, 2012 at 5:12 PM, Simon Glasss...@chromium.org wrote: What is this? = This

Re: [U-Boot] [PING] Re: [PATCH] ARM: activate DISPLAY_CPUINFO for VCMA9 + SMDK2410 board

2012-02-03 Thread Albert ARIBAUD
Hi David, Le 09/01/2012 08:23, David Müller (ELSOFT AG) a écrit : Hello Any news? Adding Minkyu. Amicalement, -- Albert. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v4] Add 'patman' patch generation, checking and submission script

2012-02-03 Thread Albert ARIBAUD
Hi Simon, Le 03/02/2012 20:30, Simon Glass a écrit : Hi Albert, On Fri, Feb 3, 2012 at 11:00 AM, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hi Simon, Le 15/01/2012 02:20, Simon Glass a écrit : Hi, Hmmm patman found a tag in this commit and tried to send it to Fred Bloggs. I have

Re: [U-Boot] [PATCH V4] nand_spl_simple: store ecc data on the stack

2012-02-03 Thread Albert ARIBAUD
Hi, I am slowly catching up on my e-mail, so... Le 11/01/2012 00:24, Tom Rini a écrit : A hawkboard conversion is pending Albert ack'ing/commenting on a generic ARM fixup. Can you point me to this patch series? I'll look it up as soon as possible. Amicalement, -- Albert.

Re: [U-Boot] compile the u-boot

2012-02-03 Thread Albert ARIBAUD
Sorry for the late answer, Jilin. Le 13/01/2012 01:18, Jilin Zhou a écrit : Hi Albert, Thanks for the reply. My host environment is Mac. Our company has a cross compiler toolchain for armv7. The commands I run are as follows: 1. export CROSS_COMPILE=ntoarmv7- 2. make omap4_panda_config 3.

Re: [U-Boot] [PATCH v2] skat91: add support for SK-AT91SAM9/SIM508 board

2012-02-03 Thread Albert ARIBAUD
Hi Vladimir, Le 12/01/2012 00:12, Vladimir Zapolskiy a écrit : This change adds complete support for Starterkit SK-AT91SAM9/SIM508 board. Signed-off-by: Vladimir Zapolskiyv...@mleia.com Cc: Albert ARIBAUDalbert.u.b...@aribaud.net Cc: Wolfgang Denkw...@denx.de --- Changes from v1 to v2: * make

Re: [U-Boot] [PATCH v4] arm, arm-kirkwood: disable l2c before linux boot

2012-02-03 Thread Albert ARIBAUD
Le 01/02/2012 19:24, Michael Walle a écrit : The decompressor expects the L2 cache to be disabled. This fixes booting some kernels, which have CONFIG_ARM_PATCH_PHYS_VIRT enabled. Signed-off-by: Michael Wallemich...@walle.cc Acked-by: Prafulla Wadaskarprafu...@marvell.com Cc: Albert

Re: [U-Boot] flash post test

2012-02-03 Thread Albert ARIBAUD
Hi vk, Le 31/01/2012 10:27, vk a écrit : Hi all, Currently I am testing the Flash memory by using Write and Read the same pattern method (Protecting the UBoot Flash Sectors). Is it safer to test flash memory during bootup?what if power gets off during process? I want to know whether there

Re: [U-Boot] [PATCH v3 0/6] Introduce generic relocation feature

2012-02-03 Thread Albert ARIBAUD
Hi Simon, Le 18/01/2012 20:31, Simon Glass a écrit : [+TI maintainers, tx25 board maintainer] Hi Albert, For ARM, a new arch/arm/lib/proc.S file is created, which holds generic ARM assembler code (things that cannot be written in C and are common functions used by all ARM CPUs). This helps

Re: [U-Boot] Skipping relocation RAM to RAM, esp. on i.MX6?

2012-02-04 Thread Albert ARIBAUD
Le 04/02/2012 12:14, Aneesh V a écrit : On Saturday 04 February 2012 04:30 PM, Albert ARIBAUD wrote: Le 04/02/2012 10:15, Aneesh V a écrit : Hi Dirk, On Friday 03 February 2012 12:55 PM, Dirk Behme wrote: Hi, on i.MX6 devices, e.g. ARM2 or SabreLite, the ROM boot loader copies the U-Boot

Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx

2012-02-04 Thread Albert ARIBAUD
Hi Stefano, Le 22/01/2012 14:06, Stefano Babic a écrit : Hi Albert, please pull from u-boot-imx, thanks. The following changes since commit 5d250e52ffd5554834a45ac8d53762fbbf36933c: tegra2: Enable data cache (2012-01-18 15:54:07 -0700) are available in the git repository at:

Re: [U-Boot] ARM ld: .bss overlaps section .rel.dyn

2012-02-05 Thread Albert ARIBAUD
Hi Amit, Le 05/02/2012 12:29, Amit Virdi a écrit : Albert, On Sat, Feb 4, 2012 at 8:35 AM, viresh kumarviresh.li...@gmail.com wrote: On Fri, Feb 3, 2012 at 10:24 AM, Albert ARIBAUD albert.u.b...@aribaud.net wrote: On 2/1/12, Amit Virdiamitvi...@gmail.com wrote: I'm in the process

Re: [U-Boot] [PATCH 2/2] RFC: Let linker create phy array

2012-02-05 Thread Albert ARIBAUD
Hi Mike, Le 05/02/2012 04:38, Mike Frysinger a écrit : On Saturday 04 February 2012 22:02:46 Troy Kisky wrote: --- a/drivers/net/phy/broadcom.c +++ b/drivers/net/phy/broadcom.c -static struct phy_driver BCM5461S_driver = { +struct phy_driver BCM5461S_driver __phy_entry = { why do you have

Re: [U-Boot] [PATCH 2/2] RFC: Let linker create phy array

2012-02-06 Thread Albert ARIBAUD
Le 05/02/2012 21:40, Mike Frysinger a écrit : On Sunday 05 February 2012 08:26:57 Albert ARIBAUD wrote: Le 05/02/2012 04:38, Mike Frysinger a écrit : On Saturday 04 February 2012 22:02:46 Troy Kisky wrote: --- a/include/phy.h +++ b/include/phy.h +extern struct phy_driver __phy_entry_start

Re: [U-Boot] [PATCH 2/2] RFC: Let linker create phy array

2012-02-06 Thread Albert ARIBAUD
Le 06/02/2012 21:17, Troy Kisky a écrit : On 2/6/2012 12:07 PM, Mike Frysinger wrote: On Monday 06 February 2012 13:48:13 Troy Kisky wrote: On 2/4/2012 8:38 PM, Mike Frysinger wrote: On Saturday 04 February 2012 22:02:46 Troy Kisky wrote: --- a/drivers/net/phy/broadcom.c +++

Re: [U-Boot] [PATCH 2/2] RFC: Let linker create phy array

2012-02-06 Thread Albert ARIBAUD
Le 06/02/2012 21:57, Mike Frysinger a écrit : The would give me compiler warnings for unused variables. How does that help? does gcc issue warnings ? doesn't seem to do so for me. Some do, and some will. Is there a keep attribute like the linker has for sections? yes,

Re: [U-Boot] [RFC PATCH 2/4] OMAP3+: fix issues with Thumb build

2012-02-06 Thread Albert ARIBAUD
Le 06/02/2012 12:37, Aneesh V a écrit : When U-Boot/SPL is built using the Thumb instruction set the toolchain has a potential issue with weakly linked symbols. If a function has a weakly linked default implementation in C and a real implementation in assembly GCC is confused about the

Re: [U-Boot] [PATCH] arm: Add option to disable code relocation

2012-02-06 Thread Albert ARIBAUD
Le 06/02/2012 20:27, Mike Frysinger a écrit : On Monday 06 February 2012 09:49:27 Tom Rini wrote: On Mon, Feb 6, 2012 at 1:43 AM, Graeme Russ wrote: On 02/06/2012 06:51 PM, Wolfgang Denk wrote: Graeme Russ wrote: I think the immediate focus should be on centralising the init sequence

Re: [U-Boot] Skipping relocation RAM to RAM, esp. on i.MX6?

2012-02-06 Thread Albert ARIBAUD
Hi Tom, Le 06/02/2012 15:34, Tom Rini a écrit : On Sat, Feb 4, 2012 at 4:00 AM, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Le 04/02/2012 10:15, Aneesh V a écrit : Hi Dirk, On Friday 03 February 2012 12:55 PM, Dirk Behme wrote: Hi, on i.MX6 devices, e.g. ARM2 or SabreLite, the ROM

Re: [U-Boot] [UPDATED] Pull request: u-boot-imx

2012-02-06 Thread Albert ARIBAUD
Hi Stefano, Le 05/02/2012 14:35, Stefano Babic a écrit : Hi Albert, I have updated my pull request: The following changes since commit 778a2c5f846b1d0b78152747af96bcd0ca04e562: arm, davinci: cam_enc_4xx board updates (2012-02-02 10:54:37 -0700) are available in the git repository at:

Re: [U-Boot] [PATCH] ARM: activate DISPLAY_CPUINFO for VCMA9 + SMDK2410 board

2012-02-06 Thread Albert ARIBAUD
Hi David, Le 22/12/2011 12:19, David Müller a écrit : Signed-off-by: David Muellerd.muel...@elsoft.ch --- include/configs/VCMA9.h|3 +-- include/configs/smdk2410.h |3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/include/configs/VCMA9.h

Re: [U-Boot] [patch] ARM: Faraday SoC support

2012-02-06 Thread Albert ARIBAUD
Hi, Le 20/01/2012 09:44, Dante Kuo-Jung Su(蘇國榮) a écrit : Hi: This patch adds Faraday A369/A360 SoC support. Please resubmit using 'git format-patch'. * Confidentiality Notice This electronic message and any attachments may contain confidential

Re: [U-Boot] flash post test

2012-02-06 Thread Albert ARIBAUD
Hi Vaibhav, Le 06/02/2012 05:57, vaibhav kothari a écrit : hi albert Yes,actually there is already support of flash test in POST of latest uboot.They are testing flash on every power on so am I for my board.But i don't want to disturb sectors in which uboot code relies. Can you help me here?

[U-Boot] http://patchwork.ozlabs.org/patch/136415/ seems to break HUSH parser?

2012-02-06 Thread Albert ARIBAUD
Hi, Some time ago I have posted http://patchwork.ozlabs.org/patch/136368/ which adds HUSH parser to ED Mini V2. In itself, the change is only made of three CONFIG defines. This patch has built cleanly and worked as expected until http://patchwork.ozlabs.org/patch/136415/ was applied.

Re: [U-Boot] [PATCH v2 3/6] cm-t35: add EEPROM module and pass Linux a serial number

2012-02-06 Thread Albert ARIBAUD
Le 09/01/2012 09:30, Nikita Kiryanov a écrit : On 01/05/2012 04:56 PM, Wolfgang Denk wrote: Dear Igor Grinberg, In message1325764937-7342-1-git-send-email-grinb...@compulab.co.il you wrote: From: Nikita Kiryanovnik...@compulab.co.il Add board specific EEPROM handling module, read the serial

Re: [U-Boot] flash post test

2012-02-06 Thread Albert ARIBAUD
Hi Scott, Le 06/02/2012 23:55, Scott Wood a écrit : On 02/06/2012 04:23 PM, Albert ARIBAUD wrote: Hi Vaibhav, Le 06/02/2012 05:57, vaibhav kothari a écrit : hi albert Yes,actually there is already support of flash test in POST of latest uboot.They are testing flash on every power on so am I

Re: [U-Boot] [PATCH 1/3 v8] arm926ejs: add NXP LPC32x0 cpu series support

2012-02-10 Thread Albert ARIBAUD
Hi Vladimir, Le 13/01/2012 01:42, Vladimir Zapolskiy a écrit : diff --git a/arch/arm/cpu/arm926ejs/lpc32xx/cpu.c b/arch/arm/cpu/arm926ejs/lpc32xx/cpu.c new file mode 100644 index 000..e29e130 --- /dev/null +++ b/arch/arm/cpu/arm926ejs/lpc32xx/cpu.c @@ -0,0 +1,70 @@ +/* + * Copyright (C)

Re: [U-Boot] [PATCH 2/2] RFC: Let linker create phy array

2012-02-10 Thread Albert ARIBAUD
Le 07/02/2012 16:20, Mike Frysinger a écrit : On Monday 06 February 2012 16:01:56 Albert ARIBAUD wrote: Le 06/02/2012 21:57, Mike Frysinger a écrit : The would give me compiler warnings for unused variables. How does that help? does gcc issue warnings ? doesn't seem to do so for me. Some

Re: [U-Boot] [PATCH V2] edminiv2: add hush parser, cmdline editing and long help

2012-02-10 Thread Albert ARIBAUD
Le 08/02/2012 10:51, Prafulla Wadaskar a écrit : Applied to u-boot-marvell.git master branch Thanks! Regards.. Prafulla . . . Amicalement, -- Albert. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] Pull request for u-boot-marvell.git

2012-02-10 Thread Albert ARIBAUD
in the git repository at: u-boot-marvell.git master branch. Albert ARIBAUD (5): edminiv2: add hush parser, cmdline editing and long help Rename ehci-kirkwood as ehci-marvell Remove kirkwood-specifics from marvell EHCI driver orion5x: add USB host ehci-marvell support

Re: [U-Boot] please pull u-boot-samsung/master

2012-02-10 Thread Albert ARIBAUD
Hi Minkyu, Le 10/02/2012 02:01, Minkyu Kang a écrit : Dear Albert, The following changes since commit ca849aa4b86b282f837c58a0b129460ebfad2239: ARM: activate DISPLAY_CPUINFO for VCMA9 + SMDK2410 board (2012-02-06 22:47:25 +0100) are available in the git repository at:

Re: [U-Boot] [PATCH] ARM: Convert spear3xx and spear6xx boards to boards.cfg

2012-02-10 Thread Albert ARIBAUD
(possibly duplicated, sorry) Hi Amit, Le 09/02/2012 12:02, Stefan Roese a écrit : On Thursday 09 February 2012 11:25:33 Amit Virdi wrote: Signed-off-by: Amit Virdiamit.vi...@st.com I have the same patch sitting in my queue. So, Acked-by: Stefan Roeses...@denx.de Thanks, Stefan -- DENX

Re: [U-Boot] [PATCH 1/3 v8] arm926ejs: add NXP LPC32x0 cpu series support

2012-02-10 Thread Albert ARIBAUD
Hi Vladimir, Le 10/02/2012 21:14, Vladimir Zapolskiy a écrit : Hi Albert, On 10.02.2012 20:00, Albert ARIBAUD wrote: Hi Vladimir, Le 13/01/2012 01:42, Vladimir Zapolskiy a écrit : diff --git a/arch/arm/cpu/arm926ejs/lpc32xx/cpu.c b/arch/arm/cpu/arm926ejs/lpc32xx/cpu.c new file mode 100644

Re: [U-Boot] [PATCH 10/17] arm: Add control over cachability of memory regions

2012-02-10 Thread Albert ARIBAUD
Hi Simon, Le 15/01/2012 01:47, Simon Glass a écrit : Add support for adjusting the cachability of an L1 section by updating the MMU. The mmu_set_region_dcache() function allows drivers to make these changes after the MMU is set up. It is implemented only for ARMv7 at present. This is needed

Re: [U-Boot] [PATCH 2/2] RFC: Let linker create phy array

2012-02-10 Thread Albert ARIBAUD
Le 10/02/2012 21:32, Mike Frysinger a écrit : On Friday 10 February 2012 14:39:12 Albert ARIBAUD wrote: Le 07/02/2012 16:20, Mike Frysinger a écrit : On Monday 06 February 2012 16:01:56 Albert ARIBAUD wrote: Le 06/02/2012 21:57, Mike Frysinger a écrit : Is there a keep attribute like

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

2012-02-12 Thread Albert ARIBAUD
Hi Tom, Le 10/02/2012 23:56, Tom Rini a écrit : Hello, The following changes since commit ca849aa4b86b282f837c58a0b129460ebfad2239: David Müller (ELSOFT AG) (1): ARM: activate DISPLAY_CPUINFO for VCMA9 + SMDK2410 board are available in the git repository at:

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

2012-02-12 Thread Albert ARIBAUD
Hi Wolfgang, The following changes since commit 9cbfee6dc200cc746394c7efc10253a24f3ce108: fw_env.h: fix comment (2012-02-11 22:18:38 +0100) are available in the git repository at: git://git.denx.de/u-boot-arm.git master Albert ARIBAUD (5): edminiv2: add hush parser, cmdline editing

[U-Boot] [STATUS] [ARM]

2012-02-12 Thread Albert ARIBAUD
Hi all, I just did a ./MAKEALL arm with ELDK42 on the u-boot-arm/master for which I just sent a pull request. The raw result is: - SUMMARY Boards compiled: 283 Boards with warnings or errors: 61 ( actux1_4_16 actux1_4_32 actux1_8_16

Re: [U-Boot] [STATUS] [ARM]

2012-02-12 Thread Albert ARIBAUD
Hi Dirk, Marek, Stefano, Le 12/02/2012 12:25, Dirk Behme a écrit : On 12.02.2012 12:13, Marek Vasut wrote: Hi all, I just did a ./MAKEALL arm with ELDK42 on the u-boot-arm/master for which I just sent a pull request. The raw result is: - SUMMARY

Re: [U-Boot] [PATCH v4] Add 'patman' patch generation, checking and submission script

2012-02-12 Thread Albert ARIBAUD
Hi Simon, Le 05/02/2012 06:46, Simon Glass a écrit : One advantage of having it in the U-Boot source tree tools directory is that people might find it and use it (at least at the early stages). If it outgrows its space there due to extra features or more generic use then it could move perhaps.

Re: [U-Boot] [STATUS] [ARM]

2012-02-12 Thread Albert ARIBAUD
Hi, Sughosh, Le 12/02/2012 15:03, Sughosh Ganu a écrit : hi Albert, On Sun, Feb 12, 2012 at 3:48 PM, Albert ARIBAUD albert.u.b...@aribaud.netwrote: Hi all, I just did a ./MAKEALL arm with ELDK42 on the u-boot-arm/master for which I just sent a pull request. The raw result

Re: [U-Boot] [PATCH 2/2] RFC: Let linker create phy array

2012-02-12 Thread Albert ARIBAUD
Le 10/02/2012 22:41, Mike Frysinger a écrit : On Friday 10 February 2012 15:57:50 Albert ARIBAUD wrote: Le 10/02/2012 21:32, Mike Frysinger a écrit : On Friday 10 February 2012 14:39:12 Albert ARIBAUD wrote: Le 07/02/2012 16:20, Mike Frysinger a écrit : On Monday 06 February 2012 16:01:56

Re: [U-Boot] [PATCH V13 12/12] arm: Add Prep subcommand support to bootm

2012-02-12 Thread Albert ARIBAUD
Hi all, Le 04/02/2012 11:22, Stefano Babic a écrit : From: Simon Schwarzsimonschwarz...@googlemail.com Adds prep subcommand to bootm implementation of ARM. When bootm is called with the subcommand prep the function stops right after ATAGS creation and before announce_and_cleanup. This is

Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx

2012-02-13 Thread Albert ARIBAUD
Hi Stefano, Le 12/02/2012 17:06, Stefano Babic a écrit : Hi Albert, please pull from u-boot-imx. The following changes since commit 9a3aae22edf1eda6326cc51c28631ca5c23b7706: arm, davinci: Add support for the Calimain board from OMICRON electronics (2012-02-12 10:11:33 +0100) are

[U-Boot] [ARM] [STATUS] Resuming activity

2013-05-10 Thread Albert ARIBAUD
Hello all, I've been away for a few days, and back to U-Boot duties today. As usual, I will handle merge requests first, then patches (oldest first), but before this I'll be finishing and submitting a patch series for factoring the ARM relocation routine. As usual too, anything you want to point

Re: [U-Boot] Pull request - zynq

2013-05-10 Thread Albert ARIBAUD
Hi Michal, On Wed, 01 May 2013 09:45:47 +0200, Michal Simek mon...@monstr.eu wrote: Unless Albert really doesn't want this, I'm fine going through his tree as it's all ARM related. Albert: any comment? I'm fine with pulling it, and starting now. Thanks, Michal Amicalement, --

Re: [U-Boot] Pull request - fpga

2013-05-10 Thread Albert ARIBAUD
Hi Michal, On Mon, 06 May 2013 10:50:44 +0200, Michal Simek mon...@monstr.eu wrote: Hi Tom and Albert, I have created fpga branch. It is based on zynq patches(and request) I sent last week. The reason why it is based on it is that new zynq fpga driver and changes in zynq I have done.

Re: [U-Boot] [PATCH] avr32: fix relocation address calculation

2013-05-10 Thread Albert ARIBAUD
Hi Andreas, On Wed, 8 May 2013 11:25:17 +0200, Andreas Bießmann andreas.de...@googlemail.com wrote: Commit 1865286466a5d0c7f2e3c37632da56556c838e9e (Introduce generic link section.h symbol files) changed the __bss_end symbol type from char[] to ulong. This led to wrong relocation parameters

Re: [U-Boot] Pull request - zynq

2013-05-10 Thread Albert ARIBAUD
Hi Michal, On Tue, 30 Apr 2013 11:49:33 +0200, Michal Simek mon...@monstr.eu wrote: Hi Tom and Albert, please pull this patchset related to arm zynq to your tree. I haven't got any ACK for gem and platform changes but the whole patchset was reviewed by Tom. Also not all patches are ARM

Re: [U-Boot] [PATCH] avr32: fix relocation address calculation

2013-05-10 Thread Albert ARIBAUD
Hi Andreas, On Fri, 10 May 2013 12:57:21 +0200, Andreas Bießmann andreas.de...@googlemail.com wrote: Hi Albert, On 05/10/2013 11:24 AM, Albert ARIBAUD wrote: Hi Andreas, On Wed, 8 May 2013 11:25:17 +0200, Andreas Bießmann andreas.de...@googlemail.com wrote: Commit

Re: [U-Boot] Pull request - fpga

2013-05-10 Thread Albert ARIBAUD
Hi Michal, On Mon, 06 May 2013 10:50:44 +0200, Michal Simek mon...@monstr.eu wrote: Hi Tom and Albert, I have created fpga branch. It is based on zynq patches(and request) I sent last week. The reason why it is based on it is that new zynq fpga driver and changes in zynq I have done.

Re: [U-Boot] [PATCH] avr32: fix relocation address calculation

2013-05-10 Thread Albert ARIBAUD
Hi Michael, On Fri, 10 May 2013 13:02:57 -0400, Michael Cashwell mboa...@prograde.net wrote: On May 10, 2013, at 11:09 AM, Albert ARIBAUD albert.u.b...@aribaud.net wrote: The compiler considers the name/symbol to be value, not the address of the corresponding object... at least most

Re: [U-Boot] [RFC PATCH] arm: lds: Remove libgcc eabi exception handling tables

2013-05-10 Thread Albert ARIBAUD
Hi Michal, On Thu, 9 May 2013 11:35:33 +0200, Michal Simek michal.si...@xilinx.com wrote: Remove ARM eabi exception handling tables (for frame unwinding). AFAICT, u-boot stubs away the frame unwiding routines, so the tables will more or less just consume space. It should be OK to remove

[U-Boot] [PATCH 0/4] Factorize ARM relocation code

2013-05-10 Thread Albert ARIBAUD
This is V1 of the ARM relocation code factorization patch series. Albert ARIBAUD (4): Rename arch/arm/lib/bss.c to sections.c arm: make __image_copy_{start,end} compiler-generated arm: make relocation section symbols compiler-generated arm: factorize relocate_code routine arch/arm/cpu

[U-Boot] [PATCH 1/4] Rename arch/arm/lib/bss.c to sections.c

2013-05-10 Thread Albert ARIBAUD
This file will contain symbols other than the BSS start and stop, so rename it for better accuracy. Signed-off-by: Albert ARIBAUD albert.u.b...@aribaud.net --- arch/arm/lib/Makefile |2 +- arch/arm/lib/{bss.c = sections.c} |0 2 files changed, 1 insertion(+), 1 deletion

[U-Boot] [PATCH 2/4] arm: make __image_copy_{start, end} compiler-generated

2013-05-10 Thread Albert ARIBAUD
Signed-off-by: Albert ARIBAUD albert.u.b...@aribaud.net --- arch/arm/cpu/arm1136/start.S |7 +++ arch/arm/cpu/arm1136/u-boot-spl.lds |3 ++- arch/arm/cpu/arm720t/start.S | 11 +++ arch/arm/cpu/arm920t/ep93xx/u-boot.lds

[U-Boot] [PATCH 3/4] arm: make relocation section symbols compiler-generated

2013-05-10 Thread Albert ARIBAUD
Signed-off-by: Albert ARIBAUD albert.u.b...@aribaud.net --- arch/arm/cpu/arm926ejs/mxs/u-boot-spl.lds | 15 --- arch/arm/cpu/arm926ejs/spear/u-boot-spl.lds| 15 --- arch/arm/cpu/ixp/u-boot.lds| 18 ++ arch/arm/cpu/u-boot

[U-Boot] [PATCH 4/4] arm: factorize relocate_code routine

2013-05-10 Thread Albert ARIBAUD
Signed-off-by: Albert ARIBAUD albert.u.b...@aribaud.net --- arch/arm/cpu/arm1136/start.S | 82 arch/arm/cpu/arm1176/start.S | 75 -- arch/arm/cpu/arm720t/start.S | 82 arch/arm/cpu/arm920t

Re: [U-Boot] [PULL] u-boot-pxa.git/master

2013-05-11 Thread Albert ARIBAUD
Hi Marek, On Mon, 6 May 2013 03:11:44 +0200, Marek Vasut ma...@denx.de wrote: The following changes since commit 5ed6f447af60aabd2669d913f673793c1ce48f47: P1022DS: Set CONFIG_SPL_MAX_SIZE directly (2013-05-03 09:19:43 -0400) are available in the git repository at:

Re: [U-Boot] [PULL] : Please pull u-boot-imx

2013-05-11 Thread Albert ARIBAUD
Hi Stefano, On Tue, 07 May 2013 09:55:08 +0200, Stefano Babic sba...@denx.de wrote: Hi Albert, please pull from u-boot-imx, thanks ! The following changes since commit f2e8a87305a55652488af140adcf65b1e688f287: exynos: fdt: Add TMU node for snow (2013-04-17 10:00:44 +0900) are

Re: [U-Boot] [PATCH 4/4] arm: factorize relocate_code routine

2013-05-11 Thread Albert ARIBAUD
Hi Benoît, On Sat, 11 May 2013 04:04:09 +0200 (CEST), Benoît Thébaudeau benoit.thebaud...@advansee.com wrote: Hi Albert, On Friday, May 10, 2013 11:56:52 PM, Albert ARIBAUD wrote: Signed-off-by: Albert ARIBAUD albert.u.b...@aribaud.net diff --git a/arch/arm/cpu/pxa/start.S b/arch/arm

Re: [U-Boot] [PATCH 2/4] arm: make __image_copy_{start, end} compiler-generated

2013-05-11 Thread Albert ARIBAUD
Hi Benoît, On Sat, 11 May 2013 02:25:02 +0200 (CEST), Benoît Thébaudeau benoit.thebaud...@advansee.com wrote: Hi Albert, diff --git a/arch/arm/cpu/arm1136/start.S b/arch/arm/cpu/arm1136/start.S index ccea2d5..ab8fd56 100644 --- a/arch/arm/cpu/arm1136/start.S +++

Re: [U-Boot] [PULL] : Please pull u-boot-imx - correction

2013-05-11 Thread Albert ARIBAUD
On Sat, 11 May 2013 09:30:57 +0200, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hi Stefano, On Tue, 07 May 2013 09:55:08 +0200, Stefano Babic sba...@denx.de wrote: Hi Albert, please pull from u-boot-imx, thanks ! The following changes since commit

Re: [U-Boot] [PULL] : Please pull u-boot-imx - correction

2013-05-11 Thread Albert ARIBAUD
Hi Stefano, On Sat, 11 May 2013 11:39:58 +0200, Stefano Babic sba...@denx.de wrote: On 11/05/2013 11:15, Albert ARIBAUD wrote: Hi Albert, Applied to u-boot-arm/master (with two trivial merge resolutions), thanks! Seems like the trivial merge resolution was less trivial than I

Re: [U-Boot] [PULL] : Please pull u-boot-imx - correction

2013-05-11 Thread Albert ARIBAUD
Hi Stefano, On Sat, 11 May 2013 11:39:58 +0200, Stefano Babic sba...@denx.de wrote: On 11/05/2013 11:15, Albert ARIBAUD wrote: Hi Albert, Applied to u-boot-arm/master (with two trivial merge resolutions), thanks! Seems like the trivial merge resolution was less trivial than I

Re: [U-Boot] [PULL] : Please pull u-boot-imx - correction

2013-05-11 Thread Albert ARIBAUD
Hi Stefano, On Sat, 11 May 2013 12:50:24 +0200, Stefano Babic sba...@denx.de wrote: On 11/05/2013 11:47, Albert ARIBAUD wrote: Hi Stefano, Hi Albert, Argh! I had already had rolled back and have just finished testing. I can roll forward again if you confirm that the u-boot-arm

  1   2   3   4   5   6   7   8   9   10   >