Re: [U-Boot] ARM v7: Flush icache when executing a program with go

2013-05-16 Thread Wolfgang Denk
Dear Henrik Nordström, In message 1368669278.27007.43.camel@localhost you wrote: So my suggestion is to implement the icache_flush in common/bmmt_cmd.c as follows: ... From what I can tell there is no need to theck icache_status(). It's always safe to call invalidate_icache_all(). So

[U-Boot] [PATCH v4] Add support for Congatec Conga-QEVAl board

2013-05-16 Thread SARTRE Leo
Add minimal support (only boot from mmc device) for the Congatec Conga-QEVAl Evaluation Carrier Board with conga-Qmx6q (i.MX6 Quad processor) module. Signed-off-by: Leo Sartre lsar...@adeneo-embedded.com --- Change in v4: rename the config to cgtqmx6qeval MAINTAINERS

Re: [U-Boot] [PATCH v3] common/Makefile: Add new symbol CONFIG_SPL_ENV_SUPPORT for environment in SPL

2013-05-16 Thread Zhang Ying-B40530
-Original Message- From: Tom Rini [mailto:tom.r...@gmail.com] On Behalf Of Tom Rini Sent: Wednesday, May 15, 2013 10:07 PM To: Zhang Ying-B40530 Cc: u-boot@lists.denx.de; Wood Scott-B07421; aflem...@gmail.com; Xie Xiaobo-R63061; Zhang Ying-B40530 Subject: Re: [U-Boot] [PATCH v3]

[U-Boot] [PATCH] OMAP5: uEVM: Fix pinmux for USB support

2013-05-16 Thread Lubomir Popov
Set mux mode to GPIO for the pads used for HSIC USB device reset. Remove useless pinmux for USBB1_HSIC - the OMAP5432 does not have this port bonded out. Signed-off-by: Lubomir Popov lpo...@mm-sol.com --- I shall again point out that this mux_data.h file comes from the sEVM board without any

Re: [U-Boot] [PATCH] mmc and fat bug fixes

2013-05-16 Thread Ruud Commandeur
Dear Wolfgang Denk, Thanks for your comments, please see mine below. -Oorspronkelijk bericht- Van: Wolfgang Denk [mailto:w...@denx.de] Verzonden: donderdag 16 mei 2013 7:55 Aan: Ruud Commandeur CC: u-boot@lists.denx.de; Tom Rini; Mats K?rrman Onderwerp: Re: [U-Boot] [PATCH] mmc

Re: [U-Boot] Limitations/Considerations when programming U-Boot

2013-05-16 Thread Romain Izard
On 2013-05-15, Oliver Stäbler oliver.staeb...@bytesatwork.ch wrote: I'm currently investigating the possibility of using a cryptographic library in U-Boot to verify signatures during a fatload (or similar). You should take a look at Simon Glass's Verified Boot patchset, as it has the same

Re: [U-Boot] [PATCH RFC] OMAP5: uEVM: Enable USB EHCI functionality (preliminary, not tested)

2013-05-16 Thread Lubomir Popov
Hi Tom, Thanks for testing. One more thing needs fixing, my fault. I forgot that the mux_data.h file comes from the sEVM w/o any modification. Not only USB shall not work... Fix is in http://patchwork.ozlabs.org/patch/244233/ Please see comments inline below. On 16/05/13 01:06, Tom Rini wrote:

[U-Boot] [PATCH RFT] tegra: Define CONFIG_SKIP_LOWLEVEL_INIT for SPL build

2013-05-16 Thread Axel Lin
Then we can get rid of the #ifdef CONFIG_TEGRA guard in cpu_init_crit. Signed-off-by: Axel Lin axel@ingics.com --- Hi Stephen, This patch is on top of [PATCH] ARM: arm720t: Add missing CONFIG_SKIP_LOWLEVEL_INIT guard for cpu_init_crit [1] I make this as a separate patch because this patch

Re: [U-Boot] [PATCH RFC] OMAP5: uEVM: Enable USB EHCI functionality (preliminary, not tested)

2013-05-16 Thread Lubomir Popov
Hi Gilles, On 16/05/13 01:31, Gilles Chanteperdrix wrote: On 05/15/2013 05:55 PM, Lubomir Popov wrote: Prerequisites: appropriate patches to the USB EHCI and Eth drivers, and to the OMAP5 clock register definitions. Hi Lubomir, I have been trying to get the USB working on omap5 uEVM

Re: [U-Boot] [PATCH] mmc and fat bug fixes

2013-05-16 Thread Ruud Commandeur
-Oorspronkelijk bericht- Van: Andy Fleming [mailto:aflem...@gmail.com] Verzonden: donderdag 16 mei 2013 0:15 Aan: Ruud Commandeur CC: U-Boot list; Tom Rini; Mats K?rrman Onderwerp: Re: [U-Boot] [PATCH] mmc and fat bug fixes On Wed, May 15, 2013 at 9:23 AM, Ruud

[U-Boot] [PATCH v4] common/Makefile: Add new symbol CONFIG_SPL_ENV_xxx for environment in SPL

2013-05-16 Thread ying.zhang
From: Ying Zhang b40...@freescale.com There will need the environment in SPL for reasons other than network support (in particular, hwconfig contains info for how to set up DDR). Add a new symbol CONFIG_SPL_ENV_SUPPORT to replace CONFIG_SPL_NET_SUPPORT for environment in common/Makefile.

Re: [U-Boot] [PATCH 01/10] ARM: move interrupt_init to before relocation

