Re: [U-Boot] [PATCH V2 1/4] Added documentation for CONFIG_SYS_TEXT_BASE.

2011-08-04 Thread Albert ARIBAUD
Hi Christopher, Le 07/07/2011 16:26, Christopher Harvey a écrit : Signed-off-by: Christopher Harveychar...@matrox.com --- V2: Make it clear that this is the start address of u-boot. README |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/README b/README

Re: [U-Boot] [PATCH V4 3/4] ARM: Warn when the machine ID isn't set.

2011-08-04 Thread Albert ARIBAUD
Hi Christopher, Le 18/07/2011 19:33, Christopher Harvey a écrit : Linux cannot boot without it. Signed-off-by: Christopher Harveychar...@matrox.com --- V2: Used a #define instead of a constant. Used a printf instead of a debug. --- V3: Moved gd-bd-bi_arch_number =

Re: [U-Boot] [PATCH V2 2/4] Don't compile in large memory test function by default.

2011-08-04 Thread Albert ARIBAUD
Hi Christopher, Le 07/07/2011 16:31, Christopher Harvey a écrit : Signed-off-by: Christopher Harveychar...@matrox.com --- V2: I didn't receive comments on this one. By not compiling this by default it removes a couple of #defines people need to think about. Also, I'm guessing the memory

Re: [U-Boot] [PATCH V2 4/4] Removed unused define, CONFIG_ARMV7.

2011-08-04 Thread Albert ARIBAUD
Hi Christopher, Le 07/07/2011 16:37, Christopher Harvey a écrit : Signed-off-by: Christopher Harveychar...@matrox.com --- V2: Removed left over newlines. Made sure that this isn't the only High level option, so everything looks ok around the sed'd text. include/configs/am3517_crane.h

[U-Boot] [PATCH] powerpc/85xx: corenet_ds - Remove unused 'execute' perm in TLB entries

2011-08-04 Thread Kumar Gala
We shouldn't be setting execute permissions on TLB entries that will not actually have any code run from them. Signed-off-by: Kumar Gala ga...@kernel.crashing.org --- board/freescale/corenet_ds/tlb.c | 30 +++--- 1 files changed, 15 insertions(+), 15 deletions(-) diff

Re: [U-Boot] [PATCH] ARM926ejs: Add routines to invalidate D-Cache

2011-08-04 Thread Albert ARIBAUD
Le 04/08/2011 05:45, Hong Xu a écrit : After DMA transfer, we need to maintain D-Cache coherency. We need to clean cache (write back the dirty lines) and then make the cache invalidate as well(hence CPU will fetch data written by DMA controller from RAM). Tested on AT91SAM9261EK with

Re: [U-Boot] uboot vxworks

2011-08-04 Thread reinhard.a...@t-online.de
Hello, include and use the bootvx command, but be shure, that the address of the vxWorks bootline match in u-boot and your vxWorks BSP. There may be other problems, like number of parameters, too. Reinhard -Original-Nachricht- Subject: [U-Boot] uboot vxworks Date: Thu, 04 Aug 2011

[U-Boot] [PATCH] gcc-4.6: Add support for the e5500 PowerPC core

2011-08-04 Thread Kumar Gala
Implements basic e5500 enablement in gcc, with a scheduler, -mcpu flag, etc... Signed-off-by: Kumar Gala ga...@kernel.crashing.org --- meta/recipes-devtools/gcc/gcc-4.6.inc |3 +- .../gcc/gcc-4.6/powerpc-e5500.patch| 465 2 files changed,

Re: [U-Boot] [STATUS] AT91: boards still broken on 02.Aug.2011

2011-08-04 Thread Matthias Fuchs
Hi Reinhard, the patch for meesc has been posted two times now. Please notice http://lists.denx.de/pipermail/u-boot/2011-July/096680.html and this resend of the mentioned patch: http://lists.denx.de/pipermail/u-boot/2011-July/096679.html I hope this gets meesc back on the

Re: [U-Boot] [PATCH] gcc-4.6: Add support for the e5500 PowerPC core

2011-08-04 Thread Kumar Gala
On Aug 4, 2011, at 2:47 AM, Kumar Gala wrote: Implements basic e5500 enablement in gcc, with a scheduler, -mcpu flag, etc... Signed-off-by: Kumar Gala ga...@kernel.crashing.org --- meta/recipes-devtools/gcc/gcc-4.6.inc |3 +- .../gcc/gcc-4.6/powerpc-e5500.patch

Re: [U-Boot] [PATCH] ARMv7: Add missing boards to MAKEALL

2011-08-04 Thread Albert ARIBAUD
Hi Wolfgang, On 03/08/2011 21:12, Wolfgang Denk wrote: Dear Albert ARIBAUD, In message4e395e7a.3020...@aribaud.net you wrote: Hi Dirk, On 06/07/2011 17:35, Dirk Behme wrote: From: Dirk Behmedirk.be...@googlemail.com Add all missing boards with CPU==armv7 from boards.cfg to MAKEALL.

Re: [U-Boot] [PATCH v2 1/2] gpio: Add GPIO driver framework for Marvell SoCs

2011-08-04 Thread Albert ARIBAUD
Hi Simon, On 04/08/2011 02:04, Simon Guinot wrote: Hi Ajay, On Wed, Aug 03, 2011 at 10:10:00AM +0530, Ajay Bhargav wrote: - Simon Guinotsi...@sequanux.org wrote: AFAIK, Orion and Kirkwood SoCs don't provide bitwise set/clear for GPIO output/direction registers. Instead, a register

Re: [U-Boot] [PATCH] ARMv7: u8500_href: Add missing header to fix compiler warning

