[U-Boot] [PATCH v2] arm, am33xx: add defines for gmii_sel_register bits

2013-06-05 Thread Heiko Schocher
move gmii_sel register defines from board code to common place. Signed-off-by: Heiko Schocher h...@denx.de Cc: Chandan Nath chandan.n...@ti.com Cc: Sandeep Paulraj s-paul...@ti.com Cc: Tom Rini tr...@ti.com Cc: Lars Poeschel poesc...@lemonage.de Cc: Enric Balletbo i Serra eballe...@iseebcn.com

Re: [U-Boot] [PATCH V2 09/12] mmc: omap_hsmmc: add mmc1 pbias, ldo1

2013-06-05 Thread Lokesh Vutla
On Wednesday 05 June 2013 02:36 AM, Tom Rini wrote: On Mon, Jun 03, 2013 at 10:58:27PM +0300, Lubomir Popov wrote: Hi Lokesh, Hi Lubomir, On Thursday 30 May 2013 07:56 PM, Lubomir Popov wrote: Hi Lokesh, On 30/05/13 16:19, Lokesh Vutla wrote: From: Balaji T K balaj...@ti.com add dra mmc

[U-Boot] [PATCH V4] lcd: align bmp header when uncopmressing image

2013-06-05 Thread Piotr Wilczek
When compressed image is loaded, it must be decompressed to an aligned address + 2 to avoid unaligned access exception on some ARM platforms. Signed-off-by: Piotr Wilczek p.wilc...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com CC: Anatolij Gustschin ag...@denx.de CC: Wolfgang

[U-Boot] [PATCH V4 09/12] mmc: omap_hsmmc: add mmc1 pbias, ldo1

2013-06-05 Thread Lokesh Vutla
From: Balaji T K balaj...@ti.com add dra mmc pbias support and ldo1 power on Signed-off-by: Balaji T K balaj...@ti.com Signed-off-by: Lokesh Vutla lokeshvu...@ti.com --- Changes since V3: * Addressed comments from Tom arch/arm/include/asm/arch-omap5/omap.h |2 +- drivers/mmc/omap_hsmmc.c

[U-Boot] [PATCH 1/1 RESEND] NET: Fix system hanging if NET device is not installed

2013-06-05 Thread Jim Lin
If we try to boot from NET device, NetInitLoop in net.c will be invoked. If NET device is not installed, eth_get_dev() function will return eth_current value, which is NULL. When NetInitLoop is called, eth_get_dev-enetaddr will access restricted memory area and therefore cause hanging. This issue

Re: [U-Boot] [PATCH V2 09/12] mmc: omap_hsmmc: add mmc1 pbias, ldo1

2013-06-05 Thread Lubomir Popov
Hi Tom, On 05/06/13 00:06, Tom Rini wrote: On Mon, Jun 03, 2013 at 10:58:27PM +0300, Lubomir Popov wrote: Hi Lokesh, Hi Lubomir, On Thursday 30 May 2013 07:56 PM, Lubomir Popov wrote: Hi Lokesh, On 30/05/13 16:19, Lokesh Vutla wrote: From: Balaji T K balaj...@ti.com add dra mmc pbias

Re: [U-Boot] [PATCH] video:lcd:cfb_console: cm_t35: Add CONFIG_SPLASH_SCREEN_PREPARE support to CONFIG_VIDEO

2013-06-05 Thread Igor Grinberg
Hi Robert, On 06/04/13 21:11, Robert Winkler wrote: Adding Anatolij to the CC list. On Tue, Jun 4, 2013 at 8:10 AM, Robert Winkler robert.wink...@boundarydevices.com wrote: Hi Igor, On Mon, Jun 3, 2013 at 11:10 PM, Igor Grinberg grinb...@compulab.co.il wrote: Hi Robert, On 06/03/13

Re: [U-Boot] [PATCH] Add SPI Flash STMicro's N25Q512A add flag status check during SPI Flash write

2013-06-05 Thread Jagan Teki
On Wed, Jun 5, 2013 at 10:10 AM, Insop Song insop.s...@cohere.net wrote: Hi Jagan, Thank you for your feedback. -Original Message- From: Jagan Teki [mailto:jagannadh.t...@gmail.com] Sent: Monday, June 03, 2013 10:31 PM To: Insop Song Cc: u-boot@lists.denx.de; york...@freescale.com

