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

2013-06-19 Thread Albert ARIBAUD
Hi Minkyu, On Mon, 17 Jun 2013 11:10:58 +0900, Minkyu Kang mk7.k...@samsung.com wrote: Dear Albert, The following changes since commit d0a51373131c4ba565a2391d5ed78b87c406ce98: at91sam9260ek: move board id setup to config header (2013-05-12 16:49:14 +0200) are available in the git

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

2013-06-19 Thread Albert ARIBAUD
Hi Jagan, On Wed, 19 Jun 2013 17:19:36 +0530, Jagan Teki jagannadh.t...@gmail.com wrote: On Wed, Jun 19, 2013 at 6:09 AM, Minkyu Kang mk7.k...@samsung.com wrote: On 18/06/13 23:57, Albert ARIBAUD wrote: Hi Minkyu, On Mon, 17 Jun 2013 13:16:20 +0530, Jagan Teki jagannadh.t...@gmail.com

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

2013-06-19 Thread Albert ARIBAUD
Hi Minkyu, On Mon, 17 Jun 2013 11:10:58 +0900, Minkyu Kang mk7.k...@samsung.com wrote: Dear Albert, The following changes since commit d0a51373131c4ba565a2391d5ed78b87c406ce98: at91sam9260ek: move board id setup to config header (2013-05-12 16:49:14 +0200) are available in the git

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

2013-06-19 Thread Albert ARIBAUD
Hi Tom, On Tue, 18 Jun 2013 11:25:59 -0400, Tom Rini tr...@ti.com wrote: Hello, The following changes since commit 847e6693ccb529bf8346db62876f38f0c4e04ade: arm: pxa: config option for PXA270 turbo mode (2013-06-12 22:24:12 +0200) are available in the git repository at:

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

2013-06-20 Thread Albert ARIBAUD
Hi Prafulla, On Wed, 19 Jun 2013 22:38:17 -0700, Prafulla Wadaskar prafu...@marvell.com wrote: The following changes since commit c2543a21df335484fa86bd652b5564d0ca90d5f6: Albert ARIBAUD (1): Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' are available in the git

Re: [U-Boot] [PATCH v3 17/21] arm: Implement the 'fake' go command

2013-06-20 Thread Albert ARIBAUD
guess my contribution shall be... Acked-by: Albert ARIBAUD albert.u.b...@aribaud.net (1) patch 18/21 is Samsung and patch 19/21 touches on exynos5250-based boards; my ack is less adequate than that of, respectively, Minkyu as the Samsung custodian and the exynos5250-based boards' maintainers. Note

Re: [U-Boot] [PATCH 1/3] arm: spl: Fix SPL booting for OMAP3

2013-06-20 Thread Albert ARIBAUD
(OMAP3530). Signed-off-by: Stefan Roese s...@denx.de Cc: Tom Rini tr...@ti.com Cc: Albert ARIBAUD albert.u.b...@aribaud.net --- arch/arm/lib/crt0.S | 6 ++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/lib/crt0.S b/arch/arm/lib/crt0.S index a9657d1..b05f66a 100644 --- a/arch

Re: [U-Boot] [PATCH 1/3] arm: spl: Fix SPL booting for OMAP3

2013-06-20 Thread Albert ARIBAUD
Hi Stefan, On Thu, 20 Jun 2013 19:01:22 +0200, Stefan Roese s...@denx.de wrote: Hi Albert, On 20.06.2013 18:42, Albert ARIBAUD wrote: diff --git a/arch/arm/lib/crt0.S b/arch/arm/lib/crt0.S index a9657d1..b05f66a 100644 --- a/arch/arm/lib/crt0.S +++ b/arch/arm/lib/crt0.S @@ -85,7

Re: [U-Boot] [PATCH 1/3] arm: spl: Fix SPL booting for OMAP3

