Re: [U-Boot] Custodian branch base commits

2012-10-30 Thread Stephen Warren
On 10/30/2012 12:50 PM, Wolfgang Denk wrote: Dear Stephen Warren, In message 50900fed.6040...@wwwdotorg.org you wrote: # (in u-boot-tegra.git, assuming everything is merged already) git checkout master git reset --hard u-boot/master What would this specific command sequence be good for?

Re: [U-Boot] [PATCH 7/8] tegra: usb: move implementation into right directory

2012-10-30 Thread Lucas Stach
Am Dienstag, den 30.10.2012, 12:51 -0600 schrieb Stephen Warren: On 10/30/2012 12:45 PM, Lucas Stach wrote: Am Dienstag, den 30.10.2012, 12:38 -0600 schrieb Stephen Warren: On 10/30/2012 03:22 AM, Lucas Stach wrote: This moves the Tegra USB implementation into the drivers/usb/host

Re: [U-Boot] [PATCH] cmd_fdt.c: Use %p when printing pointers

2012-10-30 Thread Wolfgang Denk
Dear Joe, In message CANr=Z=bxwwKkpUa_UzegN=E=tuqzenudttze7fdc+icu9b6...@mail.gmail.com you wrote: 1) Handle this locally, say like that: ... I think this solution is not needed. In this particular case, we are always printing the pointer to a member inside the fdt, so even if the image

[U-Boot] [PATCH] lib/vsprintf.c: don't special-case pointers to address null

2012-10-30 Thread Wolfgang Denk
The %p format of printf() would print a pointer to address null as (null). This makes sense in a real OS where a NULL pointer must never be dereferenced, but this is a bootloader, and there are cases where accessing the data at address null makes perfect sense. Remove the special case in

Re: [U-Boot] [PATCH v7 0/16] tegra: Add display driver and LCD support for Seaboard

2012-10-30 Thread Tom Warren
Simon, -Original Message- From: Simon Glass [mailto:s...@chromium.org] Sent: Wednesday, October 17, 2012 4:25 PM To: U-Boot Mailing List Cc: Stephen Warren; Tom Warren; Simon Glass Subject: [PATCH v7 0/16] tegra: Add display driver and LCD support for Seaboard This series adds

Re: [U-Boot] [PATCH] lib/vsprintf.c: don't special-case pointers to address null

2012-10-30 Thread Joe Hershberger
Hi Wolfgang, On Tue, Oct 30, 2012 at 2:19 PM, Wolfgang Denk w...@denx.de wrote: The %p format of printf() would print a pointer to address null as (null). This makes sense in a real OS where a NULL pointer must never be dereferenced, but this is a bootloader, and there are cases where

Re: [U-Boot] [PATCH v4 08/24] pmic: Move pmic related code to ./drivers/power directory

