Re: [U-Boot] [PATCH 00/11] ks8695 (cm4008, cm41xx) bugfixes, constant removals, configuration generalized (repost)

2012-11-10 Thread Albert ARIBAUD
Hi Yann, On Fri, 5 Oct 2012 14:09:47 +0200, Yann Vernier yann.vern...@orsoc.se wrote: On Thu, 4 Oct 2012 11:15:06 +0200 Albert ARIBAUD albert.u.b...@aribaud.net wrote: Sorry it took me so long to crawl my backlog... This series was posted with long lines folded apparently, which makes it

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

2012-11-10 Thread Albert ARIBAUD
Hi Stefano, On Sat, 10 Nov 2012 08:55:03 +0100, Stefano Babic sba...@denx.de wrote: Hi Albert, please pull from u-boot-imx, thanks. The following changes since commit 59852d03867108217fe88e3bfc3e1e9cedfe63c5: Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze

Re: [U-Boot] [PATCH 00/46] Enhance spear support

2012-11-10 Thread Albert ARIBAUD
Hi Stefan, On Fri, 09 Nov 2012 12:56:42 +0100, Stefan Roese s...@denx.de wrote: On 11/09/2012 10:49 AM, Armando Visconti wrote: Ciao Stefan, Vipin, Vipin, would you volunteer to eventually become this SPEAr U-Boot custodian? Or someone else? Yes, I volunteer to be the SPEAr

Re: [U-Boot] [PATCH V2 1/2] mmc: add bcm2835 driver

2012-11-10 Thread Albert ARIBAUD
Hi Stephen, arch/arm/include/asm/arch-bcm2835/sdhci.h | 24 drivers/mmc/Makefile |1 + drivers/mmc/bcm2835_sdhci.c | 177 + 3 files changed, 202 insertions(+) create mode 100644

Re: [U-Boot] [PATCH 2/2] socfpga/spl: Remove malloc.h

2012-11-10 Thread Albert ARIBAUD
Hi Vikram, On Tue, 23 Oct 2012 15:52:53 +0530, Vikram Narayanan vikram...@gmail.com wrote: Remove unused header Signed-off-by: Vikram Narayanan vikram...@gmail.com --- arch/arm/cpu/armv7/socfpga/spl.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git

Re: [U-Boot] [PATCH] common/command.c: revert chanches from commit 199adb60

2012-11-10 Thread Albert ARIBAUD
Hi Anatolij, On Thu, 8 Nov 2012 13:42:14 +0100, Anatolij Gustschin ag...@denx.de wrote: On Thu, 8 Nov 2012 12:52:13 +0100 Anatolij Gustschin ag...@denx.de wrote: commit 199adb601ff34bdbbd0667fac80dfe0a87bffc2b common/misc: sparse fixes broke the help command trying to fix the sparse

Re: [U-Boot] analyze/change assembly code

2012-11-10 Thread Albert ARIBAUD
Hi Gerlando, On Tue, 30 Oct 2012 12:08:01 +0100, Gerlando Falauto gerlando.fala...@keymile.com wrote: Hi all, we recently to had face some nasty issues, where for some reason two (functionally identical) versions of some code behave very differently. Namely, one version works and the

Re: [U-Boot] [PATCH v2] arm1136: Fix enable_caches()

2012-11-10 Thread Albert ARIBAUD
Hi Benoît, On Wed, 31 Oct 2012 15:41:02 +0100 (CET), Benoît Thébaudeau benoit.thebaud...@advansee.com wrote: Hi Albert, On Friday, October 5, 2012 8:23:14 PM, Albert ARIBAUD wrote; On Thu, 4 Oct 2012 22:04:02 +0200 (CEST), Benoît Thébaudeau benoit.thebaud...@advansee.com wrote:

Re: [U-Boot] [PATCH] common/command.c: revert chanches from commit 199adb60

2012-11-10 Thread Anatolij Gustschin
Hi Albert, On Sat, 10 Nov 2012 12:21:55 +0100 Albert ARIBAUD albert.u.b...@aribaud.net wrote: ... Applied to u-boot-staging/ag...@denx.de-urgent. Did you fix the typo in the commit summary/subject on the fly? yes, I noticed it when applying, it wasn't worth it to resubmit the patch.

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