2013-06-20 Thread Albert ARIBAUD
Hi Stefan, On Thu, 20 Jun 2013 20:28:01 +0200, Stefan Roese s...@denx.de wrote: Hi Albert, On 20.06.2013 19:51, Albert ARIBAUD wrote: The correct fix (read: the one I won't NAK) is thus to add a #else clause in the code above, in which r8 will be set to =gdata, and to remove

Re: [U-Boot] [PATCH v2 1/3] arm: spl: Fix SPL booting for OMAP3

2013-06-21 Thread Albert ARIBAUD
before s_init() is called. r8 now is only written in crt0.S. This error was detected on the SPL port for the Compulab CM-T35 board (OMAP3530). Signed-off-by: Stefan Roese s...@denx.de Cc: Tom Rini tr...@ti.com Cc: Albert ARIBAUD albert.u.b...@aribaud.net --- v2: - Change handling

Re: [U-Boot] [PATCH v3 1/3] arm: spl: Fix SPL booting for OMAP3

2013-06-21 Thread Albert ARIBAUD
should keep setting gd -- sorry for missing this so far, maybe Tom can fix the message while applying? Otherwise: Acked-by: Albert ARIBAUD albert.u.b...@aribaud.net Amicalement, -- Albert. ___ U-Boot mailing list U-Boot@lists.denx.de http

Re: [U-Boot] [PATCH v4 1/3] arm: spl: Fix SPL booting for OMAP3

2013-06-21 Thread Albert ARIBAUD
before s_init() is called. r8 now is only written in crt0.S. This error was detected on the SPL port for the Compulab CM-T35 board (OMAP3530). Signed-off-by: Stefan Roese s...@denx.de Cc: Tom Rini tr...@ti.com Acked-by: Albert ARIBAUD albert.u.b...@aribaud.net --- v4: - Corrected commit text

Re: [U-Boot] [PATCH v3 0/6] Optimize ARM relocation

2013-06-21 Thread Albert ARIBAUD
On Tue, 11 Jun 2013 14:17:29 +0200, Albert ARIBAUD albert.u.b...@aribaud.net wrote: This series optimizes relocation by ensuring ARM binaries only use one type of relocation record, R_ARM_RELATIVE., then optimizing relocation code accordingly. 1. A Makefile rule is added that checks

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

2013-06-21 Thread Albert ARIBAUD
fifo Albert ARIBAUD (8): Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' arm: ensure u-boot only uses relative relocations remove all references to .dynsym arm: generalize lib/bss.c into lib/sections.c

Re: [U-Boot] [PATCH 2/2] pxa: fix memory coherency problem after relocation

2013-06-21 Thread Albert ARIBAUD
Hi Marek, On Sat, 22 Jun 2013 04:29:56 +0200, Marek Vasut ma...@denx.de wrote: Albert, do you want me to pick these or will you? Pick them and PR me. Best regards, Marek Vasut Amicalement, -- Albert. ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [PATCH] OpenRD: relocate environment to 640kB

2013-06-22 Thread Albert ARIBAUD
On Tue, 11 Jun 2013 12:00:19 +0200, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hi Sascha, On Mon, 27 May 2013 11:42:26 +0200, Sascha Silbe t-ub...@infra-silbe.de wrote: U-Boot has become slightly larger than where the environment sector was previously located. Saving

Re: [U-Boot] [PATCH] arm: omap5_uevm: Correct the console sys prompt for 5432

2013-06-22 Thread Albert ARIBAUD
Hi Tom, On Tue, 11 Jun 2013 11:53:42 -0400, Tom Rini tr...@ti.com wrote: On Thu, Jun 06, 2013 at 04:30:38PM -0500, Dan Murphy wrote: Correct the console sys prompt to display the correct processor and the corrent board Signed-off-by: Dan Murphy dmur...@ti.com Reported-by: Lubomir

[U-Boot] [RFC] interrupt handling

2013-06-22 Thread Albert ARIBAUD
Hello all, From time to time there is discussion about the need for proper interrupt support in U-Boot. Right now, the only thing left in the source code which remotely looks like interrupt support is a few code sections compiled conditionally under CONFIG_USE_IRQ, and it does not constitute a

Re: [U-Boot] [PATCH] Fix block device accesses beyond 2TiB

2013-06-22 Thread Albert ARIBAUD
On Mon, 17 Jun 2013 22:26:00 +0200, Marek Vasut ma...@denx.de wrote: Hello Sascha, With CONFIG_SYS_64BIT_LBA, lbaint_t gets defined as a 64-bit type, which is required to represent block numbers for storage devices that exceed 2TiB (the block size usually is 512B), e.g. recent hard

Re: [U-Boot] [PATCH] Fix block device accesses beyond 2TiB

2013-06-22 Thread Albert ARIBAUD
Hi Frédéric, On Sat, 22 Jun 2013 14:29:26 +0200, Frédéric Leroy fr...@starox.org wrote: Hello Albert, Sascha, Marek Le 22/06/2013 12:07, Albert ARIBAUD a écrit : Quick review looks OK. Best regards, Marek Vasut Anyone could test Sascha's patch? Especially Frédédic, can you

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

2013-06-22 Thread Albert ARIBAUD
Hi Marek, On Sat, 22 Jun 2013 15:26:21 +0200, Marek Vasut ma...@denx.de wrote: The following changes since commit fbf87b1823dd5ebc2a384711ea2c677543019ece: arm: optimize relocate_code routine (2013-06-21 23:05:50 +0200) are available in the git repository at:

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

2013-06-22 Thread Albert ARIBAUD
Hi Mike, On Sat, 22 Jun 2013 10:42:27 -0700, Mike Dunn miked...@newsguy.com wrote: On 06/22/2013 09:57 AM, Albert ARIBAUD wrote: Hi Marek, On Sat, 22 Jun 2013 15:26:21 +0200, Marek Vasut ma...@denx.de wrote: The following changes since commit

Re: [U-Boot] [PATCH] board/bsc913x: Add config flag for bootdelay

2013-06-23 Thread Albert ARIBAUD
Hi Harninder, On Mon, 17 Jun 2013 17:18:32 +0530, Harninder Rai harninder@freescale.com wrote: Keep the value of CONFIG_BOOTDELAY as -1 to disable autoboot Signed-off-by: Harninder Rai harninder@freescale.com --- include/configs/BSC9131RDB.h |1 + include/configs/BSC9132QDS.h

Re: [U-Boot] [PATCH v5 02/14] net: ftgmac100: add MMU/D-cache support

2013-06-23 Thread Albert ARIBAUD
of the patch itself, and put any additional info after the commit message separator --- below or, if using patman, in the cover letter. Signed-off-by: Kuo-Jung Su dant...@faraday-tech.com CC: Albert ARIBAUD albert.u.b...@aribaud.net CC: Joe Hershberger joe.hershber...@gmail.com CC: Tom Rini tr...@ti.com

Re: [U-Boot] [PATCH v5 03/14] net: add Faraday FTMAC110 10/100Mbps ethernet support

2013-06-23 Thread Albert ARIBAUD
Hi Kuo-Jung, On Mon, 17 Jun 2013 20:06:53 +0800, Kuo-Jung Su dant...@gmail.com wrote: NOTE: No matter if MMU/D-cache is on or off, this patch always depends on previous patch: arm: dma_alloc_coherent: malloc() - memalign(). Because the FTMAC110 expects the tx/rx descriptors are always

Re: [U-Boot] [PATCH v5 12/14] arm: add Faraday specific boot command

2013-06-23 Thread Albert ARIBAUD
paragraph should be given as commit message here. Signed-off-by: Kuo-Jung Su dant...@faraday-tech.com CC: Albert Aribaud albert.u.b...@aribaud.net --- Amicalement, -- Albert. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman

Re: [U-Boot] [PATCH v4 0/8] Provide a mechanism to avoid using #ifdef everywhere

2013-06-23 Thread Albert ARIBAUD
Hi Simon, On Mon, 17 Jun 2013 07:44:52 -0700, Simon Glass s...@chromium.org wrote: Note that a config_drop.h file is added - this defines all the CONFIGs which are not used in any board config file. Without this, autoconf cannot define the macros for this CONFIGs. Compile time for main.c

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

2013-06-23 Thread Albert ARIBAUD
Hi Marek, FYI, I am using the ARM cross-toolchain available in my Ubuntu 13.04. For some reason, I feel the linaro ones were always stuffed with experimental and semi-broken stuff :-( Maybe they were; all I can say is, the Ubuntu/Linaro toolchain never failed me in any way. Best

Re: [U-Boot] [PATCH v5 03/14] net: add Faraday FTMAC110 10/100Mbps ethernet support

2013-06-23 Thread Albert ARIBAUD
Hi Tom, On Sun, 23 Jun 2013 07:09:49 -0400, Tom Rini tr...@ti.com wrote: On Sun, Jun 23, 2013 at 09:18:11AM +0200, Albert ARIBAUD wrote: Hi Kuo-Jung, On Mon, 17 Jun 2013 20:06:53 +0800, Kuo-Jung Su dant...@gmail.com wrote: NOTE: No matter if MMU/D-cache is on or off

Re: [U-Boot] [PATCH] board/bsc913x: Add config flag for bootdelay

2013-06-24 Thread Albert ARIBAUD
Hi Rai, On Mon, 24 Jun 2013 09:28:26 +, Rai Harninder-B01044 b01...@freescale.com wrote: Hello Albert, Plase fix commit message: you're not simply adding a boot delay flag, you're in fact disabling autoboot, which is quite different. [Rai Harninder-B01044] Disable autoboot through

Re: [U-Boot] [PATCH v2 0/3] Add ethernet support for Congatec qmx6qeval

2013-06-27 Thread Albert ARIBAUD
Hi Leo, On Thu, 20 Jun 2013 15:46:47 +0200, SARTRE Leo lsar...@adeneo-embedded.com wrote: Changes in v2: -micrel.c : drop two unneeded changes in comments. -cgtqmx6eval.c: #ifdef CONFIG_FEC_MXC now covers the whole

Re: [U-Boot] [PATCH] arm: omap5_uevm: Correct the console sys prompt for 5432

2013-06-27 Thread Albert ARIBAUD
Hi Tom, On Mon, 24 Jun 2013 16:30:54 -0400, Tom Rini tr...@ti.com wrote: On Sat, Jun 22, 2013 at 11:33:11AM +0200, Albert ARIBAUD wrote: Hi Tom, On Tue, 11 Jun 2013 11:53:42 -0400, Tom Rini tr...@ti.com wrote: On Thu, Jun 06, 2013 at 04:30:38PM -0500, Dan Murphy wrote

Re: [U-Boot] [PATCH v4 0/8] Provide a mechanism to avoid using #ifdef everywhere

2013-06-27 Thread Albert ARIBAUD
Hi Simon, On Mon, 24 Jun 2013 17:52:03 -0700, Simon Glass s...@chromium.org wrote: Hi Albert, On Sun, Jun 23, 2013 at 12:29 AM, Albert ARIBAUD albert.u.b...@aribaud.netwrote: Hi Simon, On Mon, 17 Jun 2013 07:44:52 -0700, Simon Glass s...@chromium.org wrote: Note

Re: [U-Boot] [PATCH 1/2] board/bsc9132qds: Add DSP side tlb and laws

2013-06-27 Thread Albert ARIBAUD
Hi Jain, On Thu, 27 Jun 2013 03:59:16 +, Jain Priyanka-B32167 b32...@freescale.com wrote: Email-id is no longer valid as person has left the company. Git send-email was throwing error as it could not send message to that mail. (please do not top-post) Without an e-mail address, I

Re: [U-Boot] [PATCH v5 1/3] arm: spl: Fix SPL booting for OMAP3

2013-06-27 Thread Albert ARIBAUD
before s_init() is called. r8 now is only written in crt0.S. This error was detected on the SPL port for the Compulab CM-T35 board (OMAP3530). Signed-off-by: Stefan Roese s...@denx.de Cc: Tom Rini tr...@ti.com Cc: Albert ARIBAUD albert.u.b...@aribaud.net --- Albert, I'm not really happy

Re: [U-Boot] [PATCH] OpenRD: relocate environment to 640kB

2013-06-27 Thread Albert ARIBAUD
Hi Sascha, On Tue, 25 Jun 2013 11:42:53 +0200, Sascha Silbe t-ub...@infra-silbe.de wrote: Hello Albert, hello Tom, Albert ARIBAUD albert.u.b...@aribaud.net writes: [Move environment to account for increase in U-Boot size] This patch is for 2013.10, not 2013.07, but I prefer raising

Re: [U-Boot] [PATCH v3 1/2] Optimized nand_read_buf for kirkwood

2013-06-27 Thread Albert ARIBAUD
Hi Phil, On Wed, 26 Jun 2013 20:25:25 +0200, Phil Sutter phil.sut...@viprinet.com wrote: The basic idea is taken from the linux-kernel, but further optimized. First align the buffer to 8 bytes, then use ldrd/strd to read and store in 8 byte quantities, then do the final bytes. Tested

Re: [U-Boot] [PATCH 1/2] board/bsc9132qds: Add DSP side tlb and laws

2013-06-27 Thread Albert ARIBAUD
Hi Prabhakar, On Thu, 27 Jun 2013 13:36:16 +0530, Prabhakar Lad prabhakar.cse...@gmail.com wrote: On Thu, Jun 27, 2013 at 1:21 PM, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hi Jain, On Thu, 27 Jun 2013 03:59:16 +, Jain Priyanka-B32167 b32...@freescale.com wrote: Email-id

Re: [U-Boot] [PATCH] usb: fix unaligned access in device_qual()

2013-06-27 Thread Albert ARIBAUD
Hi Heiko, On Thu, 27 Jun 2013 10:04:57 +0200, Heiko Schocher h...@denx.de wrote: while playing with dfu, I tapped in an unaligned access when doing on the host side a lsusb -d [vendornr]: -v I get on the board: GADGET DRIVER: usb_dnl_dfu data abort MAYBE you should read

Re: [U-Boot] [PATCH] fs/ext4: caculate log2blksz from blksz, other its value = 0

2013-06-27 Thread Albert ARIBAUD
Hi Lan, On Thu, 27 Jun 2013 17:42:31 +0800, Lan Yixun (dlan) dennis.y...@gmail.com wrote: From: Lan Yixun (dlan) dennis.y...@gmail.com err: lt703a # ext4ls nand 3:0 Failed to mount ext2 filesystem... ** Unrecognized filesystem type ** bug may introduced by commit: commit

Re: [U-Boot] [PATCH] usb: fix unaligned access in device_qual()

2013-06-27 Thread Albert ARIBAUD
Hi Marek, On Thu, 27 Jun 2013 13:26:39 +0200, Marek Vasut ma...@denx.de wrote: Dear Heiko Schocher, while playing with dfu, I tapped in an unaligned access when doing on the host side a lsusb -d [vendornr]: -v I get on the board: Applied, thanks Now we have console log output in

Re: [U-Boot] [PATCH] usb: fix unaligned access in device_qual()

2013-06-27 Thread Albert ARIBAUD
Hi Stefan, On Thu, 27 Jun 2013 12:26:24 +0200, Stefan Roese s...@denx.de wrote: Hi Albert, On 06/27/2013 12:11 PM, Albert ARIBAUD wrote: while playing with dfu, I tapped in an unaligned access when doing on the host side a lsusb -d [vendornr]: -v I get on the board: GADGET DRIVER

Re: [U-Boot] [PATCH] usb: fix unaligned access in device_qual()

2013-06-27 Thread Albert ARIBAUD
Hi Marek, On Thu, 27 Jun 2013 15:23:33 +0200, Marek Vasut ma...@denx.de wrote: Hello Albert, Hi Marek, On Thu, 27 Jun 2013 13:26:39 +0200, Marek Vasut ma...@denx.de wrote: Dear Heiko Schocher, while playing with dfu, I tapped in an unaligned access when doing on the host

Re: [U-Boot] [PATCH] mkimage: Build signing only if board has CONFIG_FIT_SIGNATURE

2013-06-27 Thread Albert ARIBAUD
Hi Simon, On Thu, 27 Jun 2013 10:43:18 -0700, Simon Glass s...@chromium.org wrote: If CONFIG_FIT_SIGNATURE is not enabled, then mkimage will report a warning that signing is not supported. Not sure I understand this scenario. Can you develop? Amicalement, -- Albert.

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

2013-06-28 Thread Albert ARIBAUD
Hi Marek, On Sat, 22 Jun 2013 15:26:21 +0200, Marek Vasut ma...@denx.de wrote: The following changes since commit fbf87b1823dd5ebc2a384711ea2c677543019ece: arm: optimize relocate_code routine (2013-06-21 23:05:50 +0200) are available in the git repository at:

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

2013-06-28 Thread Albert ARIBAUD
Hi Stefano, On Fri, 28 Jun 2013 17:05:29 +0200, Stefano Babic sba...@denx.de wrote: Hi Albert, some fixes and pending patches. Please pull from u-boot-imx, thanks ! The following changes since commit 4a1c7b13ae104d4526d3176793b7f6b06694df15: vf610twr: Drop unneeded 'status' variable

Re: [U-Boot] I'm coming back :)

2013-07-01 Thread Albert ARIBAUD
Hi Graeme, On Mon, 1 Jul 2013 13:54:45 +1000, Graeme Russ graeme.r...@gmail.com wrote: Hi Guys, Due to personal circumstances I left the U-Boot community back in late October 2012. Now I find my circumstances have been completely flipped upside down (long story) and I will soon have

Re: [U-Boot] [PATCH 0/6] Upstream environment changes being used in Yocto/OE

2013-07-04 Thread Albert ARIBAUD
Hi Fabio, On Fri, 28 Jun 2013 18:56:46 -0300, Fabio Estevam feste...@gmail.com wrote: On Fri, Jun 28, 2013 at 6:52 PM, Otavio Salvador ota...@ossystems.com.br wrote: This changes were being done in every version of U-Boot and it makes sense to try to merge them upstream. Please review

Re: [U-Boot] [PATCH] usb: fix unaligned access in device_qual()

2013-07-04 Thread Albert ARIBAUD
Hi Marek, On Wed, 3 Jul 2013 15:30:20 +0200, Marek Vasut ma...@denx.de wrote: Dear Albert ARIBAUD, Hi Marek, On Thu, 27 Jun 2013 15:23:33 +0200, Marek Vasut ma...@denx.de wrote: Hello Albert, Hi Marek, On Thu, 27 Jun 2013 13:26:39 +0200, Marek Vasut ma...@denx.de

Re: [U-Boot] [PATCH v5 1/3] arm: spl: Fix SPL booting for OMAP3

2013-07-04 Thread Albert ARIBAUD
Hi Tom, On Wed, 3 Jul 2013 15:47:27 -0400, Tom Rini tr...@ti.com wrote: On Thu, Jun 27, 2013 at 10:27:26AM +0200, Albert ARIBAUD wrote: Hi Stefan, On Tue, 25 Jun 2013 09:14:12 +0200, Stefan Roese s...@denx.de wrote: Fix a problem with a re-assignment of r8 in the SPL version

Re: [U-Boot] [PATCH 3/3] Makefile: fix readelf usage

2013-07-04 Thread Albert ARIBAUD
\ R_ARM_RELATIVE; false; fi Acked-by: Albert ARIBAUD albert.u.b...@aribaud.net Tom, do I take this in u-boot-arm and then deliver this later in my PR, or do you want to pick it directly in mainline? Amicalement, -- Albert. ___ U-Boot mailing list U-Boot

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

2013-07-04 Thread Albert ARIBAUD
Hi Tom, On Tue, 2 Jul 2013 16:05:52 -0400, Tom Rini tr...@ti.com wrote: Hello, The following changes since commit e6c7f86f03b0ad25e9ef70df3ee1989b6b789d7c: Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' (2013-06-28 17:51:13 +0200) are available in the git repository at:

Re: [U-Boot] [PATCH 3/3] Makefile: fix readelf usage

2013-07-04 Thread Albert ARIBAUD
Hi Andreas, On Thu, 04 Jul 2013 15:25:53 +0200, Andreas Bießmann andreas.de...@googlemail.com wrote: Hi Albert, On 07/04/2013 02:09 PM, Albert ARIBAUD wrote: Hi Andreas, On Sun, 30 Jun 2013 13:15:06 +0200, Andreas Bießmann andreas.de...@googlemail.com wrote: Some OS (like OS X

Re: [U-Boot] compiled failed when turned off gcc optimazitionAT

2013-07-05 Thread Albert ARIBAUD
Hi tiger...@viatech.com.cn, On Fri, 5 Jul 2013 18:31:50 +0800, tiger...@viatech.com.cn wrote: Hi, experts: Would any expert fix this question? It seems related MOVW instruction's usuage when turning off gcc optimazition. If i just turned on -O1 or -O2, still failed to compile

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

2013-07-05 Thread Albert ARIBAUD
Hi Minkyu, On Fri, 05 Jul 2013 19:08:06 +0900, Minkyu Kang mk7.k...@samsung.com wrote: Dear Albert, The following changes since commit 7737c994609ffb50194d5ddb67467ae0fcd8f775: net2big_v2: initialize LEDs at startup (2013-06-20 14:01:23 +0530) are available in the git repository at:

Re: [U-Boot] test HYP mode in arch/arm/cpu/armv7/start.S

2013-07-05 Thread Albert ARIBAUD
Hi tiger...@viatech.com.cn, On Tue, 2 Jul 2013 10:22:03 +0800, tiger...@viatech.com.cn wrote: Hi, experts: I found it would determine whether CPU was in HYP mode or not before switching to SVC mode in reset handler. So, why need to test HYP mode? So, which case could cause CPU in HYP mode

Re: [U-Boot] [RFC PATCH] arm: arm926ejs: flush cache before disable it

2013-07-05 Thread Albert ARIBAUD
Hi Bo, On Tue, 2 Jul 2013 12:35:54 +, Bo Shen voice.s...@gmail.com wrote: flush cache before disable it Signed-off-by: Bo Shen voice.s...@gmail.com --- arch/arm/cpu/arm926ejs/cpu.c |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git

Re: [U-Boot] [PATCHv2] socfpga: Move board/socfpga_cyclone5 to board/socfpga

2013-07-05 Thread Albert ARIBAUD
Hi dingu...@altera.com, On Tue, 2 Jul 2013 17:00:18 -0500, dingu...@altera.com wrote: From: Dinh Nguyen dingu...@altera.com Because the SOCFPGA platform will include support for Cyclone V and Arria V FPGA parts, renaming socfpga_cyclone5 folder to socfpga to be more generic.

Re: [U-Boot] Marvell SheevaPlug v2013.04 Refresh (ask for review)

2013-07-05 Thread Albert ARIBAUD
Hi Gérald, On Tue, 02 Jul 2013 23:17:51 +0200, DrEagle drea...@doukki.net wrote: Hi, I have started to rework all the MVSDIO driver, and some more enhancements, to make a cool updated and workable SheevaPlug. I have take the v2013.04 denx uBoot to base my patchs. If you can take a look

Re: [U-Boot] [U-boot] monitor length question

2013-07-05 Thread Albert ARIBAUD
Hi tiger...@viatech.com.cn, On Wed, 3 Jul 2013 11:19:13 +0800, tiger...@viatech.com.cn wrote: Hi, experts: I am studying u-boot latest code now. I have a question about monitor length. 1. in board_init_f() function in arch\arm\lib\board.c Gd-mon_len = _bss_end_ofs; 2. in board_init_r()

Re: [U-Boot] [PATCH] cramfs: fix bug for wrong filename comparison

2013-07-05 Thread Albert ARIBAUD
Hi Holger, On Thu, 4 Jul 2013 10:29:46 +0200, Holger Brunck holger.bru...@keymile.com wrote: If we have the following entry in cramfs: = cramfsls -rw-r--r-- 1922689 uImage cramfsload would also succeed if we try to do: = cramfsload uImage_1 CRAMFS load complete: 1922689 bytes loaded

Re: [U-Boot] [PATCH] zmx25: Select CONFIG_OF_LIBFDT

2013-07-05 Thread Albert ARIBAUD
Hi Fabio, On Thu, 4 Jul 2013 17:30:08 -0300, Fabio Estevam feste...@gmail.com wrote: From: Fabio Estevam fabio.este...@freescale.com Allow the boot of a device tree kernel. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- include/configs/zmx25.h | 1 + 1 file changed, 1

Re: [U-Boot] [PATCH] zmx25: Select CONFIG_OF_LIBFDT

2013-07-05 Thread Albert ARIBAUD
Hi Fabio, On Fri, 5 Jul 2013 18:32:32 -0300, Fabio Estevam feste...@gmail.com wrote: Hi Albert, On Fri, Jul 5, 2013 at 6:25 PM, Albert ARIBAUD albert.u.b...@aribaud.net wrote: CC:ing the board maintainer as per the MAINTAINER file. I added Matthias on Cc on my original patch

Re: [U-Boot] [PATCH] zmx25: Select CONFIG_OF_LIBFDT

2013-07-05 Thread Albert ARIBAUD
Hi Fabio again, On Fri, 5 Jul 2013 23:45:38 +0200, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hi Fabio, On Fri, 5 Jul 2013 18:32:32 -0300, Fabio Estevam feste...@gmail.com wrote: Hi Albert, On Fri, Jul 5, 2013 at 6:25 PM, Albert ARIBAUD albert.u.b...@aribaud.net wrote

Re: [U-Boot] Marvell SheevaPlug v2013.04 Refresh (ask for review)

2013-07-08 Thread Albert ARIBAUD
Hi DrEagle, On Mon, 08 Jul 2013 01:41:38 +0200, DrEagle drea...@doukki.net wrote: Le 05/07/2013 23:08, Albert ARIBAUD a écrit : Hi Gérald, Hello, On Tue, 02 Jul 2013 23:17:51 +0200, DrEagle drea...@doukki.net wrote: Hi, I have started to rework all the MVSDIO driver, and some

Re: [U-Boot] [RFC PATCH] arm: arm926ejs: flush cache before disable it

2013-07-08 Thread Albert ARIBAUD
Hi Bo, On Mon, 08 Jul 2013 07:33:18 +0800, Bo Shen voice.s...@gmail.com wrote: Hi Albert, 于 7/6/2013 5:02 AM, Albert ARIBAUD 写道: Hi Bo, On Tue, 2 Jul 2013 12:35:54 +, Bo Shen voice.s...@gmail.com wrote: flush cache before disable it Signed-off-by: Bo Shen voice.s

Re: [U-Boot] [RFC PATCH] arm: arm926ejs: flush cache before disable it

2013-07-08 Thread Albert ARIBAUD
Hi Sughosh, On Mon, 8 Jul 2013 17:38:46 +0530, Sughosh Ganu urwithsugh...@gmail.com wrote: hi Albert, On Mon Jul 08, 2013 at 12:22:57PM +0200, Albert ARIBAUD wrote: snip It you flush first then disable, you leave a time window between the two where a write to the cache can happen

Re: [U-Boot] [RFC PATCH] arm: arm926ejs: flush cache before disable it

2013-07-08 Thread Albert ARIBAUD
Hi Sughosh, On Mon, 8 Jul 2013 19:37:22 +0530, Sughosh Ganu urwithsugh...@gmail.com wrote: hi Albert, On Mon Jul 08, 2013 at 02:32:16PM +0200, Albert ARIBAUD wrote: Hi Sughosh, On Mon, 8 Jul 2013 17:38:46 +0530, Sughosh Ganu urwithsugh...@gmail.com wrote: hi Albert, On Mon

Re: [U-Boot] [PATCHv2] socfpga: Move board/socfpga_cyclone5 to board/socfpga

2013-07-08 Thread Albert ARIBAUD
Hi Dinh, On Mon, 8 Jul 2013 11:10:37 -0500, Dinh Nguyen dingu...@altera.com wrote: Hi Albert, On Fri, 2013-07-05 at 23:04 +0200, ZY - albert.u.boot wrote: Hi dingu...@altera.com, On Tue, 2 Jul 2013 17:00:18 -0500, dingu...@altera.com wrote: From: Dinh Nguyen dingu...@altera.com

Re: [U-Boot] [RFC PATCH] arm: arm926ejs: flush cache before disable it

2013-07-09 Thread Albert ARIBAUD
Hi Sughosh, On Tue, 9 Jul 2013 11:41:34 +0530, Sughosh Ganu urwithsugh...@gmail.com wrote: hi Albert, On Mon Jul 08, 2013 at 09:55:51PM +0200, Albert ARIBAUD wrote: snip Invalidating the cache in addition to flushing it would not prevent further writes from dirtying the cache

Re: [U-Boot] [PATCHv2] socfpga: Move board/socfpga_cyclone5 to board/socfpga

2013-07-09 Thread Albert ARIBAUD
Hi Pavel, On Tue, 9 Jul 2013 01:22:01 +0200, Pavel Machek pa...@denx.de wrote: Hi! From: Dinh Nguyen dingu...@altera.com Because the SOCFPGA platform will include support for Cyclone V and Arria V FPGA parts, renaming socfpga_cyclone5 folder to socfpga to be more

Re: [U-Boot] [RFC] ARM: omap3: Add option to disable errata workarounds.

2013-07-09 Thread Albert ARIBAUD
Hi Andreas, On Tue, 09 Jul 2013 10:08:10 +0200, Andreas Naumann d...@andin.de wrote: Hi, It seems that all three ARM errata workarounds done in omap3 board-init (#454179 #430973 #621766) are solved/not longer needed e.g. in the AM/DM37xx chips. Other people have noticed this:

Re: [U-Boot] [RFC] ARM: omap3: Add option to disable errata workarounds.

2013-07-09 Thread Albert ARIBAUD
Hi Andreas, On Tue, 09 Jul 2013 12:42:27 +0200, Andreas Bießmann andreas.de...@googlemail.com wrote: Another solution could be to read the silicon revision and enable erratum workarounds on that information. It would be a step towards single binary. Seconded. Best regards Andreas

Re: [U-Boot] Separately compile Master boot loader

2013-07-09 Thread Albert ARIBAUD
Hi Rajdeep, On Tue, 9 Jul 2013 16:12:14 +0530, Rajdeep Vaghasia rajdeep.vagha...@gmail.com wrote: Hi I am working on one board with an arm11 based cpu, NOR flash and DDR2 SDRAM. When I compile u-boot source code, I get u-boot.bin image generated. This image has primary(second stage) and

Re: [U-Boot] [PATCH V1 1/1] EXYNOS: Resolve the i2c compilation error for

2013-07-09 Thread Albert ARIBAUD
Hi amar_g, On Tue, 09 Jul 2013 19:35:40 +0530, amar_g amarendra...@samsung.com wrote: This patch resolves the below mentiond compilation error of i2c driver for non-FDT case Compilation error: ---8--- s3c24x0_i2c.c: In function 'board_i2c_init': s3c24x0_i2c.c:544:18: error:

Re: [U-Boot] Separately compile Master boot loader

2013-07-10 Thread Albert ARIBAUD
Hi Rajdeep, On Wed, 10 Jul 2013 15:04:12 +0530, Rajdeep Vaghasia rajdeep.vagha...@gmail.com wrote: Waiting for a reply. Well, maybe if you had not e-mailed your 8:32 AM answer to me but to the list... :) Here it is, with my comments. On Tue, Jul 9, 2013 at 5:31 PM, Albert ARIBAUD

Re: [U-Boot] [RFC PATCH] arm: arm926ejs: flush cache before disable it

2013-07-10 Thread Albert ARIBAUD
Hi Sughosh, On Wed, 10 Jul 2013 15:35:10 +0530, Sughosh Ganu urwithsugh...@gmail.com wrote: hi Albert, On Tue Jul 09, 2013 at 10:28:13AM +0200, Albert ARIBAUD wrote: The arm926ej-s data cache does not have a single fixed policy, and does not have a bypass-on-write policy, only

Re: [U-Boot] [RFC][PATCH] arm: Fix flush_dcache_range() on arm926

2013-07-10 Thread Albert ARIBAUD
Hi Marek, On Wed, 10 Jul 2013 02:30:29 +0200, Marek Vasut ma...@denx.de wrote: The flush_dcache_range() on arm926 did not work as expected on i.MX28. This can be observed during the operation of the FEC ethernet driver where the driver did occasionally fail with timeout trying to transmit

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

2013-07-10 Thread Albert ARIBAUD
Hi Minkyu, On Wed, 10 Jul 2013 21:24:47 +0900, Minkyu Kang mk7.k...@samsung.com wrote: Dear Albert, The following changes since commit 7737c994609ffb50194d5ddb67467ae0fcd8f775: net2big_v2: initialize LEDs at startup (2013-06-20 14:01:23 +0530) are available in the git repository at:

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

2013-07-10 Thread Albert ARIBAUD
to 630aacb0859c6e26b2b0311d8e245da5e5b8ac67: Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' (2013-07-10 20:40:47 +0200) Ajay Kumar (1): video: exynos_fb: Add the missing #else clause Albert ARIBAUD (2): Merge branch 'u-boot-imx

Re: [U-Boot] Separately compile Master boot loader

2013-07-11 Thread Albert ARIBAUD
Hi Rajdeep, On Thu, 11 Jul 2013 10:57:44 +0530, Rajdeep Vaghasia rajdeep.vagha...@gmail.com wrote: Hi Albert, I would like to explain you my exact idea. For that, The Partition layout is: 1) Master u-boot 2) u-boot-1 3) u-boot-2 4) kernel 5) filesystem 6) data Sometimes, When we

