Re: [U-Boot] [STATUS] v2012.04 released, Merge Window is OPEN

2012-04-23 Thread Wolfgang Denk
Dear Tom Rini, In message <20120423202619.GG31450@bill-the-cat> you wrote: > > > And why did _nobody_ complain during the -rc cycle? > > To try and say what Stephan said, differently, what do we need to do in > the future to make sure complains aren't missed? You were on the to: Fair question.

Re: [U-Boot] [PATCH v4 08/10] tegra: Add tegra keyboard driver

2012-04-23 Thread Stephen Warren
On 04/17/2012 01:01 PM, Simon Glass wrote: > Add support for internal matrix keyboard controller for Nvidia Tegra > platforms. This driver uses the fdt decode function to obtain its key > codes. > + KBC_REPEAT_RATE_MS = 30, > + KBC_REPEAT_DELAY_MS = 240, At least the repeat delay

Re: [U-Boot] [PATCH v4 09/10] tegra: Switch on console mux and use environment for console

2012-04-23 Thread Stephen Warren
On 04/17/2012 01:01 PM, Simon Glass wrote: > All tegra boards will use these options by default. Well, there are certainly Tegra boards without matrix keyboards, so I'm not entirely sure that's actually true... That said, I don't see a real problem with the generic mainline U-Boot assuming this w

Re: [U-Boot] [PATCH v4 10/10] tegra: Enable keyboard for Seaboard

2012-04-23 Thread Stephen Warren
On 04/17/2012 01:01 PM, Simon Glass wrote: > This enables the standard keyboard on Seaboard. Hmmm. I wonder what this patch will do to the Springbank variant of Seaboard, which actually contains a USB keyboard rather than a Tegra KBC keyboard? It looks like the relevant pins on Tegra are simply no

Re: [U-Boot] Sandbox question

2012-04-23 Thread Mike Frysinger
On Monday 23 April 2012 16:57:16 Mike Frysinger wrote: > On Monday 23 April 2012 15:33:42 Wolfgang Denk wrote: > > Mike Frysinger wrote: > > > > You can use standard methods like select() or poll() to wait for > > > > input, which will also inform you about events like EOF. > > > > > > because tha

Re: [U-Boot] Sandbox question

2012-04-23 Thread Wolfgang Denk
Dear Mike Frysinger, In message <201204231657.18531.vap...@gentoo.org> you wrote: > > > That's why I wrote "or rather from fd 0". > > reading directly from fd 0 makes no difference. stdin is stdin. if stdin is stdin is stdin (a FILE pointer which uses all the automatic buffering from stdio), a

Re: [U-Boot] [PATCH v2 1/2] spi: mxs: Introduce spi_cs_is_valid()

2012-04-23 Thread Marek Vasut
Dear Fabio Estevam, > Introduce spi_cs_is_valid() for validating spi bus and chip select numbers. > > Signed-off-by: Fabio Estevam Acked-by: Marek Vasut > --- > Changes since v1: > - Newly introduced in v2 > > drivers/spi/mxs_spi.c | 13 +++-- > 1 files changed, 11 insertions(+), 2

Re: [U-Boot] [PATCH v2 2/2] spi: mxs: Allow other chip selects to work

2012-04-23 Thread Marek Vasut
Dear Fabio Estevam, > MXS SSP controller may have up to three chip selects per port: SS0, SS1 and > SS2. > > Currently only SS0 is supported in the mxs_spi driver. > > Allow all the three chip select to work by selecting the desired one > in bits 20 and 21 of the HW_SSP_CTRL0 register. > > Sign

Re: [U-Boot] Sandbox question

2012-04-23 Thread Mike Frysinger
On Monday 23 April 2012 17:17:57 Wolfgang Denk wrote: > Mike Frysinger wrote: > > also, what you're proposing is changing the behavior of u-boot when it's > > in the sandbox so that it acts less like the hardware. when you run > > u-boot on the hardware and it's sitting at the prompt, u-boot is ru

[U-Boot] Sandbox: auto exiting on pipe closure