2011-08-04 Thread Albert ARIBAUD
Hi Dirk, On 10/07/2011 08:52, Dirk Behme wrote: From: Dirk Behmedirk.be...@googlemail.com Fix the compiler warning u8500_href.c: In function 'hrefplus_mmc_power_init': u8500_href.c:258: warning: implicit declaration of function 'prcmu_i2c_read' u8500_href.c:265: warning: implicit

Re: [U-Boot] [PATCH] ARM: versatile: fix board support

2011-08-04 Thread Albert ARIBAUD
Stefano, Loïc, On 24/06/2011 17:37, Loïc Minier wrote: On Fri, Jun 24, 2011, Stefano Babic wrote: Versatile board is used as example to run u-boot under qemu. The patch fixes relocation for all versatile boards and adds a versatileqemu target to be used under qemu. Thanks a lot! Patch

Re: [U-Boot] [PATCH] ARM: Correct CONFIG_(SYS_)CONSOLE_INFO_QUIET rename ommissions

2011-08-04 Thread Albert ARIBAUD
On 16/07/2011 11:43, Albert ARIBAUD wrote: Le 14/07/2011 22:32, Wolfgang Denk a écrit : Dear Albert, In message1301393738-17625-1-git-send-email-gryr...@gmail.com Gray Remlin wrote: Correct some ommissions of renaming CONFIG_CONSOLE_INFO_QUIET to CONFIG_SYS_CONSOLE_INFO_QUIET

Re: [U-Boot] [PATCH] spear: fix build errors for spear3xx/spear600 platforms

2011-08-04 Thread Albert ARIBAUD
On 16/07/2011 12:45, Albert ARIBAUD wrote: Hi all, Le 12/06/2011 09:32, Shiraz Hashim a écrit : Signed-off-by: Shiraz Hashimshiraz.has...@st.com --- Only build tested. board/spear/common/spr_misc.c | 10 +++--- include/configs/spear-common.h | 12 2 files

Re: [U-Boot] [PATCH v2 1/2] gpio: Add GPIO driver framework for Marvell SoCs

2011-08-04 Thread Lei Wen
On Thu, Aug 4, 2011 at 4:51 PM, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hi Simon, On 04/08/2011 02:04, Simon Guinot wrote: Hi Ajay, On Wed, Aug 03, 2011 at 10:10:00AM +0530, Ajay Bhargav wrote: - Simon Guinotsi...@sequanux.org  wrote: AFAIK, Orion and Kirkwood SoCs don't

Re: [U-Boot] [PATCH v3 2/2] arm: a320: enable tagged list support

2011-08-04 Thread Albert ARIBAUD
Hi Po Yu Chuang, On 19/07/2011 04:56, Po-Yu Chuang wrote: From: Po-Yu Chuangratb...@faraday-tech.com Signed-off-by: Po-Yu Chuangratb...@faraday-tech.com --- v2: add a preceding patch to fix multiline comment style v3: rebase include/configs/a320evb.h |6 ++ 1 files

Re: [U-Boot] [PATCH v3 2/2] arm: a320: enable tagged list support

2011-08-04 Thread Po-Yu Chuang
Dear Albert, On Thu, Aug 4, 2011 at 5:32 PM, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hi Po Yu Chuang, On 19/07/2011 04:56, Po-Yu Chuang wrote: From: Po-Yu Chuangratb...@faraday-tech.com Signed-off-by: Po-Yu Chuangratb...@faraday-tech.com --- v2: add a preceding patch to fix

Re: [U-Boot] [PATCH 0/8] integrator patches v4

2011-08-04 Thread Linus Walleij
On Mon, Jul 25, 2011 at 1:48 PM, Linus Walleij linus.wall...@linaro.org wrote: Changes v3 patchset to v4: - One line for versatile in MAINTAINERS patch 1 instead of two. - Squashed patch 3 (relocation) and patch 6 (SDRAM size detection).  The former was introducing a whitespace bug and the

Re: [U-Boot] [PATCH] SMDKV310: MMC_SPL: Fix building when using make O=

2011-08-04 Thread Albert ARIBAUD
On 03/06/2011 06:07, Chander Kashyap wrote: Fixes dependency build error with make O= option. make O= option is used to specify output directory. Signed-off-by: Chander Kashyapchander.kash...@linaro.org --- mmc_spl/board/samsung/smdkv310/Makefile | 12 ++-- 1 files changed, 6

Re: [U-Boot] [PATCH] SMDKV310: Enable device tree support

2011-08-04 Thread Albert ARIBAUD
Hi Thomas, On 04/06/2011 10:52, Thomas Abraham wrote: From: Thomas Abrahamthomas...@samsung.com Enable passing a flattened device tree to the kernel. Signed-off-by: Thomas Abrahamthomas.abra...@linaro.org --- include/configs/smdkv310.h |3 +++ 1 files changed, 3 insertions(+), 0

Re: [U-Boot] [PATCH v3 2/2] arm: a320: enable tagged list support

2011-08-04 Thread Albert ARIBAUD
Hi Po Yu Chuang, On 04/08/2011 11:44, Po-Yu Chuang wrote: Dear Albert, On Thu, Aug 4, 2011 at 5:32 PM, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hi Po Yu Chuang, On 19/07/2011 04:56, Po-Yu Chuang wrote: From: Po-Yu Chuangratb...@faraday-tech.com Signed-off-by: Po-Yu

Re: [U-Boot] [PATCH] ARM: versatile: fix board support