2013-05-16 Thread Albert ARIBAUD
Hi Rob, On Wed, 15 May 2013 16:29:41 -0500, Rob Herring robherri...@gmail.com wrote: On Wed, May 15, 2013 at 3:26 PM, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hi Rob, On Wed, 15 May 2013 14:56:07 -0500, Rob Herring robherri...@gmail.com wrote: From: Rob Herring

Re: [U-Boot] [PATCH] Add the symbol for the minimal SPL used to eliminate unused code

2013-05-16 Thread Zhang Ying-B40530
-Original Message- From: Wood Scott-B07421 Sent: Thursday, May 16, 2013 8:01 AM To: Tom Rini Cc: Zhang Ying-B40530; u-boot@lists.denx.de; aflem...@gmail.com; Xie Xiaobo-R63061; Zhang Ying-B40530 Subject: Re: [U-Boot] [PATCH] Add the symbol for the minimal SPL used to eliminate unused

Re: [U-Boot] ulpi patch in uboot

2013-05-16 Thread Stefano Babic
On 16/05/2013 11:42, Michael Trimarchi wrote: Hi a;;, Hi Michael, (I posted also to u-boot ML to check if someone else had issues) I think that this patch could be wrong for omap4 and omap3. The opcode shift shuld be 22 and not 21. And are you sure that are you using the bit 31 in the

Re: [U-Boot] mx23-olinuxino: occasional memory errors

2013-05-16 Thread Otavio Salvador
On Thu, May 16, 2013 at 1:53 AM, Tsvetan Usunov, OLIMEX Ltd usu...@olimex.com wrote: Kiril, R17 adds instability to the SDRAM so you do not have to add it, that MAXI works better is because it uses 4 layer design and even with R17 could work without glitch, but if you remove R17 from MAXI it

Re: [U-Boot] mx23-olinuxino: occasional memory errors

2013-05-16 Thread Otavio Salvador
On Thu, May 16, 2013 at 1:34 AM, Tsvetan Usunov, OLIMEX Ltd usu...@olimex.com wrote: Hi Kiril something in uboot/kernel 3.x is broken with the memory setup we also never succeed to build stabile image from 3.x the only image which work rock solid is this one with kernel 2.6.x / elftosb

[U-Boot] [PATCH v3 0/4] Factorize ARM relocate_code instances

2013-05-16 Thread Albert ARIBAUD
This series replaces all instances of relocate_code in various start.S files from the ARM architecture with a single instance in arch/arm/lib/relocate.S. This is done in steps, each step keeping the whole of ARM U-Boot buildable and runnable and touching as little code as necessary. 1. Drop

[U-Boot] [PATCH v3 1/4] mx31pdk: copy SPL directly, not using relocate_code.

2013-05-16 Thread Albert ARIBAUD
Signed-off-by: Albert ARIBAUD albert.u.b...@aribaud.net --- Changes in v3: - none Changes in v2: - drop relocate_code() call from mx31pdk SPL board/freescale/mx31pdk/mx31pdk.c | 16 +++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/board/freescale/mx31pdk/mx31pdk.c

[U-Boot] [PATCH v3 2/4] tx25: copy SPL directly, not using relocate_code.

2013-05-16 Thread Albert ARIBAUD
Signed-off-by: Albert ARIBAUD albert.u.b...@aribaud.net --- Changes in v3: - none Changes in v2: - drop relocate_code() call from tx25 SPL board/karo/tx25/tx25.c | 16 +++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/board/karo/tx25/tx25.c b/board/karo/tx25/tx25.c

[U-Boot] [PATCH v3 3/4] arm: do not compile relocate_code() for SPL builds

2013-05-16 Thread Albert ARIBAUD
Signed-off-by: Albert ARIBAUD albert.u.b...@aribaud.net --- Changes in v3: - none Changes in v2: - drop all relocate_code instances from SPL builds arch/arm/cpu/arm1136/start.S | 11 +++ arch/arm/cpu/arm1176/start.S | 11 +-- arch/arm/cpu/arm720t/start.S | 11

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

2013-05-16 Thread Albert ARIBAUD
Replace all relocate_code routines from ARM start.S files with a single instance in file arch/arm/lib/relocate.S. For PXA, this requires moving the dcache unlocking code from within relocate_code into c_runtime_cpu_setup. Signed-off-by: Albert ARIBAUD albert.u.b...@aribaud.net --- Changes in v3:

Re: [U-Boot] mx23-olinuxino: occasional memory errors

2013-05-16 Thread Fabio Estevam
On Thu, May 16, 2013 at 8:02 AM, Otavio Salvador ota...@ossystems.com.br wrote: On Thu, May 16, 2013 at 1:34 AM, Tsvetan Usunov, OLIMEX Ltd usu...@olimex.com wrote: Hi Kiril something in uboot/kernel 3.x is broken with the memory setup we also never succeed to build stabile image from 3.x

Re: [U-Boot] [PATCH RFC] OMAP5: uEVM: Enable USB EHCI functionality (preliminary, not tested)

2013-05-16 Thread Tom Rini
On Thu, May 16, 2013 at 11:23:00AM +0300, Lubomir Popov wrote: Hi Tom, Thanks for testing. One more thing needs fixing, my fault. I forgot that the mux_data.h file comes from the sEVM w/o any modification. Not only USB shall not work... Fix is in http://patchwork.ozlabs.org/patch/244233/

Re: [U-Boot] [systemd-devel] 2013 Plumber's CFP: Fastboot

