Re: [U-Boot] new uboot for custom platform

2013-12-06 Thread Olliver Schinagl
On 06-12-13 05:03, Abraham V. wrote: A VERY vague question. The only thing you are correct on, is that the bootloader is the first software component that runs when starting a system. But as Michael replied, without further details like CPU, memory ... etc, there's very little information you've

[U-Boot] Pull request: u-boot-blackfin

2013-12-06 Thread Sonic Zhang
Hi Tom, Please pull the following patches from u-boot-blackfin into your tree. Thanks Sonic Zhang The following changes since commit f44483b57c49282299da0e5c10073b909cdad979: Merge branch 'serial' of git://git.denx.de/u-boot-microblaze (2013-12-02 08:48:02 -0500) are available in the git

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

2013-12-06 Thread Albert ARIBAUD
Hi Tom, On Wed, 4 Dec 2013 17:06:30 -0500, Tom Rini tr...@ti.com wrote: Hey, The following changes since commit 4c54419737ffbfadd605263d97a1357bb03c04e8: socfpga: Adding Freeze Controller driver (2013-12-03 14:38:56 +0100) are available in the git repository at:

[U-Boot] Stale references in the u-boot-samsung repo

2013-12-06 Thread Albert ARIBAUD
Hi Minkyu, While fetching u-boot-samsung, I could see the following messages: remote: error: refs/remotes/origin/GPL-Cleanup does not point to a valid object! remote: error: refs/remotes/origin/i.MX31 does not point to a valid object! remote: error: refs/remotes/origin/lwmon5 does not point to

[U-Boot] [PATCH v2] am3517_evm: activate Ethernet PHY

2013-12-06 Thread yegorslists
From: Yegor Yefremov yegorsli...@googlemail.com Pin 30 is connected to PHY's RESET# signal, so it must be put to high. Otherwise PHY won't be found via MDIO interface. Signed-off-by: Yegor Yefremov yegorsli...@googlemail.com --- Changes: v2: put ctr and reset under #if defined statement.

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