2011-08-04 Thread Loïc Minier
On Thu, Aug 04, 2011, Albert ARIBAUD wrote: Does this mean Stefano's patch will see a V2, or should I try and apply it as-is? I personally think you should merge it as it makes it work again for Stefano and the board builds again; I guess I should look into the toolchain issue I'm seeing and

Re: [U-Boot] [PATCH 0/8] integrator patches v4

2011-08-04 Thread Albert ARIBAUD
Hi Linus, On 04/08/2011 11:48, Linus Walleij wrote: On Mon, Jul 25, 2011 at 1:48 PM, Linus Walleijlinus.wall...@linaro.org wrote: Changes v3 patchset to v4: - One line for versatile in MAINTAINERS patch 1 instead of two. - Squashed patch 3 (relocation) and patch 6 (SDRAM size detection).

[U-Boot] Update at91sam9m10g45 SoC and AT91SAM9M10G45-EK board to new style

2011-08-04 Thread Thomas Petazzoni
Hello, These two patches update the support of the AT91SAM9M10G45 SoC and the corresponding AT91SAM9M10G45-EK evaluation platform to the next AT91 organization. For the moment, only the nandflash configuration is supported, the dataflash configuration will come later on. Note however that the

[U-Boot] [PATCH 1/2] atmel: update at91sam9m10g45 SoC support to new style

2011-08-04 Thread Thomas Petazzoni
Based on earlier work by Alex Waterman awater...@dawning.com. Signed-off-by: Thomas Petazzoni thomas.petazz...@free-electrons.com --- .../cpu/arm926ejs/at91/at91sam9m10g45_devices.c| 28 ++-- arch/arm/include/asm/arch-at91/at91sam9g45.h | 12 ++

[U-Boot] [PATCH 2/2] atmel: Update support of board AT91SAM9M10G45-EK to new style

2011-08-04 Thread Thomas Petazzoni
Based on earlier work by Alex Waterman awater...@dawning.com. Signed-off-by: Thomas Petazzoni thomas.petazz...@free-electrons.com --- Makefile| 21 --- board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c | 121 +---

Re: [U-Boot] [PATCH V2 2/4] Don't compile in large memory test function by default.

2011-08-04 Thread Wolfgang Denk
Dear Albert ARIBAUD, In message 4e3a3cb8.2030...@aribaud.net you wrote: I didn't receive comments on this one. By not compiling this by default it removes a couple of #defines people need to think about. Also, I'm guessing the memory test isn't used very much, so this makes u-boot a

Re: [U-Boot] [PATCH V2 2/4] Don't compile in large memory test function by default.

2011-08-04 Thread Wolfgang Denk
Dear Christopher Harvey, In message 20110707143109.gc5...@harvey-pc.matrox.com you wrote: I didn't receive comments on this one. By not compiling this by default it removes a couple of #defines people need to think about. Also, I'm guessing the memory test isn't used very much, so this

Re: [U-Boot] Nand: Uboot-Environment at bad block

2011-08-04 Thread Daniel Gorsulowski
Arno Steffen wrote: In one of my devices, uboot-environment is located at a bad block. save Saving Environment to NAND... Erasing Nand... Skipping bad block at 0x000c Writing to Nand... FAILED! In my memory mapping I have already reseverd 2blocks. How can I setup uboot in a way,

Re: [U-Boot] [PATCH 8/8] km_arm: enable POST for these boards

2011-08-04 Thread Sergei Shtylyov
Hello. On 03-08-2011 16:37, Valentin Longchamp wrote: The current km_arm boards have a Power-On test jumper. When this jumper is set, this triggers some Power-On tests on the board. This patch enables the support of this jumper for starting the memory_regions test when the jumper is set.

Re: [U-Boot] [PATCH] spear: fix build errors for spear3xx/spear600 platforms

2011-08-04 Thread Vipin Kumar
Hello Albert, On 8/4/2011 2:47 PM, Albert ARIBAUD wrote: On 16/07/2011 12:45, Albert ARIBAUD wrote: Hi all, Le 12/06/2011 09:32, Shiraz Hashim a écrit : Signed-off-by: Shiraz Hashimshiraz.has...@st.com --- Only build tested. board/spear/common/spr_misc.c | 10 +++---

Re: [U-Boot] [PATCH V2 2/4] Don't compile in large memory test function by default.

2011-08-04 Thread Albert ARIBAUD
On 04/08/2011 12:14, Wolfgang Denk wrote: Dear Albert ARIBAUD, In message4e3a3cb8.2030...@aribaud.net you wrote: I didn't receive comments on this one. By not compiling this by default it removes a couple of #defines people need to think about. Also, I'm guessing the memory test isn't

Re: [U-Boot] [PATCH v2 1/2] gpio: Add GPIO driver framework for Marvell SoCs

2011-08-04 Thread Ajay Bhargav
- Lei Wen adrian.w...@gmail.com wrote: On Thu, Aug 4, 2011 at 4:51 PM, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hi Simon, On 04/08/2011 02:04, Simon Guinot wrote: Hi Ajay, On Wed, Aug 03, 2011 at 10:10:00AM +0530, Ajay Bhargav wrote: - Simon Guinotsi...@sequanux.org

Re: [U-Boot] [PATCH] ARM: versatile: fix board support

2011-08-04 Thread Stefano Babic
On 08/04/2011 11:01 AM, Albert ARIBAUD wrote: Stefano, Loïc, Hi Albert, Does this mean Stefano's patch will see a V2, or should I try and apply it as-is? As far as I know, there someone else who tested the patch successfully: http://lists.denx.de/pipermail/u-boot/2011-July/095798.html I

Re: [U-Boot] [PATCH] ARM: versatile: fix board support

