Re: [U-Boot] [U-Boot, 1/2] spi: Add progress percentage and write speed to `sf update`

2012-12-21 Thread Jagan Teki
Hi Simon, On Thu, Dec 20, 2012 at 6:48 AM, Simon Glass s...@chromium.org wrote: Hi Tom, On Wed, Dec 19, 2012 at 5:03 PM, Tom Rini tr...@ti.com wrote: On Thu, Dec 20, 2012 at 12:14:00AM +0100, Wolfgang Denk wrote: Dear Tom Rini, In message 20121219225945.GF14589@bill-the-cat you wrote:

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

2012-12-21 Thread Jaehoon Chung
On 12/21/2012 02:16 PM, Amarendra Reddy wrote: Hi Simon, Thanks for your review comments. Please find the responses below. Thanks Regards Amarendra Reddy On 20 December 2012 07:53, Simon Glass s...@chromium.org wrote: Hi Amar, On Mon, Dec 17, 2012 at 3:19 AM, Amar

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

2012-12-21 Thread Jaehoon Chung
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 DWMMC device node data for exynos5 Signed-off-by: Amar amarendra...@samsung.com --- arch/arm/dts/exynos5250.dtsi | 32

Re: [U-Boot] [PATCH 00/10] Add Marvell Dove and SolidRun CuBox

2012-12-21 Thread Albert ARIBAUD
Hi Sebastian, On Sun, 2 Dec 2012 15:36:12 +0100, Sebastian Hesselbarth sebastian.hesselba...@gmail.com wrote: This patch set add support for the Marvell Dove 88AP510 SoC and the SolidRun CuBox board based on that SoC. The patch set is divided into the four following sections: (1) Patches

[U-Boot] [PATCH 1/1] serial/ns16550: check UART mode for TEMT value

2012-12-21 Thread Javier Martinez Canillas
On ns16550, the Transmitter Empty (TEMT) Bit is used to indicate when the Transmitter Holding Register (THR) and the Transmitter Shift Register (TSR) are both empty. But ns16550 UART has two operation modes (16450 and FIFO) and the TEMT bit logic value set is different on each mode. On 16450,

Re: [U-Boot] no mtdparted from U-Boot prompt

2012-12-21 Thread Bo Shen
Hi Johns, On 12/21/2012 07:53 AM, jo...@msli.com wrote: This is my first post to the list. I am using u-boot-1.3.4 in buildroot-2011.11 My device is a at91sam9g20-ek I have a patch adding: include/configs/at91sam9g20ek.h which I gather acts as a config file for u-boot. U-Boot help does not

[U-Boot] [PATCH V4 0/4] Add support for FIMD and DP on SMDK5250

2012-12-21 Thread Ajay Kumar
Changes since V3: -- Make the dummy definition for exynos_mipi_dsi_init static and inline. -- Remove #ifdef, instead use logo_on field to add LCD console support. [PATCH V2 RESEND 1/4] EXYNOS5: Change parent clock of FIMD to MPLL [PATCH V2 2/4] EXYNOS: Add dummy definition to

[U-Boot] [PATCH V2 RESEND 1/4] EXYNOS5: Change parent clock of FIMD to MPLL

2012-12-21 Thread Ajay Kumar
With VPLL as source clock to FIMD, Exynos DP Initializaton was failing sometimes with unstable clock. Changing FIMD source to MPLL resolves this issue. Signed-off-by: Ajay Kumar ajaykumar...@samsung.com Acked-by: Simon Glass s...@chromium.org Acked-by: Donghwa Lee dh09@samsung.com ---

[U-Boot] [PATCH V2 2/4] EXYNOS: Add dummy definition to fix compilation dependency on CONFIG_EXYNOS_MIPI_DSIM

2012-12-21 Thread Ajay Kumar
When only DP is used, we need not enable CONFIG_EXYNOS_MIPI_DSIM. But if we do not select CONFIG_EXYNOS_MIPI_DSIM, exynos_fb.c throws error saying exynos_mipi_dsi_init() not defined. So, we add dummy definition for exynos_mipi_dsi_init when CONFIG_EXYNOS_MIPI_DSIM is not defined. Signed-off-by:

[U-Boot] [PATCH V4 3/4] video: Modify exynos_fimd driver to support LCD console

2012-12-21 Thread Ajay Kumar
Currently, exynos FIMD driver is being used to support only TIZEN LOGOs. In order to get LCD console, we need to enable half word swap feature of FIMD and use 16 BPP. LCD console and proprietary Logo cannot be used simultaneously. We use logo_on field inside vidinfo_t structure to decide whether