2013-12-06 Thread Yegor Yefremov
On Fri, Dec 6, 2013 at 9:33 AM, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hi Tom, On Wed, 4 Dec 2013 17:06:30 -0500, Tom Rini tr...@ti.com wrote: Hey, The following changes since commit 4c54419737ffbfadd605263d97a1357bb03c04e8: socfpga: Adding Freeze Controller driver (2013-12-03

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

2013-12-06 Thread Albert ARIBAUD
Hi Minkyu, On Thu, 05 Dec 2013 17:11:17 +0900, Minkyu Kang mk7.k...@samsung.com wrote: Dear Albert, The following changes since commit d44a5f51288aec60c6bdb4ac939d75c24e5bf9c2: Merge branch 'u-boot-microblaze/zynq' into 'u-boot-arm/master' (2013-11-22 10:19:35 +0100) are available

[U-Boot] [PATCH] t2080qds/ddr: update ddr parameters

2013-12-06 Thread Shengzhou Liu
- optimize ddr parameters for whole frequency range from 1500MT/s to 2140MT/s. - remove unused patameters: 'cpo', 'wrdata delay', '2T', which is unrelated to DDR3/3L on t2080qds. - remove unused rdimm code(only udimm is supported on t2080qds). Signed-off-by: Shengzhou Liu

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

2013-12-06 Thread Stefan Roese
Hi Yegor, On 06.12.2013 10:20, Yegor Yefremov wrote: This causes am3517_evm to fail with warnings: am3517evm.c: In function 'misc_init_r': am3517evm.c:106:6: warning: unused variable 'reset' [-Wunused-variable] am3517evm.c:105:24: warning: unused variable 'ctr' [-Wunused-variable]

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

2013-12-06 Thread Yegor Yefremov
On Fri, Dec 6, 2013 at 11:08 AM, Stefan Roese s...@denx.de wrote: Hi Yegor, On 06.12.2013 10:20, Yegor Yefremov wrote: This causes am3517_evm to fail with warnings: am3517evm.c: In function 'misc_init_r': am3517evm.c:106:6: warning: unused variable 'reset' [-Wunused-variable]

[U-Boot] [PATCH v3] am3517_evm: activate Ethernet PHY

2013-12-06 Thread yegorslists
From: Yegor Yefremov yegorsli...@googlemail.com Pin 30 is connected to PHY's RESET# signal, so it must be put to high. Otherwise PHY won't be found via MDIO interface. Signed-off-by: Yegor Yefremov yegorsli...@googlemail.com --- Changes: v3: use __maybe_unused, instead of #if defined

[U-Boot] [PATCH] arm: arndale: disable spi boot

2013-12-06 Thread Minkyu Kang
arndale board is booted from mmc Signed-off-by: Minkyu Kang mk7.k...@samsung.com Cc: Albert ARIBAUD albert.u.b...@aribaud.net Cc: Inderpal Singh inderpal.si...@linaro.org --- include/configs/arndale.h |4 1 file changed, 4 deletions(-) diff --git a/include/configs/arndale.h

[U-Boot] [PATCH] arm: exynos: adds ifdef for spi boot

2013-12-06 Thread Minkyu Kang
This patch fix following errors and warnings spl_boot.c: In function 'exynos_spi_copy': spl_boot.c:111:49: error: 'CONFIG_ENV_SPI_BASE' undeclared (first use in this function) spl_boot.c:111:49: note: each undeclared identifier is reported only once for each function it appears in

Re: [U-Boot] [PATCH v3] am3517_evm: activate Ethernet PHY

2013-12-06 Thread Stefan Roese
On 06.12.2013 11:17, yegorsli...@googlemail.com wrote: From: Yegor Yefremov yegorsli...@googlemail.com Pin 30 is connected to PHY's RESET# signal, so it must be put to high. Otherwise PHY won't be found via MDIO interface. Signed-off-by: Yegor Yefremov yegorsli...@googlemail.com Looks

Re: [U-Boot] Stale references in the u-boot-samsung repo

2013-12-06 Thread Minkyu Kang
Hi Albert, On 06/12/13 17:44, Albert ARIBAUD wrote: Hi Minkyu, While fetching u-boot-samsung, I could see the following messages: remote: error: refs/remotes/origin/GPL-Cleanup does not point to a valid object! remote: error: refs/remotes/origin/i.MX31 does not point to a valid

Re: [U-Boot] [PATCH] arm: arndale: disable spi boot

2013-12-06 Thread Minkyu Kang
On 06/12/13 19:25, Minkyu Kang wrote: arndale board is booted from mmc Signed-off-by: Minkyu Kang mk7.k...@samsung.com Cc: Albert ARIBAUD albert.u.b...@aribaud.net Cc: Inderpal Singh inderpal.si...@linaro.org --- include/configs/arndale.h |4 1 file changed, 4 deletions(-)

Re: [U-Boot] [PATCH] arm: exynos: adds ifdef for spi boot

2013-12-06 Thread Minkyu Kang
On 06/12/13 19:25, Minkyu Kang wrote: This patch fix following errors and warnings spl_boot.c: In function 'exynos_spi_copy': spl_boot.c:111:49: error: 'CONFIG_ENV_SPI_BASE' undeclared (first use in this function) spl_boot.c:111:49: note: each undeclared identifier is reported only once

Re: [U-Boot] [PATCH v3] am3517_evm: activate Ethernet PHY

2013-12-06 Thread Yegor Yefremov
On Fri, Dec 6, 2013 at 11:37 AM, Stefan Roese stefan.ro...@gmail.com wrote: On 06.12.2013 11:17, yegorsli...@googlemail.com wrote: From: Yegor Yefremov yegorsli...@googlemail.com Pin 30 is connected to PHY's RESET# signal, so it must be put to high. Otherwise PHY won't be found via MDIO

[U-Boot] please pull u-boot-samsung master (v2)

2013-12-06 Thread Minkyu Kang
The following changes since commit d44a5f51288aec60c6bdb4ac939d75c24e5bf9c2: Merge branch 'u-boot-microblaze/zynq' into 'u-boot-arm/master' (2013-11-22 10:19:35 +0100) are available in the git repository at: git://git.denx.de/u-boot-samsung master for you to fetch changes up to

Re: [U-Boot] [PATCH v2] mmc/dwmmc: modify FIFO threshold only if value explicitly set

2013-12-06 Thread Alexey Brodkin
On Wed, 2013-11-27 at 22:07 +0900, Jaehoon Chung wrote: Acked-by: Jaehoon Chung jh80.ch...@samsung.com Any chance to get this patch applied? -Alexey ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v2] mmc/dwmmc: modify FIFO threshold only if value explicitly set

2013-12-06 Thread Pantelis Antoniou
Hi Alexey, Will do so over the weekend. Regards -- Pantelis On Dec 6, 2013, at 12:52 PM, Alexey Brodkin wrote: On Wed, 2013-11-27 at 22:07 +0900, Jaehoon Chung wrote: Acked-by: Jaehoon Chung jh80.ch...@samsung.com Any chance to get this patch applied? -Alexey

Re: [U-Boot] [PATCH 2/5] port wandboards to use the generic distro configs

2013-12-06 Thread Wolfgang Denk
Dear Dennis Gilmore, In message 1386296295-28658-3-git-send-email-den...@ausil.us you wrote: - fdt_addr=0x1100\0 \ + fdt_addr=0x1110\0 \ + fdt_addr_r=0x1120\0 \ Why would you need fdt_addr and fdt_addr_r ? This makes no sense. Two different values would only be

Re: [U-Boot] [PATCH 1/5] add a generic set of configs to enable Distros to more easier support u-boot based systems

2013-12-06 Thread Wolfgang Denk
Dear Dennis Gilmore, In message 1386296295-28658-2-git-send-email-den...@ausil.us you wrote: +#if defined(__arm__) +#define CONFIG_BOOTP_PXE_CLIENTARCH 0x100 +#define CONFIG_BOOTP_VCI_STRING U-boot.armv7 +#endif This cannot be right. Not all the world is an ARMv7. Please also

Re: [U-Boot] [PATCH 0/9] ARMv7: add PSCI support to u-boot

2013-12-06 Thread Andre Przywara
On 11/21/2013 09:59 AM, Marc Zyngier wrote: PSCI is an ARM standard that provides a generic interface that ... Thanks again for posting this, I like the idea of adding PSCI handlers to u-boot for several platforms very much. This patch series contains 3 parts: - the first four patches are