2013-05-16 Thread Lennart Poettering
On Wed, 15.05.13 15:01, Mehaffey, John (john_mehaf...@mentor.com) wrote: What if we merge the proposals? John, are you ok with proposing (some of) these topics in the Boot and Core OS track? I could help with the module-related part, too. Lucas De Marchi Hi Lucas, Lennart, I

Re: [U-Boot] hush variable expansion quoting

2013-05-16 Thread Henrik Nordström
tis 2013-05-14 klockan 19:06 +0200 skrev Henrik Nordström: Quoting is broken (ignored/lost) when there is variable expansions # test a b = c; echo $? 1 # v=a b # test $v = c; echo $? 0 # echo ab ab # v=ab # echo $v a b And not

Re: [U-Boot] [PATCH] Add the symbol for the minimal SPL used to eliminate unused code

2013-05-16 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/16/2013 06:08 AM, Zhang Ying-B40530 wrote: Andy was right, the goal of this patch was to make CONFIG_SPL_BUILD contain more functionality. OK, here's the confusion. CONFIG_SPL_BUILD is _only_ for telling if we're building U-Boot or SPL.

Re: [U-Boot] mx23-olinuxino: occasional memory errors

2013-05-16 Thread Fabio Estevam
On Thu, May 16, 2013 at 9:36 AM, Tsvetan Usunov, OLIMEX Ltd usu...@olimex.com wrote: The problem with the mini variant is a different one. Does mini run stable using old kernel and bootlets? all imx233 boards use same image and kernel/bootlets and we have no issues with any of them with the

Re: [U-Boot] [PATCH v4] Add support for Congatec Conga-QEVAl board

2013-05-16 Thread Otavio Salvador
On Thu, May 16, 2013 at 4:14 AM, SARTRE Leo lsar...@adeneo-embedded.com wrote: Add minimal support (only boot from mmc device) for the Congatec Conga-QEVAl Evaluation Carrier Board with conga-Qmx6q (i.MX6 Quad processor) module. Signed-off-by: Leo Sartre lsar...@adeneo-embedded.com ---

Re: [U-Boot] ulpi patch in uboot

2013-05-16 Thread Michael Trimarchi
Hi Stefano On 16/05/13 12:34, Stefano Babic wrote: On 16/05/2013 11:42, Michael Trimarchi wrote: Hi a;;, Hi Michael, (I posted also to u-boot ML to check if someone else had issues) I think that this patch could be wrong for omap4 and omap3. The opcode shift shuld be 22 and not 21.

[U-Boot] Booting u-boot for versatile in qemu fails

2013-05-16 Thread Thierry Bultel
Hi, I am trying to use u-boot configured for uboot_versatileqemu in qemu-system-arm. I only get a black screen a no serial output at all. I have tested several versions, and taken latest u-boot from git://git.denx.de I have also upgraded qemu to 1.5.0-rc2 My command line is as follows:

Re: [U-Boot] mx23-olinuxino: occasional memory errors

2013-05-16 Thread Tsvetan Usunov, OLIMEX Ltd
The problem with the mini variant is a different one. Does mini run stable using old kernel and bootlets? all imx233 boards use same image and kernel/bootlets and we have no issues with any of them with the old images Tsvetan ___ U-Boot mailing

Re: [U-Boot] [PATCH v3] common/Makefile: Add new symbol CONFIG_SPL_ENV_SUPPORT for environment in SPL

2013-05-16 Thread Tom Rini
On Thu, May 16, 2013 at 07:17:50AM +, Zhang Ying-B40530 wrote: [snip] Oh, there are some confusion. I thought CONFIG_ENV_IS_xxx defined is consistent for both SPL and non-SPL. If you want to set CONFIG_ENV_IS_NOWHERE for SPL and CONFIG_ENV_IS_xxx somewhere-else for non-SPL, so all of

Re: [U-Boot] ARM v7: Flush icache when executing a program with go

2013-05-16 Thread Tom Rini
On Thu, May 16, 2013 at 09:14:06AM +0200, Wolfgang Denk wrote: Dear Henrik Nordstr??m, In message 1368669278.27007.43.camel@localhost you wrote: So my suggestion is to implement the icache_flush in common/bmmt_cmd.c as follows: ... From what I can tell there is no need to theck

Re: [U-Boot] [PATCH 2/4] usb:composite: use memcpy to avoid unaligned access

2013-05-16 Thread Heiko Schocher
Hello Piotr, Am 10.04.2013 14:07, schrieb Piotr Wilczek: This patch memcpy is used instead of an assignment to avoid unaligned access execption on some ARM platforms. Signed-off-by: Piotr Wilczek p.wilc...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com CC: Lukasz

[U-Boot] [PATCH v5] Add support for Congatec Conga-QEVAl board

2013-05-16 Thread SARTRE Leo
Add minimal support (only boot from mmc device) for the Congatec Conga-QEVAl Evaluation Carrier Board with conga-Qmx6q (i.MX6 Quad processor) module. Signed-off-by: Leo Sartre lsar...@adeneo-embedded.com --- Changes in v5: remove useless comment add details of the

Re: [U-Boot] [PATCH v5] Add support for Congatec Conga-QEVAl board

2013-05-16 Thread Otavio Salvador
On Thu, May 16, 2013 at 10:49 AM, SARTRE Leo lsar...@adeneo-embedded.com wrote: Add minimal support (only boot from mmc device) for the Congatec Conga-QEVAl Evaluation Carrier Board with conga-Qmx6q (i.MX6 Quad processor) module. Signed-off-by: Leo Sartre lsar...@adeneo-embedded.com

