[U-Boot] [PATCH] powerpc/p1022ds: nand: introduce the TPL based on the SPL

2013-06-09 Thread ying.zhang
From: Ying Zhang b40...@freescale.com Due to the nand SPL on the board P1022DS has a size limit, it can not be more than 4K. So, the SPL cannot initialize the DDR with the SPD code. This patch introduces TPL to enable a loader stub that runs in the L2 SRAM, after being loaded by the code from the

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

2013-06-09 Thread Igor Grinberg
On 06/06/13 22:06, Robert Winkler wrote: Hi All, On Wed, Jun 5, 2013 at 1:31 AM, Igor Grinberg grinb...@compulab.co.il wrote: 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

Re: [U-Boot] [PATCH] cmd_bootm: Add command line arguments to Plan 9

2013-06-09 Thread Wolfgang Denk
Dear Steven Stallion, In message CAGGHmKH3W6SQSwG3qKJHQmRaxS7ZRVJmbLw_anvgNA61=pc...@mail.gmail.com you wrote: bootm has a well-known an documented API: it takes up to three arguments: kernel address, ramdisk address, and device tree address. Nothing else. Is there a reason that this

Re: [U-Boot] [PATCH] cmd_bootm: Add command line arguments to Plan 9

2013-06-09 Thread Wolfgang Denk
Dear Steven Stallion, In message 1370562103-92148-1-git-send-email-sstall...@gmail.com you wrote: This patch introduces support for command line arguments to Plan 9. Plan 9 generally dedicates a small region of kernel memory (known as CONFADDR) for runtime configuration. A new environment

Re: [U-Boot] [PATCH 04/11] MIPS: bootm: refactor initialisation of kernel cmdline

2013-06-09 Thread Wolfgang Denk
Dear Daniel Schwierzeck, In message 1370731370-32767-5-git-send-email-daniel.schwierz...@gmail.com you wrote: Move initialisation of Linux command line to separate functions. Also add support for bootm subcommand 'cmdline'. +static void linux_cmdline_dump(void) +{ +#ifdef DEBUG + int

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

2013-06-09 Thread Igor Grinberg
Hi Lubomir, On 06/08/13 23:43, Lubomir Popov wrote: Hi Tom, Michael, 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] [PATCH v2] powerpc/85xx: Add P1023RDB board support

2013-06-09 Thread Chunhe Lan
P1023RDB Specification: --- Memory subsystem: 512MB DDR3 (Fixed DDR on board) 64MB NOR flash 128MB NAND flash Ethernet: eTSEC1: Connected to Atheros AR8035 GETH PHY eTSEC2: Connected to Atheros AR8035 GETH PHY PCIe: Three mini-PCIe slots USB: Two USB2.0

Re: [U-Boot] [PATCH 04/11] MIPS: bootm: refactor initialisation of kernel cmdline

2013-06-09 Thread Daniel Schwierzeck
2013/6/9 Wolfgang Denk w...@denx.de: Dear Daniel Schwierzeck, In message 1370731370-32767-5-git-send-email-daniel.schwierz...@gmail.com you wrote: Move initialisation of Linux command line to separate functions. Also add support for bootm subcommand 'cmdline'. +static void

[U-Boot] [PATCH v2 01/11] MIPS: bootm: fix checkpatch.pl warnings

2013-06-09 Thread Daniel Schwierzeck
Signed-off-by: Daniel Schwierzeck daniel.schwierz...@gmail.com --- Changes in v2: - fix multi-line comment arch/mips/lib/bootm.c | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/arch/mips/lib/bootm.c b/arch/mips/lib/bootm.c index a36154a..148c18b 100644 ---

[U-Boot] [PATCH v2 04/11] MIPS: bootm: refactor initialisation of kernel cmdline

2013-06-09 Thread Daniel Schwierzeck
Move initialisation of Linux command line to separate functions. Also add support for bootm subcommand 'cmdline'. Signed-off-by: Daniel Schwierzeck daniel.schwierz...@gmail.com --- Changes in v2: - use debug() macro arch/mips/lib/bootm.c | 130 --

Re: [U-Boot] [PATCH v2 16/16] sf: Add Flag status register polling support

2013-06-09 Thread Simon Glass
Hi Jagan, On Sat, Jun 8, 2013 at 7:44 AM, Jagan Teki jagannadh.t...@gmail.com wrote: Hi Simon, On Sat, Jun 8, 2013 at 8:02 PM, Simon Glass s...@chromium.org wrote: Hi Jagan, On Sat, Jun 8, 2013 at 1:32 AM, Jagan Teki jagannadh.t...@gmail.com wrote: Hi Simon, Please let know

[U-Boot] 2013.07-rc1 plans?

2013-06-09 Thread Otavio Salvador
Hello, I'd like to know what the plains regarding rc releases? Regards, -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://projetos.ossystems.com.br Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750

Re: [U-Boot] [PATCH v2 16/16] sf: Add Flag status register polling support