Re: [U-Boot] [PATCH v3] am3517_evm: activate Ethernet PHY

2013-12-06 Thread Tom Rini
On Fri, Dec 06, 2013 at 11:47:38AM +0100, Yegor Yefremov wrote: On Fri, Dec 6, 2013 at 11:37 AM, Stefan Roese stefan.ro...@gmail.com wrote: On 06.12.2013 11:17, yegorsli...@googlemail.com wrote: From: Yegor Yefremov yegorsli...@googlemail.com Pin 30 is connected to PHY's RESET# signal, so

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

2013-12-06 Thread Albert ARIBAUD
Hi Stefan, On Fri, 06 Dec 2013 11:08:17 +0100, Stefan Roese s...@denx.de wrote: Hi Yegor, On 06.12.2013 10:20, Yegor Yefremov wrote: This causes am3517_evm to fail with warnings: am3517evm.c: In function 'misc_init_r': am3517evm.c:106:6: warning: unused variable 'reset'

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

2013-12-06 Thread Albert ARIBAUD
Hi Nobuhiro, On Tue, 3 Dec 2013 10:40:07 +0900, Nobuhiro Iwamatsu iwama...@nigauri.org wrote: Dear Albert Aribaud, Please pull u-boot-sh/rmobile into u-boot-arm/master. The following changes since commit 77524d2c9d81e97c54e704b65c8a02e4bec0f441: Merge branch 'u-boot-atmel/master'

Re: [U-Boot] I want to a board(tiny4412) for exyno4412, but I can't get any output

2013-12-06 Thread randy
I may mistake the sdcard, in my board, the sdcard is connect sd2(GPK2[0:6]), using the GPK2[2] as CDn. But it still can't work. It don't light any LED at all(in my board, it is the low power level of gpio which the led is connected to that light the led).

Re: [U-Boot] [PATCH v3] am3517_evm: activate Ethernet PHY

2013-12-06 Thread Tom Rini
On Fri, Dec 06, 2013 at 06:59:52AM -0500, Tom Rini wrote: On Fri, Dec 06, 2013 at 11:47:38AM +0100, Yegor Yefremov wrote: On Fri, Dec 6, 2013 at 11:37 AM, Stefan Roese stefan.ro...@gmail.com wrote: On 06.12.2013 11:17, yegorsli...@googlemail.com wrote: From: Yegor Yefremov

[U-Boot] Please pull u-boot-ti/master, v2

2013-12-06 Thread Tom Rini
Hey, The following changes since commit 4c54419737ffbfadd605263d97a1357bb03c04e8: socfpga: Adding Freeze Controller driver (2013-12-03 14:38:56 +0100) are available in the git repository at: git://git.denx.de/u-boot-ti.git master for you to fetch changes up to

Re: [U-Boot] [PATCH 0/9] ARMv7: add PSCI support to u-boot

2013-12-06 Thread Marc Zyngier
Hi Andre, On 06/12/13 11:43, Andre Przywara wrote: On 11/21/2013 09:59 AM, Marc Zyngier wrote: PSCI is an ARM standard that provides a generic interface that ... Thanks again for posting this, I like the idea of adding PSCI handlers to u-boot for several platforms very much. This patch

Re: [U-Boot] [linux-sunxi] Re: [PATCH 0/9] ARMv7: add PSCI support to u-boot

2013-12-06 Thread Ian Campbell
On Fri, 2013-12-06 at 12:12 +, Marc Zyngier wrote: BTW: Yesterday my PSCI host patches for Xen have been committed, so Xen should be able to use that feature just like the kernel does. Excellent! I really need to sort these patches out and repost the whole series... I was hoping to

Re: [U-Boot] [PATCH 0/9] ARMv7: add PSCI support to u-boot

2013-12-06 Thread Andre Przywara
On 12/06/2013 01:12 PM, Marc Zyngier wrote: Hi Andre, On 06/12/13 11:43, Andre Przywara wrote: On 11/21/2013 09:59 AM, Marc Zyngier wrote: PSCI is an ARM standard that provides a generic interface that ... Thanks again for posting this, I like the idea of adding PSCI handlers to u-boot for

Re: [U-Boot] Pull request: u-boot-blackfin

2013-12-06 Thread Tom Rini
On Fri, Dec 06, 2013 at 04:14:42PM +0800, Sonic Zhang wrote: Hi Tom, Please pull the following patches from u-boot-blackfin into your tree. Thanks Sonic Zhang The following changes since commit f44483b57c49282299da0e5c10073b909cdad979: Merge branch 'serial' of

Re: [U-Boot] [PATCH v3] am3517_evm: activate Ethernet PHY

2013-12-06 Thread Yegor Yefremov
On Fri, Dec 6, 2013 at 1:14 PM, Tom Rini tr...@ti.com wrote: On Fri, Dec 06, 2013 at 06:59:52AM -0500, Tom Rini wrote: On Fri, Dec 06, 2013 at 11:47:38AM +0100, Yegor Yefremov wrote: On Fri, Dec 6, 2013 at 11:37 AM, Stefan Roese stefan.ro...@gmail.com wrote: On 06.12.2013 11:17,

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