[U-Boot] [PATCH V4 4/4] EXYNOS5: Add support for FIMD and DP

2012-12-21 Thread Ajay Kumar
Add panel_info structure required by LCD driver and DP panel platdata for SMDK5250. Add GPIO configuration for LCD. Enable FIMD and DP support on SMDK5250. DP Panel size: 2560x1600. We use 16BPP resolution to get LCD console. Signed-off-by: Ajay Kumar ajaykumar...@samsung.com Acked-by: Simon

Re: [U-Boot] [PATCH 2/4] env_nand.c: support falling back to redundant env when writing

2012-12-21 Thread Phil Sutter
On Thu, Dec 20, 2012 at 03:41:37PM -0600, Scott Wood wrote: On 12/20/2012 03:28:39 PM, Phil Sutter wrote: On Tue, Dec 11, 2012 at 05:12:32PM -0600, Scott Wood wrote: Erase blocks are larger than write pages, yes. I've never heard erase blocks called pages or write pages called blocks

Re: [U-Boot] [PATCH V4 4/4] EXYNOS5: Add support for FIMD and DP

2012-12-21 Thread Rajeshwari Birje
Hi Ajay On Fri, Dec 21, 2012 at 4:05 PM, Ajay Kumar ajaykumar...@samsung.comwrote: Add panel_info structure required by LCD driver and DP panel platdata for SMDK5250. Add GPIO configuration for LCD. Enable FIMD and DP support on SMDK5250. DP Panel size: 2560x1600. We use 16BPP resolution

Re: [U-Boot] [PATCH V4 4/4] EXYNOS5: Add support for FIMD and DP

2012-12-21 Thread Minkyu Kang
Dear Rajeshwari, On 21/12/12 20:47, Rajeshwari Birje wrote: Hi Ajay On Fri, Dec 21, 2012 at 4:05 PM, Ajay Kumar ajaykumar...@samsung.comwrote: Add panel_info structure required by LCD driver and DP panel platdata for SMDK5250. Add GPIO configuration for LCD. Enable FIMD and DP support

Re: [U-Boot] [PATCH V4 4/4] EXYNOS5: Add support for FIMD and DP

2012-12-21 Thread Kyungmin Park
On Friday, December 21, 2012, Rajeshwari Birje wrote: Hi Ajay On Fri, Dec 21, 2012 at 4:05 PM, Ajay Kumar ajaykumar...@samsung.comjavascript:; wrote: Add panel_info structure required by LCD driver and DP panel platdata for SMDK5250. Add GPIO configuration for LCD. Enable FIMD and

Re: [U-Boot] [PATCH V4 4/4] EXYNOS5: Add support for FIMD and DP

2012-12-21 Thread Rajeshwari Birje
Hi Minkyu, Thank you for clarification. On Fri, Dec 21, 2012 at 5:35 PM, Minkyu Kang mk7.k...@samsung.com wrote: Dear Rajeshwari, On 21/12/12 20:47, Rajeshwari Birje wrote: Hi Ajay On Fri, Dec 21, 2012 at 4:05 PM, Ajay Kumar ajaykumar...@samsung.com wrote: Add panel_info structure

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

2012-12-21 Thread Aggrwal Poonam-B10812
The patchset contains the following patches: Mainly related to B4860/B4420QDS. Some are qixis updates and related additions for B4860/B4420QDS and T4240QDS. [PATCH 01/09] powerpc/mpc85xx: Few updates for B4860 cpu changes [PATCH 02/09] powerpc/mpc85xx:Add support of B4420 SoC [PATCH 03/09]

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

2012-12-21 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 03/09] board/freescale/common:Add support of QTAG register

2012-12-21 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-21 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 02/09] powerpc/mpc85xx:Add support of B4420 SoC

2012-12-21 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 06/09] powerpc/qixis: enable qixis dump command and add switch dumping command

2012-12-21 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-21 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] [PATCH 08/09] powerpc/t4240qds: Add support to dump switch settings on t4240qds board

2012-12-21 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-21 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

[U-Boot] [PULL] u-boot-usb/master

2012-12-21 Thread Marek Vasut
Take 3 ... I dropped in the missing twl4030 patch, rebuilt, here you go: The following changes since commit ebbf0d20aa85f623c49b7ed3349ebfea450c152d: Prepare v2013.01-rc2 (2012-12-14 14:43:22 -0700) are available in the git repository at: git://git.denx.de/u-boot-usb.git master for you to

Re: [U-Boot] [PATCH] arm: bugfix: Move vector table before jumping relocated code