[U-Boot] [RFC] Multiple binaries per U-Boot target (was: Separately compile Master boot loader)

2013-07-11 Thread Albert ARIBAUD
On Thu, 11 Jul 2013 10:35:07 +0200, Albert ARIBAUD albert.u.b...@aribaud.net wrote: [...] nor is there currently a way to build several U-Boots in one go. Although, with recent proposals like the TPL one: http://permalink.gmane.org/gmane.comp.boot-loaders.u-boot/164432 ... I am toying

Re: [U-Boot] Separately compile Master boot loader

2013-07-11 Thread Albert ARIBAUD
Hi Wolfgang, On Thu, 11 Jul 2013 12:08:19 +0200, Wolfgang Denk w...@denx.de wrote: Dear Albert, In message 20130711103507.48bd224f@lilith you wrote: SPL has never been used for NOR FLASH booting, since basically if you have NOR, then you can start U-boot directly from there whatever

Re: [U-Boot] [PATCH v2] Fix ext2/ext4 filesystem accesses beyond 2TiB

2013-07-11 Thread Albert ARIBAUD
Hi Tom, On Wed, 26 Jun 2013 18:11:25 +0200, Frédéric Leroy fr...@starox.org wrote: With CONFIG_SYS_64BIT_LBA, lbaint_t gets defined as a 64-bit type, which is required to represent block numbers for storage devices that exceed 2TiB (the block size usually is 512B), e.g. recent hard drives