2013-12-06 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/04/2013 06:47 PM, York Sun wrote: Tom, The following changes since commit f44483b57c49282299da0e5c10073b909cdad979: Merge branch 'serial' of git://git.denx.de/u-boot-microblaze (2013-12-02 08:48:02 -0500) are available in the git

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

2013-12-06 Thread Stefan Roese
Hi Albert, On 06.12.2013 13:06, Albert ARIBAUD wrote: On 06.12.2013 10:20, Yegor Yefremov wrote: This causes am3517_evm to fail with warnings: am3517evm.c: In function 'misc_init_r': am3517evm.c:106:6: warning: unused variable 'reset' [-Wunused-variable] am3517evm.c:105:24: warning: unused

Re: [U-Boot] [PATCH REPOST] ARM: rpi_b: power on SDHCI and USB HW modules

2013-12-06 Thread Andre Heider
Hi Stephen, On Tue, Dec 03, 2013 at 09:01:55PM -0700, Stephen Warren wrote: Send RPC commands to the VideoCore to turn on the SDHCI and USB modules. For SDHCI this isn't needed in practice, since the firmware already turned on the power in order to load U-Boot. However, it's best to be

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

2013-12-06 Thread Albert ARIBAUD
Hi Tom, On Fri, 6 Dec 2013 07:15:25 -0500, Tom Rini tr...@ti.com wrote: Hey, The following changes since commit 4c54419737ffbfadd605263d97a1357bb03c04e8: socfpga: Adding Freeze Controller driver (2013-12-03 14:38:56 +0100) are available in the git repository at:

Re: [U-Boot] am3517: segmentation fault in Linux after upgrading from arago src to mainline u-boot

2013-12-06 Thread Måns Rullgård
Yegor Yefremov yegorsli...@googlemail.com writes: On Fri, Dec 6, 2013 at 8:28 AM, Yegor Yefremov yegorsli...@googlemail.com wrote: On Thu, Dec 5, 2013 at 6:28 PM, Måns Rullgård m...@mansr.com wrote: Yegor Yefremov yegorsli...@googlemail.com writes: On Thu, Nov 28, 2013 at 5:57 PM, Tom Rini

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

2013-12-06 Thread Albert ARIBAUD
Hi Stefan, On Fri, 06 Dec 2013 14:38:58 +0100, Stefan Roese s...@denx.de wrote: Hi Albert, On 06.12.2013 13:06, Albert ARIBAUD wrote: On 06.12.2013 10:20, Yegor Yefremov wrote: This causes am3517_evm to fail with warnings: am3517evm.c: In function 'misc_init_r': am3517evm.c:106:6:

Re: [U-Boot] [PATCH 2/5] port wandboards to use the generic distro configs

2013-12-06 Thread Dennis Gilmore
El Fri, 06 Dec 2013 11:59:05 +0100 Wolfgang Denk w...@denx.de escribió: Dear Dennis Gilmore, In message 1386296295-28658-3-git-send-email-den...@ausil.us you wrote: - fdt_addr=0x1100\0 \ + fdt_addr=0x1110\0 \ + fdt_addr_r=0x1120\0 \ Why would you need fdt_addr and

Re: [U-Boot] toolchain problems when building iMX6 mx6qsabreauto (and another bootloader tool)

2013-12-06 Thread Pierre Aubert
Dear Måns Rullgård , On Wed, Dec 4, 2013 at 9:35 AM, Måns Rullgård [hidden email] wrote: mx6: compute PLL PFD frequencies rather than using defines That commit introduces a 64-bit division without using the lldiv() function, which pulls in previously unused libgcc stuff. Thank you for

Re: [U-Boot] [PATCH 2/5] port wandboards to use the generic distro configs

2013-12-06 Thread Wolfgang Denk
Dear Dennis Gilmore, In message 20131206084854.0e0da...@adria.ausil.us you wrote: Wolfgang Denk w...@denx.de escribi=F3: Dear Dennis Gilmore, =20 In message 1386296295-28658-3-git-send-email-den...@ausil.us you wrote: - fdt_addr=0x1100\0 \ + fdt_addr=0x1110\0 \ +

Re: [U-Boot] [linux-sunxi] Re: [PATCH 0/9] ARMv7: add PSCI support to u-boot

2013-12-06 Thread Ian Campbell
(damn linux-sunxi reply-to vs. evolution madness ate your copy Marc, sorry!) On Fri, 2013-12-06 at 12:59 +, Ian Campbell wrote: On Fri, 2013-12-06 at 12:12 +, Marc Zyngier wrote: BTW: Yesterday my PSCI host patches for Xen have been committed, so Xen should be able to use that

[U-Boot] [RFC] ARM: Start using fdt_high for relocation

2013-12-06 Thread Tom Rini
Hey all, I've been thinking. We've had a thread on i.MX platforms about fdt being overwritten and needing to be moved to another address. And I've also had an internal problem about fdt being overwritten. So, how about as a rule of thumb we start setting fdt_high (in configs) to memory-start +

Re: [U-Boot] [linux-sunxi] Re: [PATCH 0/9] ARMv7: add PSCI support to u-boot