2012-12-21 Thread Joel A Fernandes
Hi Tesuyuki and friends, I had a question with this patch. On Wed, Jun 27, 2012 at 8:27 PM, Tetsuyuki Kobayashi k...@kmckk.co.jp wrote: This patch moves vector table before jumping relocated code. Signed-off-by: Tetsuyuki Kobayashik...@kmckk.co.jp --- arch/arm/cpu/armv7/start.S | 12

[U-Boot] [PATCH 0/9] Improve default environment for easy use

2012-12-21 Thread Otavio Salvador
This patchset improves the default environment of machines currently supported in OpenEmbedded and Yocto to make it compatible with mainline and Freescale BSP Linux kernel. Otavio Salvador (9): mx28evk: We shouldn't hardcode a rootfs filesystem type mx53loco: We shouldn't hardcode a rootfs

[U-Boot] [PATCH 2/9] mx53loco: We shouldn't hardcode a rootfs filesystem type

2012-12-21 Thread Otavio Salvador
For a generic environment, we shouldn't have a fixed rootfs filesystem so we drop it from env. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- include/configs/mx53loco.h |7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/include/configs/mx53loco.h

[U-Boot] [PATCH 3/9] mx53loco: Change default loadaddr to 0x72000000

2012-12-21 Thread Otavio Salvador
This allow use of mainline and Freescale BSP Linux kernel with same environment. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- include/configs/mx53loco.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/mx53loco.h b/include/configs/mx53loco.h

[U-Boot] [PATCH 5/9] mx6qsabre_common: Change default loadaddr to 0x12000000

2012-12-21 Thread Otavio Salvador
This allow use of mainline and Freescale BSP Linux kernel with same environment. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- include/configs/mx6qsabre_common.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/mx6qsabre_common.h

[U-Boot] [PATCH 4/9] mx6qsabrelite: Change default loadaddr to 0x12000000

2012-12-21 Thread Otavio Salvador
This allow use of mainline and Freescale BSP Linux kernel with same environment. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- include/configs/mx6qsabrelite.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/mx6qsabrelite.h

[U-Boot] [PATCH 7/9] mx53loco: Add support to dynamically choose between ftd use or not

2012-12-21 Thread Otavio Salvador
Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- include/configs/mx53loco.h | 15 +-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/include/configs/mx53loco.h b/include/configs/mx53loco.h index 4cfdc0b..505957c 100644 --- a/include/configs/mx53loco.h +++

[U-Boot] [PATCH 1/9] mx28evk: We shouldn't hardcode a rootfs filesystem type

2012-12-21 Thread Otavio Salvador
For a generic environment, we shouldn't have a fixed rootfs filesystem so we drop it from env. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- include/configs/mx28evk.h |7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/include/configs/mx28evk.h

[U-Boot] [PATCH 6/9] mx28evk: Add support to dynamically choose between ftd use or not

2012-12-21 Thread Otavio Salvador
Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- include/configs/mx28evk.h | 15 +-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/include/configs/mx28evk.h b/include/configs/mx28evk.h index 3cc0726..5c1c052 100644 --- a/include/configs/mx28evk.h +++

[U-Boot] [PATCH 9/9] mx6qsabre{auto, sd}: Add support to dynamically choose between ftd use or not

2012-12-21 Thread Otavio Salvador
Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- include/configs/mx6qsabre_common.h | 16 +--- include/configs/mx6qsabreauto.h|1 + include/configs/mx6qsabresd.h |1 + 3 files changed, 15 insertions(+), 3 deletions(-) diff --git

[U-Boot] [PATCH 8/9] mx6qsabrelite: Add support to dynamically choose between ftd use or not

2012-12-21 Thread Otavio Salvador
Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- include/configs/mx6qsabrelite.h | 16 ++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/include/configs/mx6qsabrelite.h b/include/configs/mx6qsabrelite.h index 0f6bbb4..c74d75c 100644 ---

Re: [U-Boot] [U-Boot, 1/2] spi: Add progress percentage and write speed to `sf update`

2012-12-21 Thread Simon Glass
Hi Jagan, On Fri, Dec 21, 2012 at 12:46 AM, Jagan Teki jagannadh.t...@gmail.comwrote: Hi Simon, On Thu, Dec 20, 2012 at 6:48 AM, Simon Glass s...@chromium.org wrote: Hi Tom, On Wed, Dec 19, 2012 at 5:03 PM, Tom Rini tr...@ti.com wrote: On Thu, Dec 20, 2012 at 12:14:00AM +0100,

[U-Boot] where is the crc stored?

2012-12-21 Thread John Stile
What area of memory is the crc stored for a partition? I would like to find some detailed documentation on the crc (how big is it, where it is stored, how to invalidate to force the booting from a second area). ___ U-Boot mailing list

