Re: [U-Boot] [PATCH 0/8] video: Add support for SSD2828 (parallel LCD to MIPI bridge)

2015-01-10 Thread Hans de Goede
Hi, On 09-01-15 16:35, Hans de Goede wrote: Hi, On 09-01-15 11:01, Siarhei Siamashka wrote: Hello, This patchset adds support for the Solomon Systech SSD2828 bridge chip, which is used to convert parallel LCD interface into MIPI DSI interface and drive MIPI LCD display in some tablets. In

Re: [U-Boot] [PATCH 08/18] exynos5: config: prepare for dm i2c support

2015-01-10 Thread Akshay Saraswat
Hi Przemyslaw, This commit allows for test i2c drivers with new i2c api on Exynos5xxx based boards. The S3C24X0 I2C driver supports driver model I2C api, but i2c peripherials drivers on exynos5 boards doesn't. So this commit allows for test ported driver before switch the Exynos5 boards to DM

Re: [U-Boot] [PATCH v2 0/2] sunxi: video: Add lvds support

2015-01-10 Thread Hans de Goede
Hi, On 10-01-15 11:40, Ian Campbell wrote: On Thu, 2015-01-08 at 20:49 +0100, Hans de Goede wrote: Hi Ian, Anatolij, Here is v2 of the lvds support for sunxi-video. I've reworked how to Kconfig bits are handled as requested by Ian. Anatolij, the second patch in this sets adds support for

Re: [U-Boot] [PATCH 2/2] sunxi: Enable pre-console buffer

2015-01-10 Thread Simon Glass
Hi, On 10 January 2015 at 03:50, Ian Campbell i...@hellion.org.uk wrote: On Fri, 2015-01-09 at 13:13 +0200, Siarhei Siamashka wrote: If yes then I think it is confusing to modify this comment, and the comment before the pre-console #defines should mention that the buffer is boottime

Re: [U-Boot] [PATCH 10/10] RFC: Test code for glacier PCI video support

2015-01-10 Thread Simon Glass
Hi Bin, On 9 January 2015 at 20:52, Bin Meng bmeng...@gmail.com wrote: Hi Simon, On Sat, Jan 10, 2015 at 3:02 AM, Simon Glass s...@chromium.org wrote: Hi Bin, On 8 January 2015 at 22:23, Bin Meng bmeng...@gmail.com wrote: Hi Simon, On Fri, Jan 9, 2015 at 11:35 AM, Simon Glass

Re: [U-Boot] [PATCH v2 07/11] x86: dts: Add SPI flash MRC details for chromebook_link

2015-01-10 Thread Bin Meng
Hi Simon, On Fri, Jan 9, 2015 at 11:30 AM, Simon Glass s...@chromium.org wrote: Correct the SPI flash compatible string, add an alias and specify the position of the MRC cache, used to store SDRAM training settings for the Memory Reference Code. Signed-off-by: Simon Glass s...@chromium.org

Re: [U-Boot] New i.MX board

2015-01-10 Thread Otavio Salvador
Hello, On Fri, Jan 9, 2015 at 9:35 PM, Wally Yeh wally@atrustcorp.com wrote: Hi folks, I'm currently bringing up a new i.MX6q based board. I've got u-boot working, but its clear that a lot of the iMX stuff is still using the old configuration system. is the latest iMX stuff in u-boot

Re: [U-Boot] [PATCH v2 11/11] x86: config: chromebook_link: Enable environment

2015-01-10 Thread Bin Meng
On Fri, Jan 9, 2015 at 11:30 AM, Simon Glass s...@chromium.org wrote: Enable an environment area. Signed-off-by: Simon Glass s...@chromium.org --- Changes in v2: None include/configs/chromebook_link.h | 7 +++ 1 file changed, 7 insertions(+) diff --git

Re: [U-Boot] [PATCH v2 02/11] x86: Move ipchecksum into common area and rename it

2015-01-10 Thread Simon Glass
Hi Bin, On 10 January 2015 at 08:47, Bin Meng bmeng...@gmail.com wrote: Hi Simon, On Fri, Jan 9, 2015 at 11:30 AM, Simon Glass s...@chromium.org wrote: The existing IP checksum function is only accessible to the 'coreboot' cpu. Move it into the common area and rename it slightly to remove