2013-12-06 Thread Andre Przywara
On 12/06/2013 04:44 PM, Ian Campbell wrote: (damn linux-sunxi reply-to vs. evolution madness ate your copy Marc, sorry!) On Fri, 2013-12-06 at 12:59 +, Ian Campbell wrote: On Fri, 2013-12-06 at 12:12 +, Marc Zyngier wrote: BTW: Yesterday my PSCI host patches for Xen have been

Re: [U-Boot] [PATCH 0/9] ARMv7: add PSCI support to u-boot

2013-12-06 Thread Marc Zyngier
On 06/12/13 13:03, Andre Przywara wrote: Yes, there is indeed this problem with the pen. Maybe one can use your upcoming relocation code to move the pen to a more secure place (defined per platform). Yes, that's what I've done. Also rewritten some of it to be able to execute solely in

Re: [U-Boot] [PATCH 2/5] port wandboards to use the generic distro configs

2013-12-06 Thread Tom Rini
On Fri, Dec 06, 2013 at 04:26:51PM +0100, Wolfgang Denk wrote: Dear Dennis Gilmore, In message 20131206084854.0e0da...@adria.ausil.us you wrote: Wolfgang Denk w...@denx.de escribi=F3: Dear Dennis Gilmore, =20 In message 1386296295-28658-3-git-send-email-den...@ausil.us you

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

2013-12-06 Thread Albert ARIBAUD
Hi Minkyu, On Fri, 06 Dec 2013 19:51:21 +0900, Minkyu Kang mk7.k...@samsung.com wrote: The following changes since commit d44a5f51288aec60c6bdb4ac939d75c24e5bf9c2: Merge branch 'u-boot-microblaze/zynq' into 'u-boot-arm/master' (2013-11-22 10:19:35 +0100) are available in the git

Re: [U-Boot] [PATCH] t2080qds/ddr: update ddr parameters

2013-12-06 Thread York Sun
On 12/06/2013 12:53 AM, Shengzhou Liu wrote: - optimize ddr parameters for whole frequency range from 1500MT/s to 2140MT/s. - remove unused patameters: 'cpo', 'wrdata delay', '2T', which is unrelated to DDR3/3L on t2080qds. - remove unused rdimm code(only udimm is supported on t2080qds).

Re: [U-Boot] Stale references in the u-boot-samsung repo

2013-12-06 Thread Albert ARIBAUD
Hi Minkyu, On Fri, 06 Dec 2013 19:44:28 +0900, Minkyu Kang mk7.k...@samsung.com wrote: Hi Albert, On 06/12/13 17:44, Albert ARIBAUD wrote: Hi Minkyu, While fetching u-boot-samsung, I could see the following messages: remote: error: refs/remotes/origin/GPL-Cleanup does not point

Re: [U-Boot] Stale references in the u-boot-samsung repo

2013-12-06 Thread Tom Rini
On Fri, Dec 06, 2013 at 09:44:22AM +0100, Albert ARIBAUD wrote: Hi Minkyu, While fetching u-boot-samsung, I could see the following messages: remote: error: refs/remotes/origin/GPL-Cleanup does not point to a valid object! remote: error: refs/remotes/origin/i.MX31 does not point to a

Re: [U-Boot] [RFC] ARM: Start using fdt_high for relocation

2013-12-06 Thread Albert ARIBAUD
Hi Tom, On Fri, 6 Dec 2013 10:48:50 -0500, Tom Rini tr...@ti.com wrote: Hey all, I've been thinking. We've had a thread on i.MX platforms about fdt being overwritten and needing to be moved to another address. And I've also had an internal problem about fdt being overwritten. So, how

Re: [U-Boot] I want to a board(tiny4412) for exyno4412, but I can't get any output

2013-12-06 Thread randy
sorry, I sent attach git format-patch directly, it cause the mistake mail, the patch is below. The SPL(bl2) is still the old one from manufacturer, as I don't know how to build a new one. I don't know much debug method, the how to use JTAG of it. Could anyone teach me some of it? Thanks. [PATCH]

Re: [U-Boot] [RFC] implementation of generic distro configs

2013-12-06 Thread Tom Rini
On Thu, Dec 05, 2013 at 08:18:10PM -0600, Dennis Gilmore wrote: As a followup to http://lists.denx.de/pipermail/u-boot/2013-August/160080.html ive put together what i Think is a reasonable starting point for defining a unified set of features and options. There are some things that really

Re: [U-Boot] [RFC] ARM: Start using fdt_high for relocation

2013-12-06 Thread Tom Rini
On Fri, Dec 06, 2013 at 05:59:37PM +0100, Albert ARIBAUD wrote: Hi Tom, On Fri, 6 Dec 2013 10:48:50 -0500, Tom Rini tr...@ti.com wrote: Hey all, I've been thinking. We've had a thread on i.MX platforms about fdt being overwritten and needing to be moved to another address. And

Re: [U-Boot] [linux-sunxi] Re: [PATCH 0/9] ARMv7: add PSCI support to u-boot