2012-11-10 Thread Thomas Chou
Hi Tom, Please add these patches to fix the compilation error of nios2 arch after v2013.01-rc1. Best regards, Thomas The following changes since commit 59852d03867108217fe88e3bfc3e1e9cedfe63c5: Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze (2012-11-09 08:47:25 -0700)

Re: [U-Boot] [PATCH v2 01/13] mx31: Move EHCI definitions to ehci-fsl.h

2012-11-10 Thread Benoît Thébaudeau
Hi Stefano, On Saturday, November 10, 2012 8:42:24 AM, Stefano Babic wrote: On 08/11/2012 21:27, Benoît Thébaudeau wrote: The EHCI definitions in i.MX31's imx-regs.h are MXC-generic, so move them to ehci-fsl.h so that all MXC SoCs can use them. Signed-off-by: Benoît Thébaudeau

[U-Boot] [PATCH v2] mx51evk: Fix build error when CONFIG_VIDEO is disabled

2012-11-10 Thread Anatolij Gustschin
From: Vikram Narayanan vikram...@gmail.com The inclusion of LCD patch into mx51evk breaks the build when CONFIG_VIDEO is disabled. Fix this by splitting the video related stuff to a new file. Also rename the function lcd_iomux to setup_iomux_lcd to make the namings aligned with the other iomux

[U-Boot] [PATCH v2] mx53loco: Fix build error when CONFIG_VIDEO is disabled

2012-11-10 Thread Anatolij Gustschin
From: Vikram Narayanan vikram...@gmail.com The inclusion of LCD patch into mx53loco breaks the build when CONFIG_VIDEO is disabled. Fix this by splitting the video related stuff to a new file. Also rename the function lcd_iomux to setup_iomux_lcd to make the namings aligned with the other iomux

[U-Boot] [PATCH v2] mx51evk: Fix build error when CONFIG_VIDEO is disabled

2012-11-10 Thread Anatolij Gustschin
From: Vikram Narayanan vikram...@gmail.com The inclusion of LCD patch into mx51evk breaks the build when CONFIG_VIDEO is disabled. Fix this by splitting the video related stuff to a new file. Also rename the function lcd_iomux to setup_iomux_lcd to make the namings aligned with the other iomux

Re: [U-Boot] [PATCH v2 01/13] mx31: Move EHCI definitions to ehci-fsl.h

2012-11-10 Thread Albert ARIBAUD
Hi Benoît, On Sat, 10 Nov 2012 13:37:12 +0100 (CET), Benoît Thébaudeau benoit.thebaud...@advansee.com wrote: Hi Stefano, On Saturday, November 10, 2012 8:42:24 AM, Stefano Babic wrote: On 08/11/2012 21:27, Benoît Thébaudeau wrote: The EHCI definitions in i.MX31's imx-regs.h are

Re: [U-Boot] [PATCH v2] mx51evk: Fix build error when CONFIG_VIDEO is disabled

2012-11-10 Thread Anatolij Gustschin
Hi, please ignore this patch, it was sent by accident. Sorry about that. On Sat, 10 Nov 2012 13:32:00 +0100 Anatolij Gustschin ag...@denx.de wrote: From: Vikram Narayanan vikram...@gmail.com The inclusion of LCD patch into mx51evk breaks the build when CONFIG_VIDEO is disabled. Fix this

Re: [U-Boot] [PATCH v2 01/13] mx31: Move EHCI definitions to ehci-fsl.h

2012-11-10 Thread Albert ARIBAUD
I'll let Stefano give a definitive answer of course, but I personally prefer that comments be moved before the defines. Note: I mean that each comment should precede its corresponding define, of course; I don't want all these comments lumped together in a single block. Amicalement, -- Albert.

Re: [U-Boot] [Patch v5] video: atmel: implement lcd_setcolreg function