Re: [U-Boot] [PATCH 2/2] sunxi: Enable pre-console buffer

2015-01-10 Thread Ian Campbell
On Fri, 2015-01-09 at 13:13 +0200, Siarhei Siamashka wrote: If yes then I think it is confusing to modify this comment, and the comment before the pre-console #defines should mention that the buffer is boottime only/short lived etc. Just in case if something goes really wrong (in theory

Re: [U-Boot] [PATCH v2 02/11] x86: Move ipchecksum into common area and rename it

2015-01-10 Thread Bin Meng
Hi Simon, On Fri, Jan 9, 2015 at 11:30 AM, Simon Glass s...@chromium.org wrote: The existing IP checksum function is only accessible to the 'coreboot' cpu. Move it into the common area and rename it slightly to remove the abbreviations. Signed-off-by: Simon Glass s...@chromium.org ---

Re: [U-Boot] [PATCH 0/8] video: Add support for SSD2828 (parallel LCD to MIPI bridge)

2015-01-10 Thread Ian Campbell
On Fri, 2015-01-09 at 16:35 +0100, Hans de Goede wrote: So assuming the Ian will ack v2 of my lvds patch Just done, assuming those were the patches you meant... With that changed patches 1-7 are: Acked-by: Hans de Goede hdego...@redhat.com Hence I wasn't planning on looking into this

Re: [U-Boot] [PATCH v2 0/2] sunxi: video: Add lvds support

2015-01-10 Thread Ian Campbell
On Thu, 2015-01-08 at 20:49 +0100, Hans de Goede wrote: Hi Ian, Anatolij, Here is v2 of the lvds support for sunxi-video. I've reworked how to Kconfig bits are handled as requested by Ian. Anatolij, the second patch in this sets adds support for initializing the lcd controller found on

Re: [U-Boot] [PATCH 3/4] config_distro_bootcmd: Scan all partitions for boot files

2015-01-10 Thread Dennis Gilmore
On Wed, 07 Jan 2015 12:46:20 +0100 Sjoerd Simons sjoerd.sim...@collabora.co.uk wrote: This is about the default setup though, it would be really nice to get consistent behaviour. I would be inclined to say that the defaults should conservatively try the internal/main storage first

Re: [U-Boot] [PATCH 1/3] samsung: board: support eMMC reset using DT

2015-01-10 Thread Simon Glass
Hi, On 9 January 2015 at 23:53, Joonyoung Shim jy0922.s...@samsung.com wrote: On 01/09/2015 08:13 PM, Jaehoon Chung wrote: On 01/09/2015 04:31 PM, Joonyoung Shim wrote: +Cc Jaehoon, On 01/09/2015 03:18 AM, Simon Glass wrote: Hi Joonyoung, On 7 January 2015 at 22:44, Joonyoung Shim

Re: [U-Boot] [PATCH 3/4] config_distro_bootcmd: Scan all partitions for boot files

2015-01-10 Thread Dennis Gilmore
On Tue, 06 Jan 2015 17:43:19 -0700 Stephen Warren swar...@wwwdotorg.org wrote: (CCing Dennis so he can comment from a distro perspective re: partition table bootable flags v.s. scanning all partitions) On 01/06/2015 10:07 AM, Sjoerd Simons wrote: On Mon, 2015-01-05 at 13:24 -0700, Stephen

Re: [U-Boot] [PATCH V2] add README.distro file

2015-01-10 Thread Dennis Gilmore
On Mon, 05 Jan 2015 12:55:46 -0700 Stephen Warren swar...@wwwdotorg.org wrote: On 12/28/2014 03:09 AM, Ian Campbell wrote: On Mon, 2014-12-22 at 13:46 -0700, Stephen Warren wrote: [...] + +The U-Boot syslinux and pxe boot commands require a number of environment +variables be set.

Re: [U-Boot] Pull request: nand flash

2015-01-10 Thread Tom Rini
On Fri, Jan 09, 2015 at 02:12:40PM -0600, Scott Wood wrote: Sorry for the lateness -- I was just pinged about these regression fixes that should go in the forthcoming release. The following changes since commit b188067f39627d977bb1db67c8456e9aaab90743: arm: vf610: fix boot from SD-card