2011-08-04 Thread Albert ARIBAUD
Hi Loïc, On 04/08/2011 12:02, Loïc Minier wrote: On Thu, Aug 04, 2011, Albert ARIBAUD wrote: Does this mean Stefano's patch will see a V2, or should I try and apply it as-is? I personally think you should merge it as it makes it work again for Stefano and the board builds again; I guess

[U-Boot] Need Help on *** Warning - bad CRC, using default environmen​t

2011-08-04 Thread Bala Ss
Hi, I have got this contact from web when I actually searching for some solutions to get rid off the issue on Warning - bad CRC, using default environment. And I have gone through the some of the mail thread. Am also facing the same issue that when I hard reset the board, U-boot starts and stops

Re: [U-Boot] [PATCH] ARM: versatile: fix board support

2011-08-04 Thread Albert ARIBAUD
On 24/06/2011 15:04, Stefano Babic wrote: Versatile board is used as example to run u-boot under qemu. The patch fixes relocation for all versatile boards and adds a versatileqemu target to be used under qemu. Patch tested only under qemu, not on real boards. Tested with QEMU emulator

Re: [U-Boot] Need Help on *** Warning - bad CRC, using default environmen​t

2011-08-04 Thread Albert ARIBAUD
Hi Bala, On 04/08/2011 13:14, Bala Ss wrote: Hi, I have got this contact from web when I actually searching for some solutions to get rid off the issue on Warning - bad CRC, using default environment. And I have gone through the some of the mail thread. Am also facing the same issue that

Re: [U-Boot] Need Help on *** Warning - bad CRC, using default environment

2011-08-04 Thread Heiko Schocher
Hello Bala, Bala Ss wrote: Hi, I have got this contact from web when I actually searching for some solutions to get rid off the issue on Warning - bad CRC, using default environment. And I have gone through the some of the mail thread. Am also facing the same issue that when I hard reset

Re: [U-Boot] Need Help on *** Warning - bad CRC, using default environmen​t

2011-08-04 Thread Wolfgang Denk
Dear Bala Ss, In message cadzqvq3j_0dfh6nhftpc_er_b8qbbca_deokyxs5vbrse6o...@mail.gmail.com you wrote: I have got this contact from web when I actually searching for some solutions to get rid off the issue on Warning - bad CRC, using default environment. And I have gone through the some of

Re: [U-Boot] [PATCH v2 1/2] gpio: Add GPIO driver framework for Marvell SoCs

2011-08-04 Thread Prafulla Wadaskar
-Original Message- From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Ajay Bhargav Sent: Thursday, August 04, 2011 4:21 PM To: Lei Wen Cc: u-boot@lists.denx.de Subject: Re: [U-Boot] [PATCH v2 1/2] gpio: Add GPIO driver framework for Marvell SoCs

Re: [U-Boot] problem with mpc837x start.S

2011-08-04 Thread shawn Bai
Date: Wed, 3 Aug 2011 10:48:39 -0500 From: scottw...@freescale.com To: programas...@hotmail.com CC: u-boot@lists.denx.de Subject: Re: [U-Boot] problem with mpc837x start.S On Wed, 3 Aug 2011 00:48:32 + shawn Bai programas...@hotmail.com wrote:

Re: [U-Boot] [PATCH 1/2] arm, lib/board.c: Coding Style cleanup

2011-08-04 Thread Albert ARIBAUD
Hi Wolfgang, On 27/07/2011 23:40, Wolfgang Denk wrote: Dear Albert, In message1307088697-12159-2-git-send-email...@denx.de Heiko Schocher wrote: Signed-off-by: Heiko Schocherh...@denx.de cc: Albert Aribaudalbert.u.b...@aribaud.net --- arch/arm/lib/board.c | 218

Re: [U-Boot] [PATCH v2] arm/kirkwood: print speeds with cpu info.

2011-08-04 Thread Prafulla Wadaskar
-Original Message- From: Jason [mailto:u-b...@lakedaemon.net] Sent: Tuesday, August 02, 2011 6:34 PM To: w...@denx.de; Prafulla Wadaskar Cc: u-boot@lists.denx.de; cl...@debian.org; Prabhanjan Sarnaik; Ashish Karkare; Siddarth Gore; bd...@gag.com; si...@sequanux.org Subject: Re:

[U-Boot] Dear Sir/Madam: c Y U