Re: [U-Boot] no mtdparted from U-Boot prompt

2012-12-21 Thread jo...@msli.com
On Fri, 2012-12-21 at 17:59 +0800, Bo Shen wrote: Hi Johns, On 12/21/2012 07:53 AM, jo...@msli.com wrote: This is my first post to the list. I am using u-boot-1.3.4 in buildroot-2011.11 My device is a at91sam9g20-ek I have a patch adding: include/configs/at91sam9g20ek.h which I

Re: [U-Boot] [PULL] u-boot-usb/master

2012-12-21 Thread Stefan Schmidt
Hello. On Tue, 2012-12-18 at 12:25, Lukasz Majewski wrote: Can you paste the log of your dfu-util session? Are you supplying a transfer size for example? Regards u-boot-denx/master (denx.de) repository SHA1: fd4d564b3c80b111f18c93adb14233a6a7ddb0e9 (without Pantelis patches)

Re: [U-Boot] [U-Boot, 1/2] spi: Add progress percentage and write speed to `sf update`

2012-12-21 Thread Wolfgang Denk
Dear Simon, In message capnjgz35oaupvmcc7z_ghl4awwkxvzphoopeqjdle0hap4e...@mail.gmail.com you wrote: Yes there seems to be a plan. Perhaps I will sketch out a few ideas so that people can comment: Thanks! Add two environment variables: verbose=0|1- if this is 0, then commands

Re: [U-Boot] where is the crc stored?