2012-10-30 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/30/12 09:57, Lukasz Majewski wrote: The PMIC framework has been moved to its more natural place ./drivers/power from ./drivers/misc directory. [snip] drivers/{misc = power/pmic}/pmic_max8997.c |0 drivers/{misc =

Re: [U-Boot] [PATCH V4 3/3] fs: add filesystem switch libary, implement ls and fsload commands

2012-10-30 Thread Benoît Thébaudeau
Hi Stephen, On Monday, October 22, 2012 6:43:51 PM, Stephen Warren wrote: From: Stephen Warren swar...@nvidia.com Implement ls and fsload commands that act like {fat,ext2}{ls,load}, and transparently handle either file-system. This scheme could easily be extended to other filesystem

Re: [U-Boot] [PATCH v2 00/22] Convert p1_p2_rdb_pc to new spl

2012-10-30 Thread Scott Wood
On 10/30/2012 12:04:40 PM, Tom Rini wrote: On Mon, Oct 29, 2012 at 09:04:48PM -0500, Scott Wood wrote: Tested on p2020rdb-pca and p1020rdb-pc. Jos?? Miguel Gon??alves (1): Add u-boot-pad.bin target to the Makefile Scott Wood (21): [snip] spl: rename u-boot-pad.bin to

Re: [U-Boot] Custodian branch base commits

2012-10-30 Thread Wolfgang Denk
Dear Stephen Warren, In message 5090228a.7090...@wwwdotorg.org you wrote: # (in u-boot-tegra.git, assuming everything is merged already) git checkout master git reset --hard u-boot/master What would this specific command sequence be good for? [And what exactly is u-boot/master

Re: [U-Boot] [PATCH 3/4] apf27: add spl support for the apf27

2012-10-30 Thread Fabio Estevam
On Mon, Oct 29, 2012 at 3:35 PM, Philippe Reynes trem...@yahoo.fr wrote: --- /dev/null +++ b/board/armadeus/apf27/start.S @@ -0,0 +1,549 @@ +/* + * IMX27 NAND Flash SPL (Secondary Program Loader) + * + * Copyright (c) 2008 Armadeus Project / eja + * + * Based on Freescale NAND SPL

Re: [U-Boot] x86: Anyone willing to take over the reigns

2012-10-30 Thread Graeme Russ
Hi Simon, On Oct 31, 2012 3:21 AM, Simon Glass s...@chromium.org wrote: Hi Graeme, On Sun, Oct 28, 2012 at 4:44 AM, Graeme Russ graeme.r...@gmail.com wrote: Hi All, I think it's finally time I admitted that I simply have too much on my plate and need to give a few things up. Work and

Re: [U-Boot] [PATCH v2 03/22] powerpc/mpc85xx: move debug tlb entry after TLB is in known state

2012-10-30 Thread Scott Wood
On 10/30/2012 04:26:16 AM, Prabhakar Kushwaha wrote: On 10/30/2012 07:34 AM, Scott Wood wrote: Previously, in many if not all configs we were creating overlapping TLB entries which is illegal. This caused a crash during boot when moving p2020rdb NAND SPL into L2 SRAM. Signed-off-by: Scott

Re: [U-Boot] Custodian branch base commits

2012-10-30 Thread Stephen Warren
On 10/30/2012 02:47 PM, Wolfgang Denk wrote: Dear Stephen Warren, In message 5090228a.7090...@wwwdotorg.org you wrote: # (in u-boot-tegra.git, assuming everything is merged already) git checkout master git reset --hard u-boot/master What would this specific command sequence be good for?

Re: [U-Boot] [PATCH v2 00/22] Convert p1_p2_rdb_pc to new spl

2012-10-30 Thread Tom Rini
On Tue, Oct 30, 2012 at 03:17:04PM -0500, Scott Wood wrote: On 10/30/2012 12:04:40 PM, Tom Rini wrote: On Mon, Oct 29, 2012 at 09:04:48PM -0500, Scott Wood wrote: Tested on p2020rdb-pca and p1020rdb-pc. Jos?? Miguel Gon??alves (1): Add u-boot-pad.bin target to the Makefile Scott

Re: [U-Boot] [PATCH v7 0/16] tegra: Add display driver and LCD support for Seaboard

2012-10-30 Thread Tom Warren
Simon, -Original Message- From: Tom Warren Sent: Tuesday, October 30, 2012 12:24 PM To: 'Simon Glass'; U-Boot Mailing List Cc: Stephen Warren Subject: RE: [PATCH v7 0/16] tegra: Add display driver and LCD support for Seaboard Simon, -Original Message- From: Simon

Re: [U-Boot] [PATCH V4 3/3] fs: add filesystem switch libary, implement ls and fsload commands

2012-10-30 Thread Stephen Warren
On 10/30/2012 02:23 PM, Benoît Thébaudeau wrote: Hi Stephen, On Monday, October 22, 2012 6:43:51 PM, Stephen Warren wrote: From: Stephen Warren swar...@nvidia.com Implement ls and fsload commands that act like {fat,ext2}{ls,load}, and transparently handle either file-system. This scheme

Re: [U-Boot] Custodian branch base commits

2012-10-30 Thread Tom Rini
On Tue, Oct 30, 2012 at 11:35:41AM -0600, Stephen Warren wrote: The instructions at: http://www.denx.de/wiki/U-Boot/CustodianGitTrees ... indicate that downstream branches should be rebased onto ${upstream}/master immediately prior to sending a pull request. I'm not sure this is correct

Re: [U-Boot] x86: Anyone willing to take over the reigns

2012-10-30 Thread Tom Rini
On Wed, Oct 31, 2012 at 08:05:49AM +1100, Graeme Russ wrote: Hi Simon, On Oct 31, 2012 3:21 AM, Simon Glass s...@chromium.org wrote: Hi Graeme, On Sun, Oct 28, 2012 at 4:44 AM, Graeme Russ graeme.r...@gmail.com wrote: Hi All, I think it's finally time I admitted that I simply

Re: [U-Boot] [PATCH V4 3/3] fs: add filesystem switch libary, implement ls and fsload commands

2012-10-30 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/30/12 14:18, Stephen Warren wrote: On 10/30/2012 02:23 PM, Benoît Thébaudeau wrote: Hi Stephen, On Monday, October 22, 2012 6:43:51 PM, Stephen Warren wrote: From: Stephen Warren swar...@nvidia.com Implement ls and fsload commands that

Re: [U-Boot] [PATCH V4 3/3] fs: add filesystem switch libary, implement ls and fsload commands

2012-10-30 Thread Benoît Thébaudeau
On Tuesday, October 30, 2012 10:18:03 PM, Stephen Warren wrote: On 10/30/2012 02:23 PM, Benoît Thébaudeau wrote: +int do_ls(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[], + int fstype) +{ + if (argc 2) + return CMD_RET_USAGE; + + if

[U-Boot] [PATCH] libfdt: introduce fdt type annotation for use by endian checkers

2012-10-30 Thread Kim Phillips
Projects such as linux and u-boot run sparse on libfdt. libfdt contains the notion of endianness via usage of endian conversion functions such as fdt32_to_cpu. As such, in order to pass endian checks, libfdt has to annotate its fdt variables as big endian. This patch does that ifdef __CHECKER__

Re: [U-Boot] [PATCH V4 3/3] fs: add filesystem switch libary, implement ls and fsload commands

2012-10-30 Thread Stephen Warren
On 10/30/2012 03:59 PM, Benoît Thébaudeau wrote: On Tuesday, October 30, 2012 10:18:03 PM, Stephen Warren wrote: On 10/30/2012 02:23 PM, Benoît Thébaudeau wrote: +int do_ls(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[], + int fstype) +{ + if (argc 2) + return

[U-Boot] [PATCH 1/3] fs: fix do_fsload() handling of optional arguments

2012-10-30 Thread Stephen Warren
From: Stephen Warren swar...@nvidia.com Most arguments to the shell command do_fsload() implements are optional. Fix the minimum argc check to respect that. Cater for the situation where argv[2] is not provided. Enhance both do_fsload() and do_ls() to check the maximum number of arguments too.

[U-Boot] [PATCH 2/3] cmd_ext4: remove TABs from command help text

2012-10-30 Thread Stephen Warren
From: Stephen Warren swar...@nvidia.com TABs in the help text won't line up in the same place on the console as in a source editor. Replace them with spaces to make ensuring correct alignment easier. Signed-off-by: Stephen Warren swar...@nvidia.com --- common/cmd_ext4.c |8 1 files

[U-Boot] [PATCH 3/3] fs: fix number base behaviour change in fatload/ext*load

2012-10-30 Thread Stephen Warren
From: Stephen Warren swar...@nvidia.com Commit 045fa1e fs: add filesystem switch libary, implement ls and fsload commands unified the implementation of fatload and ext*load with the new command fsload. However, this altered the interpretation of command-line numbers from always being base-16, to

Re: [U-Boot] Custodian branch base commits

2012-10-30 Thread Wolfgang Denk
Dear Stephen Warren, In message 5090423c.5070...@wwwdotorg.org you wrote: git checkout master git reset --hard u-boot/master ... Why don't you do just git branch -D master git checkout -b master u-boot/master instead? That would work identically. The exact git commands to

Re: [U-Boot] [PATCH] fs/fs.c: fix fs_set_blk_dev() for manual relocation

2012-10-30 Thread Tom Rini
On Tue, Oct 30, 2012 at 12:41:02PM -0600, Stephen Warren wrote: On 10/30/2012 12:29 PM, Andreas Bie??mann wrote: Commit 045fa1e1142552799ad3203e9e0bc22a11e866ea introduce an array with filesystem accessors. On arches which need manual reloc this is broken cause the function pointers

Re: [U-Boot] Custodian branch base commits

2012-10-30 Thread Stephen Warren
On 10/30/2012 04:06 PM, Wolfgang Denk wrote: Dear Stephen Warren, In message 5090423c.5070...@wwwdotorg.org you wrote: git checkout master git reset --hard u-boot/master ... Why don't you do just git branch -D master git checkout -b master u-boot/master instead? That would

Re: [U-Boot] [PATCH 1/3] fs: fix do_fsload() handling of optional arguments

2012-10-30 Thread Benoît Thébaudeau
On Tuesday, October 30, 2012 11:04:17 PM, Stephen Warren wrote: From: Stephen Warren swar...@nvidia.com Most arguments to the shell command do_fsload() implements are optional. Fix the minimum argc check to respect that. Cater for the situation where argv[2] is not provided. Enhance both

Re: [U-Boot] [PATCH] libfdt: introduce fdt type annotation for use by endian checkers

2012-10-30 Thread Stephen Warren
On 10/30/2012 03:57 PM, Kim Phillips wrote: Projects such as linux and u-boot run sparse on libfdt. libfdt contains the notion of endianness via usage of endian conversion functions such as fdt32_to_cpu. As such, in order to pass endian checks, libfdt has to annotate its fdt variables as big

Re: [U-Boot] [PATCH] libfdt: introduce fdt type annotation for use by endian checkers

2012-10-30 Thread Kim Phillips
On Tue, 30 Oct 2012 16:24:05 -0600 Stephen Warren swar...@wwwdotorg.org wrote: On 10/30/2012 03:57 PM, Kim Phillips wrote: Projects such as linux and u-boot run sparse on libfdt. libfdt contains the notion of endianness via usage of endian conversion functions such as fdt32_to_cpu. As

Re: [U-Boot] [PATCH 2/2] WIP: tegra: i2c: Enable new CONFIG_SYS_I2C framework

2012-10-30 Thread Stephen Warren
On 10/30/2012 11:28 AM, Simon Glass wrote: (just for illustration, please don't merge) This enables CONFIG_SYS_I2C on Tegra, updating existing boards and the Tegra i2c driver to support this. diff --git a/drivers/i2c/i2c_core.c b/drivers/i2c/i2c_core.c +#ifdef CONFIG_TEGRA_I2C +extern

Re: [U-Boot] [PATCH 0/3] Bring in new I2C framework

2012-10-30 Thread Tom Rini
On Mon, Oct 29, 2012 at 10:53:10AM +0100, Heiko Schocher wrote: Hello Tom, On 26.10.2012 20:44, Tom Rini wrote: On Thu, Oct 25, 2012 at 02:37:08PM -0700, Simon Glass wrote: [snip] Later, I wonder whether the concept of a 'current' i2c bus should be maintained by the command line

Re: [U-Boot] [PATCH v7 0/16] tegra: Add display driver and LCD support for Seaboard

2012-10-30 Thread Simon Glass
Hi Tom, On Tue, Oct 30, 2012 at 2:19 PM, Tom Warren twar...@nvidia.com wrote: Simon, -Original Message- From: Tom Warren Sent: Tuesday, October 30, 2012 12:24 PM To: 'Simon Glass'; U-Boot Mailing List Cc: Stephen Warren Subject: RE: [PATCH v7 0/16] tegra: Add display driver and

[U-Boot] [PATCH v1 0/8] NAND support for AM33XX

2012-10-30 Thread Ilya Yanok
These series add support for NAND on AM33XX. AM33XX has the same GPMC controller as OMAP3 so the first part of the series just add required defines/initialization to enable the existing omap_gpmc driver to work on AM33XX. The rest of the series adds support for BCH8 error correction code. We use

[U-Boot] [PATCH v1 1/8] OMAP: include sys_proto.h from boot-common

2012-10-30 Thread Ilya Yanok
Include asm/arch/sys_proto.h for gpmc_init prototype. Without this we get a warning while building for AM335x. Signed-off-by: Ilya Yanok ilya.ya...@cogentembedded.com --- arch/arm/cpu/armv7/omap-common/boot-common.c |1 + 1 file changed, 1 insertion(+) diff --git

[U-Boot] [PATCH v1 2/8] am335x_evm: add nand pinmux definition

2012-10-30 Thread Ilya Yanok
Add NAND pins mux settings for AM335X devices. Enable NAND pins for AM335X EVM board. Signed-off-by: Ilya Yanok ilya.ya...@cogentembedded.com --- board/ti/am335x/mux.c | 26 ++ 1 file changed, 26 insertions(+) diff --git a/board/ti/am335x/mux.c b/board/ti/am335x/mux.c

[U-Boot] [PATCH v1 3/8] am33xx: NAND support

2012-10-30 Thread Ilya Yanok
TI AM33XX has the same GPMC controller as OMAP3 so we could just use the existing omap_gpmc driver. This patch adds adds required definitions/intialization. Signed-off-by: Ilya Yanok ilya.ya...@cogentembedded.com --- arch/arm/cpu/armv7/am33xx/Makefile |1 +

[U-Boot] [PATCH v1 4/8] am335x_evm: enable NAND support

2012-10-30 Thread Ilya Yanok
Enable NAND support for AM335X boards. Signed-off-by: Ilya Yanok ilya.ya...@cogentembedded.com --- include/configs/am335x_evm.h | 15 +++ 1 file changed, 15 insertions(+) diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index 339d4bd..a89cdcd 100644 ---

[U-Boot] [PATCH v1 5/8] am33xx: add ELM support

2012-10-30 Thread Ilya Yanok
From: Mansoor Ahamed mansoor.aha...@ti.com AM33XX has Error Location Module (ELM) that can be used in conjuction with GPMC controller to implement BCH codes fully in hardware. This code is mostly taken from arago tree. Signed-off-by: Mansoor Ahamed mansoor.aha...@ti.com Signed-off-by: Ilya Yanok

[U-Boot] [PATCH v1 7/8] am33xx_spl_bch: simple SPL nand loader for AM33XX

2012-10-30 Thread Ilya Yanok
AM33XX with BCH8 can't work with nand_spl_simple correctly because custom read_page implementation is required for proper syndrome generation. This simple driver mostly duplicates nand_spl_simple but has nand_read_page changed to suit our needs. Signed-off-by: Ilya Yanok

[U-Boot] [PATCH v1 8/8] am335x_evm: enable SPL NAND support

2012-10-30 Thread Ilya Yanok
Enable booting from NAND support from AM335x boards as well as environment in NAND. Signed-off-by: Ilya Yanok ilya.ya...@cogentembedded.com --- include/configs/am335x_evm.h | 38 -- 1 file changed, 36 insertions(+), 2 deletions(-) diff --git

[U-Boot] [PATCH v1 6/8] omap_gpmc: BCH8 support (ELM based)

2012-10-30 Thread Ilya Yanok
From: Mansoor Ahamed mansoor.aha...@ti.com This patch adds support for BCH8 error correction code to omap_gpmc driver. We use GPMC to generate codes/syndromes but we need ELM to find error locations from given syndrome. Signed-off-by: Mansoor Ahamed mansoor.aha...@ti.com [ilya: merge it with

Re: [U-Boot] [PATCH v2 22/22] powerpc/mpc85xx/p2020rdb-pca: Use L2 SRAM for SPL boot

2012-10-30 Thread Scott Wood
On 10/29/2012 10:17:20 PM, Tabi Timur-B04825 wrote: On Mon, Oct 29, 2012 at 9:05 PM, Scott Wood scottw...@freescale.com wrote: diff --git a/include/configs/p1_p2_rdb_pc.h b/include/configs/p1_p2_rdb_pc.h index ba7a364..f02ba2b 100644 --- a/include/configs/p1_p2_rdb_pc.h +++

[U-Boot] [PATCH] pxa: Disable dcache on palmld, palmtc, zipitz2

2012-10-30 Thread Simon Glass
These platforms don't include dcache support. Define CONFIG_SYS_DCACHE_OFF so that functions don't try to call non-existent routines like flush_dcache_range(). Signed-off-by: Simon Glass s...@chromium.org --- include/configs/palmld.h |3 +++ include/configs/palmtc.h |3 +++

[U-Boot] [PATCH v8 11/16] lcd: Add support for flushing LCD fb from dcache after update

2012-10-30 Thread Simon Glass
This provides an option for the LCD to flush the dcache after each update (puts, scroll or clear). Signed-off-by: Simon Glass s...@chromium.org --- Changes in v8: - Don't enable cache routines if CONFIG_SYS_DCACHE_OFF is defined Changes in v4: - Use lcd_puts() for echoing user input so lcd

Re: [U-Boot] [PATCH v4 08/24] pmic: Move pmic related code to ./drivers/power directory

2012-10-30 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/30/12 15:59, Lukasz Majewski wrote: Hi Tom, On 10/30/12 09:57, Lukasz Majewski wrote: The PMIC framework has been moved to its more natural place ./drivers/power from ./drivers/misc directory. [snip] drivers/{misc =

Re: [U-Boot] [PATCH v1 2/8] am335x_evm: add nand pinmux definition

2012-10-30 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/30/12 15:47, Ilya Yanok wrote: Add NAND pins mux settings for AM335X devices. Enable NAND pins for AM335X EVM board. Signed-off-by: Ilya Yanok ilya.ya...@cogentembedded.com [snip] @@ -435,11 +456,16 @@ void enable_board_pin_mux(struct

Re: [U-Boot] [PATCH v1 3/8] am33xx: NAND support

2012-10-30 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/30/12 15:47, Ilya Yanok wrote: TI AM33XX has the same GPMC controller as OMAP3 so we could just use the existing omap_gpmc driver. This patch adds adds required definitions/intialization. [snip] --- a/arch/arm/cpu/armv7/am33xx/board.c +++

Re: [U-Boot] [PATCH v1 4/8] am335x_evm: enable NAND support

2012-10-30 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/30/12 15:47, Ilya Yanok wrote: Enable NAND support for AM335X boards. Signed-off-by: Ilya Yanok ilya.ya...@cogentembedded.com --- include/configs/am335x_evm.h | 15 +++ 1 file changed, 15 insertions(+) diff --git

Re: [U-Boot] [PATCH v7 0/16] tegra: Add display driver and LCD support for Seaboard

2012-10-30 Thread Simon Glass
Hi Tom, On Tue, Oct 30, 2012 at 3:43 PM, Simon Glass s...@chromium.org wrote: Hi Tom, On Tue, Oct 30, 2012 at 2:19 PM, Tom Warren twar...@nvidia.com wrote: Simon, -Original Message- From: Tom Warren Sent: Tuesday, October 30, 2012 12:24 PM To: 'Simon Glass'; U-Boot Mailing List

Re: [U-Boot] [PATCH v1 5/8] am33xx: add ELM support

2012-10-30 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/30/12 15:47, Ilya Yanok wrote: From: Mansoor Ahamed mansoor.aha...@ti.com AM33XX has Error Location Module (ELM) that can be used in conjuction with GPMC controller to implement BCH codes fully in hardware. This code is mostly taken from

Re: [U-Boot] [PATCH v1 7/8] am33xx_spl_bch: simple SPL nand loader for AM33XX

2012-10-30 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/30/12 15:47, Ilya Yanok wrote: AM33XX with BCH8 can't work with nand_spl_simple correctly because custom read_page implementation is required for proper syndrome generation. This simple driver mostly duplicates nand_spl_simple but has

Re: [U-Boot] [PATCH v7 0/16] tegra: Add display driver and LCD support for Seaboard

2012-10-30 Thread Tom Warren
Simon, -Original Message- From: s...@google.com [mailto:s...@google.com] On Behalf Of Simon Glass Sent: Tuesday, October 30, 2012 4:54 PM To: Tom Warren Cc: U-Boot Mailing List; Stephen Warren Subject: Re: [PATCH v7 0/16] tegra: Add display driver and LCD support for Seaboard Hi

[U-Boot] [PATCH 2/2] MAKEALL: Add options for incremental building

2012-10-30 Thread Joe Hershberger
--continue will allow you to ctrl-c the MAKEALL and pick up where you left off. --rebuild-errors will allow you to rebuild only those boards which had trouble on the last run of MAKEALL, allowing you to quickly test a simple fix on just those boards. Signed-off-by: Joe Hershberger

[U-Boot] [PATCH 1/2] MAKEALL: Fix kill_children

2012-10-30 Thread Joe Hershberger
When building in parallel, make sure that we look up the children based on the the actual process group id instead of just assuming that the MAKEALL pid is the process group id. Also ensure that logs from incomplete builds are deleted in the process. Signed-off-by: Joe Hershberger

Re: [U-Boot] [PATCH] powerpc/esdhc: force the bus width to 4bit

2012-10-30 Thread Jaehoon Chung
Hi, Lukasz, For the current u-boot codes, only 4bit/1bit SD/SDHC bus width is support. So for MMC card, we also support 4bit bus width, otherwiase, we will get the 12bit bus width, which is not correct: Andy ... can you please explain? I don't quite understand the problem, I thought we

Re: [U-Boot] [PATCH 0/3] Bring in new I2C framework

2012-10-30 Thread Heiko Schocher
Hello Simon, On 30.10.2012 18:22, Simon Glass wrote: Hi, On Tue, Oct 30, 2012 at 9:50 AM, Stephen Warrenswar...@wwwdotorg.org wrote: On 10/29/2012 11:57 PM, Heiko Schocher wrote: Hello Stephen, On 29.10.2012 16:34, Stephen Warren wrote: ... If there are e.g. 4 I2C controllers in an SoC,

Re: [U-Boot] [PATCH 0/3] Bring in new I2C framework

2012-10-30 Thread Tom Rini
On Tue, Oct 30, 2012 at 10:22:54AM -0700, Simon Glass wrote: Hi, On Tue, Oct 30, 2012 at 9:50 AM, Stephen Warren swar...@wwwdotorg.org wrote: On 10/29/2012 11:57 PM, Heiko Schocher wrote: Hello Stephen, On 29.10.2012 16:34, Stephen Warren wrote: ... If there are e.g. 4 I2C

[U-Boot] [PATCH] omap3: Rework board.c for !CONFIG_SYS_L2CACHE_OFF

2012-10-30 Thread Tom Rini
When CONFIG_SYS_L2CACHE_OFF is defined we end up with a few warnings currently. Re-order functions so that we don't have that anymore. Signed-off-by: Tom Rini tr...@ti.com --- arch/arm/cpu/armv7/omap3/board.c | 28 +++- 1 file changed, 15 insertions(+), 13 deletions(-)

Re: [U-Boot] [PATCH 1/2] tegra: i2c: Add function to know about current bus

2012-10-30 Thread Heiko Schocher
Hello Simon, On 30.10.2012 18:28, Simon Glass wrote: Rather than using a variable in various places, add a single function, tegra_i2c_get_bus(), which returns a pointer to information about a bus. This will make it easier to move to the new i2c framework. Signed-off-by: Simon

Re: [U-Boot] [PATCH v2 20/25] drivers/input/input.c: sparse fix

2012-10-30 Thread Simon Glass
On Mon, Oct 29, 2012 at 4:34 PM, Kim Phillips kim.phill...@freescale.com wrote: input.c:97:5: warning: symbol 'input_queue_ascii' was not declared. Should it be Signed-off-by: Kim Phillips kim.phill...@freescale.com Acked-by: Simon Glass s...@chromium.org --- v2: no changes

Re: [U-Boot] [PATCH 2/2] WIP: tegra: i2c: Enable new CONFIG_SYS_I2C framework

2012-10-30 Thread Heiko Schocher
Hello Simon, On 30.10.2012 18:28, Simon Glass wrote: (just for illustration, please don't merge) This enables CONFIG_SYS_I2C on Tegra, updating existing boards and the Tegra i2c driver to support this. Signed-off-by: Simon Glasss...@chromium.org --- drivers/i2c/i2c_core.c |3 ++

<    1   2