2011-08-04 Thread Gladys Nora Pérez García
Dear friend C W hi a good news for you, Web Portal are mainly sale electronic products, now our company is holding sale promotion, all products is sale in lowest price. if you satisfied to our products and have any questions, you can freely contact us. (iphone,Laptop,Television,

Re: [U-Boot] [PATCH] spear: fix build errors for spear3xx/spear600 platforms

2011-08-04 Thread Albert ARIBAUD
Hi Shiraz, On 12/06/2011 09:32, Shiraz Hashim wrote: Signed-off-by: Shiraz Hashimshiraz.has...@st.com --- Only build tested. board/spear/common/spr_misc.c | 10 +++--- include/configs/spear-common.h | 12 2 files changed, 19 insertions(+), 3 deletions(-) diff

Re: [U-Boot] [PATCH v2] arm: auto gen asm-offsets.h for mb86r0x

2011-08-04 Thread Albert ARIBAUD
Hi Matthias, On 01/08/2011 17:11, Matthias Weisser wrote: auto gen asm-offsets.h for mb86r0x Signed-off-by: Matthias Weisserweiss...@arcor.de --- Changes in v2: - Added forgotten register structures arch/arm/cpu/arm926ejs/mb86r0x/Makefile |2 +

Re: [U-Boot] [PATCH v2 1/3] arm: add CONFIG_MACH_TYPE setting and documentation

2011-08-04 Thread Albert ARIBAUD
Hi Igor, On 28/07/2011 10:58, Igor Grinberg wrote: On 07/28/11 11:19, Chander Kashyap wrote: On 28 July 2011 13:29, Igor Grinberggrinb...@compulab.co.il wrote: On 07/28/11 09:41, Chander Kashyap wrote: Dear Igor, On 27 July 2011 18:34, Igor Grinberggrinb...@compulab.co.il wrote: On

Re: [U-Boot] [PATCH] Convert ISO-8859 files to UTF-8

2011-08-04 Thread Albert ARIBAUD
Hi Wolfgang, On 26/07/2011 14:05, Wolfgang Denk wrote: Dear Albert ARIBAUD, In message4e252574.9030...@aribaud.net you wrote: Right. Didn't run checkpatch,my bad. Will in V2. Do you have any specific plans for V2? Right after I send the pull request for u-boot-arm / -rc1 today, I'll go

[U-Boot] [PATCH] sbc35_a9g20: update board to the new AT91 organization

2011-08-04 Thread Thomas Petazzoni
Cc: Albin Tonnerre tonnerreal...@gmail.com CC: Gregory Hermant gregory.herm...@calao-systems.com Signed-off-by: Thomas Petazzoni thomas.petazz...@free-electrons.com --- Makefile |7 --- board/calao/sbc35_a9g20/sbc35_a9g20.c | 88 +

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

2011-08-04 Thread Albert ARIBAUD
Hi Wolfgang, Here is my pull request for u-boot-arm/master, from which I did remove the wrongly applied commits that you indicated and in which all patches submitted before the merge window closure are taken into account. Developers, please direct complaints to me for any ARM-directed patches

Re: [U-Boot] [PATCH 1/2] [v2] powerpc/85xx: introduce and document CONFIG_SYS_CCSRBAR macros

2011-08-04 Thread Tabi Timur-B04825
Kumar Gala wrote: What changed in v2? I fixed the problem on several boards where I wasn't setting the relocated physical address properly. For instance, on the P2020DS, the original code moved CCSR from ff7 to ffe, but my v1 patch left it at ff7 because I didn't notice that the device tree

Re: [U-Boot] [PATCH] Convert ISO-8859 files to UTF-8

2011-08-04 Thread Wolfgang Denk
Dear Albert ARIBAUD, In message 4e3a8d49.6090...@aribaud.net you wrote: Hi Wolfgang, On 26/07/2011 14:05, Wolfgang Denk wrote: Dear Albert ARIBAUD, In message4e252574.9030...@aribaud.net you wrote: Right. Didn't run checkpatch,my bad. Will in V2. Do you have any specific plans

Re: [U-Boot] [PATCH 1/2] Armada100: MFP macro naming correction

2011-08-04 Thread Prafulla Wadaskar
-Original Message- From: Ajay Bhargav [mailto:ajay.bhar...@einfochips.com] Sent: Wednesday, July 06, 2011 12:09 PM To: Prafulla Wadaskar Cc: u-boot@lists.denx.de; Ajay Bhargav Subject: [PATCH 1/2] Armada100: MFP macro naming correction MFP macros for UART3 updated.

Re: [U-Boot] [PATCH 2/2] Armada100: Add Board Support for Marvell GuruPlug-Display

2011-08-04 Thread Prafulla Wadaskar
-Original Message- From: Ajay Bhargav [mailto:ajay.bhar...@einfochips.com] Sent: Wednesday, July 06, 2011 12:09 PM To: Prafulla Wadaskar Cc: u-boot@lists.denx.de; Ajay Bhargav Subject: [PATCH 2/2] Armada100: Add Board Support for Marvell GuruPlug- Display This patch adds basic

Re: [U-Boot] [PATCH v3] drivers/rtc: add Marvell Integrated RTC.

2011-08-04 Thread Prafulla Wadaskar
-Original Message- From: Jason Cooper [mailto:u-b...@lakedaemon.net] Sent: Monday, August 01, 2011 7:39 PM To: w...@denx.de; Prafulla Wadaskar Cc: u-boot@lists.denx.de; cl...@debian.org; Prabhanjan Sarnaik; Ashish Karkare; Siddarth Gore; bd...@gag.com; Jason Cooper Subject: [PATCH

[U-Boot] [PATCH] tny_a9260/tny_a9g20: update board to the new AT91 organization

2011-08-04 Thread Thomas Petazzoni
Cc: Albin Tonnerre tonnerreal...@gmail.com CC: Gregory Hermant gregory.herm...@calao-systems.com Signed-off-by: Thomas Petazzoni thomas.petazz...@free-electrons.com --- board/calao/tny_a9260/tny_a9260.c | 55 boards.cfg|4 ++

Re: [U-Boot] [PATCH v2 1/2] gpio: Add GPIO driver framework for Marvell SoCs

2011-08-04 Thread Lei Wen
Hi Ajay, On Thu, Aug 4, 2011 at 6:51 PM, Ajay Bhargav ajay.bhar...@einfochips.com wrote: - Lei Wen adrian.w...@gmail.com wrote: On Thu, Aug 4, 2011 at 4:51 PM, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hi Simon, On 04/08/2011 02:04, Simon Guinot wrote: Hi Ajay, On Wed,

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

2011-08-04 Thread Prafulla Wadaskar
Hi Albert Please kindly pull The following changes since commit a3df225cd92034b03b276391a45efc516716a31a: Thomas Abraham (1): SMDKV310: Enable device tree support are available in the git repository at: u-boot-marvell.git master branch. Ajay Bhargav (2): Armada100: MFP macro

Re: [U-Boot] Need Help on *** Warning - bad CRC, using default environmen​t

2011-08-04 Thread Bala Ss
Hello Albert Aribaud, Thanks for your reply. The board contains LSI ARM processor and the U-boot is customised for the same. Regards, Balaji. On Thu, Aug 4, 2011 at 4:49 PM, Albert ARIBAUD albert.u.b...@aribaud.netwrote: Hi Bala, On 04/08/2011 13:14, Bala Ss wrote: Hi, I have got this

Re: [U-Boot] [PATCH] at91: reworked support for meesc board

2011-08-04 Thread Reinhard Meyer
Dear Matthias Fuchs, The meesc board support was broken. Within this opportunity, I completely reworked the board files. Signed-off-by: Daniel Gorsulowski daniel.gorsulow...@esd.eu Signed-off-by: Matthias Fuchs matthias.fu...@esd.eu --- V3: -fix white space issues and don't patch

Re: [U-Boot] [PATCH v2] arm/kirkwood: print speeds with cpu info.

2011-08-04 Thread Jason
On Thu, Aug 04, 2011 at 04:42:51AM -0700, Prafulla Wadaskar wrote: -Original Message- From: Jason [mailto:u-b...@lakedaemon.net] Sent: Tuesday, August 02, 2011 6:34 PM To: w...@denx.de; Prafulla Wadaskar Cc: u-boot@lists.denx.de; cl...@debian.org; Prabhanjan Sarnaik; Ashish

Re: [U-Boot] [PATCH 1/2] atmel: update at91sam9m10g45 SoC support to new style

2011-08-04 Thread Reinhard Meyer
Dear Thomas Petazzoni, Based on earlier work by Alex Waterman awater...@dawning.com. Signed-off-by: Thomas Petazzoni thomas.petazz...@free-electrons.com --- .../cpu/arm926ejs/at91/at91sam9m10g45_devices.c| 28 ++-- arch/arm/include/asm/arch-at91/at91sam9g45.h | 12 ++

Re: [U-Boot] [PATCH 2/2] atmel: Update support of board AT91SAM9M10G45-EK to new style

2011-08-04 Thread Reinhard Meyer
Dear Thomas Petazzoni, Based on earlier work by Alex Waterman awater...@dawning.com. Signed-off-by: Thomas Petazzoni thomas.petazz...@free-electrons.com --- Makefile| 21 --- board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c | 121 +---

Re: [U-Boot] [PATCH] sbc35_a9g20: update board to the new AT91 organization

2011-08-04 Thread Reinhard Meyer
Dear Thomas Petazzoni, Cc: Albin Tonnerre tonnerreal...@gmail.com CC: Gregory Hermant gregory.herm...@calao-systems.com Signed-off-by: Thomas Petazzoni thomas.petazz...@free-electrons.com --- Makefile |7 --- board/calao/sbc35_a9g20/sbc35_a9g20.c | 88

Re: [U-Boot] [PATCH 0/8] integrator patches v4

2011-08-04 Thread Linus Walleij
On Thu, Aug 4, 2011 at 12:07 PM, Albert ARIBAUD albert.u.b...@aribaud.net wrote: It'll be these: http://patchwork.ozlabs.org/patch/106640/ http://patchwork.ozlabs.org/patch/106642/ http://patchwork.ozlabs.org/patch/106645/ http://patchwork.ozlabs.org/patch/106646/

[U-Boot] [PATCH 8/8 v5] integrator: convert to new build system

2011-08-04 Thread Linus Walleij
This deletes the integrator split_by_variant.sh script and defines a number of unique board types for the core modules that are meaningful to support for the Integrator AP/CP, i.e. the ones that did not just say unsupported core module in split_by_variant.sh. If more core modules need to be

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

2011-08-04 Thread Albert ARIBAUD
On 04/08/2011 14:51, Prafulla Wadaskar wrote: Hi Albert Please kindly pull The following changes since commit a3df225cd92034b03b276391a45efc516716a31a: Thomas Abraham (1): SMDKV310: Enable device tree support are available in the git repository at: u-boot-marvell.git

Re: [U-Boot] [PATCH 8/8 v5] integrator: convert to new build system

2011-08-04 Thread Wolfgang Denk
Dear Linus Walleij, In message 1312468397-15201-1-git-send-email-linus.wall...@linaro.org you wrote: This deletes the integrator split_by_variant.sh script and defines a number of unique board types for the core modules that are meaningful to support for the Integrator AP/CP, i.e. the ones

Re: [U-Boot] [PATCH v2] usb: increase non-bulk timeout for slow chipsets.

2011-08-04 Thread Jason
Remy, I neglected to include you in my original submission, could you please take a look at this for u-boot-usb? Original email is here [1]. And the commit I'm referring to is here [2]. The dreamplug platform must pull it's uImage from a usb attached microSD card. They are completely

Re: [U-Boot] [PATCH] ARMv7: Add missing boards to MAKEALL

2011-08-04 Thread Dirk Behme
On 03.08.2011 21:13, Wolfgang Denk wrote: Dear Dirk Behme, In message1309966526-4401-1-git-send-email-dirk.be...@gmail.com you wrote: Add all missing boards with CPU==armv7 from boards.cfg to MAKEALL. NAK. We don't add boards to MAKEALL any more. An entry in boards.cfg is all we need.

Re: [U-Boot] [PATCH] Convert ISO-8859 files to UTF-8 -- PLEASE DISREGARD

2011-08-04 Thread Albert ARIBAUD
Le 04/08/2011 17:21, Albert ARIBAUD a écrit : There was a mix of UTF-8 and ISO-8859 files in the U-Boot source Argh. Got the history right, the References and In-Reply-To header right, even the content was right... But I missed the V2 in the title. Please disregard, sending right away with

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

2011-08-04 Thread Albert ARIBAUD
Hi Wolfgang, Le 04/08/2011 14:28, Albert ARIBAUD a écrit : Hi Wolfgang, Here is my pull request for u-boot-arm/master, from which I did remove the wrongly applied commits that you indicated and in which all patches submitted before the merge window closure are taken into account.

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

2011-08-04 Thread Albert ARIBAUD
Hi Wolfgang, Here is my pull request for u-boot-arm/master, from which I did remove the wrongly applied commits that you indicated and in which all patches submitted before the merge window closure are taken into account. Developers, please direct complaints to me for any ARM-directed patches

Re: [U-Boot] [PATCH] tny_a9260/tny_a9g20: update board to the new AT91 organization

2011-08-04 Thread Reinhard Meyer
Dear Thomas Petazzoni, Cc: Albin Tonnerre tonnerreal...@gmail.com CC: Gregory Hermant gregory.herm...@calao-systems.com Signed-off-by: Thomas Petazzoni thomas.petazz...@free-electrons.com --- board/calao/tny_a9260/tny_a9260.c | 55 boards.cfg

Re: [U-Boot] [U-Boot, AT91, rework] pm9261: compiles with the AT91 reworked scheme

2011-08-04 Thread Reinhard Meyer
Dear Asen Dimov, oddly I don't have the original e-Mail im my Inbox, but the patch was in patchwork: Signed-off-by: Asen Chavdarov Dimov di...@ronetix.at --- Note: This patch was a part of patches, but it is better to be done step by step and so this patch is a split from the patch series with

Re: [U-Boot] Nand: Uboot-Environment at bad block

2011-08-04 Thread Scott Wood
On 08/04/2011 05:07 AM, Daniel Gorsulowski wrote: Arno Steffen wrote: In one of my devices, uboot-environment is located at a bad block. save Saving Environment to NAND... Erasing Nand... Skipping bad block at 0x000c Writing to Nand... FAILED! In my memory mapping I have already

Re: [U-Boot] [PATCH] tny_a9260/tny_a9g20: update board to the new AT91 organization

2011-08-04 Thread Thomas Petazzoni
Le Thu, 04 Aug 2011 17:36:29 +, Reinhard Meyer u-b...@emk-elektronik.de a écrit : I had to manually add the removal of those board(s) from Makefile and MAKEALL. Please be more careful next time :) Ah, yes, sorry. Removal patch for those boards set to Not Applicable. Thanks! Thomas --

[U-Boot] (no subject)

2011-08-04 Thread Thomas Petazzoni
Subject: [v2] Update at91sam9m10g45 SoC and AT91SAM9M10G45-EK board to new style Hello, These two patches update the support of the AT91SAM9M10G45 SoC and the corresponding AT91SAM9M10G45-EK evaluation platform to the next AT91 organization. For the moment, only the nandflash configuration is

[U-Boot] [PATCH 1/2] atmel: update at91sam9m10g45 SoC support to new style

2011-08-04 Thread Thomas Petazzoni
Based on earlier work by Alex Waterman awater...@dawning.com. Signed-off-by: Thomas Petazzoni thomas.petazz...@free-electrons.com --- .../cpu/arm926ejs/at91/at91sam9m10g45_devices.c| 114 ++-- arch/arm/include/asm/arch-at91/at91sam9g45.h | 12 ++

[U-Boot] [PATCH 2/2] atmel: Update support of board AT91SAM9M10G45-EK to new style

2011-08-04 Thread Thomas Petazzoni
Based on earlier work by Alex Waterman awater...@dawning.com. Signed-off-by: Thomas Petazzoni thomas.petazz...@free-electrons.com --- Makefile| 21 --- board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c | 114 +++--

Re: [U-Boot] [PATCH 1/2] atmel: update at91sam9m10g45 SoC support to new style

2011-08-04 Thread Thomas Petazzoni
Hello Reinhard, Le Thu, 04 Aug 2011 13:59:18 +, Reinhard Meyer u-b...@emk-elektronik.de a écrit : This patch still has the same issues I complained about at http://patchwork.ozlabs.org/patch/102811/ Thanks a lot for the review. I have just posted an updated version, which I hope, fixes

Re: [U-Boot] [PATCH] ARMv7: Add missing boards to MAKEALL

2011-08-04 Thread Wolfgang Denk
Dear Dirk Behme, In message 4e3abc2c.3030...@googlemail.com you wrote: Do you want to say that I should use './MAKEALL -c armv7' [1] instead of './MAKEALL ARMV7' [2] ? You should be able to do both, with the same results. Or even better, use a patch like [3]? If this is ok, I'd send it as

Re: [U-Boot] [U-Boot, 3/9] nand: add a hw specific subcommand to the nand command.

2011-08-04 Thread Scott Wood
On 08/04/2011 12:40 AM, Heiko Schocher wrote: Scott Wood wrote: What if there are multiple such commands? You'd end up with nand hwfunc Then we would have a (as hwfunc is a nand subcommand) hwfunc subcommand(s) ... The question was rhetorical, as the next sentence indicates -- unless you

[U-Boot] Subscription Request

2011-08-04 Thread Ali Ranjbar
___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 1/2] atmel: update at91sam9m10g45 SoC support to new style