2012-12-21 Thread Wolfgang Denk
Dear John Stile, In message 1356114777.28896.92.camel@genx you wrote: What area of memory is the crc stored for a partition? Which sort of partitions are you talking here? I would like to find some detailed documentation on the crc (how big is it, where it is stored, how to invalidate to

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

2012-12-21 Thread Albert ARIBAUD
Hi Stefano, On Sat, 08 Dec 2012 15:16:39 +0100, Stefano Babic sba...@denx.de wrote: Hi Albert, please pull from u-boot-imx, master. Conflicts are fixed, request pull is generated from u-boot/master, as I merged it (so you see also the commits you have already merged into u-boot-arm from my

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

2012-12-21 Thread Simon Glass
Hi, On Fri, Dec 21, 2012 at 1:19 AM, Jaehoon Chung jh80.ch...@samsung.comwrote: 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 DWMMC device node data for exynos5 Signed-off-by: Amar

Re: [U-Boot] where is the crc stored?

2012-12-21 Thread John Stile
On Fri, 2012-12-21 at 20:54 +0100, Wolfgang Denk wrote: Dear John Stile, In message 1356114777.28896.92.camel@genx you wrote: What area of memory is the crc stored for a partition? Which sort of partitions are you talking here? Maybe partition is the wrong word for a memory address

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

2012-12-21 Thread stefano babic
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 woodburn boards that makes them use the new power interface, I guess I should ignore the 'up

Re: [U-Boot] driver/mtd/IFC:Wait tWB time, poll R/B before command execution

2012-12-21 Thread Scott Wood
On Wed, Nov 07, 2012 at 09:52:27PM -, Prabhakar Kushwaha wrote: IFC_FIR_OP_CMD0 issues command for execution without checking flash readiness. It may cause problem if flash is not ready. Instead use IFC_FIR_OP_CW0 which Wait for tWB time and poll R/B to return high or time-out, before

[U-Boot] Pull request: nand flash

2012-12-21 Thread Scott Wood
The following changes since commit 42e1321874f8a51373972c293f369c6973c85339: Merge branch 'master' of git://git.denx.de/u-boot-sh (2012-12-20 10:53:20 -0700) are available in the git repository at: git://git.denx.de/u-boot-nand-flash.git master for you to fetch changes up to

Re: [U-Boot] no mtdparted from U-Boot prompt

2012-12-21 Thread John Stile
On Fri, 2012-12-21 at 10:29 -0800, jo...@msli.com wrote: On Fri, 2012-12-21 at 17:59 +0800, Bo Shen wrote: Hi Johns, On 12/21/2012 07:53 AM, jo...@msli.com wrote: This is my first post to the list. I am using u-boot-1.3.4 in buildroot-2011.11 My device is a at91sam9g20-ek I

Re: [U-Boot] where is the crc stored?

2012-12-21 Thread Wolfgang Denk
Dear John Stile, In message 1356125251.28896.119.camel@genx you wrote: I am a total new-bee, but I have read there is a crc check in u-boot. Actually there are several such checks, for several different purposes. The crc check can result in a: Warning: Bad CRC, using default environment

Re: [U-Boot] no mtdparted from U-Boot prompt

2012-12-21 Thread Wolfgang Denk
Dear John Stile, In message 1356130404.28896.135.camel@genx you wrote: I had the impression there was also an interactive command-line tool for mtdparts, from the u-boot prompt. This post give me the impression that there should be a uboot mtdparts command in addtion to the kernel

Re: [U-Boot] no mtdparted from U-Boot prompt

2012-12-21 Thread John Stile
On Sat, 2012-12-22 at 00:13 +0100, Wolfgang Denk wrote: Dear John Stile, In message 1356130404.28896.135.camel@genx you wrote: I had the impression there was also an interactive command-line tool for mtdparts, from the u-boot prompt. This post give me the impression that there

[U-Boot] [PATCH 3/3] Tegra30: I2C: Enable I2C driver on Cardhu

2012-12-21 Thread Tom Warren
Tested all 5 'buses', i2c probe enumerates device addresses on all but dev 4 (I2C4) [no devices on that bus on my Cardhu]. Note that this uses the extant tegra_i2c.c driver w/o modification. Signed-off-by: Tom Warren twar...@nvidia.com --- include/configs/cardhu.h |9 +

[U-Boot] [PATCH 2/3] Tegra30: fdt: Update DT files with I2C info for T30/Cardhu

2012-12-21 Thread Tom Warren
Note that T30 does not have a separate/different DVC (power I2C) controller like T20 - all 5 I2C controllers are identical, but DVC_I2C is still used to designate the controller intended for power control (PWR_I2C in the schematics). On Cardhu, it's used to access the PMU and EEPROM, as well as

[U-Boot] [PATCH 0/3] Add I2C driver for Tegra30 Cardhu

2012-12-21 Thread Tom Warren
Add/update clock tables and enable I2C driver support for the Tegra30 Cardhu board. This uses the standard Tegra I2C driver. 5 controllers are supported, although all may not have devices behind them on every board. Tom Warren (3): Tegra30: clocks: Fix clock tables for I2C and other periphs

[U-Boot] [PATCH 1/3] Tegra30: clocks: Fix clock tables for I2C and other periphs

2012-12-21 Thread Tom Warren
Add 16-bit divider support (I2C) to periph table, annotate and correct some entries, and fix clk_id lookup function. Signed-off-by: Tom Warren twar...@nvidia.com --- arch/arm/cpu/tegra30-common/clock.c | 78 -- arch/arm/include/asm/arch-tegra30/clock-tables.h |

Re: [U-Boot] RFC: Secure boot framework

2012-12-21 Thread Simon Glass
+Tom, Wolfgang, CL, Vadim Hi Joel, On Thu, Dec 20, 2012 at 3:54 PM, Fernandes, Joel A joelag...@ti.com wrote: Hi Simon, Thanks for your reply. On Tue, Dec 18, 2012 at 1:37 AM, Simon Glass s...@chromium.org wrote: Hi Joel, On Mon, Dec 17, 2012 at 9:11 PM, Fernandes, Joel A

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

2012-12-21 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 2/4] env_nand.c: support falling back to redundant env when writing

2012-12-21 Thread Scott Wood
On 12/21/2012 04:34:03 AM, Phil Sutter wrote: On Thu, Dec 20, 2012 at 03:41:37PM -0600, Scott Wood wrote: On 12/20/2012 03:28:39 PM, Phil Sutter wrote: On Tue, Dec 11, 2012 at 05:12:32PM -0600, Scott Wood wrote: Erase blocks are larger than write pages, yes. I've never heard erase

Re: [U-Boot] [PATCH 1/1] serial/ns16550: check UART mode for TEMT value

2012-12-21 Thread Scott Wood
On 12/21/2012 03:21:46 AM, Javier Martinez Canillas wrote: On ns16550, the Transmitter Empty (TEMT) Bit is used to indicate when the Transmitter Holding Register (THR) and the Transmitter Shift Register (TSR) are both empty. But ns16550 UART has two operation modes (16450 and FIFO) and the TEMT

Re: [U-Boot] [PATCH 1/1] serial/ns16550: check UART mode for TEMT value

2012-12-21 Thread Javier Martinez Canillas
Hi Scott, thank you for your feedback. On 12/22/2012 03:45 AM, Scott Wood wrote: On 12/21/2012 03:21:46 AM, Javier Martinez Canillas wrote: On ns16550, the Transmitter Empty (TEMT) Bit is used to indicate when the Transmitter Holding Register (THR) and the Transmitter Shift Register (TSR) are