2012-11-10 Thread Anatolij Gustschin
Hi, On Fri, 9 Nov 2012 11:49:14 +0800 Bo Shen voice.s...@atmel.com wrote: implement the common api lce_setcolreg in include/lcd.h Signed-off-by: Bo Shen voice.s...@atmel.com --- since v4: * using define for these magic number since v3: * add magic number since v2: * add this

[U-Boot] common/xyzmodem.c, ymodem, slow behavior receiving bytes

2012-11-10 Thread Angelo Dureghello
Dear all, i am experiencing a strange behavior on the u-boot ymodem protocol. I am running u-boot, (pulled from origin/head yesterday) on a mcf5307 based board. I am currently working to include this board/cpu as supported into u-boot. cpu runs at 90Mhz (bus clock@45), baud rate 115200. On an

Re: [U-Boot] [PATCH v2 01/13] mx31: Move EHCI definitions to ehci-fsl.h

2012-11-10 Thread Benoît Thébaudeau
On Saturday, November 10, 2012 1:47:51 PM, Albert ARIBAUD wrote: I'll let Stefano give a definitive answer of course, but I personally prefer that comments be moved before the defines. Note: I mean that each comment should precede its corresponding define, of course; I don't want all

Re: [U-Boot] [PATCH v2 0/2] Factorize ARM startup code as mush as possible.

2012-11-10 Thread Albert ARIBAUD
Hi Sughosh, On Thu, 8 Nov 2012 19:50:28 +0530, Sughosh Ganu urwithsugh...@gmail.com wrote: hi Albert, On Mon Nov 05, 2012 at 01:09:25PM +0530, Sughosh Ganu wrote: On Sun Nov 04, 2012 at 10:38:32AM -0700, Tom Rini wrote: On Sun, Nov 04, 2012 at 12:43:12PM +0100, Albert ARIBAUD wrote:

Re: [U-Boot] [PATCH v2 01/13] mx31: Move EHCI definitions to ehci-fsl.h

2012-11-10 Thread stefano babic
Am 10/11/2012 13:37, schrieb Benoît Thébaudeau: Hi Stefano, On Saturday, November 10, 2012 8:42:24 AM, Stefano Babic wrote: On 08/11/2012 21:27, Benoît Thébaudeau wrote: The EHCI definitions in i.MX31's imx-regs.h are MXC-generic, so move them to ehci-fsl.h so that all MXC SoCs can use

Re: [U-Boot] [PATCH v2 1/2] arm: move C runtime setup code in crt0.S

2012-11-10 Thread Albert ARIBAUD
Hi Andreas, On Mon, 05 Nov 2012 09:31:55 +0100, Andreas Bießmann andreas.de...@googlemail.com wrote: Dear Albert Aribaud, DDR means DRAM in general? Yes -- but DRAM is no better, as it still describes a technology (class). I'm going tu use system RAM to describe it. + *must use GD to

Re: [U-Boot] [PATCH v2 1/2] arm: move C runtime setup code in crt0.S