2013-12-06 Thread Ian Campbell
On Fri, 2013-12-06 at 16:48 +0100, Andre Przywara wrote: On 12/06/2013 04:44 PM, Ian Campbell wrote: (damn linux-sunxi reply-to vs. evolution madness ate your copy Marc, sorry!) On Fri, 2013-12-06 at 12:59 +, Ian Campbell wrote: On Fri, 2013-12-06 at 12:12 +, Marc Zyngier wrote:

Re: [U-Boot] [linux-sunxi] Re: [PATCH 0/9] ARMv7: add PSCI support to u-boot

2013-12-06 Thread Marc Zyngier
On 06/12/13 17:21, Ian Campbell wrote: On Fri, 2013-12-06 at 16:48 +0100, Andre Przywara wrote: On 12/06/2013 04:44 PM, Ian Campbell wrote: (damn linux-sunxi reply-to vs. evolution madness ate your copy Marc, sorry!) On Fri, 2013-12-06 at 12:59 +, Ian Campbell wrote: On Fri, 2013-12-06

Re: [U-Boot] [PATCH 3/4] at91: nand: switch atmel_nand to generic GPIO API

2013-12-06 Thread Scott Wood
On Fri, 2013-11-29 at 12:13 +0100, Andreas Bießmann wrote: Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com --- board/BuS/vl_ma2sc/vl_ma2sc.c |5 +++-- board/egnite/ethernut5/ethernut5.c |3 ++- board/esd/meesc/meesc.c|5 +++--

Re: [U-Boot] [PATCH REPOST] ARM: rpi_b: power on SDHCI and USB HW modules

2013-12-06 Thread Stephen Warren
On 12/06/2013 06:37 AM, Andre Heider wrote: Hi Stephen, On Tue, Dec 03, 2013 at 09:01:55PM -0700, Stephen Warren wrote: Send RPC commands to the VideoCore to turn on the SDHCI and USB modules. For SDHCI this isn't needed in practice, since the firmware already turned on the power in order

Re: [U-Boot] [RFC] ARM: Start using fdt_high for relocation

2013-12-06 Thread Albert ARIBAUD
Hi Tom, On Fri, 6 Dec 2013 12:18:13 -0500, Tom Rini tr...@ti.com wrote: On Fri, Dec 06, 2013 at 05:59:37PM +0100, Albert ARIBAUD wrote: Hi Tom, On Fri, 6 Dec 2013 10:48:50 -0500, Tom Rini tr...@ti.com wrote: Hey all, I've been thinking. We've had a thread on i.MX platforms

Re: [U-Boot] [RFC] ARM: Start using fdt_high for relocation

2013-12-06 Thread Wolfgang Denk
Dear Tom, In message 20131206154850.GW420@bill-the-cat you wrote: I've been thinking. We've had a thread on i.MX platforms about fdt being overwritten and needing to be moved to another address. And I've also had an internal problem about fdt being overwritten. So, how about as a rule of

Re: [U-Boot] [RFC] ARM: Start using fdt_high for relocation

2013-12-06 Thread Tom Rini
On Fri, Dec 06, 2013 at 08:28:04PM +0100, Albert ARIBAUD wrote: Hi Tom, On Fri, 6 Dec 2013 12:18:13 -0500, Tom Rini tr...@ti.com wrote: On Fri, Dec 06, 2013 at 05:59:37PM +0100, Albert ARIBAUD wrote: Hi Tom, On Fri, 6 Dec 2013 10:48:50 -0500, Tom Rini tr...@ti.com wrote:

[U-Boot] [RFC][PATCH 2/7] ARM: OMAP5: Rename to ti_omap5_common.h

2013-12-06 Thread Enric Balletbo i Serra
Follow the pattern ti_processor family_common.h used by other TI processors to be coherent. So just rename omap5_common.h to ti_omap5_common.h. Signed-off-by: Enric Balletbo i Serra eballe...@gmail.com --- include/configs/dra7xx_evm.h | 4 ++--

[U-Boot] [RFC][PATCH 7/7] OMAP3: igep00x0: Convert to ti_omap3_common.h.

2013-12-06 Thread Enric Balletbo i Serra
To reduce code duplication update omap3_igep00x0.h to use ti_omap3_common.h. Signed-off-by: Enric Balletbo i Serra eballe...@gmail.com --- include/configs/omap3_igep00x0.h | 189 ++- 1 file changed, 9 insertions(+), 180 deletions(-) diff --git

Re: [U-Boot] [PATCH 2/5] port wandboards to use the generic distro configs

2013-12-06 Thread Wolfgang Denk
Dear Tom, In message 20131206162854.GX420@bill-the-cat you wrote: But this is crap. The meaning of these variables has been wel-defined for a long, long time. fdt_addr is the FDT address in NOR flash (or similar memory except system RAM); fdt_addr_r is the FDT address when loaded to

[U-Boot] [RFC][PATCH 3/7] TI: armv7: Move ELM support to SoC configuration file.

2013-12-06 Thread Enric Balletbo i Serra
The ELM hardware engine wihich is used for ECC error detections is not present on OMAP3 SoC, so move the CONFIG_SPL_NAND_AM33XX_BCH from ti_armv7_common.h to SoC configuration file. Signed-off-by: Enric Balletbo i Serra eballe...@gmail.com --- include/configs/ti_am335x_common.h | 4