Re: [U-Boot] ulpi patch in uboot

2013-05-16 Thread Michael Trimarchi
Hi On Thu, May 16, 2013 at 12:34:39PM +0200, Stefano Babic wrote: On 16/05/2013 11:42, Michael Trimarchi wrote: Hi a;;, Hi Michael, (I posted also to u-boot ML to check if someone else had issues) I think that this patch could be wrong for omap4 and omap3. The opcode shift shuld

Re: [U-Boot] Please pull u-boot-mmc.git

2013-05-16 Thread Tom Rini
On Wed, May 15, 2013 at 06:33:41PM -0500, Andy Fleming wrote: The following changes since commit fb651b10d43be36e7d7e16704c4b5ea1e295587a: Merge branch 'master' of git://www.denx.de/git/u-boot-mpc85xx (2013-05-15 08:41:04 -0400) are available in the git repository at:

Re: [U-Boot] ulpi patch in uboot

2013-05-16 Thread Igor Grinberg
Cc'ed Marek and Govindraj. On 05/16/13 16:19, Michael Trimarchi wrote: Hi [...] Thanks for the patch, it looks like a correct fix. I'd like to hear that it works on an actual hardware. From 7e99dcbe83e26fff3a0168105eec99003650b744 Mon Sep 17 00:00:00 2001 From: Michael Trimarchi

Re: [U-Boot] Booting u-boot for versatile in qemu fails

2013-05-16 Thread Albert ARIBAUD
Hi Thierry, On Thu, 16 May 2013 14:22:42 +0200, Thierry Bultel thierry.bul...@wanadoo.fr wrote: Hi, I am trying to use u-boot configured for uboot_versatileqemu in qemu-system-arm. I only get a black screen a no serial output at all. I have tested several versions, and taken latest

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

2013-05-16 Thread Albert ARIBAUD
Hi Benoît, On Wed, 15 May 2013 19:55:31 +0200, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hi Benoît, On Wed, 15 May 2013 18:36:05 +0200 (CEST), Benoît Thébaudeau benoit.thebaud...@advansee.com wrote: Hi Albert, On Wednesday, May 15, 2013 10:30:00 AM, Albert ARIBAUD wrote:

Re: [U-Boot] [PATCH v2 6/7] am335x_evm: Add support for the NOR module on the memory cape

2013-05-16 Thread Peter Korsgaard
Tom == Tom Rini tr...@ti.com writes: Tom From: Steve Kipisz s-kipi...@ti.com Tom This patch adds support for the NOR module that attaches Tom to the memory cape for a Beaglebone board. This does not Tom add booting support; only support so that you can boot from Tom SD/MMC and see the NOR

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

2013-05-16 Thread Benoît Thébaudeau
Hi Albert, On Thursday, May 16, 2013 4:29:49 PM, Albert ARIBAUD wrote: Hi Benoît, On Wed, 15 May 2013 19:55:31 +0200, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hi Benoît, On Wed, 15 May 2013 18:36:05 +0200 (CEST), Benoît Thébaudeau benoit.thebaud...@advansee.com wrote:

Re: [U-Boot] ulpi patch in uboot

2013-05-16 Thread Stefano Babic
On 16/05/2013 15:19, Michael Trimarchi wrote: Hi Michael, From 7e99dcbe83e26fff3a0168105eec99003650b744 Mon Sep 17 00:00:00 2001 From: Michael Trimarchi mich...@amarulasolutions.com Date: Thu, 16 May 2013 15:16:17 +0200 Subject: [PATCH] omap-ulpi: Fix the omap3/4 access function to the bus

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

2013-05-16 Thread Peter Korsgaard
Tom == Tom Rini tr...@ti.com writes: Tom From: Steve Kipisz s-kipi...@ti.com Tom NOR requires that s_init be within the first 4KiB of the image so that Tom we can perform the rest of the required pinmuxing to talk with the rest Tom of NOR that we are found on. When NOR_BOOT is set we save

Re: [U-Boot] [PATCH v2 6/7] am335x_evm: Add support for the NOR module on the memory cape

2013-05-16 Thread Tom Rini
On Thu, May 16, 2013 at 04:32:58PM +0200, Peter Korsgaard wrote: Tom == Tom Rini tr...@ti.com writes: Tom From: Steve Kipisz s-kipi...@ti.com Tom This patch adds support for the NOR module that attaches Tom to the memory cape for a Beaglebone board. This does not Tom add booting

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

2013-05-16 Thread Tom Rini
On Thu, May 16, 2013 at 04:36:02PM +0200, Peter Korsgaard wrote: Tom == Tom Rini tr...@ti.com writes: Tom From: Steve Kipisz s-kipi...@ti.com Tom NOR requires that s_init be within the first 4KiB of the image so that Tom we can perform the rest of the required pinmuxing to talk with the

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

2013-05-16 Thread Albert ARIBAUD
Hi Benoît, On Thu, 16 May 2013 16:28:55 +0200 (CEST), Benoît Thébaudeau benoit.thebaud...@advansee.com wrote: Hi Albert, On Thursday, May 16, 2013 4:29:49 PM, Albert ARIBAUD wrote: Hi Benoît, On Wed, 15 May 2013 19:55:31 +0200, Albert ARIBAUD albert.u.b...@aribaud.net wrote:

Re: [U-Boot] [PATCH v3 0/4] Factorize ARM relocate_code instances