Re: [U-Boot] net, cpsw: disable gigabit support through plattform data

2013-06-05 Thread Heiko Schocher
Hello Mugunthan, Tom, Am 04.06.2013 17:29, schrieb Mugunthan V N: On 6/4/2013 8:45 PM, Heiko Schocher wrote: Hello Wolfgang, Am 04.06.2013 17:00, schrieb Wolfgang Denk: Dear Heiko, In message 1370335914-14027-1-git-send-email...@denx.de you wrote: add possibility to disable gigabit

Re: [U-Boot] arm, arm335x: add watchdog support

2013-06-05 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/05/2013 01:22 AM, Heiko Schocher wrote: Hello Tom, Am 04.06.2013 23:24, schrieb Tom Rini: On Tue, Jun 04, 2013 at 10:55:36AM +0200, Heiko Schocher wrote: Add TI OMAP 16xx 24xx/34xx 32KHz (non-secure) watchdog support.

Re: [U-Boot] [PATCH v2] arm: dra7xx: Update the EXTRA_ENV_SETTINGS

2013-06-05 Thread Dan Murphy
On 06/04/2013 04:35 PM, Tom Rini wrote: On Tue, Jun 04, 2013 at 10:26:06AM -0500, Dan Murphy wrote: Update the EXTRA_ENV_SETTING for the dra7xx. The console needs to be set to ttyO0 and the findfdt needs to be updated to load the dra7xx-evm.dtb file. Signed-off-by: Dan Murphy dmur...@ti.com

Re: [U-Boot] [PATCH v4 1/9] at91: Correct CONFIG_AUTOBOOT_PROMPT definition for pm9263

2013-06-05 Thread Tom Rini
On Wed, May 15, 2013 at 09:23:53AM -0700, Simon Glass wrote: This is not currently used, since autoboot is not enabled for this board, but the string is missing a parameter. Add it. Signed-off-by: Simon Glass s...@chromium.org Along with the rest of the series, applied to u-boot/master,

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

2013-06-05 Thread Tom Rini
On Thu, May 16, 2013 at 04:53:18PM -0700, Simon Glass 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 introduces a

Re: [U-Boot] fdt: allow bootdelay to be specified via device tree

2013-06-05 Thread Tom Rini
On Tue, May 14, 2013 at 08:02:56AM -, Stephen Warren wrote: From: Stephen Warren swar...@nvidia.com This can be useful to force bootcmd to execute as soon as U-Boot has started. My use-case is: An SoC-specific tool pushes U-Boot into RAM, along with an image to be written to device

Re: [U-Boot] input: fix unaligned access in key_matrix_decode_fdt()

2013-06-05 Thread Tom Rini
On Wed, May 22, 2013 at 08:48:18AM -, Stephen Warren wrote: From: Stephen Warren swar...@nvidia.com Initialized character arrays on the stack can cause gcc to emit code that performs unaligned accessess. Make the data static to avoid this. Note that the unaligned accesses are made

Re: [U-Boot] disk: Fix possible out-of-bounds access in part_efi.c

2013-06-05 Thread Tom Rini
On Sun, May 19, 2013 at 12:53:34PM -, Marek Vasut wrote: Make sure to never access beyond bounds of either EFI partition name or DOS partition name. This situation is happening: part.h: disk_partition_t-name is 32-byte long part_efi.h: gpt_entry-partition_name is 36-bytes long

Re: [U-Boot] input: simplify key_matrix_decode_fdt()

2013-06-05 Thread Tom Rini
On Thu, May 23, 2013 at 12:09:57PM -, Stephen Warren wrote: From: Stephen Warren swar...@nvidia.com We know the exact property names that the code wants to process. Look these up directly with fdt_get_property(), rather than iterating over all properties within the node, and checking

Re: [U-Boot] common: board_f: Do not call board_postclk_init twice

2013-06-05 Thread Tom Rini
On Tue, May 21, 2013 at 09:08:09PM -, Masahiro Yamada wrote: The generic-board board_init_f function called board_postclk_init twice. The first one came from arch/arm/lib/board.c, while the second one from arch/powerpc/lib/board.c. This commit deletes the first occurrence. In