2012-11-10 Thread Albert ARIBAUD
Reviewing myself: On Sun, 4 Nov 2012 12:32:04 +0100, Albert ARIBAUD albert.u.b...@aribaud.net wrote: diff --git a/arch/arm/lib/crt0.S b/arch/arm/lib/crt0.S new file mode 100644 index 000..fd6bd92 --- /dev/null +++ b/arch/arm/lib/crt0.S +clbss_l:cmp r0, r1 /* while

[U-Boot] [PATCH v3 0/2] Factorize ARM startup code as mush as possible.

2012-11-10 Thread Albert ARIBAUD
The goal of this series is to scrub the start.S files which have proliferated across arch/arm and eliminate code redundancy. Currently this series only factorizes the C runtime framework, that is, the assembly code responsible for setting up the C environments needed by board_init_*() and

[U-Boot] [PATCH v3 1/2] arm: move C runtime setup code in crt0.S

2012-11-10 Thread Albert ARIBAUD
Move all the C runtime setup code from every start.S in arch/arm into arch/arm/lib/crt0.S. This covers the code sequence from isetting up the initial stack to calling into board_init_r(). Also, rewrite the C runtime setup and make functions board_init_*() and relocate_code() behave according to

Re: [U-Boot] Documentation about Falcon Mode

2012-11-10 Thread Marek Vasut
Dear Stefano Babic, On 09/11/2012 23:41, Otavio Salvador wrote: Hello, Hi Otavio, During the last U-Boot meeting they Falcon Mode has been showed and I'd like to have more details about it. Where I can find the documentation, example code and slides? You can find the slides of

[U-Boot] [PATCH v3 2/2] arm: remove useless code in start.S files

2012-11-10 Thread Albert ARIBAUD
Remove code such as unneeded includes or labels. These removals have no functional effect. Signed-off-by: Albert ARIBAUD albert.u.b...@aribaud.net --- Changes in v3: - no change Changes in v2: - introduced in V2 arch/arm/cpu/arm925t/start.S |4 arch/arm/cpu/arm926ejs/start.S |6

Re: [U-Boot] [PATCH v3 0/2] Factorize ARM startup code as mush as possible.

2012-11-10 Thread Albert ARIBAUD
Hi Albert, On Sat, 10 Nov 2012 18:00:11 +0100, Albert ARIBAUD albert.u.b...@aribaud.net wrote: The goal of this series is to scrub the start.S files which have proliferated across arch/arm and eliminate code redundancy. Currently this series only factorizes the C runtime framework, that

Re: [U-Boot] Documentation about Falcon Mode

2012-11-10 Thread Henrik Nordström
lör 2012-11-10 klockan 00:25 +0100 skrev Anatolij Gustschin: Some documentation is in README (SPL framework) and doc/README.SPL, example code is in mainline (see i.e. twister board). For slides see [1]. Links to the videos mentioned in the slides can be found here [2]. The piece I am missing

[U-Boot] [PATCH 1/3] fw_env: fix type of len

2012-11-10 Thread Mike Frysinger
This variable is assigned by a size_t, and is printed that way, but is incorrectly declared as an int. Which means we get warnings: fw_env.c: In function 'fw_setenv': fw_env.c:409:5: warning: format '%zu' expects argument of type 'size_t', but argument 3 has type 'int' [-Wformat]

[U-Boot] [PATCH 3/3] fw_env: fix building w/out a config.h

2012-11-10 Thread Mike Frysinger
Signed-off-by: Mike Frysinger vap...@gentoo.org --- tools/env/Makefile | 11 ++- tools/env/fw_env.h | 25 - 2 files changed, 10 insertions(+), 26 deletions(-) diff --git a/tools/env/Makefile b/tools/env/Makefile index ab73c8c..62a113a 100644 ---

[U-Boot] [PATCH 2/3] fw_env: fix incorrect usage of open(O_CREAT)

2012-11-10 Thread Mike Frysinger
When using open(), the O_CREAT flag must be given a mode, otherwise it uses random garbage from the stack. Also, it can fail to build: In file included from /usr/include/fcntl.h:290:0, from fw_env_main.c:42: In function 'open', inlined from 'main' at fw_env_main.c:97:9:

Re: [U-Boot] [PATCH 00/46] Enhance spear support

2012-11-10 Thread Stefan Roese
On 11/10/2012 09:48 AM, Albert ARIBAUD wrote: Yes, I volunteer to be the SPEAr U-Boot custodian.. I think that no one else could to this custodian job better than Vipin... Guaranteed! I'm all for it. Lets see what Albert has to say here. Albert, whats your opinion here? Would you also

Re: [U-Boot] kwboot: Boot Marvell Kirkwood SoCs over a serial link.

2012-11-10 Thread Sam Bulka
I understand the advantage of the tool when installed on a PC. But not the advantage of adding it to Uboot, since the tool is needed when Uboot is broken and doesn't work anymore. How would you use this tool from within Uboot, if you can't access Uboot prompt? :) And if you can access the prompt,

Re: [U-Boot] [PATCH 00/46] Enhance spear support

2012-11-10 Thread Wolfgang Denk
Dear Stefan, In message 509f4194.9070...@denx.de you wrote: Vipin, please send your public ssh key to Wolfgang so that we can create the new spear U-Boot git repository for you. Will this be only SPEAr, or should we expect other chips fromSTM to go though it, too (so a more generic name like