Re: [U-Boot] [PATCH v2 7/7] am335x_evm: Add support to boot from NOR.

2013-07-11 Thread Albert ARIBAUD
Hi Mark, On Thu, 11 Jul 2013 14:45:08 +0100, Mark Jackson mpfj-l...@newflow.co.uk wrote: On 11/07/13 14:28, Tom Rini wrote: On Thu, Jul 11, 2013 at 02:06:26PM +0100, Mark Jackson wrote: On 18/06/13 13:11, Mark Jackson wrote: On 17/06/13 15:43, Mark Jackson wrote: Okay ... I've now got

Re: [U-Boot] [PATCH v2 7/7] am335x_evm: Add support to boot from NOR.

2013-07-11 Thread Albert ARIBAUD
Hi Tom, On Thu, 11 Jul 2013 11:54:09 -0400, Tom Rini tr...@ti.com wrote: The new in the patch board/ti/am335x/u-boot.lds needed to be re-synced with arch/arm/cpu/u-boot.lds again. Actually, I wonder why so many ARM .lds files need to exist at all, when arch/arm/cpu/u-boot[-spl].lds could be

Re: [U-Boot] [PATCH v2 7/7] am335x_evm: Add support to boot from NOR.

2013-07-11 Thread Albert ARIBAUD
On Thu, 11 Jul 2013 18:08:59 +0200, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hi Tom, On Thu, 11 Jul 2013 11:54:09 -0400, Tom Rini tr...@ti.com wrote: The new in the patch board/ti/am335x/u-boot.lds needed to be re-synced with arch/arm/cpu/u-boot.lds again. Actually, I wonder