2011-08-04 Thread Reinhard Meyer
Dear Thomas Petazzoni, Based on earlier work by Alex Waterman awater...@dawning.com. Signed-off-by: Thomas Petazzoni thomas.petazz...@free-electrons.com --- .../cpu/arm926ejs/at91/at91sam9m10g45_devices.c| 114 ++-- arch/arm/include/asm/arch-at91/at91sam9g45.h | 12 ++

Re: [U-Boot] [PATCH 2/2] atmel: Update support of board AT91SAM9M10G45-EK to new style

2011-08-04 Thread Reinhard Meyer
Dear Thomas Petazzoni, Based on earlier work by Alex Waterman awater...@dawning.com. Signed-off-by: Thomas Petazzoni thomas.petazz...@free-electrons.com --- Makefile| 21 --- board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c | 114 +++--

Re: [U-Boot] [U-Boot, 3/9] nand: add a hw specific subcommand to the nand command.

2011-08-04 Thread Wolfgang Denk
Dear Scott Wood, In message 4e3af62b.8080...@freescale.com you wrote: Again, I think nand hwfunc conveys little information about what it's actually going to do, versus something like: = nandrbl off I agree with Heiko that NAND related commands should be implemented as subcommands of the

[U-Boot] [PATCH v4] ARM: Add Calxeda Highbank platform