2013-05-16 Thread Albert ARIBAUD
On Thu, 16 May 2013 14:02:53 +0200, Albert ARIBAUD albert.u.b...@aribaud.net wrote: This series replaces all instances of relocate_code in various start.S files from the ARM architecture with a single instance in arch/arm/lib/relocate.S. Please ignore. Will post V4 in a few minutes.

Re: [U-Boot] [PATCH v3 0/4] Factorize ARM relocate_code instances

2013-05-16 Thread Albert ARIBAUD
Hi Albert, On Thu, 16 May 2013 16:53:25 +0200, Albert ARIBAUD albert.u.b...@aribaud.net wrote: On Thu, 16 May 2013 14:02:53 +0200, Albert ARIBAUD albert.u.b...@aribaud.net wrote: This series replaces all instances of relocate_code in various start.S files from the ARM architecture with a

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

2013-05-16 Thread Albert ARIBAUD
On Thu, 16 May 2013 16:52:38 +0200, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hi Benoît, On Thu, 16 May 2013 16:28:55 +0200 (CEST), Benoît Thébaudeau benoit.thebaud...@advansee.com wrote: Hi Albert, On Thursday, May 16, 2013 4:29:49 PM, Albert ARIBAUD wrote: Hi Benoît,

Re: [U-Boot] [PATCH RFC] OMAP5: uEVM: Enable USB EHCI functionality (preliminary, not tested)

2013-05-16 Thread Lubomir Popov
Hi Tom, On 16/05/13 15:28, Tom Rini wrote: On Thu, May 16, 2013 at 11:23:00AM +0300, Lubomir Popov wrote: Hi Tom, Thanks for testing. One more thing needs fixing, my fault. I forgot that the mux_data.h file comes from the sEVM w/o any modification. Not only USB shall not work... Fix is

Re: [U-Boot] ulpi patch in uboot

2013-05-16 Thread Michael Trimarchi
Hi On Thu, May 16, 2013 at 04:35:57PM +0200, Stefano Babic wrote: On 16/05/2013 15:19, Michael Trimarchi wrote: Hi Michael, From 7e99dcbe83e26fff3a0168105eec99003650b744 Mon Sep 17 00:00:00 2001 From: Michael Trimarchi mich...@amarulasolutions.com Date: Thu, 16 May 2013 15:16:17

Re: [U-Boot] [systemd-devel] 2013 Plumber's CFP: Fastboot

2013-05-16 Thread Mehaffey, John
From: Lennart Poettering [mzxre...@0pointer.de] Sent: Thursday, May 16, 2013 5:33 AM On Wed, 15.05.13 15:01, Mehaffey, John (john_mehaf...@mentor.com) wrote: What if we merge the proposals? John, are you ok with proposing (some of) these topics in the Boot and Core OS track? I

Re: [U-Boot] [PATCH v5] Add support for Congatec Conga-QEVAl board

2013-05-16 Thread Stefano Babic
On 16/05/2013 15:49, SARTRE Leo wrote: Add minimal support (only boot from mmc device) for the Congatec Conga-QEVAl Evaluation Carrier Board with conga-Qmx6q (i.MX6 Quad processor) module. Signed-off-by: Leo Sartre lsar...@adeneo-embedded.com --- Hi Leo, a couple of minor issues. index

Re: [U-Boot] [PATCH v5] Add support for Congatec Conga-QEVAl board

2013-05-16 Thread SARTRE Leo
On Thursday 16 May 2013 17:09:35, Stefano Babic wrote : Hi Stefano, +#define UART_PAD_CTRL (PAD_CTL_PKE | PAD_CTL_PUE |\ + PAD_CTL_PUS_100K_UP | PAD_CTL_SPEED_MED |\ + PAD_CTL_DSE_40ohm | PAD_CTL_SRE_FAST | PAD_CTL_HYS) + commit 7e2173cf82d0bc235b695460c56d46927febdf36 makes

Re: [U-Boot] [PATCH RFC] OMAP5: uEVM: Enable USB EHCI functionality (preliminary, not tested)