Re: [U-Boot] [PATCH] OpenRD: relocate environment to 640kB

2013-07-11 Thread Albert ARIBAUD
Hi Tom, On Thu, 11 Jul 2013 12:15:50 -0400, Tom Rini tr...@ti.com wrote: On Thu, Jun 27, 2013 at 11:41:59AM +0200, Albert ARIBAUD wrote: Hi Sascha, On Tue, 25 Jun 2013 11:42:53 +0200, Sascha Silbe t-ub...@infra-silbe.de wrote: Hello Albert, hello Tom, Albert ARIBAUD

Re: [U-Boot] [PATCH] net: fec: Avoid MX28 bus sync issue

2013-07-11 Thread Albert ARIBAUD
in the patch for full details. This patch was produced with an amazing help from Albert Aribaud, who pointed out it can possibly be such a bus synchronisation issue. Signed-off-by: Marek Vasut ma...@denx.de Cc: Albert ARIBAUD albert.u.b...@aribaud.net Cc: Fabio Estevam fabio.este

Re: [U-Boot] [PATCH] net: fec: Avoid MX28 bus sync issue

2013-07-12 Thread Albert ARIBAUD
Afterthought: On Fri, 12 Jul 2013 07:57:18 +0200, Albert ARIBAUD albert.u.b...@aribaud.net wrote: except it tends to minimize Marek's own contribution to the fix, which is by far the most important. 'The most important' 'by far' being of course Marek's contribution, not minimizing