2013-06-09 Thread Jagan Teki
Hi Simon, On Sun, Jun 9, 2013 at 7:43 PM, Simon Glass s...@chromium.org wrote: Hi Jagan, On Sat, Jun 8, 2013 at 7:44 AM, Jagan Teki jagannadh.t...@gmail.com wrote: Hi Simon, On Sat, Jun 8, 2013 at 8:02 PM, Simon Glass s...@chromium.org wrote: Hi Jagan, On Sat, Jun 8, 2013 at 1:32 AM,

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

2013-06-09 Thread Marek Vasut
Dear Pantelis Antoniou, Heiko, On Jun 4, 2013, at 1:31 PM, Heiko Schocher wrote: Hello Pantelis, Am 04.06.2013 12:08, schrieb Pantelis Antoniou: Hi Heiko, Just thinking out loud here. Can we have an extra option that allocates the buffer dynamically based on an env variable?

Re: [U-Boot] [PATCH v3] usb: omap: ulpi: fix ulpi transceiver access

2013-06-09 Thread Marek Vasut
Dear Michael Trimarchi, This patch fix the omap access to the transceiver configuration registers using the ulpi bus. As reported by the documentation the bit31 is used only to check if the transaction is done or still running and the reading and writing operation have different offset and

Re: [U-Boot] usb, composite: after unregister gadget driver set composite to NULL

2013-06-09 Thread Marek Vasut
Dear Heiko Schocher, Without this, second usb_composite_register() call fails always with -EINVAL. Signed-off-by: Heiko Schocher h...@denx.de Cc: Lukasz Majewski l.majew...@samsung.com Cc: Kyungmin Park kyungmin.p...@samsung.com Cc: Marek Vasut ma...@denx.de Applied, thanks. Best

Re: [U-Boot] [PATCH v3] usb: omap: ulpi: fix ulpi transceiver access

2013-06-09 Thread Marek Vasut
Dear Michael Trimarchi, Dear Marek On 06/09/2013 10:05 PM, Marek Vasut wrote: Dear Michael Trimarchi, This patch fix the omap access to the transceiver configuration registers using the ulpi bus. As reported by the documentation the bit31 is used only to check if the transaction

Re: [U-Boot] [PATCH v3] usb: omap: ulpi: fix ulpi transceiver access

2013-06-09 Thread Michael Trimarchi
Hi Marek On 06/09/2013 11:09 PM, Marek Vasut wrote: Dear Michael Trimarchi, Dear Marek On 06/09/2013 10:05 PM, Marek Vasut wrote: Dear Michael Trimarchi, This patch fix the omap access to the transceiver configuration registers using the ulpi bus. As reported by the documentation the

Re: [U-Boot] [PATCH v3] usb: omap: ulpi: fix ulpi transceiver access

2013-06-09 Thread Michael Trimarchi
Dear Marek On 06/09/2013 10:05 PM, Marek Vasut wrote: Dear Michael Trimarchi, This patch fix the omap access to the transceiver configuration registers using the ulpi bus. As reported by the documentation the bit31 is used only to check if the transaction is done or still running and the

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

2013-06-09 Thread Michael Trimarchi
Hi On 06/08/2013 10:43 PM, Lubomir Popov wrote: Hi Tom, Michael, 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:

Re: [U-Boot] [PATCH v3] usb: omap: ulpi: fix ulpi transceiver access

2013-06-09 Thread Marek Vasut
Dear Michael Trimarchi, Hi Marek On 06/09/2013 11:09 PM, Marek Vasut wrote: Dear Michael Trimarchi, Dear Marek On 06/09/2013 10:05 PM, Marek Vasut wrote: Dear Michael Trimarchi, This patch fix the omap access to the transceiver configuration registers using the ulpi bus.

Re: [U-Boot] [PATCH] cmd_bootm: Add command line arguments to Plan 9

2013-06-09 Thread Steven Stallion
On Sun, Jun 9, 2013 at 12:52 AM, Wolfgang Denk w...@denx.de wrote: This is basically the same code (with only irrelevant differences) as used by do_bootm_netbsd(). Can you please 1) factor out this common code, and 2) documnt the behaviour ? Will do. By the way: this patch still

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

2013-06-09 Thread Heiko Schocher
Hello Marek, Am 09.06.2013 22:01, schrieb Marek Vasut: Dear Pantelis Antoniou, Heiko, On Jun 4, 2013, at 1:31 PM, Heiko Schocher wrote: Hello Pantelis, Am 04.06.2013 12:08, schrieb Pantelis Antoniou: Hi Heiko, Just thinking out loud here. Can we have an extra option that allocates

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

2013-06-09 Thread Lukasz Majewski
Hi Heiko, Hello Marek, Am 09.06.2013 22:01, schrieb Marek Vasut: Dear Pantelis Antoniou, Heiko, On Jun 4, 2013, at 1:31 PM, Heiko Schocher wrote: Hello Pantelis, Am 04.06.2013 12:08, schrieb Pantelis Antoniou: Hi Heiko, Just thinking out loud here. Can we have an extra