2013-05-16 Thread Tom Rini
On Thu, May 16, 2013 at 05:56:57PM +0300, Lubomir Popov wrote: [snip] The same U-Boot (yesterday's u-boot-ti/master), just configured for my SOM5_EVB board: U-Boot SPL 2013.04-11569-ge3db066-dirty (May 16 2013 - 16:14:17) OMAP5430 ES1.0 U-Boot SPL 2013.04-11569-ge3db066-dirty (May 16 2013

Re: [U-Boot] ARM v7: Flush icache when executing a program with go

2013-05-16 Thread Henrik Nordström
tor 2013-05-16 klockan 09:37 -0400 skrev Tom Rini: That this topic keeps coming up is one of the reasons I asked Henrik to post this patch when I was looking over the Allwinner support queue. I thought this was a rather clever fixup. For what it's worth a similar issue is also relevant to

[U-Boot] [PATCH] README: Correct reference for CONFIG_SUPPORT_RAW_INITRD

2013-05-16 Thread Tom Rini
Signed-off-by: Tom Rini tr...@ti.com --- README |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 3d81092..3012dcd 100644 --- a/README +++ b/README @@ -5063,7 +5063,7 @@ On some platforms, it's possible to boot Linux zImage. This is done using the

Re: [U-Boot] [PATCH 03/10] ARM: highbank: update config options

2013-05-16 Thread Tom Rini
On Wed, May 15, 2013 at 02:56:09PM -0500, Rob Herring wrote: [snip] +#define CONFIG_SYS_PROMPT_HUSH_PS2 Don't need this one anymore. -- Tom signature.asc Description: Digital signature ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [PATCH] imx: spl: Merge libimx-common make rules

2013-05-16 Thread Stefano Babic
On 06/05/2013 13:15, Benoît Thébaudeau wrote: Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic -- = DENX Software Engineering GmbH, MD:

Re: [U-Boot] [PATCH 1/3] mx28evk: Add splash screen support

2013-05-16 Thread Stefano Babic
On 10/05/2013 21:14, Fabio Estevam wrote: From: Fabio Estevam fabio.este...@freescale.com Enable display support. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic --

Re: [U-Boot] Wrong RAM Size on Devkit8000

2013-05-16 Thread Maxime Ripard
Hi Andreas, Le 15/05/2013 09:44, Andreas Bießmann a écrit : Dear Maxime Ripard, (CCing Board Maintainer) On 05/14/2013 04:25 PM, Maxime Ripard wrote: Hi, I'm currently testing u-boot 2013.04 with SPL on a Devkit8000 with 256MB of RAM. Trouble is, it only detects 128MB of RAM. The

Re: [U-Boot] [PATCH 2/3] mx23evk: Add splash screen support

2013-05-16 Thread Stefano Babic
On 10/05/2013 21:14, Fabio Estevam wrote: From: Fabio Estevam fabio.este...@freescale.com Enable display support. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic --

Re: [U-Boot] [PATCH 3/3] video: mxsfb: Add an entry for mx23evk/mx28vk video modes

2013-05-16 Thread Stefano Babic
On 10/05/2013 21:14, Fabio Estevam wrote: From: Fabio Estevam fabio.este...@freescale.com Currently the mxsfb driver takes the display timings from the 'videomode' environment variable. Provide an example on how to set 'videomode' for using splash screen on mx23evk and mx28vk boards.

Re: [U-Boot] [PATCH 08/10] ARM: highbank: setup peripherals based on power domain status

2013-05-16 Thread Tom Rini
On Wed, May 15, 2013 at 02:56:14PM -0500, Rob Herring wrote: From: Rob Herring rob.herr...@calxeda.com Accessing powered down peripherals will hang the bus, so check power domain status before initializing SATA and fixup the FDT to disable unused peripherals. [snip] -

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

2013-05-16 Thread Benoît Thébaudeau
Hi Albert, On Thursday, May 16, 2013 2:02:57 PM, Albert ARIBAUD wrote: Replace all relocate_code routines from ARM start.S files with a single instance in file arch/arm/lib/relocate.S. For PXA, this requires moving the dcache unlocking code from within relocate_code into c_runtime_cpu_setup.

[U-Boot] [PATCH v6] Add support for Congatec Conga-QEVAl board

2013-05-16 Thread SARTRE Leo
Add minimal support (only boot from mmc device) for the Congatec Conga-QEVAl Evaluation Carrier Board with conga-Qmx6q (i.MX6 Quad processor) module. Signed-off-by: Leo Sartre lsar...@adeneo-embedded.com --- Changes in v6: cgtqmx6eval.c: remove unnecessary PAD_CTL_PKE |

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

2013-05-16 Thread Tom Rini
On Wed, May 15, 2013 at 07:13:18AM -0700, Simon Glass wrote: [snip] I've brought over the patches that I can that don't depend on autoconf: 6c0e6c9 (HEAD, ws/us-config5, us-config5) main: Add debug_bootkeys to avoid #ifdefs 9777b9f main: Add debug_parser() to avoid #ifdefs 2fc85b6 main:

Re: [U-Boot] [PATCH v5] Add support for Congatec Conga-QEVAl board

2013-05-16 Thread Otavio Salvador
On Thu, May 16, 2013 at 12:24 PM, SARTRE Leo lsar...@adeneo-embedded.com wrote: Is there also a DL version ? If not, you could drop the #ifdef Yes there is a DL version but I do not have the module so I cannot test it. Maybe add the DL version and prepare a binary for them to test. -- Otavio

Re: [U-Boot] Booting u-boot for versatile in qemu fails

2013-05-16 Thread Thierry Bultel
Le 16/05/2013 16:25, Albert ARIBAUD a écrit : Hi Thierry, On Thu, 16 May 2013 14:22:42 +0200, Thierry Bultel thierry.bul...@wanadoo.fr wrote: Hi, I am trying to use u-boot configured for uboot_versatileqemu in qemu-system-arm. I only get a black screen a no serial output at all. I have

[U-Boot] disassembler ?

2013-05-16 Thread Brad Walker
I noticed there is no support for a disassembler except for BedBug. I am working on a new processor and board for that processor. I'm in need of a disassembler for this work. I was thinking about adding a cmd_dis.c file as a stub and make the implementation exist in board/.. Is this the right

Re: [U-Boot] Booting u-boot for versatile in qemu fails

2013-05-16 Thread Albert ARIBAUD
Hi Thierry, On Thu, 16 May 2013 18:45:22 +0200, Thierry Bultel thierry.bul...@wanadoo.fr wrote: Le 16/05/2013 16:25, Albert ARIBAUD a écrit : Hi Thierry, On Thu, 16 May 2013 14:22:42 +0200, Thierry Bultel thierry.bul...@wanadoo.fr wrote: Hi, I am trying to use u-boot configured

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

2013-05-16 Thread Albert ARIBAUD
Hi Benoît, On Thu, 16 May 2013 17:56:29 +0200 (CEST), Benoît Thébaudeau benoit.thebaud...@advansee.com wrote: Hi Albert, Keeping an empty line here would be good for code clarity. Or _start in the comment above to be more consistent with the comments below. It's __rel_dyn_start and

Re: [U-Boot] disassembler ?

2013-05-16 Thread Albert ARIBAUD
Hi Brad, On Thu, 16 May 2013 10:45:47 -0600, Brad Walker bwal...@musings.com wrote: I noticed there is no support for a disassembler except for BedBug. I am working on a new processor and board for that processor. I'm in need of a disassembler for this work. I was thinking about adding a

Re: [U-Boot] [PATCH 04/12] imx: mx51_efikamx/sb: Convert to iomux-v3

2013-05-16 Thread Matt Sealey
I mean Signed-off-by since I'm the maintainer on the file you changed and I put the iomux-v3 support in the tree in the first place so I'm in the delivery path of the patch ;) Sure, I tested it, otherwise I wouldn't be totally fine with it. But this is code I have to look after in the future...

