Re: [U-Boot] Pull request: Integrate latest yaffs2

2012-04-23 Thread Wolfgang Denk
Dear Charles Manning, In message 201204231346.32195.mannin...@actrix.gen.nz you wrote: I recently sent a message to the list announcing a method for patching in the latest yaffs2. u-boot updated with the latest yaffs2 can be pulled from g...@github.com:cdhmanning/u-boot-yaffs2.git

Re: [U-Boot] [PATCH v4 07/10] tegra: fdt: Add keyboard definitions for Seaboard

2012-04-23 Thread Stephen Warren
On 04/17/2012 01:01 PM, Simon Glass wrote: From: Anton Staff robot...@chromium.org Seaboard uses a QUERTY keyboard. We add key codes for this to Q*W*ERTY? Do you want to add the nvidia,ghost-filter property so that ghost filtering is enabled? See the Tegra KBC binding documentation in the

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

2012-04-23 Thread Wolfgang Denk
Dear Daniel Stodden, In message 1335128131-25552-1-git-send-email-daniel.stod...@googlemail.com you wrote: The kwboot program boots boards based on Marvell's Kirkwood platform via Xmodem over their integrated UART. Signed-off-by: Daniel Stodden daniel.stod...@googlemail.com ---

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

2012-04-23 Thread Wolfgang Denk
Dear Stephen Warren, In message 4f95b886.6050...@wwwdotorg.org you wrote: And why did _nobody_ complain during the -rc cycle? Um, what was: http://lists.denx.de/pipermail/u-boot/2012-April/122339.html And of course the patch I sent to solve it, admittedly late in the release cycle, but

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. Many

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 is

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

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

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 that isn't how

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), and fd 0

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 fabio.este...@freescale.com Acked-by: Marek Vasut ma...@denx.de --- Changes since v1: - Newly introduced in v2 drivers/spi/mxs_spi.c | 13 +++-- 1

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.

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 running

[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;reset' |

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 vap...@gentoo.org -mike signature.asc Description: This is a digitally signed message part. ___

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 w...@denx.de 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 future

[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 dh09@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- board/samsung/trats/trats.c |2 +- drivers/video/exynos_fb.c |2 +-

[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

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: Tuesday, April

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

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 driver.

[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 stefan.kristians...@saunalahti.fi --- arch/openrisc/cpu/cache.c |4 1 files changed, 4 insertions(+), 0

<    1   2