Re: [U-Boot] [RFC PATCH] arm: arm926ejs: flush cache before disable it

2013-07-12 Thread Albert ARIBAUD
Hi Sughosh, On Wed, 10 Jul 2013 23:04:45 +0530, Sughosh Ganu urwithsugh...@gmail.com wrote: hi Albert, On Wed Jul 10, 2013 at 02:30:30PM +0200, Albert ARIBAUD wrote: You are correct re the other policies of the DDI0198E (ARM926EJ-S TRM) MMU -- page 3-11, bits 3-2 of the section

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

2013-07-12 Thread Albert ARIBAUD
Hi Tom, On Thu, 11 Jul 2013 15:00:53 -0700, Tom Warren twarren.nvi...@gmail.com wrote: Albert, Please pull u-boot-tegra/master into ARM/master. Thanks! ./MAKEALL -s tegra AOK, checkpatch.pl is clean. The following changes since commit 630aacb0859c6e26b2b0311d8e245da5e5b8ac67:

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

2013-07-12 Thread Albert ARIBAUD
Hi Stefano, On Fri, 12 Jul 2013 13:10:34 +0200, Stefano Babic sba...@denx.de wrote: Hi Albert, some more small fixes, sorry. Please pull from u-boot-imx, thanks. Ok -- restarting build tests on new head. Amicalement, -- Albert. ___ U-Boot

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