Re: [U-Boot] [PATCH RFT] tegra: Define CONFIG_SKIP_LOWLEVEL_INIT for SPL build

2013-05-16 Thread Stephen Warren
On 05/15/2013 11:56 PM, Axel Lin wrote: Then we can get rid of the #ifdef CONFIG_TEGRA guard in cpu_init_crit. Signed-off-by: Axel Lin axel@ingics.com --- Hi Stephen, This patch is on top of [PATCH] ARM: arm720t: Add missing CONFIG_SKIP_LOWLEVEL_INIT guard for cpu_init_crit [1] I

Re: [U-Boot] [PATCH RFC] OMAP5: uEVM: Enable USB EHCI functionality (preliminary, not tested)

2013-05-16 Thread Lubomir Popov
Hi Tom, On Thu, May 16, 2013 at 05:56:57PM +0300, Lubomir Popov wrote: [snip] The same U-Boot (yesterday's u-boot-ti/master), just configured for my SOM5_EVB board: U-Boot SPL 2013.04-11569-ge3db066-dirty (May 16 2013 - 16:14:17) OMAP5430 ES1.0 U-Boot SPL 2013.04-11569-ge3db066-dirty

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

2013-05-16 Thread Simon Glass
Hi Tom, On Thu, May 16, 2013 at 9:26 AM, Tom Rini tr...@ti.com wrote: On Wed, May 15, 2013 at 07:13:18AM -0700, Simon Glass wrote: [snip] I've brought over the patches that I can that don't depend on autoconf: 6c0e6c9 (HEAD, ws/us-config5, us-config5) main: Add debug_bootkeys to avoid

Re: [U-Boot] [PATCH V2] OMAP5: Power: Add more functionality to Palmas driver

2013-05-16 Thread menon.nisha...@gmail.com
On Wed, May 15, 2013 at 9:51 AM, Lubomir Popov lpo...@mm-sol.com wrote: Add some useful functions, and the corresponding definitions. Could you please split these into patches that introduce a function at a time? I am at a loss why one would need twl6040 powered on in u-boot. Signed-off-by:

Re: [U-Boot] [PATCH v2 6/7] am335x_evm: Add support for the NOR module on the memory cape

2013-05-16 Thread Peter Korsgaard
Tom == Tom Rini tr...@ti.com writes: Hi, Perhaps the nand handling should just get moved out of gpmc_init() (or the _cs_config args should be passed to gpmc_init() ). Tom I looked at this, on the scale of redoing omap3 too (where we have a lot Tom of existing examples). The split we've

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

2013-05-16 Thread Peter Korsgaard
Tom == Tom Rini tr...@ti.com writes: Hi, Tom +#ifdef CONFIG_TI81XX Why are you adding the TI81XX dependency here? That doesn't have anything to do with nor boot, does it? Tom dmm is TI81XX-only (for this file, it's also omap4+) and since main Tom U-Boot doesn't use

Re: [U-Boot] [PATCH 04/12] imx: mx51_efikamx/sb: Convert to iomux-v3

2013-05-16 Thread Benoît Thébaudeau
Hi Matt, On Thursday, May 16, 2013 8:05:22 PM, Matt Sealey wrote: I mean Signed-off-by since I'm the maintainer on the file you changed and I put the iomux-v3 support in the tree in the first place so I'm in the delivery path of the patch ;) Sure, I tested it, otherwise I wouldn't be

Re: [U-Boot] [PATCH V2] OMAP5: Power: Add more functionality to Palmas driver

2013-05-16 Thread Lubomir Popov
Hello, On Wed, May 15, 2013 at 9:51 AM, Lubomir Popov lpo...@mm-sol.com wrote: Add some useful functions, and the corresponding definitions. Could you please split these into patches that introduce a function at a time? Sure, I could, but for such simple stuff...? Moreover it is currently

Re: [U-Boot] [PATCH V2] OMAP5: Power: Add more functionality to Palmas driver

2013-05-16 Thread menon.nisha...@gmail.com
On Thu, May 16, 2013 at 2:03 PM, Lubomir Popov lpo...@mm-sol.com wrote: Well, I needed it when bringing up the board ;) - to validate the supplies, clocks, etc. Right, this function should be embraced within a #ifdef CONFIG_PALSMAS_AUDPWR and not compile in the general case (my code calling it

Re: [U-Boot] [PATCH v2 6/7] am335x_evm: Add support for the NOR module on the memory cape