[U-Boot] [RFC][PATCH 1/7] ARM: OMAP4: Rename to ti_omap4_common.h

2013-12-06 Thread Enric Balletbo i Serra
Follow the pattern ti_processor family_common.h used by other TI processors to be coherent. So just rename omap4_common.h to ti_omap4_common.h. Signed-off-by: Enric Balletbo i Serra eballe...@gmail.com --- include/configs/omap4_panda.h | 4 ++--

[U-Boot] [RFC][PATCH 0/7] TI: OMAP3: Use common config file.

2013-12-06 Thread Enric Balletbo i Serra
Hi all, Most of the boards based on TI processors uses common configuration files (ti_armv7_common.h, ti_processor_common.h) to avoid duplication of code. This is right except for OMAP3-based boards. In order to use the same schema as used on am33xx, omap4, omap5 and dra7 TI processors these

[U-Boot] [RFC][PATCH 6/7] TI: OMAP3: Create common config files for TI OMAP3 platforms.

2013-12-06 Thread Enric Balletbo i Serra
Create a new file, include/configs/ti_omap3_common.h, for everything common to the OMAP3 SoC leaving just the board specific part to board configuration file. Signed-off-by: Enric Balletbo i Serra eballe...@gmail.com --- include/configs/ti_omap3_common.h | 73

[U-Boot] [RFC][PATCH 5/7] ARM: OMAP3: Rename OMAP3_PUBLIC_SRAM_* to NON_SECURE_SRAM_*

2013-12-06 Thread Enric Balletbo i Serra
Other TI processors like am33xx, omap4 and omap5 have called these variables as NON_SECURE_SRAM_*, shouldn't be a big problem rename these variables to be coherent. One reason more to rename these variables is to have the possibility of any OMAP3 board to use the ti_armv7_common.h include as the

[U-Boot] [RFC][PATCH 4/7] TI: armv7: Do not define the number DRAM banks if is already defined.

2013-12-06 Thread Enric Balletbo i Serra
If CONFIG_NR_DRAM_BANKS is not defined, we say (for simplicity) that we have 1 bank, but for some boards should be interesting that we can define CONFIG_NR_DRAM_BANKS. To handle this possibility just define the number of DRAM banks if is not already defined. This is useful for some OMAP3 boards

Re: [U-Boot] [RFC] ARM: Start using fdt_high for relocation

2013-12-06 Thread Stephen Warren
On 12/06/2013 01:31 PM, Tom Rini wrote: On Fri, Dec 06, 2013 at 08:28:04PM +0100, Albert ARIBAUD wrote: Hi Tom, On Fri, 6 Dec 2013 12:18:13 -0500, Tom Rini tr...@ti.com wrote: On Fri, Dec 06, 2013 at 05:59:37PM +0100, Albert ARIBAUD wrote: Hi Tom, On Fri, 6 Dec 2013 10:48:50 -0500, Tom

Re: [U-Boot] [RFC] ARM: Start using fdt_high for relocation

2013-12-06 Thread Tom Rini
On Fri, Dec 06, 2013 at 01:44:22PM -0700, Stephen Warren wrote: On 12/06/2013 01:31 PM, Tom Rini wrote: On Fri, Dec 06, 2013 at 08:28:04PM +0100, Albert ARIBAUD wrote: Hi Tom, On Fri, 6 Dec 2013 12:18:13 -0500, Tom Rini tr...@ti.com wrote: On Fri, Dec 06, 2013 at 05:59:37PM +0100,

Re: [U-Boot] [PATCH] ARM: align MVBAR on 32 byte boundary

2013-12-06 Thread Albert ARIBAUD
Hi Masahiro, On Mon, 7 Oct 2013 11:46:56 +0900, Masahiro Yamada yamad...@jp.panasonic.com wrote: The lower 5 bit of MVBAR is UNK/SBZP. So, Monitor Vector Base Address must be 32-byte aligned. On the other hand, the secure monitor handler does not need 32-byte alignment. This commit moves

Re: [U-Boot] [PATCH 2/5] port wandboards to use the generic distro configs