2013-07-12 Thread Albert ARIBAUD
Hi Stefano, On Fri, 12 Jul 2013 13:10:34 +0200, Stefano Babic sba...@denx.de wrote: Hi Albert, some more small fixes, sorry. Please pull from u-boot-imx, thanks. The following changes since commit d6c6d127c5b948ec381fad5b24a2bc5497720644: vf610twr: Remove SoC name from U-Boot prompt

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

2013-07-12 Thread Albert ARIBAUD
clause Albert ARIBAUD (3): Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' Amar (2): EXYNOS5: I2C: Add FDT and non-FDT support for I2C

Re: [U-Boot] [PATCH] tools: fix FIT image with ramdisk

2013-07-12 Thread Albert ARIBAUD
Hi Stefano, On Fri, 12 Jul 2013 15:09:23 +0200, Stefano Babic sba...@denx.de wrote: Booting a FIT image containing a ramdisk, the ramdisk is loaded at address 0x0 that causes bus errors for architectures that do not have RAM starting at address zero. Kind-of-minor nitpick: ARMs which have

Re: [U-Boot] [PATCH] net: fec: Avoid MX28 bus sync issue

2013-07-12 Thread Albert ARIBAUD
the comment in the patch for full details. This patch was produced with an amazing help from Albert Aribaud, who pointed out it can possibly be such a bus synchronisation issue. Signed-off-by: Marek Vasut ma...@denx.de Cc: Albert ARIBAUD albert.u.b...@aribaud.net Cc: Fabio Estevam