2011-08-04 Thread Rob Herring
From: Rob Herring rob.herr...@calxeda.com Add basic support for Calxeda Highbank platform. Only minimal support with serial and SATA are included. Signed-off-by: Jason Hobbs jason.ho...@calxeda.com Signed-off-by: Rob Herring rob.herr...@calxeda.com Cc: Albert ARIBAUD albert.u.b...@aribaud.net

Re: [U-Boot] [PATCH][AT91 rework 1/1] make pm9263 buildable for v2011.06 release

2011-08-04 Thread Reinhard Meyer
Dear Asen Dimov, Signed-off-by: Asen Chavdarov Dimov di...@ronetix.at --- board/ronetix/pm9263/led.c|9 +++ board/ronetix/pm9263/pm9263.c | 42 +++- boards.cfg|2 +- include/configs/pm9263.h | 17

Re: [U-Boot] [U-Boot, 3/9] nand: add a hw specific subcommand to the nand command.

2011-08-04 Thread Scott Wood
On 08/04/2011 03:14 PM, Wolfgang Denk wrote: Dear Scott Wood, In message4e3af62b.8080...@freescale.com you wrote: Again, I think nand hwfunc conveys little information about what it's actually going to do, versus something like: = nandrbl off I agree with Heiko that NAND related

Re: [U-Boot] [U-Boot, 3/9] nand: add a hw specific subcommand to the nand command.