Re: [U-Boot] fix: tools: kwbimage.c: Initialize headersz to suppress warning

2015-01-10 Thread Tom Rini
On Fri, Nov 21, 2014 at 09:22:43AM +0100, Łukasz Majewski wrote: When building with my toolchain (4.8.2): CROSS_COMPILE=/home/lukma/work/ptxdist/toolchains/arm/OSELAS.Toolchain-2013.12.0/arm-v7a-linux-gnueabi/gcc-4.8.2-glibc-2.18-binutils-2.24-kernel-3.12-sanitized/bin/arm-v7a-linux-gnueabi-

[U-Boot] [PATCH] kwbimage: Correct a long-standing warning

2015-01-10 Thread Simon Glass
tools/kwbimage.c:803:8: warning: 'headersz' may be used uninitialized in this function [-Wmaybe-uninitialized] This problem was discussed twice previously, but neither solution has been applied to mainline. This is another attempt at a possible solution before the release goes out and we are

Re: [U-Boot] [PATCH V3 00/12] cleanup and refactor lcd.c

2015-01-10 Thread Anatolij Gustschin
Hi Nikita, On Thu, 08 Jan 2015 14:26:06 +0200 Nikita Kiryanov nik...@compulab.co.il wrote: Gentle ping. sorry for delay and thanks for your patience. Series now applied to u-boot-video/next. Thanks, Anatolij ___ U-Boot mailing list

Re: [U-Boot] [PATCH v4] dm: sh: serial: Add support driver model

2015-01-10 Thread Simon Glass
Hi Nobuhiro, On 21 December 2014 at 21:22, Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com wrote: This adds driver model support with this driver. This was tested by Koelsch board and Gose board. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com Acked-by: Simon Glass

Re: [U-Boot] unified keyboard queuing?

2015-01-10 Thread Simon Glass
Hi Michal, On 9 January 2015 at 09:33, Michal Suchanek hramr...@gmail.com wrote: Hello, I was looking at adding another keyboard driver. So far there is USB keyboard and AT keyboard both with its own queuing code and different incomplete translation table. For one, USB keyboard has some

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

2015-01-10 Thread Andreas Bießmann
Hi Tom, these fixes are for upcoming 2015.01 release, please pull them from u-boot-atmel/master. The following changes since commit 93e9371f00f1efa9fc570f8e7e8889eae7639868: fix: tools: kwbimage.c: Initialize headersz to suppress warning (2015-01-10 14:09:55 -0500) are available in the git

Re: [U-Boot] [PATCH v2 02/11] x86: Move ipchecksum into common area and rename it

2015-01-10 Thread Bin Meng
Hi Simon, On Sun, Jan 11, 2015 at 1:20 AM, Simon Glass s...@chromium.org wrote: Hi Bin, On 10 January 2015 at 08:47, Bin Meng bmeng...@gmail.com wrote: Hi Simon, On Fri, Jan 9, 2015 at 11:30 AM, Simon Glass s...@chromium.org wrote: The existing IP checksum function is only accessible to

Re: [U-Boot] [PATCH 10/10] RFC: Test code for glacier PCI video support

2015-01-10 Thread Bin Meng
Hi Simon, On Sun, Jan 11, 2015 at 11:42 AM, Simon Glass s...@chromium.org wrote: Hi Bin, On 10 January 2015 at 20:04, Bin Meng bmeng...@gmail.com wrote: Hi Simon, On Sun, Jan 11, 2015 at 12:08 AM, Simon Glass s...@chromium.org wrote: Hi Bin, On 9 January 2015 at 20:52, Bin Meng

Re: [U-Boot] [PATCH 10/10] RFC: Test code for glacier PCI video support

2015-01-10 Thread Bin Meng
Hi Simon, On Sun, Jan 11, 2015 at 12:08 AM, Simon Glass s...@chromium.org wrote: Hi Bin, On 9 January 2015 at 20:52, Bin Meng bmeng...@gmail.com wrote: Hi Simon, On Sat, Jan 10, 2015 at 3:02 AM, Simon Glass s...@chromium.org wrote: Hi Bin, On 8 January 2015 at 22:23, Bin Meng