Re: [U-Boot] [PATCH] tools: fix FIT image with ramdisk

2013-07-13 Thread Albert ARIBAUD
Hi Tom, I've re-worded this as: common/image.c: Fix regression with ramdisk load/entry points in FIT A FIT image with a ramdisk that sets the entry or load points to 0x0 must be treated as meaning leave in place and NOT relocate to 0x0. This regression was introduced in a51ec63.

Re: [U-Boot] [PATCH] usb: Use well-known descriptor sizes when parsing configuration

2013-07-13 Thread Albert ARIBAUD
Hi Julius, On Fri, 12 Jul 2013 17:30:16 -0700, Julius Werner jwer...@chromium.org wrote: The existing USB configuration parsing code relies on the descriptors' own length values when reading through the configuration blob. Since the size of those descriptors is always well-defined, we should

Re: [U-Boot] [PATCH] OpenRD: relocate environment to 640kB

2013-07-15 Thread Albert ARIBAUD
Hi Sascha, On Mon, 15 Jul 2013 11:23:54 +0200, Sascha Silbe t-ub...@infra-silbe.de wrote: Albert ARIBAUD albert.u.b...@aribaud.net writes: The situation has gotten better recently and U-Boot fits into the previous partition size of 384KiB again. So it isn't broken on OpenRD anymore

<    1   2   3   4   5   6   7   8   9   10   >