2011-08-04 Thread Wolfgang Denk
Dear Scott Wood, In message 4e3b0109.5070...@freescale.com you wrote: How about some way of board/controller/etc. code plugging in commands to nand without hwfunc? Could be a chained handler, or copying entries into a command table, or some way of generalizing the stuff in

Re: [U-Boot] [PATCH][AT91 rework 1/1] make pm9g45 buildable for v2011.06 release

2011-08-04 Thread Reinhard Meyer
Dear Asen Chavdarov Dimov, Signed-off-by: Asen Chavdarov Dimov di...@ronetix.at --- Makefile |4 board/ronetix/pm9g45/pm9g45.c | 30 ++ boards.cfg|1 + include/configs/pm9g45.h | 16 +++-

Re: [U-Boot] [PATCH v3] OMAP3: Add DSS driver for OMAP3

2011-08-04 Thread Wolfgang Denk
Dear Jason Kridner, In message 1303343572-19972-25-git-send-email-jkrid...@beagleboard.org you wrote: From: Syed Mohammed Khasim kha...@ti.com Supports dynamic panel configuration Supports dynamic tv standard selection Adds support for DSS register access through generic APIs

Re: [U-Boot] [PATCH 2/2] atmel: Update support of board AT91SAM9M10G45-EK to new style

2011-08-04 Thread Thomas Petazzoni
Le Thu, 04 Aug 2011 20:21:58 +, Reinhard Meyer u-b...@emk-elektronik.de a écrit : AND this board's early_init_f is quite different from the other atmel boards, also the place of calling at91_seriald_hw_init() is different from them. If at91_seriald_hw_init() isn't called in early_init_f,

Re: [U-Boot] Pull request: u-boot-video/master (updated)

2011-08-04 Thread Wolfgang Denk
Dear Anatolij Gustschin, In message 20110802225309.3c06d68c@wker you wrote: The following changes since commit d50a8f45c9a640b3bcbd0ede91f83c8646cca018: Merge branch 'master' of git://git.denx.de/u-boot-mmc (2011-08-02 22:39:36 +0200) are available in the git repository at:

[U-Boot] [PATCH] AT91: fix at91sam9g45.h to include USB Host defines

2011-08-04 Thread Reinhard Meyer
Signed-off-by: Reinhard Meyer u-b...@emk-elektronik.de --- arch/arm/include/asm/arch-at91/at91sam9g45.h |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/arch/arm/include/asm/arch-at91/at91sam9g45.h b/arch/arm/include/asm/arch-at91/at91sam9g45.h index 4df6b09..1aeedc0

Re: [U-Boot] [PATCH v3] OMAP3: Add DSS driver for OMAP3

2011-08-04 Thread Wolfgang Denk
Dear Jason, dear Syed Mohammed, In message 1303343572-19972-25-git-send-email-jkrid...@beagleboard.org you wrote: ... + * (C) Copyright 2010 + * Texas Instruments, www.ti.com + * Syed Mohammed Khasim kha...@ti.com + * + * Referred to Linux DSS driver files for OMAP3 ... On second look it

  1   2   >