2012-04-23 Thread Mike Frysinger
On Monday 23 April 2012 02:41:08 Wolfgang Denk wrote: > 2) Sandbox does no handle EOF on stadin; this makes it impossible to >use it in test scripts. For example, something like this should >work: > > $ echo printenv | ./u-boot > >[As woraround I have to use ``echo 'printenv;re

Re: [U-Boot] [PATCH v2 1/2] spi: mxs: Introduce spi_cs_is_valid()

2012-04-23 Thread Mike Frysinger
On Monday 23 April 2012 14:30:49 Fabio Estevam wrote: > Introduce spi_cs_is_valid() for validating spi bus and chip select numbers. Acked-by: Mike Frysinger -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing l

Re: [U-Boot] [STATUS] v2012.04 released, Merge Window is OPEN

2012-04-23 Thread Graeme Russ
Hi Wolfgang, On Tue, Apr 24, 2012 at 7:06 AM, Wolfgang Denk wrote: > Dear Tom Rini, > > In message <20120423202619.GG31450@bill-the-cat> you wrote: >> >> > And why did _nobody_ complain during the -rc cycle? >> >> To try and say what Stephan said, differently, what do we need to do in >> the futu

[U-Boot] [PATCH] EXYNOS: Change bits per pixel value proper for u-boot.

2012-04-23 Thread Donghwa Lee
vl_bpix of vidinfo_t was changed proper value for u-boot. It is used to multiple of 2 by using NBITS() macro. Signed-off-by: Donghwa Lee Signed-off-by: Kyungmin Park --- board/samsung/trats/trats.c |2 +- drivers/video/exynos_fb.c |2 +- drivers/video/exynos_fimd.c |6 +++--- 3 f

[U-Boot] Pull request: u-boot-nios/master

2012-04-23 Thread thomas
The following changes since commit 61ddce07f8b96c5df7d00466b4da9edaecb0eff1: sandbox: Use the new run_command() (2012-04-23 22:53:54 +0200) are available in the git repository at: git://git.denx.de/u-boot-nios.git master Thomas Chou (1): nios2: move gd and bd into BSS arch/nios2/lib/

Re: [U-Boot] [PATCH 2/4] mx6qsabrelite: Allow booting a zImage kernel

2012-04-23 Thread Liu Hui-R64343
>-Original Message- >From: Estevam Fabio-R49496 >Sent: Tuesday, April 24, 2012 12:31 AM >To: u-boot@lists.denx.de >Cc: sba...@denx.de; Estevam Fabio-R49496; Liu Hui-R64343 >Subject: [PATCH 2/4] mx6qsabrelite: Allow booting a zImage kernel > >Allow booting a zImage kernel. > >Cc: Jason Liu

Re: [U-Boot] [PATCH 2/4] mx6qsabrelite: Allow booting a zImage kernel

2012-04-23 Thread Liu Hui-R64343
>-Original Message- >From: Liu Hui-R64343 >Sent: Tuesday, April 24, 2012 9:48 AM >To: Estevam Fabio-R49496; u-boot@lists.denx.de >Cc: sba...@denx.de >Subject: RE: [PATCH 2/4] mx6qsabrelite: Allow booting a zImage kernel > > >>-Original Message- >>From: Estevam Fabio-R49496 >>Sent: T

Re: [U-Boot] [PATCH 3/4] mx6qarm2: Allow booting a zImage kernel

2012-04-23 Thread Liu Hui-R64343
>-Original Message- >From: Estevam Fabio-R49496 >Sent: Tuesday, April 24, 2012 12:31 AM >To: u-boot@lists.denx.de >Cc: sba...@denx.de; Estevam Fabio-R49496; Liu Hui-R64343 >Subject: [PATCH 3/4] mx6qarm2: Allow booting a zImage kernel > >Allow booting a zImage kernel. > >Cc: Jason Liu >Sign

Re: [U-Boot] [PATCH 2/2] EXYNOS: draw 32bpp bitmap TIZEN logo

2012-04-23 Thread Donghwa Lee
Dear Wolfgang, On 23 April 2012 18:22, Wolfgang Denk wrote: > Dear Donghwa Lee, > > In message <4f94b49e.5020...@samsung.com> you wrote: >> This patches support drawing 32bpp bitmap TIZEN logo in exynos fb. >> asm/arch/trats_logo.h data is compressed by zip and decomressed at >> the exynos fb d

[U-Boot] [PATCH] openrisc/cache: disable icache during invalidation

2012-04-23 Thread Stefan Kristiansson
invalidating the memory area that is being executed while icache is on is a bit adventurous, make sure it's turned off during this operation Signed-off-by: Stefan Kristiansson --- arch/openrisc/cpu/cache.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/arch/openrisc/

Re: [U-Boot] [PATCH] kwboot: Boot Marvell Kirkwood SoCs over a serial link.

2012-04-23 Thread Daniel Stodden
Hi. Thanks for the instructions. Latest kwboot patch follow here, fully reindented and thereby passing checkpatch without warnings. Thanks, Daniel ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH] kwboot: Boot Marvell Kirkwood SoCs over a serial link.

2012-04-23 Thread Daniel Stodden
The kwboot program boots boards based on Marvell's Kirkwood platform via Xmodem over their integrated UART. Signed-off-by: Daniel Stodden --- doc/kwboot.1 | 84 +++ tools/Makefile |6 + tools/kwboot.c | 750 3 files changed, 8

[U-Boot] [STATUS] Are we ready for v2012.04.1 ??

2012-04-23 Thread Wolfgang Denk
Hi, are there any other urgent fixes that should make it into the imminent v2012.04.1 maintenance release ? Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-81

<    1   2