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 >> us

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 wrote: > On 12/21/2012 02:16 PM, Amarendra Reddy wrote: > > Hi Simon, > > > > Thanks for your review comments. > > Please find the responses below. > > > >

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 wrote: > Hi, > > On Fri, Dec 21, 2012 at 1:19 AM, Jaehoon Chung >wrote: > > > On 12/20/2012 10:55 AM, Simon Glass wrote: > > > Hi Amar, > > > > > > On Mon, Dec 17, 2012 at 3:19 AM, Amar > wrote: > > >> Add DWMMC device node data for exynos5 > > >> > >

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

2012-12-23 Thread Poonam Aggrwal
From: Prabhakar Kushwaha 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 Acked-by: Timur Tabi Signed-off-by: Prabhakar Kushwaha Signed-off-by: Poonam Aggrwal --- board/freescale/t4qds/t4qds.c | 11

[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 This function is called by "qixis_reset switch" command and switch settings are calculated from qixis FPGA registers. Signed-off-by: York Sun Signed-off-by: Shaveta Leekha Signed-off-by: Poonam Aggrwal --- board/freescale/t4qds/t4qds.c | 60

[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 B4860/B4420QDS

[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 This function is called by "qixis_reset switch" command and switch settings are calculated from FPGA/qixis registers. Signed-off-by: York Sun Signed-off-by: Shaveta Leekha Signed-off-by: Poonam Aggrwal --- board/freescale/b4860qds/b4860qds.c | 47 ++

[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 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 available. Signed-off-by

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

2012-12-23 Thread Poonam Aggrwal
From: Prabhakar Kushwaha 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 DCFG_CCSR_TP_CLUSTER regis

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

2012-12-23 Thread Poonam Aggrwal
From: Prabhakar Kushwaha 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. Signed-off-by: York Sun Signed-of

[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 cor

[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 Signed-off-by: Shaveta Leekha Signed-off-by: Prabhakar Kushwaha Signed

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 Ccing Albert > --- > include/configs/versatile.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-

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] 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 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 git repository

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 Thanks, Jagan. On Wed, Dec 19, 2012 at 9:57 PM, Jagannadha Sutradharudu Teki wrote: > This patch provides support to set the QUAD enable bit on flash. > > QUAD enable bit needs to set before performing any QUAD IO ope

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 Thanks, Jagan. On Wed, Dec 19, 2012 at 9:57 PM, Jagannadha Sutradharudu Teki wrote: > This patch provides support to read a flash config register. > > Config register contains a control bits used to verify > the diffe

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 Thanks, Jagan. On Wed, Dec 19, 2012 at 9:57 PM, Jagannadha Sutradharudu Teki wrote: > This patch provides support to program a flash config register. > > Configuration register contains the control bits used to config

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 Thanks, Jagan. On Wed, Dec 19, 2012 at 9:57 PM, Jagannadha Sutradharudu Teki wrote: > This patch provides support to read a flash status register. > > Status register contains a control bits used to verify > the progr

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 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 woodbur

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

2012-12-23 Thread Fabio Estevam
From: Fabio Estevam SelectCONFIG_OF_LIBFDT, so that a dt kernel can be launched. Signed-off-by: Fabio Estevam --- include/configs/mx35pdk.h |1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/mx35pdk.h b/include/configs/mx35pdk.h index 88b2bd6..0db92a7 100644 --- a/include/c

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 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-imx/master' into '

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 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 > >> error I w

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 proc

[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 Canil

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] 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 Cc: Simon Glass Cc: Wolfgang Denk Cc: A

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 proc