Re: [U-Boot] [PATCH 1/1] OMAP3: add boot status GPIO LED for IGEP boards

2012-12-23 Thread Igor Grinberg
On 12/22/12 03:49, Javier Martinez Canillas wrote: This patch adds an GPIO LED boot status for IGEP boards. The GPIO LED used is the red LED0 while the Linux kernel uses the green LED0 as the boot status. By using different GPIO LEDs, the user can know in which step of the boot process

[U-Boot] [PATCH] arm/bootstage: Move the bootstage call after gd init

2012-12-23 Thread Vikram Narayanan
bootstage_mark_name calls timer_get_boot_us which inturn calls the arch timer. The arch timer uses the gd pointer to save the lastinc count. A call to bootstage_mark_name here results in a data abort as gd is uninitialized. Signed-off-by: Vikram Narayanan vikram...@gmail.com Cc: Simon Glass

Re: [U-Boot] [PATCH 1/1] OMAP3: add boot status GPIO LED for IGEP boards

2012-12-23 Thread Javier Martinez Canillas
On 12/23/2012 08:59 AM, Igor Grinberg wrote: On 12/22/12 03:49, Javier Martinez Canillas wrote: This patch adds an GPIO LED boot status for IGEP boards. Hi Igor, thanks a lot for your comments @@ -52,9 +55,15 @@ static const u32 gpmc_lan_config[] = { int board_init(void) {

[U-Boot] [PATCH v2 1/1] OMAP3: add boot status GPIO LED for IGEP boards

2012-12-23 Thread Javier Martinez Canillas
This patch adds an GPIO LED boot status for IGEP boards. The GPIO LED used is the red LED0 while the Linux kernel uses the green LED0 as the boot status. By using different GPIO LEDs, the user can know in which step of the boot process the board currently is. Signed-off-by: Javier Martinez

Re: [U-Boot] [PATCH v2 1/1] OMAP3: add boot status GPIO LED for IGEP boards

2012-12-23 Thread Igor Grinberg
On 12/23/12 14:31, Javier Martinez Canillas wrote: This patch adds an GPIO LED boot status for IGEP boards. The GPIO LED used is the red LED0 while the Linux kernel uses the green LED0 as the boot status. By using different GPIO LEDs, the user can know in which step of the boot process

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

2012-12-23 Thread Albert ARIBAUD
Hi Simon, On Fri, 30 Nov 2012 14:10:01 -0800, Simon Glass s...@chromium.org wrote: I tried to test it on a snow (exynos5250) but couldn't really sync up with our tree, so gave up. I am not completely sure about how the CONFIG_SPL_BUILD stuff fits together in start.S and I got a build

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

2012-12-23 Thread Albert ARIBAUD
Hi Prafulla, On Thu, 20 Dec 2012 02:05:36 -0800, Prafulla Wadaskar prafu...@marvell.com wrote: Dear Albert Please discard my earlier pull request and please pull The following changes since commit b8a7c467960ffb4d5a5e1eef5f7783fb6f594542: Albert ARIBAUD (1): Merge branch

[U-Boot] [PATCH] mx35pdk: Allow booting of a device tree kernel

2012-12-23 Thread Fabio Estevam
From: Fabio Estevam fabio.este...@freescale.com SelectCONFIG_OF_LIBFDT, so that a dt kernel can be launched. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- include/configs/mx35pdk.h |1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/mx35pdk.h

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

2012-12-23 Thread Albert ARIBAUD
Hi stefano, On Fri, 21 Dec 2012 22:35:32 +0100, stefano babic sba...@denx.de wrote: Am 21/12/2012 21:46, schrieb Albert ARIBAUD: Hi Stefano, Hi Albert, Hmm, your request says master but the 'up to' points to 'master merge'. As master has a few more commits including changes to

Re: [U-Boot] [U-Boot, v2 3/6] sf: Add status register reading support

2012-12-23 Thread Jagan Teki
Tested on real hardware, works fine. Tested-by: Jagannadha Sutradharudu Teki jagannadh.t...@gmail.com Thanks, Jagan. On Wed, Dec 19, 2012 at 9:57 PM, Jagannadha Sutradharudu Teki jagannadh.t...@gmail.com wrote: This patch provides support to read a flash status register. Status register

Re: [U-Boot] [U-Boot, v2 4/6] sf: Add configuration register writing support

2012-12-23 Thread Jagan Teki
Tested on real hardware, works fine. Tested-by: Jagannadha Sutradharudu Teki jagannadh.t...@gmail.com Thanks, Jagan. On Wed, Dec 19, 2012 at 9:57 PM, Jagannadha Sutradharudu Teki jagannadh.t...@gmail.com wrote: This patch provides support to program a flash config register. Configuration

Re: [U-Boot] [U-Boot, v2 5/6] sf: Add config register reading support

2012-12-23 Thread Jagan Teki
Tested on real hardware, works fine. Tested-by: Jagannadha Sutradharudu Teki jagannadh.t...@gmail.com Thanks, Jagan. On Wed, Dec 19, 2012 at 9:57 PM, Jagannadha Sutradharudu Teki jagannadh.t...@gmail.com wrote: This patch provides support to read a flash config register. Config register

Re: [U-Boot] [U-Boot,v2 6/6] sf: Set QUAD enable bit support

2012-12-23 Thread Jagan Teki
Tested on real hardware, works fine. Tested-by: Jagannadha Sutradharudu Teki jagannadh.t...@gmail.com Thanks, Jagan. On Wed, Dec 19, 2012 at 9:57 PM, Jagannadha Sutradharudu Teki jagannadh.t...@gmail.com wrote: This patch provides support to set the QUAD enable bit on flash. QUAD enable bit

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

2012-12-23 Thread Albert ARIBAUD
Hi Minkyu, On Tue, 11 Dec 2012 20:10:06 +0900, Minkyu Kang mk7.k...@samsung.com wrote: Dear Albert, The following changes since commit fd4d564b3c80b111f18c93adb14233a6a7ddb0e9: Merge branch 'master' of git://git.denx.de/u-boot-x86 (2012-12-07 08:47:59 -0700) are available in the

Re: [U-Boot] [PATCH v2 1/1] OMAP3: add boot status GPIO LED for IGEP boards

2012-12-23 Thread Wolfgang Denk
Dear Javier Martinez Canillas, In message 1356265899-18669-1-git-send-email-javier.marti...@collabora.co.uk you wrote: This patch adds an GPIO LED boot status for IGEP boards. The GPIO LED used is the red LED0 while the Linux kernel uses the green LED0 as the boot status. By using

Re: [U-Boot] [PATCH 3/4] fix memory corruption on versatile

2012-12-23 Thread Marek Vasut
Dear Pavel Herrmann, ARM board.c doesnt respect CONFIG_SYS_GBL_DATA_OFFSET, nor do all boards set it, so reorganize the memory a bit to avoid overlaps. Signed-off-by: Pavel Herrmann morpheus.i...@gmail.com Ccing Albert --- include/configs/versatile.h | 2 +- 1 file changed, 1

[U-Boot] [PATCH 01/09] powerpc/mpc85xx: Few updates for B4860 cpu changes

2012-12-23 Thread Poonam Aggrwal
- Added some more serdes1 and serdes2 combinations serdes1= 0x2c, 0x2d, 0x2e serdes2= 0x7a, 0x8d, 0x98 - Updated Number of DDR controllers to 2. - Added FMAN file for B4860, drivers/net/fm/b4860.c Signed-off-by: York Sun york...@freescale.com Signed-off-by: Shaveta Leekha

[U-Boot] [PATCH 02/09] powerpc/mpc85xx:Add support of B4420 SoC

2012-12-23 Thread Poonam Aggrwal
B4420 is a reduced personality of B4860 with fewer core/clusters(both SC3900 and e6500), fewer DDR controllers, fewer serdes lanes, fewer SGMII interfaces and reduced target frequencies. Key differences between B4860 and B4420 B4420 has: 1. Fewer e6500

[U-Boot] [PATCH 03/09] board/freescale/common:Add support of QTAG register

2012-12-23 Thread Poonam Aggrwal
From: Prabhakar Kushwaha prabha...@freescale.com QIXIS FPGA's QIXIS Tag Access register (QTAG) defines TAG, VER, DATE, IMAGE fields. These fields have FPGA build version, image name and build date information. Add support to parse these fields to have complete FPGA image information.

[U-Boot] [PATCH 04/09] powerpc/mpc85xx:Fix Core cluster configuration loop

2012-12-23 Thread Poonam Aggrwal
From: Prabhakar Kushwaha prabha...@freescale.com Different personalities/derivatives of SoC may have reduced cluster. But it is not necessary for last valid DCFG_CCSR_TP_CLUSTER register to have DCFG_CCSR_TP_CLUSTER[EOC] bit set to represent End of Clusters. EOC bit can still be set in last

[U-Boot] [PATCH 06/09] powerpc/qixis: enable qixis dump command and add switch dumping command

2012-12-23 Thread Poonam Aggrwal
From: Shaveta Leekha shav...@freescale.com Remove #ifdef so that qixis dump command is always available Add qixis_reset switch command to dump switch settings Qixis doesn't have 1:1 switch mapping. We need to reverse engineer from registers to figure out switch settings. Not all bits are

[U-Boot] [PATCH 07/09] powerpc/b4860qds: Add support to dump switch settings on b4860qds board

2012-12-23 Thread Poonam Aggrwal
From: Shaveta Leekha shav...@freescale.com This function is called by qixis_reset switch command and switch settings are calculated from FPGA/qixis registers. Signed-off-by: York Sun york...@freescale.com Signed-off-by: Shaveta Leekha shav...@freescale.com Signed-off-by: Poonam Aggrwal

[U-Boot] B4860/B4420 patches and some updates for qixis and T4240QDS

2012-12-23 Thread Aggrwal Poonam-B10812
From: Aggrwal Poonam-B10812 Sent: Friday, December 21, 2012 6:16 PM To: U-Boot-Denx Subject: B4860/B4420 patches and some updates for qixis and T4240QDS The patchset contains the following patches: Mainly related to B4860/B4420QDS. Some are qixis updates and related additions for

[U-Boot] [PATCH 08/09] powerpc/t4240qds: Add support to dump switch settings on t4240qds board

2012-12-23 Thread Poonam Aggrwal
From: Shaveta Leekha shav...@freescale.com This function is called by qixis_reset switch command and switch settings are calculated from qixis FPGA registers. Signed-off-by: York Sun york...@freescale.com Signed-off-by: Shaveta Leekha shav...@freescale.com Signed-off-by: Poonam Aggrwal

[U-Boot] [PATCH 09/09] powerpc/t4240qds: Print FPGA detail version

2012-12-23 Thread Poonam Aggrwal
From: Prabhakar Kushwaha prabha...@freescale.com Qixis FPGA has tag data contains image name and build date. It is helpful to identify the FPGA image precisely. Signed-off-by: York Sun york...@freescale.com Acked-by: Timur Tabi ti...@freescale.com Signed-off-by: Prabhakar Kushwaha

Re: [U-Boot] [PATCH 2/9] EXYNOS5: FDT: Add DWMMC device node data

2012-12-23 Thread Amarendra Reddy
Hi On 22 December 2012 02:54, Simon Glass s...@chromium.org wrote: Hi, On Fri, Dec 21, 2012 at 1:19 AM, Jaehoon Chung jh80.ch...@samsung.com wrote: On 12/20/2012 10:55 AM, Simon Glass wrote: Hi Amar, On Mon, Dec 17, 2012 at 3:19 AM, Amar amarendra...@samsung.com wrote: Add

Re: [U-Boot] [PATCH 4/9] EXYNOS5: DWMMC: Added dt support for DWMMC

2012-12-23 Thread Amarendra Reddy
Hi Jaehoon, Thanks for your comments. Please find the response below. Thanks Regards Amarendra On 21 December 2012 14:48, Jaehoon Chung jh80.ch...@samsung.com wrote: On 12/21/2012 02:16 PM, Amarendra Reddy wrote: Hi Simon, Thanks for your review comments. Please find the responses

Re: [U-Boot] [PATCH v2 1/1] OMAP3: add boot status GPIO LED for IGEP boards

2012-12-23 Thread Igor Grinberg
On 12/24/12 02:39, Wolfgang Denk wrote: Dear Javier Martinez Canillas, In message 1356265899-18669-1-git-send-email-javier.marti...@collabora.co.uk you wrote: This patch adds an GPIO LED boot status for IGEP boards. The GPIO LED used is the red LED0 while the Linux kernel uses the green