Re: [U-Boot] [PATCH 10/10] RFC: Test code for glacier PCI video support

2015-01-10 Thread Simon Glass
Hi Bin, On 10 January 2015 at 20:04, Bin Meng bmeng...@gmail.com wrote: Hi Simon, On Sun, Jan 11, 2015 at 12:08 AM, Simon Glass s...@chromium.org wrote: Hi Bin, On 9 January 2015 at 20:52, Bin Meng bmeng...@gmail.com wrote: Hi Simon, On Sat, Jan 10, 2015 at 3:02 AM, Simon Glass

Re: [U-Boot] [PATCH v2 02/11] x86: Move ipchecksum into common area and rename it

2015-01-10 Thread Bin Meng
Hi Simon, On Sun, Jan 11, 2015 at 11:33 AM, Simon Glass s...@chromium.org wrote: Hi Bin, On 10 January 2015 at 19:44, Bin Meng bmeng...@gmail.com wrote: Hi Simon, On Sun, Jan 11, 2015 at 1:20 AM, Simon Glass s...@chromium.org wrote: Hi Bin, On 10 January 2015 at 08:47, Bin Meng

[U-Boot] [PATCH] sun8i: remove extra whitespace in dram initialization support code

2015-01-10 Thread Chen-Yu Tsai
This removes an extra whitespace introduced in an earlier commit a474d11 (sun8i: Add dram initialization support). Signed-off-by: Chen-Yu Tsai w...@csie.org --- The patch introducing the whitespace is in sunxi-next. Please squash this one if possible. ---

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

2015-01-10 Thread Tom Rini
On Sun, Jan 11, 2015 at 02:32:52AM +0100, Andreas Bießmann wrote: Hi Tom, these fixes are for upcoming 2015.01 release, please pull them from u-boot-atmel/master. The following changes since commit 93e9371f00f1efa9fc570f8e7e8889eae7639868: fix: tools: kwbimage.c: Initialize headersz

Re: [U-Boot] [U-Boot,1/3] ARM: atmel: sama5d4 xplained: fix the LCD parameters

2015-01-10 Thread Andreas Bießmann
Dear Bo Shen, Bo Shen voice.s...@atmel.com writes: Correct the LCD pixel clock, remove unused vsync parameter, and also correct the include file. Signed-off-by: Bo Shen voice.s...@atmel.com --- board/atmel/sama5d4_xplained/sama5d4_xplained.c | 6 ++ 1 file changed, 2 insertions(+), 4

Re: [U-Boot] [U-Boot,2/3] ARM: atmel: sama5d4xek: fix the LCD parameters

2015-01-10 Thread Andreas Bießmann
Dear Bo Shen, Bo Shen voice.s...@atmel.com writes: Remove unused vsync parameter, and correct the include file. Signed-off-by: Bo Shen voice.s...@atmel.com --- board/atmel/sama5d4ek/sama5d4ek.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) applied to u-boot-atmel/master, thanks!

Re: [U-Boot] [U-Boot,3/3] ARM: atmel: sama5d3xek: fix the LCD parameters

2015-01-10 Thread Andreas Bießmann
Dear Bo Shen, Bo Shen voice.s...@atmel.com writes: Remove unused vsync parameter, and correct the include file. Signed-off-by: Bo Shen voice.s...@atmel.com --- board/atmel/sama5d3xek/sama5d3xek.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) applied to u-boot-atmel/master, thanks!

Re: [U-Boot] [PATCH v2 02/11] x86: Move ipchecksum into common area and rename it

2015-01-10 Thread Simon Glass
Hi Bin, On 10 January 2015 at 19:44, Bin Meng bmeng...@gmail.com wrote: Hi Simon, On Sun, Jan 11, 2015 at 1:20 AM, Simon Glass s...@chromium.org wrote: Hi Bin, On 10 January 2015 at 08:47, Bin Meng bmeng...@gmail.com wrote: Hi Simon, On Fri, Jan 9, 2015 at 11:30 AM, Simon Glass