2013-12-06 Thread Tom Rini
On Fri, Dec 06, 2013 at 09:37:59PM +0100, Wolfgang Denk wrote: Dear Tom, In message 20131206162854.GX420@bill-the-cat you wrote: But this is crap. The meaning of these variables has been wel-defined for a long, long time. fdt_addr is the FDT address in NOR flash (or similar memory

Re: [U-Boot] [PATCH 2/5] port wandboards to use the generic distro configs

2013-12-06 Thread Dennis Gilmore
Hi Wolfgang, El Fri, 06 Dec 2013 21:37:59 +0100 Wolfgang Denk w...@denx.de escribió: Dear Tom, In message 20131206162854.GX420@bill-the-cat you wrote: But this is crap. The meaning of these variables has been wel-defined for a long, long time. fdt_addr is the FDT address in NOR

Re: [U-Boot] [PATCH 2/5] port wandboards to use the generic distro configs

2013-12-06 Thread Wolfgang Denk
Dear Tom, In message 20131206221307.GD420@bill-the-cat you wrote: I think it's actually OK to omit the _r in NOR-less systems. The number of devices with actual NOT flash is decreasing, and if you can be sure that there is no such memory device available, then it is just overhead to

Re: [U-Boot] [RFC] ARM: Start using fdt_high for relocation

2013-12-06 Thread Stephen Warren
On 12/06/2013 02:04 PM, Tom Rini wrote: ... There's two problems here. The first problem is that we have between 256MiB and 1GiB of DDR on the platform, but we could just design for the smallest case. The second problem is, what's big enough? You've got 32MiB (tegra30) which I would hope is

Re: [U-Boot] [PATCH 2/5] port wandboards to use the generic distro configs

2013-12-06 Thread Wolfgang Denk
Dear Dennis, In message 20131206164420.36e5f...@adria.ausil.us you wrote: fdtaddr is highly prevalent in the configs Yes, it appears some vendors favoured this name. I'm temptted to add that these very vendors often tend to define thier own ways without caring what the community has been

[U-Boot] [PATCH] bootm: Reinstate special case for standalone images

2013-12-06 Thread Simon Glass
For standalone images, bootm had a special case where the OS boot function was NULL but did actually exist. It was just called manually. This was removed by commit 35fc84fa which checks for the non-existence of this function before the special case is examined. There is no obvious reason why

Re: [U-Boot] [PATCH 0/8] Secure boot improvements and test on Beaglebone Black

2013-12-06 Thread Simon Glass
Hi Tom, On 2 October 2013 08:44, Simon Glass s...@chromium.org wrote: This series adds a few improvements to the image signing feature to make it easier to use on the Beaglebone Black. - Add a DEV_TREE_BIN option to make it easier to include the correct FDT (with embedded public keys) into

Re: [U-Boot] [PATCH 2/5] port wandboards to use the generic distro configs

2013-12-06 Thread Dennis Gilmore
Hi Wolfgang, El Sat, 07 Dec 2013 00:16:16 +0100 Wolfgang Denk w...@denx.de escribió: Dear Dennis, In message 20131206164420.36e5f...@adria.ausil.us you wrote: fdtaddr is highly prevalent in the configs Yes, it appears some vendors favoured this name. I'm temptted to add that these

Re: [U-Boot] [PATCH] mtd: nand: omap: add CONFIG_SPL_NAND_DEVICE_WIDTH to determine NAND device bus-width

2013-12-06 Thread Scott Wood
On Thu, 2013-12-05 at 18:09 +0530, Pekon Gupta wrote: This patch adds CONFIG_SPL_NAND_DEVICE_WIDTH to specify bus-width of NAND device CONFIG_SPL_NAND_DEVICE_WIDTH == 16: NAND device with x16 bus-width CONFIG_SPL_NAND_DEVICE_WIDTH == 8: NAND device with x8 bus-width Need for a

Re: [U-Boot] [PATCH v2 2/2] powerpc/c29xpcie: 8k page size NAND boot support base on TPL/SPL

2013-12-06 Thread Scott Wood
On Thu, 2013-12-05 at 14:19 +0800, Po Liu wrote: diff --git a/board/freescale/c29xpcie/spl.c b/board/freescale/c29xpcie/spl.c new file mode 100644 index 000..7bc8ce1 --- /dev/null +++ b/board/freescale/c29xpcie/spl.c @@ -0,0 +1,73 @@ +/* Copyright 2013 Freescale Semiconductor, Inc. + *

Re: [U-Boot] [PATCH v2 1/2] powerpc:mpc85xx: Add ifc nand boot support for TPL/SPL

2013-12-06 Thread Scott Wood
On Thu, 2013-12-05 at 14:18 +0800, Po Liu wrote: diff --git a/drivers/mtd/nand/fsl_ifc_spl.c b/drivers/mtd/nand/fsl_ifc_spl.c index 9de327b..93303b4 100644 --- a/drivers/mtd/nand/fsl_ifc_spl.c +++ b/drivers/mtd/nand/fsl_ifc_spl.c @@ -88,7 +88,11 @@ static inline int bad_block(uchar *marker,

Re: [U-Boot] [PATCH REPOST] ARM: rpi_b: power on SDHCI and USB HW modules

2013-12-06 Thread Stephen Warren
On 12/06/2013 06:37 AM, Andre Heider wrote: Hi Stephen, On Tue, Dec 03, 2013 at 09:01:55PM -0700, Stephen Warren wrote: Send RPC commands to the VideoCore to turn on the SDHCI and USB modules. For SDHCI this isn't needed in practice, since the firmware already turned on the power in order

Re: [U-Boot] [PATCH v1] arm: keep all sections in ELF file

2013-12-06 Thread Albert ARIBAUD
On Thu, 7 Nov 2013 14:21:46 +0100, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Current LDS files /DISCARD/ a lot of sections when linking ELF files, causing diagnostic tools such as readelf or objdump to produce partial output. Keep all section at link stage, filter only at objcopy time

Re: [U-Boot] new uboot for custom platform

2013-12-06 Thread Cornel Miron
The CPU is : samsung s3c6410xh 66 Miron Cornel Mobile: +40-732.746.305 E-mail: cornel.miro...@gmail.com Yahoo ID: cornel_m2...@yahoo.com Skype: miron_cornel __ On Fri, Dec 6, 2013 at 11:57 AM, Abraham V.