Re: [U-Boot] [PATCH v2] arm: dra7xx: Update the EXTRA_ENV_SETTINGS

2013-06-05 Thread Tom Rini
On Wed, Jun 05, 2013 at 07:27:05AM -0500, Dan Murphy wrote: On 06/04/2013 04:35 PM, Tom Rini wrote: On Tue, Jun 04, 2013 at 10:26:06AM -0500, Dan Murphy wrote: Update the EXTRA_ENV_SETTING for the dra7xx. The console needs to be set to ttyO0 and the findfdt needs to be updated to load the

Re: [U-Boot] dfu: make data buffer size configurable

2013-06-05 Thread Tom Rini
On Wed, Jun 05, 2013 at 06:53:53AM +0200, Heiko Schocher wrote: Hello Tom, Am 04.06.2013 22:04, schrieb Tom Rini: On Tue, Jun 04, 2013 at 11:22:54AM +0200, Heiko Schocher wrote: Dfu transfer uses a buffer before writing data to the raw storage device. Make the size (in bytes) of this

[U-Boot] [PATCH v2 0/7] cleanup in the 'ifm AC14xx' board support

2013-06-05 Thread Gerhard Sittig
this change set adjusts the configuration of the 'ifm AC14xx' board to get closer to mainline philosophy and slightly improves builtin diagnostics and robustness after setup failure changes in v2: - address a potential NULL pointer dereference in the diagnostics code path as well (previously

[U-Boot] [PATCH v2 1/7] ac14xx: fix a potential NULL deref in diagnostics

2013-06-05 Thread Gerhard Sittig
getenv() immediately after setenv() may perfectly legally return NULL, so make sure to not deference an invalid pointer when creating diagnostic output Signed-off-by: Gerhard Sittig g...@denx.de --- board/ifm/ac14xx/ac14xx.c |8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff

[U-Boot] [PATCH v2 3/7] ac14xx: minor improvement in diagnostics

2013-06-05 Thread Gerhard Sittig
- minor rewording of diagnostics output - make diagnostics optional and off by default Signed-off-by: Gerhard Sittig g...@denx.de --- board/ifm/ac14xx/ac14xx.c | 34 -- 1 file changed, 20 insertions(+), 14 deletions(-) diff --git a/board/ifm/ac14xx/ac14xx.c

[U-Boot] [PATCH v2 2/7] ac14xx: cleanup comments in the board support

2013-06-05 Thread Gerhard Sittig
fix typos, minor rephrasing, remove obsolete notes and TODO items Signed-off-by: Gerhard Sittig g...@denx.de --- board/ifm/ac14xx/ac14xx.c | 10 ++ include/configs/ac14xx.h |5 ++--- 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/board/ifm/ac14xx/ac14xx.c

[U-Boot] [PATCH v2 6/7] ac14xx: use the official product name everywhere

2013-06-05 Thread Gerhard Sittig
remove remaining k6 code names, switch to the official 'ac14xx' name Signed-off-by: Gerhard Sittig g...@denx.de --- include/configs/ac14xx.h | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/include/configs/ac14xx.h b/include/configs/ac14xx.h index e06e9ea..fcb56f4

[U-Boot] [PATCH v2 4/7] ac14xx: re-order the recovery condition checks

2013-06-05 Thread Gerhard Sittig
re-order the conditions which make the recovery system startup: combine those conditions which were explicitly initiated (key press, software request) and those which post-process error conditions (installer issues) Signed-off-by: Gerhard Sittig g...@denx.de --- board/ifm/ac14xx/ac14xx.c | 12

[U-Boot] [PATCH v2 7/7] ac14xx: rephrase network boot config for development

2013-06-05 Thread Gerhard Sittig
- remove the builtin 'rootpath' spec (according to U-Boot project policy) and require user provided environments to contain these - rephrase the evaluation of the 'muster_nr' approach which allows to quickly switch among several network boot setups (make the setting transparent when empty,

[U-Boot] [PATCH v2 5/7] ac14xx: remove obsolete board config items

2013-06-05 Thread Gerhard Sittig
- use the default baudrate table for serial communication - remove hostname/boofile/rootpath defines which were not referenced elsewhere Signed-off-by: Gerhard Sittig g...@denx.de --- include/configs/ac14xx.h |6 -- 1 file changed, 6 deletions(-) diff --git a/include/configs/ac14xx.h

Re: [U-Boot] [u-boot] spi/arm-pl022: Add support for ARM PL022 spi controller

2013-06-05 Thread Armando Visconti
On 06/03/2013 12:10 PM, Jagan Teki wrote: I completely lost the original thread... I will re-start from V3... Pls discard this noisy thread, Please check the below thread for earlier v3 http://patchwork.ozlabs.org/patch/205814/ Thx Jagan, I have a v4 ready, where I just corrected the

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

2013-06-05 Thread Tom Rini
Hello, The following changes since commit 3da0e5750b24a9491058df6126c7be577a276c09: arm: factorize relocate_code routine (2013-05-30 20:24:38 +0200) 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] [U-BOOT] [PATCH] arm: da830: moved pinmux configurations to the arch tree

2013-06-05 Thread Tom Rini
On Thu, May 30, 2013 at 01:25:11PM +0530, Vishwanathrao Badarkhe, Manish wrote: Move pinmux configurations for the DA830 SoCs from board file to the arch tree so that it can be used for all da830 based devices. Also, avoids duplicate pinmuxing in case of NAND. Signed-off-by: Vishwanathrao

Re: [U-Boot] arm, arm335x: add watchdog support

2013-06-05 Thread Michael Trimarchi
Hi On Jun 4, 2013 10:55 AM, Heiko Schocher h...@denx.de wrote: Add TI OMAP 16xx 24xx/34xx 32KHz (non-secure) watchdog support. Signed-off-by: Heiko Schocher h...@denx.de Cc: Albert Aribaud albert.u.b...@aribaud.net Cc: Tom Rini tr...@ti.com --- arch/arm/include/asm/arch-am33xx/cpu.h |

Re: [U-Boot] [PATCH V2 09/12] mmc: omap_hsmmc: add mmc1 pbias, ldo1

2013-06-05 Thread Tom Rini
On Wed, Jun 05, 2013 at 11:03:26AM +0300, Lubomir Popov wrote: Hi Tom, On 05/06/13 00:06, Tom Rini wrote: On Mon, Jun 03, 2013 at 10:58:27PM +0300, Lubomir Popov wrote: Hi Lokesh, Hi Lubomir, On Thursday 30 May 2013 07:56 PM, Lubomir Popov wrote: Hi Lokesh, On 30/05/13 16:19,

Re: [U-Boot] dfu: make data buffer size configurable

2013-06-05 Thread Heiko Schocher
Hello Tom, Am 05.06.2013 14:43, schrieb Tom Rini: On Wed, Jun 05, 2013 at 06:53:53AM +0200, Heiko Schocher wrote: Hello Tom, Am 04.06.2013 22:04, schrieb Tom Rini: On Tue, Jun 04, 2013 at 11:22:54AM +0200, Heiko Schocher wrote: [...] + CONFIG_SYS_DFU_DATA_BUF_SIZE + Dfu

Re: [U-Boot] arm, arm335x: add watchdog support

2013-06-05 Thread Heiko Schocher
Hello Michael, Am 05.06.2013 15:31, schrieb Michael Trimarchi: Hi On Jun 4, 2013 10:55 AM, Heiko Schocher h...@denx.de mailto:h...@denx.de wrote: Add TI OMAP 16xx 24xx/34xx 32KHz (non-secure) watchdog support. Signed-off-by: Heiko Schocher h...@denx.de mailto:h...@denx.de Cc: Albert

Re: [U-Boot] [U-BOOT] [PATCH] arm: da830: moved pinmux configurations to the arch tree

2013-06-05 Thread Christian Riesch
On 2013-05-30 09:55, Vishwanathrao Badarkhe, Manish wrote: Move pinmux configurations for the DA830 SoCs from board file to the arch tree so that it can be used for all da830 based devices. Also, avoids duplicate pinmuxing in case of NAND. Signed-off-by: Vishwanathrao Badarkhe, Manish

Re: [U-Boot] arm, arm335x: add watchdog support

2013-06-05 Thread Michael Trimarchi
Hi On Jun 5, 2013 4:17 PM, Heiko Schocher h...@denx.de wrote: Hello Michael, Am 05.06.2013 15:31, schrieb Michael Trimarchi: Hi On Jun 4, 2013 10:55 AM, Heiko Schocher h...@denx.de mailto:h...@denx.de wrote: Add TI OMAP 16xx 24xx/34xx 32KHz (non-secure) watchdog support.

Re: [U-Boot] arm, arm335x: add watchdog support

2013-06-05 Thread Heiko Schocher
Hello Michael, Am 05.06.2013 16:21, schrieb Michael Trimarchi: Hi On Jun 5, 2013 4:17 PM, Heiko Schocher h...@denx.de mailto:h...@denx.de wrote: Hello Michael, Am 05.06.2013 15:31, schrieb Michael Trimarchi: Hi On Jun 4, 2013 10:55 AM, Heiko Schocher h...@denx.de

[U-Boot] [PATCH v3] arm: dra7xx: Update the EXTRA_ENV_SETTINGS

2013-06-05 Thread Dan Murphy
Update the EXTRA_ENV_SETTING for the dra7xx. The console needs to be set to ttyO0 and the findfdt needs to be updated to load the dra7xx-evm.dtb file. Signed-off-by: Dan Murphy dmur...@ti.com --- v3 - Updated based on comments - http://patchwork.ozlabs.org/patch/248687/ v2 - Updated with side bar

Re: [U-Boot] [PATCH 1/1 RESEND] NET: Fix system hanging if NET device is not installed

2013-06-05 Thread Stephen Warren
On 06/05/2013 01:07 AM, Jim Lin wrote: If we try to boot from NET device, NetInitLoop in net.c will be invoked. If NET device is not installed, eth_get_dev() function will return eth_current value, which is NULL. When NetInitLoop is called, eth_get_dev-enetaddr will access restricted memory

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

2013-06-05 Thread Albert ARIBAUD
Hi Tom, On Wed, 5 Jun 2013 08:54:18 -0400, Tom Rini tr...@ti.com wrote: Hello, The following changes since commit 3da0e5750b24a9491058df6126c7be577a276c09: arm: factorize relocate_code routine (2013-05-30 20:24:38 +0200) are available in the git repository at:

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

2013-06-05 Thread Albert ARIBAUD
Hello Tom, The following changes since commit 3da0e5750b24a9491058df6126c7be577a276c09: arm: factorize relocate_code routine (2013-05-30 20:24:38 +0200) are available in the git repository at: git://git.denx.de/u-boot-arm master for you to fetch changes up to

Re: [U-Boot] [PATCH V2 09/12] mmc: omap_hsmmc: add mmc1 pbias, ldo1

2013-06-05 Thread Nishanth Menon
On Wed, Jun 5, 2013 at 3:03 AM, Lubomir Popov lpo...@mm-sol.com wrote: Hi Tom, On 05/06/13 00:06, Tom Rini wrote: On Mon, Jun 03, 2013 at 10:58:27PM +0300, Lubomir Popov wrote: Hi Lokesh, Hi Lubomir, On Thursday 30 May 2013 07:56 PM, Lubomir Popov wrote: Hi Lokesh, On 30/05/13 16:19,

Re: [U-Boot] [PATCH V2 09/12] mmc: omap_hsmmc: add mmc1 pbias, ldo1

2013-06-05 Thread Lubomir Popov
Hi Nishanth, On 05/06/13 17:01, Nishanth Menon wrote: On Wed, Jun 5, 2013 at 3:03 AM, Lubomir Popov lpo...@mm-sol.com wrote: Hi Tom, On 05/06/13 00:06, Tom Rini wrote: On Mon, Jun 03, 2013 at 10:58:27PM +0300, Lubomir Popov wrote: Hi Lokesh, Hi Lubomir, On Thursday 30 May 2013 07:56 PM,

Re: [U-Boot] TPM patches to pull if you wish

2013-06-05 Thread Tom Rini
On Mon, Jun 03, 2013 at 06:08:23PM -0700, Simon Glass wrote: Hi Tom, I pushed the TPM patches to a branch for you if you want to pick them up. I ended up squashing the config patch into the others - since otherwise snow will not build for one commit. Does that seem acceptable or should I

Re: [U-Boot] [PATCH V2 09/12] mmc: omap_hsmmc: add mmc1 pbias, ldo1

2013-06-05 Thread Nishanth Menon
On Wed, Jun 5, 2013 at 11:35 AM, Lubomir Popov lpo...@mm-sol.com wrote: Hi Nishanth, On 05/06/13 17:01, Nishanth Menon wrote: On Wed, Jun 5, 2013 at 3:03 AM, Lubomir Popov lpo...@mm-sol.com wrote: Hi Tom, On 05/06/13 00:06, Tom Rini wrote: On Mon, Jun 03, 2013 at 10:58:27PM +0300, Lubomir

Re: [U-Boot] [PATCH] powerpc/mpc85xx:Add iprot input arg in create_TLB0/1_entry

2013-06-05 Thread Scott Wood
On 06/04/2013 10:20:38 PM, Prabhakar Kushwaha wrote: On 06/04/2013 10:07 PM, Scott Wood wrote: On 06/04/2013 11:36:17 AM, Scott Wood wrote: On 06/04/2013 05:24:41 AM, Prabhakar Kushwaha wrote: create_tlb1_entry and create_tlb0_entry creates TLB entries with IPROT bit set by default. Any TLB

Re: [U-Boot] [PATCH V2 09/12] mmc: omap_hsmmc: add mmc1 pbias, ldo1

2013-06-05 Thread Lubomir Popov
Hi Nishanth, On Wed, Jun 5, 2013 at 11:35 AM, Lubomir Popov lpo...@mm-sol.com wrote: Hi Nishanth, On 05/06/13 17:01, Nishanth Menon wrote: On Wed, Jun 5, 2013 at 3:03 AM, Lubomir Popov lpo...@mm-sol.com wrote: Hi Tom, On 05/06/13 00:06, Tom Rini wrote: On Mon, Jun 03, 2013 at 10:58:27PM

Re: [U-Boot] arm, arm335x: add watchdog support

2013-06-05 Thread Michael Trimarchi
Hi On Jun 5, 2013 4:27 PM, Heiko Schocher h...@denx.de wrote: Hello Michael, Am 05.06.2013 16:21, schrieb Michael Trimarchi: Hi On Jun 5, 2013 4:17 PM, Heiko Schocher h...@denx.de mailto:h...@denx.de wrote: Hello Michael, Am 05.06.2013 15:31, schrieb Michael Trimarchi: Hi

[U-Boot] imx: Vybrid VF610 mac address issue

2013-06-05 Thread Andy Voltz
I recently tried booting the VF610 support on the Tower board, but the mac address is reversed in Linux userspace. DHCP/BOOTP seems to work properly in u-boot. I'm booting this kernel: https://github.com/Timesys/linux-timesys/ ref: 2c4ead2dd6da019f5052a69b12c8f5b6b71f8dca I haven't yet seen how

Re: [U-Boot] imx: Vybrid VF610 mac address issue

2013-06-05 Thread Fabio Estevam
Hi Andy, On Wed, Jun 5, 2013 at 5:54 PM, Andy Voltz andy.vo...@timesys.com wrote: I recently tried booting the VF610 support on the Tower board, but the mac address is reversed in Linux userspace. DHCP/BOOTP seems to work properly in u-boot. I'm booting this kernel:

[U-Boot] [PATCH] vf610twr: Drop unneeded 'or' operator

2013-06-05 Thread Fabio Estevam
From: Fabio Estevam fabio.este...@freescale.com No need to use the or operator, so just remove it. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- board/freescale/vf610twr/vf610twr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [U-Boot] imx: Vybrid VF610 mac address issue

2013-06-05 Thread Benoît Thébaudeau
Hi Andy, Fabio, On Wednesday, June 5, 2013 11:13:52 PM, Fabio Estevam wrote: Hi Andy, On Wed, Jun 5, 2013 at 5:54 PM, Andy Voltz andy.vo...@timesys.com wrote: I recently tried booting the VF610 support on the Tower board, but the mac address is reversed in Linux userspace. DHCP/BOOTP

Re: [U-Boot] [PATCH] vf610twr: Drop unneeded 'or' operator

2013-06-05 Thread Benoît Thébaudeau
Hi Fabio, On Wednesday, June 5, 2013 11:17:45 PM, Fabio Estevam wrote: From: Fabio Estevam fabio.este...@freescale.com No need to use the or operator, so just remove it. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- board/freescale/vf610twr/vf610twr.c | 2 +- 1 file

Re: [U-Boot] [PATCH V2 REPOST 1/2] lcd: add functions to set up simplefb device tree

2013-06-05 Thread Anatolij Gustschin
On Tue, 04 Jun 2013 21:38:19 -0600 Stephen Warren swar...@wwwdotorg.org wrote: ... Anatolij, do these patches look good? Are you waiting for Albert to ack patch 2 in order to take it through the LCD tree? Thanks. these patches look good, I'll queue them. Sorry for delay. Thanks, Anatolij

[U-Boot] [PATCH v2] vf610twr: Drop unneeded 'status' variable

2013-06-05 Thread Fabio Estevam
From: Fabio Estevam fabio.este...@freescale.com No need to use the 'status' variable, so just remove it. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- Changes since v1: - Drop status variable board/freescale/vf610twr/vf610twr.c | 5 + 1 file changed, 1 insertion(+), 4

Re: [U-Boot] [PATCH V2 REPOST 1/2] lcd: add functions to set up simplefb device tree

2013-06-05 Thread Anatolij Gustschin
On Mon, 27 May 2013 22:31:17 -0600 Stephen Warren swar...@wwwdotorg.org wrote: simple-framebuffer is a new device tree binding that describes a pre- configured frame-buffer memory region and its format. The Linux kernel contains a driver that supports this binding. Implement functions to

Re: [U-Boot] [PATCH V2 REPOST 2/2] ARM: bcm2835: add simplefb DT node during bootz/m

2013-06-05 Thread Anatolij Gustschin
On Mon, 27 May 2013 22:31:18 -0600 Stephen Warren swar...@wwwdotorg.org wrote: Add a DT simple-framebuffer node to DT when booting the Linux kernel. This will allow the kernel to inherit the framebuffer configuration from U-Boot, and display a graphical boot console, and even run a full SW-

Re: [U-Boot] [PATCH] vf610twr: Drop unneeded 'or' operator

2013-06-05 Thread Otavio Salvador
On Wed, Jun 5, 2013 at 6:24 PM, Benoît Thébaudeau benoit.thebaud...@advansee.com wrote: Hi Fabio, On Wednesday, June 5, 2013 11:17:45 PM, Fabio Estevam wrote: From: Fabio Estevam fabio.este...@freescale.com No need to use the or operator, so just remove it. Signed-off-by: Fabio

Re: [U-Boot] [PATCH v2] vf610twr: Drop unneeded 'status' variable

2013-06-05 Thread Otavio Salvador
On Wed, Jun 5, 2013 at 6:34 PM, Fabio Estevam feste...@gmail.com wrote: From: Fabio Estevam fabio.este...@freescale.com No need to use the 'status' variable, so just remove it. Signed-off-by: Fabio Estevam fabio.este...@freescale.com Reviewed-by: Otavio Salvador ota...@ossystems.com.br --

Re: [U-Boot] imx: Vybrid VF610 mac address issue

2013-06-05 Thread Benoît Thébaudeau
On Wednesday, June 5, 2013 11:16:17 PM, Benoît Thébaudeau wrote: Hi Andy, Fabio, On Wednesday, June 5, 2013 11:13:52 PM, Fabio Estevam wrote: Hi Andy, On Wed, Jun 5, 2013 at 5:54 PM, Andy Voltz andy.vo...@timesys.com wrote: I recently tried booting the VF610 support on the Tower

[U-Boot] [PATCH 4/4] imx: nitrogen6x: Enable filesystem generic commands

2013-06-05 Thread Robert Winkler
Signed-off-by: Robert Winkler robert.wink...@boundarydevices.com --- include/configs/nitrogen6x.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/nitrogen6x.h b/include/configs/nitrogen6x.h index 5936e88..1d8d7e5 100644 --- a/include/configs/nitrogen6x.h +++

[U-Boot] [PATCH 3/4] imx: nitrogen6x: Enable raw initrd

2013-06-05 Thread Robert Winkler
Signed-off-by: Robert Winkler robert.wink...@boundarydevices.com --- include/configs/nitrogen6x.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/nitrogen6x.h b/include/configs/nitrogen6x.h index b126940..5936e88 100644 --- a/include/configs/nitrogen6x.h +++

[U-Boot] [PATCH 1/4] imx: nitrogen6x: Enabled data cache

2013-06-05 Thread Robert Winkler
Signed-off-by: Robert Winkler robert.wink...@boundarydevices.com --- include/configs/nitrogen6x.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/nitrogen6x.h b/include/configs/nitrogen6x.h index aea91bc..07f39e9 100644 --- a/include/configs/nitrogen6x.h +++

[U-Boot] [PATCH 0/4] imx: nitrogen6x: Config changes

2013-06-05 Thread Robert Winkler
These are just some config changes for nitrogen6x. RAW_INITRD, BOOTZ, FS_GENERIC are being used by this project http://www.eewiki.net/display/linuxonarm/i.MX6x+SABRE+Lite DCACHE can finally be enabled because some related bugs have been fixed. Robert Winkler (4): imx: nitrogen6x: Enabled

[U-Boot] [PATCH 2/4] imx: nitrogen6x: Enable bootz

2013-06-05 Thread Robert Winkler
Signed-off-by: Robert Winkler robert.wink...@boundarydevices.com --- include/configs/nitrogen6x.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/configs/nitrogen6x.h b/include/configs/nitrogen6x.h index 07f39e9..b126940 100644 --- a/include/configs/nitrogen6x.h +++

Re: [U-Boot] Maintain U-Boot splash until application is loaded

2013-06-05 Thread Anatolij Gustschin
Hi Otavio, On Tue, 4 Jun 2013 23:13:43 -0300 Otavio Salvador ota...@ossystems.com.br wrote: ... I am working in a product and we'd like to keep the U-Boot splash until the application has been loaded so we have a graceful initialization. This project uses MX23 (so mxs SoC family). I tried

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

2013-06-05 Thread Anatolij Gustschin
Hey Tom, The following changes since commit 5ed6f447af60aabd2669d913f673793c1ce48f47: P1022DS: Set CONFIG_SPL_MAX_SIZE directly (2013-05-03 09:19:43 -0400) are available in the git repository at: git://git.denx.de/u-boot-video.git master for you to fetch changes up to

Re: [U-Boot] Vybrid VF610 mac address issue

2013-06-05 Thread Wang Huan-B18965
Hi, Andy, Fabio, Benoît, -Original Message- From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Beno?t Thébaudeau Sent: Thursday, June 06, 2013 5:16 AM To: Fabio Estevam Cc: u-boot@lists.denx.de Subject: Re: [U-Boot] imx: Vybrid VF610 mac address

Re: [U-Boot] imx: Vybrid VF610 mac address issue

2013-06-05 Thread Wang Huan-B18965
Hi, Benoit, -Original Message- From: Benoît Thébaudeau [mailto:benoit.thebaud...@advansee.com] Sent: Thursday, June 06, 2013 5:46 AM To: Fabio Estevam Cc: Andy Voltz; u-boot@lists.denx.de; Stefano Babic; Wang Huan-B18965 Subject: Re: [U-Boot] imx: Vybrid VF610 mac address issue

[U-Boot] [PATCH] powerpc/mpc85xx:Disable Debug TLB entry before init_tlbs

2013-06-05 Thread Prabhakar Kushwaha
init_tlbs() initialize all the TLB entries required for the system. So disable DEBUG TLB entry before TLB entries initialization. Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com --- arch/powerpc/cpu/mpc85xx/cpu_init_early.c |4 1 file changed, 4 insertions(+) diff --git

Re: [U-Boot] [PATCH V2] exynos: spl: Add a custom spi copy function

2013-06-05 Thread Rajeshwari Birje
Hi Jagan, Simon had sent a V2 by rebasing the patch on MMC series submitted by Amar, but there are no comments on those MMC patches and are not yet merged. I incorporated the review comments given by Wolfgang Denk on top of V1 and sent a V2 patch. Regards, Rajeshwari Shinde. On Mon, Jun 3, 2013

Re: [U-Boot] [PATCH v2 5/8] sf: winbond: Update the names for W25Q 0x40XX ID's flash parts

2013-06-05 Thread Michal Simek
move this discussion back to mailing list. On 06/05/2013 05:56 PM, Jagan Teki wrote: And are your ok with below representation for common id's parts ? + .name = W25Q80BL/W25Q80BV, + .name = W25Q16CL/W25Q16DV, +