2013-05-16 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/16/2013 02:54 PM, Peter Korsgaard wrote: Tom == Tom Rini tr...@ti.com writes: Hi, Perhaps the nand handling should just get moved out of gpmc_init() (or the _cs_config args should be passed to gpmc_init() ). Tom I looked at this, on

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

2013-05-16 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/16/2013 02:55 PM, Peter Korsgaard wrote: Tom == Tom Rini tr...@ti.com writes: Hi, Tom +#ifdef CONFIG_TI81XX Why are you adding the TI81XX dependency here? That doesn't have anything to do with nor boot, does it? Tom dmm is

Re: [U-Boot] [PATCH v2 6/7] am335x_evm: Add support for the NOR module on the memory cape

2013-05-16 Thread Peter Korsgaard
Tom == Tom Rini tr...@ti.com writes: Hi, Tom But I ended up with one non-default on all of omap3,which just Tom says lets re-program cs0 for our split. Ok, thanks. -- Bye, Peter Korsgaard ___ U-Boot mailing list U-Boot@lists.denx.de

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

2013-05-16 Thread Peter Korsgaard
Tom == Tom Rini tr...@ti.com writes: Ok, that's interesting info which imho belongs in the commit message. Tom Reworded, thanks! Great, thanks. -- Bye, Peter Korsgaard ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [PATCH V2] OMAP5: Power: Add more functionality to Palmas driver

2013-05-16 Thread Lubomir Popov
On Thu, May 16, 2013 at 2:03 PM, Lubomir Popov lpo...@mm-sol.com wrote: Well, I needed it when bringing up the board ;) - to validate the supplies, clocks, etc. Right, this function should be embraced within a #ifdef CONFIG_PALSMAS_AUDPWR and not compile in the general case (my code calling

[U-Boot] [ANN] SPI Custodian

2013-05-16 Thread Tom Rini
Hey all, I'm pleased to announce that Jagan Teki will be taking on the role of SPI custodian. There's some interesting things happening over in this area and he's already been involved. I'm confident this will help in getting the backlog of SPI-related changes reviewed and new features better

Re: [U-Boot] [PATCH V2] OMAP5: Power: Add more functionality to Palmas driver

2013-05-16 Thread menon.nisha...@gmail.com
On Thu, May 16, 2013 at 3:14 PM, Lubomir Popov lpo...@mm-sol.com wrote: On Thu, May 16, 2013 at 2:03 PM, Lubomir Popov lpo...@mm-sol.com wrote: Well, I needed it when bringing up the board ;) - to validate the supplies, clocks, etc. Right, this function should be embraced within a #ifdef

Re: [U-Boot] ARM v7: Flush icache when executing a program with go

2013-05-16 Thread Wolfgang Denk
Dear Henrik, In message 1368718669.25965.14.camel@localhost you wrote: I do not like having these things arch specific. I implemented it as an ARMv7 hook only because there is no general cross-platform u-boot function for clearing the icache. I'd much rather have a generic function call for

Re: [U-Boot] disassembler ?

2013-05-16 Thread Wolfgang Denk
Dear Brad Walker, In message CAPKZHbVOpoLNHAsjfwyEi9783zgYbfNuf9_GZ=avuxtmews...@mail.gmail.com you wrote: I am working on a new processor and board for that processor. I'm in need of a disassembler for this work. And why exactly do you need that on the target? Why cannot you just use

[U-Boot] u-boot USB question

2013-05-16 Thread Lance Beck
We are using u-boot on an AT91SAM9G20 platform with NAND Flash and running Linux. Is there a means to update the kernel and root fs image by reading them from a USB memory device and writing the new images to flash? I have built the fw_printenv tool thinking I might be able to use this to

[U-Boot] [PATCH v3 0/10] image: Reduce code duplication and refactor

2013-05-16 Thread Simon Glass
In creating a new feature[*] I found that the image code includes quite a bit of duplication in places. In particular the code to load a kernel, FDT and ramdisk is all fairly similar, but subtly different. This series introduces a new function fit_image_load() which loads an image from a FIT and

Re: [U-Boot] [PATCH v3 0/10] image: Reduce code duplication and refactor

2013-05-16 Thread Simon Glass
Hi, On Thu, May 16, 2013 at 4:53 PM, Simon Glass s...@chromium.org wrote: In creating a new feature[*] I found that the image code includes quite a bit of duplication in places. In particular the code to load a kernel, FDT and ramdisk is all fairly similar, but subtly different. This series

[U-Boot] [PATCH v3 03/10] image: Introduce fit_image_load() to load images from FITs

2013-05-16 Thread Simon Glass
At present code to load an image from a FIT is duplicated in the three places where it is needed (kernel, fdt, ramdisk). The differences between these different code copies is fairly minor. Create a new function in the fit code which can handle any of the requirements of those cases.

[U-Boot] [PATCH v3 01/10] bootstage: Introduce sub-IDs for use with image loading

2013-05-16 Thread Simon Glass
Loading a ramdisk, kernel or FDT goes through similar stages. Create a block of IDs for each task, and define a consistent numbering within the block. This will allow use of common code for image loading. Signed-off-by: Simon Glass s...@chromium.org --- Changes in v3: None Changes in v2: None

[U-Boot] [PATCH v3 07/10] image: Use fit_image_load() to load kernel

2013-05-16 Thread Simon Glass
Use the new common code to load a kernel. The functionality should not change. Signed-off-by: Simon Glass s...@chromium.org --- Changes in v3: - Rebase without verified boot patches Changes in v2: None common/cmd_bootm.c | 141 +++--

  1   2   >