[U-Boot] [PATCH 1/1] driver/mtd: Fix IFC compilation warnings

2014-11-27 Thread Jaiprakash Singh
From: Jaiprakash Singh b44...@freescale.com 'eccstat' array elements might be used uninitialized Signed-off-by: Jaiprakash Singh b44...@freescale.com --- drivers/mtd/nand/fsl_ifc_nand.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mtd/nand/fsl_ifc_nand.c

Re: [U-Boot] [U-Boot, v8, 2/6] fat: Prepare API change for files greater than 2GB

2014-11-27 Thread Jan Kiszka
On 2014-11-24 23:12, Tom Rini wrote: On Mon, Nov 17, 2014 at 02:39:35PM -0800, Suriyan Ramasami wrote: Change the internal FAT functions to use loff_t for offsets. Signed-off-by: Suriyan Ramasami suriya...@gmail.com Acked-by: Simon Glass s...@chromium.org Applied to u-boot/master,

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

2014-11-27 Thread Hans de Goede
Hi, On 11/26/2014 05:25 PM, Tom Rini wrote: On Wed, Nov 26, 2014 at 10:20:44AM +0100, Hans de Goede wrote: Hi, On 11/25/2014 10:52 PM, Tom Rini wrote: On Tue, Nov 25, 2014 at 10:52:21AM -0700, Simon Glass wrote: Hi Tom, On 25 November 2014 at 05:45, Hans de Goede hdego...@redhat.com wrote:

Re: [U-Boot] [PATCH v1 0/9] Add full DDR init for Marvell Armada-XP MV78xx0 (AXP)

2014-11-27 Thread Stefan Roese
Hi Prafulla, On 20.11.2014 09:34, Stefan Roese wrote: This patch adds the DDR3 setup and training code taken from the Marvell U-Boot repository. This code used to be included as a binary (bin_hdr) into the AXP boot image. Not linked with the main U-Boot. With this code addition and the also

[U-Boot] [PATCH] sunxi: Align PSCI stack calculation to comment

2014-11-27 Thread Jan Kiszka
0x400 is true 1K. Signed-off-by: Jan Kiszka jan.kis...@siemens.com --- Hans, are you collecting sunxi-related patches? This is just a trivial one, there will be more. arch/arm/cpu/armv7/sunxi/psci.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [U-Boot] [PATCH] sunxi: Align PSCI stack calculation to comment

2014-11-27 Thread Marc Zyngier
On 27/11/14 08:38, Jan Kiszka wrote: 0x400 is true 1K. Signed-off-by: Jan Kiszka jan.kis...@siemens.com --- Hans, are you collecting sunxi-related patches? This is just a trivial one, there will be more. arch/arm/cpu/armv7/sunxi/psci.S | 2 +- 1 file changed, 1 insertion(+), 1

[U-Boot] [PATCH v2] sata: fix reset_sata for dwc_ahsata

2014-11-27 Thread Soeren Moch
- fix crash when sata device is not initialized - remove disable_sata_clock() since it is not clear which clock for which device should be disabled here - call disable_sata_clock() for mx6 in preboot_os instead Signed-off-by: Soeren Moch sm...@web.de --- Changes in v2: - fix type cast warning

[U-Boot] [PATCH] ftd_support: Fix regression causes by fdt: Try to use fdt_address_cells()/fdt_size_cells()

2014-11-27 Thread Hans de Goede
After commit 933cdbb479: fdt: Try to use fdt_address_cells()/fdt_size_cells() I noticed that allwinner boards would no longer boot. Switching to fdt_address_cells / fdt_size_cells changes the result from bytes to 32 bit words, so when we increment pointers into the blob, we must do so by 32 bit

[U-Boot] [PATCH] rtc: ds1307: add support for MCP7941x RTCs

2014-11-27 Thread Soeren Moch
MCP7941x RTCs are very similar to ds1307. So add support in the ds1307 driver, as it is done in the linux kernel Signed-off-by: Soeren Moch sm...@web.de --- Cc: Tom Rini tr...@ti.com --- drivers/rtc/ds1307.c | 30 -- 1 file changed, 24 insertions(+), 6 deletions(-)

Re: [U-Boot] [PATCH] sata: fix reset_sata for dwc_ahsata

2014-11-27 Thread Nikita Kiryanov
On 11/27/2014 01:32 AM, Soeren Moch wrote: On 26.11.2014 18:38, Nikita Kiryanov wrote: Hi Soeren, On 11/26/2014 01:40 PM, Soeren Moch wrote: - fix crash when sata device is not initialized - remove disable_sata_clock() since it is not clear which clock for which device should be

Re: [U-Boot] [PATCH v2] sata: fix reset_sata for dwc_ahsata

2014-11-27 Thread Nikita Kiryanov
Hi Soeren, On 11/27/2014 11:11 AM, Soeren Moch wrote: - fix crash when sata device is not initialized - remove disable_sata_clock() since it is not clear which clock for which device should be disabled here - call disable_sata_clock() for mx6 in preboot_os instead Signed-off-by: Soeren Moch

Re: [U-Boot] [U-Boot, v8, 2/6] fat: Prepare API change for files greater than 2GB

2014-11-27 Thread Tom Rini
On Thu, Nov 27, 2014 at 09:06:49AM +0100, Jan Kiszka wrote: On 2014-11-24 23:12, Tom Rini wrote: On Mon, Nov 17, 2014 at 02:39:35PM -0800, Suriyan Ramasami wrote: Change the internal FAT functions to use loff_t for offsets. Signed-off-by: Suriyan Ramasami suriya...@gmail.com

Re: [U-Boot] [U-Boot, v8, 2/6] fat: Prepare API change for files greater than 2GB

2014-11-27 Thread Jan Kiszka
On 2014-11-27 13:11, Tom Rini wrote: On Thu, Nov 27, 2014 at 09:06:49AM +0100, Jan Kiszka wrote: On 2014-11-24 23:12, Tom Rini wrote: On Mon, Nov 17, 2014 at 02:39:35PM -0800, Suriyan Ramasami wrote: Change the internal FAT functions to use loff_t for offsets. Signed-off-by: Suriyan

[U-Boot] [PATCH v2] arm: mx6: Change defines ENET_xxMHz to ENET_xxMHZ (no CamelCase)

2014-11-27 Thread Stefan Roese
As checkpatch complaines about these camel-case defines, lets change them to only use upper-case characters. Signed-off-by: Stefan Roese s...@denx.de Acked-by: Heiko Schocher h...@denx.de Cc: Fabio Estevam fabio.este...@freescale.com Cc: Jon Nettleton jon.nettle...@gmail.com Cc: Stefano Babic

Re: [U-Boot] [PATCH v2] arm: mx6: Change defines ENET_xxMHz to ENET_xxMHZ (no CamelCase)

2014-11-27 Thread Fabio Estevam
On Thu, Nov 27, 2014 at 10:46 AM, Stefan Roese s...@denx.de wrote: As checkpatch complaines about these camel-case defines, lets change them to only use upper-case characters. Signed-off-by: Stefan Roese s...@denx.de Acked-by: Heiko Schocher h...@denx.de Cc: Fabio Estevam

[U-Boot] [PATCH v9 0/3] Adds support for Exynos5422 odroid xu3 board

2014-11-27 Thread Hyungwon Hwang
This is v9 of the patchset adding support Odroud XU3 board. link to the previous version: v2: https://www.mail-archive.com/u-boot@lists.denx.de/msg152275.html v3: https://www.mail-archive.com/u-boot%40lists.denx.de/msg152677.html v4: https://patchwork.ozlabs.org/patch/407411/ v5:

[U-Boot] [PATCH v9 1/2] Odroid-XU3: Add support for Odroid-XU3

2014-11-27 Thread Hyungwon Hwang
This patch adds support for Odroid-XU3. Signed-off-by: Hyungwon Hwang human.hw...@samsung.com Tested-by: Lukasz Majewski l.majew...@samsung.com Acked-by: Lukasz Majewski l.majew...@samsung.com Cc: Minkyu Kang mk7.k...@samsung.com Cc: Lukasz Majewski l.majew...@samsung.com --- Changes for v3: -

[U-Boot] [PATCH v9 2/2] Odroid-XU3: Add documentation for Odroid-XU3

2014-11-27 Thread Hyungwon Hwang
This patch adds documentation for Odroid-XU3. This documentation is based on that of Odroid (doc/README-odroid) made by Przemyslaw Marczak. The documentation includes basic information about boot media layout, environment, partition layout, and the instruction to burn the u-boot image to boot

Re: [U-Boot] [PATCH] ftd_support: Fix regression causes by fdt: Try to use fdt_address_cells()/fdt_size_cells()

2014-11-27 Thread Simon Glass
Hi Hans, On 27 November 2014 at 03:16, Hans de Goede hdego...@redhat.com wrote: After commit 933cdbb479: fdt: Try to use fdt_address_cells()/fdt_size_cells() I noticed that allwinner boards would no longer boot. Switching to fdt_address_cells / fdt_size_cells changes the result from bytes

Re: [U-Boot] [PATCH 7/8] ARM: UniPhier: display model name if it is available in device tree

2014-11-27 Thread Masahiro YAMADA
Hi Simon, 2014-11-27 5:15 GMT+09:00 Simon Glass s...@chromium.org: Hi Masahiro, On 26 November 2014 at 02:34, Masahiro Yamada yamad...@jp.panasonic.com wrote: If CONFIG_OF_CONTROL is defined and the root node of the device tree has model property, display the model name instead of the

Re: [U-Boot] [PATCH 2/8] ARM: UniPhier: add dummy gpio.h to enable CONFIG_OF_CONTROL

2014-11-27 Thread Masahiro YAMADA
Hi Simon, 2014-11-27 5:18 GMT+09:00 Simon Glass s...@chromium.org: Hi Masahiro, On 26 November 2014 at 02:33, Masahiro Yamada yamad...@jp.panasonic.com wrote: If CONFIG_OF_CONTROL is enabled, lib/fdtdec.c is compiled. It includes asm/gpio.h and then asm/gpio.h includes asm/arch/gpio.h.

Re: [U-Boot] [PATCH v9 1/2] Odroid-XU3: Add support for Odroid-XU3

2014-11-27 Thread Jaehoon Chung
On 11/27/2014 10:21 PM, Hyungwon Hwang wrote: This patch adds support for Odroid-XU3. Signed-off-by: Hyungwon Hwang human.hw...@samsung.com Tested-by: Lukasz Majewski l.majew...@samsung.com Acked-by: Lukasz Majewski l.majew...@samsung.com Cc: Minkyu Kang mk7.k...@samsung.com Cc: Lukasz

Re: [U-Boot] [PATCH v9 2/2] Odroid-XU3: Add documentation for Odroid-XU3

2014-11-27 Thread Jaehoon Chung
On 11/27/2014 10:21 PM, Hyungwon Hwang wrote: This patch adds documentation for Odroid-XU3. This documentation is based on that of Odroid (doc/README-odroid) made by Przemyslaw Marczak. The documentation includes basic information about boot media layout, environment, partition layout, and the

[U-Boot] [GIT PULL] u-boot-mips/master

2014-11-27 Thread Daniel Schwierzeck
The following changes since commit 85bafb6da4dddfffa78479aa49a72ae48578a4ce: Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq (2014-11-26 11:23:26 -0500) are available in the git repository at: git://git.denx.de/u-boot-mips.git master for you to fetch changes up to

Re: [U-Boot] [PATCH v9 2/2] Odroid-XU3: Add documentation for Odroid-XU3

2014-11-27 Thread Sjoerd Simons
On Thu, 2014-11-27 at 22:21 +0900, Hyungwon Hwang wrote: This patch adds documentation for Odroid-XU3. This documentation is based on that of Odroid (doc/README-odroid) made by Przemyslaw Marczak. The documentation includes basic information about boot media layout, environment, partition

[U-Boot] [PATCH 0/2 v2] No need for parade bridge on peach-pi

2014-11-27 Thread Sjoerd Simons
With current u-boot-samsung HEAD on a peach-pi the following error is printed: exynos_lcd_power_on: ps8625_init() failed Which is not surprising given that chip does not exist on these boards. Changes since v1: * Only change the DTS for peach-pi not the default config. Further

[U-Boot] [PATCH 1/2 v2] Exynos5800: The Peach-Pi board does not have a Parade video bridge

2014-11-27 Thread Sjoerd Simons
Unlike the Peach-Pit board, there is no parade edp to lvds bridge on the Pi. So drop it from device-tree Signed-off-by: Sjoerd Simons sjoerd.sim...@collabora.co.uk --- Changes since v1: Only modify the DTB arch/arm/dts/exynos5800-peach-pi.dts | 5 - 1 file changed, 5 deletions(-) diff

[U-Boot] [PATCH 2/2 v2] exynos5420: fix compilation without parade video

2014-11-27 Thread Sjoerd Simons
Not all exynos 5420 based devices with an LCD also have a parade LVDS bridge. So make sure compilation doesn't break if CONFIG_LCD is enabled and CONFIG_VIDEO_PARADE is not. Signed-off-by: Sjoerd Simons sjoerd.sim...@collabora.co.uk --- Changes since V1: New patch

[U-Boot] [PATCH] cros-ec-keyboard: Synchronize DT binding from linux

2014-11-27 Thread Sjoerd Simons
The ChromeOS EC keyboard is used by various different chromebooks. Peach pi being the third board in the u-boot tree to use it (snow and peach pit the other two). Rather then embedding the same big DT node in the peach-pi DT again, copy the dtsi snippit bindings documentation from linux and

Re: [U-Boot] [PATCH v1] fdt: Allow non-FDT kernels to boot when CONFIG_OF_LIBFDT is defined

2014-11-27 Thread Simon Glass
Hi Suriyan, On 20 November 2014 at 16:55, Suriyan Ramasami suriya...@gmail.com wrote: The boot commands - bootz/bootm mandate a third argument which is the address to the FDT blob. In cases where this argument is not specified, boot fails with a message indicating a missing FDT. This causes

Re: [U-Boot] [PATCH 7/8] ARM: UniPhier: display model name if it is available in device tree

2014-11-27 Thread Simon Glass
Hi Masahiro, On 27 November 2014 at 07:44, Masahiro YAMADA yamad...@jp.panasonic.com wrote: Hi Simon, 2014-11-27 5:15 GMT+09:00 Simon Glass s...@chromium.org: Hi Masahiro, On 26 November 2014 at 02:34, Masahiro Yamada yamad...@jp.panasonic.com wrote: If CONFIG_OF_CONTROL is defined and

Re: [U-Boot] [PATCH 2/8] ARM: UniPhier: add dummy gpio.h to enable CONFIG_OF_CONTROL

2014-11-27 Thread Simon Glass
+Stephen for GPIO discussion Hi Masahiro, On 27 November 2014 at 07:52, Masahiro YAMADA yamad...@jp.panasonic.com wrote: Hi Simon, 2014-11-27 5:18 GMT+09:00 Simon Glass s...@chromium.org: Hi Masahiro, On 26 November 2014 at 02:33, Masahiro Yamada yamad...@jp.panasonic.com wrote: If

Re: [U-Boot] [PATCH] ftd_support: Fix regression causes by fdt: Try to use fdt_address_cells()/fdt_size_cells()

2014-11-27 Thread Simon Glass
On 27 November 2014 at 07:25, Simon Glass s...@chromium.org wrote: Hi Hans, On 27 November 2014 at 03:16, Hans de Goede hdego...@redhat.com wrote: After commit 933cdbb479: fdt: Try to use fdt_address_cells()/fdt_size_cells() I noticed that allwinner boards would no longer boot. Switching

Re: [U-Boot] [PATCH] fdt: remove fdtdec_get_alias_node() function

2014-11-27 Thread Simon Glass
Hi Masahiro, On 23 November 2014 at 15:23, Simon Glass s...@chromium.org wrote: On 21 November 2014 at 03:47, Masahiro Yamada yamad...@jp.panasonic.com wrote: The fdt_path_offset() checks an alias too. fdtdec_get_alias_node(blob, foo) is equivalent to fdt_path_offset(blob, foo).

Re: [U-Boot] Bare x86 support is merged to u-boot-x86

2014-11-27 Thread Simon Glass
Hi Jocke, On 27 November 2014 at 00:59, Joakim Tjernlund joakim.tjernl...@transmode.se wrote: Hi Andy, On 25 November 2014 at 15:08, Andy Pont andy.p...@sdcsystems.com wrote: Hi Simon (and Bin), I've applied the remaining x86 patches to u-boot-x86. It runs on chromebook_link (Pixel)

Re: [U-Boot] [PATCH v9 1/2] Odroid-XU3: Add support for Odroid-XU3

2014-11-27 Thread Sjoerd Simons
On Thu, 2014-11-27 at 22:21 +0900, Hyungwon Hwang wrote: This patch adds support for Odroid-XU3. Signed-off-by: Hyungwon Hwang human.hw...@samsung.com Tested-by: Lukasz Majewski l.majew...@samsung.com Acked-by: Lukasz Majewski l.majew...@samsung.com Cc: Minkyu Kang mk7.k...@samsung.com Cc:

[U-Boot] [PATCH] generic-board: show model name in board_init_f() too

2014-11-27 Thread Masahiro Yamada
The common/board_r.c has show_model_r() to display the model name if the DTB has a model property. It sounds useful to have a similar function in common/board_f.c too because most of the boards show their board name before relocation. Instead of implementing the same function in both

Re: [U-Boot] Bare x86 support is merged to u-boot-x86

2014-11-27 Thread Joakim Tjernlund
s...@google.com wrote on 2014/11/27 17:31:47: Hi Jocke, On 27 November 2014 at 00:59, Joakim Tjernlund joakim.tjernl...@transmode.se wrote: Hi Andy, On 25 November 2014 at 15:08, Andy Pont andy.p...@sdcsystems.com wrote: Hi Simon (and Bin), I've applied the remaining x86

Re: [U-Boot] [PATCH 1/8] ARM: UniPhier: do not compile platform data when CONFIG_OF_CONTROL=y

2014-11-27 Thread Masahiro YAMADA
2014-11-26 18:33 GMT+09:00 Masahiro Yamada yamad...@jp.panasonic.com: Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- Applied to u-boot-uniphier/master. -- Best Regards Masahiro Yamada ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [PATCH 2/8] ARM: UniPhier: add dummy gpio.h to enable CONFIG_OF_CONTROL

2014-11-27 Thread Masahiro YAMADA
2014-11-26 18:33 GMT+09:00 Masahiro Yamada yamad...@jp.panasonic.com: If CONFIG_OF_CONTROL is enabled, lib/fdtdec.c is compiled. It includes asm/gpio.h and then asm/gpio.h includes asm/arch/gpio.h. Consequently, all the SoCs that enable CONFIG_OF_CONTROL must have asm/arch/gpio.h even if they

Re: [U-Boot] [PATCH 3/8] ARM: UniPhier: add device tree sources

2014-11-27 Thread Masahiro YAMADA
2014-11-26 18:33 GMT+09:00 Masahiro Yamada yamad...@jp.panasonic.com: This commit adds basic device tree sources for UniPhier SoCs/boards. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- Applied to u-boot-uniphier/master. -- Best Regards Masahiro Yamada

Re: [U-Boot] [PATCH 4/8] serial: UniPhier: support OF configuration

2014-11-27 Thread Masahiro YAMADA
2014-11-26 18:34 GMT+09:00 Masahiro Yamada yamad...@jp.panasonic.com: This commit implements the ofdata_to_platdata handler for the UniPhier serial driver and adds serial device nodes to the device tree sources. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com Applied to

Re: [U-Boot] [PATCH 5/8] usb: UniPhier: support OF configuration

2014-11-27 Thread Masahiro YAMADA
2014-11-26 18:34 GMT+09:00 Masahiro Yamada yamad...@jp.panasonic.com: If CONFIG_OF_CONTROL is defined, search device tree nodes that are compatible with panasonic,uniphier-ehci and take the base address from their reg property. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com Cc:

Re: [U-Boot] [PATCH 6/8] ARM: UniPhier: enable Device Tree control

2014-11-27 Thread Masahiro YAMADA
2014-11-26 18:34 GMT+09:00 Masahiro Yamada yamad...@jp.panasonic.com: Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- Applied to u-boot-uniphier/master. -- Best Regards Masahiro Yamada ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [PATCH 8/8] ARM: UniPhier: move CONFIG_CMD_* and CONFIG_FIT* defines to defconfig

2014-11-27 Thread Masahiro YAMADA
2014-11-26 18:34 GMT+09:00 Masahiro Yamada yamad...@jp.panasonic.com: Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com Applied to u-boot-uniphier/master. -- Best Regards Masahiro Yamada ___ U-Boot mailing list U-Boot@lists.denx.de

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

2014-11-27 Thread Masahiro YAMADA
Hi Tom, This series introduces Device Tree control support to Panasonic UniPhier platform. The following changes since commit 85bafb6da4dddfffa78479aa49a72ae48578a4ce: Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq (2014-11-26 11:23:26 -0500) are available in the git

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

2014-11-27 Thread Tom Rini
On Thu, Nov 27, 2014 at 04:25:56PM +0100, Daniel Schwierzeck wrote: The following changes since commit 85bafb6da4dddfffa78479aa49a72ae48578a4ce: Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq (2014-11-26 11:23:26 -0500) are available in the git repository at:

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

2014-11-27 Thread Tom Rini
On Thu, Nov 27, 2014 at 01:25:47AM -0600, Scott Wood wrote: The following changes since commit 85bafb6da4dddfffa78479aa49a72ae48578a4ce: Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq (2014-11-26 11:23:26 -0500) are available in the git repository at:

Re: [U-Boot] [PATCH] generic-board: show model name in board_init_f() too

2014-11-27 Thread Simon Glass
Hi Masahiro, On 27 November 2014 at 10:03, Masahiro Yamada yamad...@jp.panasonic.com wrote: The common/board_r.c has show_model_r() to display the model name if the DTB has a model property. It sounds useful to have a similar function in common/board_f.c too because most of the boards show

Re: [U-Boot] [PATCH 1/2] socfpga: add missing struct member fifo_triple_byte

2014-11-27 Thread Pavel Machek
On Wed 2014-11-26 12:14:32, dingu...@opensource.altera.com wrote: From: Dinh Nguyen dingu...@opensource.altera.com socfpga_scan_manager structure was missing a data member. Signed-off-by: Dinh Nguyen dingu...@opensource.altera.com Cc: Vince Bridgers vbrid...@opensource.altera.com Cc: Chin

Re: [U-Boot] [PATCH 2/2] socfpga: correctly increment freeze_controller_base address

2014-11-27 Thread Pavel Machek
On Wed 2014-11-26 12:14:33, dingu...@opensource.altera.com wrote: From: Dinh Nguyen dingu...@opensource.altera.com Correctly increment the base address of the freeze controller. And since SYSMGR_FRZCTRL_VIOCTRL_SHIFT is not needed, remove it from the include file. Signed-off-by: Dinh

[U-Boot] [PATCH] tbs2910: fix lost characters on serial input

2014-11-27 Thread Soeren Moch
With enabled console_mux for serial input and usb keyboard sometimes characters get lost when typing too fast at the serial input (pasting strings in serial console window). Fix this by using INT_QUEUE for polling the usb keyboard. Signed-off-by: Soeren Moch sm...@web.de --- Cc: Stefano Babic

Re: [U-Boot] Bare x86 support is merged to u-boot-x86

2014-11-27 Thread Simon Glass
Hi, On 27 November 2014 at 10:08, Joakim Tjernlund joakim.tjernl...@transmode.se wrote: s...@google.com wrote on 2014/11/27 17:31:47: Hi Jocke, On 27 November 2014 at 00:59, Joakim Tjernlund joakim.tjernl...@transmode.se wrote: Hi Andy, On 25 November 2014 at 15:08, Andy Pont

[U-Boot] [PATCH v2] fdt: Allow non-FDT kernels to boot when CONFIG_OF_LIBFDT is defined

2014-11-27 Thread Suriyan Ramasami
The boot commands - bootz/bootm mandate a third argument which is the address to the FDT blob. In cases where this argument is not specified, boot fails with a message indicating a missing FDT. This causes non-FDT kernels to fail to boot. This patch allows both FDT and non-FDT kernels to boot by

Re: [U-Boot] [PATCH v1] fdt: Allow non-FDT kernels to boot when CONFIG_OF_LIBFDT is defined

2014-11-27 Thread Suriyan Ramasami
Hello Simon, Thanks for the review! and happy Thanksgiving :-) On Thu, Nov 27, 2014 at 7:58 AM, Simon Glass s...@chromium.org wrote: Hi Suriyan, On 20 November 2014 at 16:55, Suriyan Ramasami suriya...@gmail.com wrote: The boot commands - bootz/bootm mandate a third argument which is the

Re: [U-Boot] [PATCH v9 1/2] Odroid-XU3: Add support for Odroid-XU3

2014-11-27 Thread Sjoerd Simons
On Thu, 2014-11-27 at 22:21 +0900, Hyungwon Hwang wrote: This patch adds support for Odroid-XU3. I can't seem to access the EMMC with this patch, is that expected? --- /dev/null +++ b/board/samsung/odroid-xu3/Kconfig @@ -0,0 +1,12 @@ +if TARGET_ODROID_XU3 + +config SYS_BOARD +

[U-Boot] [PATCH 2/2] mx6sabre_common: Use the default CONFIG_SYS_PBSIZE

2014-11-27 Thread Fabio Estevam
From: Fabio Estevam fabio.este...@freescale.com Entering the maximum number of characters defined by CONFIG_SYS_CBSIZE into the console and hitting enter afterwards, causes a hang in the system because CONFIG_SYS_PBSIZE is not capable of storing the characters of the error message: Unknown

[U-Boot] [PATCH 1/2] config_fallbacks: Add a default entry for CONFIG_SYS_PBSIZE

2014-11-27 Thread Fabio Estevam
From: Fabio Estevam fabio.este...@freescale.com Entering the maximum number of characters defined by CONFIG_SYS_CBSIZE into the console and hitting enter afterwards, causes a hang in the system because CONFIG_SYS_PBSIZE is not capable of storing the characters of the error message: Unknown

[U-Boot] [PATCH] arm: vf610: improve evaluation of reset source

2014-11-27 Thread Stefan Agner
Improve the evaluation of the reset source. Bit description according to latest reference manual rev. 7. Signed-off-by: Stefan Agner ste...@agner.ch --- arch/arm/cpu/armv7/vf610/generic.c | 21 +++-- arch/arm/include/asm/arch-vf610/imx-regs.h | 8 2 files

Re: [U-Boot] [PATCH v2] arm: build arch memset/memcpy in Thumb2 mode

2014-11-27 Thread Stefan Agner
On 2014-11-21 16:34, Stefan Agner wrote: Resynchronize memcpy/memset with kernel and build them explicitly in Thumb2 mode (unified syntax). Those assembler files can be built and linked in ARM mode too, however when calling them from Thumb2 built code, the stack got corrupted and the copy did

Re: [U-Boot] [PATCH] fdt: remove fdtdec_get_alias_node() function

2014-11-27 Thread Masahiro Yamada
Hi Simon, On Thu, 27 Nov 2014 09:22:10 -0700 Simon Glass s...@chromium.org wrote: Hi Masahiro, On 23 November 2014 at 15:23, Simon Glass s...@chromium.org wrote: On 21 November 2014 at 03:47, Masahiro Yamada yamad...@jp.panasonic.com wrote: The fdt_path_offset() checks an alias too.

Re: [U-Boot] [PATCH v9 1/2] Odroid-XU3: Add support for Odroid-XU3

2014-11-27 Thread Hyungwon Hwang
On Fri, 28 Nov 2014 00:16:15 +0900 Jaehoon Chung jh80.ch...@samsung.com wrote: On 11/27/2014 10:21 PM, Hyungwon Hwang wrote: This patch adds support for Odroid-XU3. Signed-off-by: Hyungwon Hwang human.hw...@samsung.com Tested-by: Lukasz Majewski l.majew...@samsung.com Acked-by: Lukasz

Re: [U-Boot] [PATCH v9 1/2] Odroid-XU3: Add support for Odroid-XU3

2014-11-27 Thread Hyungwon Hwang
On Thu, 27 Nov 2014 22:45:18 +0100 Sjoerd Simons sjoerd.sim...@collabora.co.uk wrote: On Thu, 2014-11-27 at 22:21 +0900, Hyungwon Hwang wrote: This patch adds support for Odroid-XU3. I can't seem to access the EMMC with this patch, is that expected? Yes. EMMC is not supported yet.

[U-Boot] [PATCH 3/3] libfdt: move CONFIG_OF_LIBFDT and CONFIG_FIT to lib/Makefile

2014-11-27 Thread Masahiro Yamada
Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- lib/Makefile| 3 ++- lib/libfdt/Makefile | 5 + 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/lib/Makefile b/lib/Makefile index e8635ef..3ceb697 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -13,7 +13,8

[U-Boot] [PATCH 2/3] libfdt: descend from lib/ to lib/libfdt/

2014-11-27 Thread Masahiro Yamada
Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- Makefile | 1 - lib/Makefile | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 79cb45c..e91c4a4 100644 --- a/Makefile +++ b/Makefile @@ -645,7 +645,6 @@ libs-y += drivers/usb/musb-new/

[U-Boot] [PATCH 1/3] lib: bzip2: move bzip2 files to lib/bzip2/ directory

2014-11-27 Thread Masahiro Yamada
Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- lib/Makefile | 6 +- lib/bzip2/Makefile | 2 ++ lib/{ = bzip2}/bzlib.c| 0 lib/{ = bzip2}/bzlib_crctable.c | 0 lib/{ = bzip2}/bzlib_decompress.c | 0 lib/{ =

[U-Boot] [PATCH 0/3] Kbuild: some trivial cleanups

2014-11-27 Thread Masahiro Yamada
Masahiro Yamada (3): lib: bzip2: move bzip2 files to lib/bzip2/ directory libfdt: descend from lib/ to lib/libfdt/ libfdt: move CONFIG_OF_LIBFDT and CONFIG_FIT to lib/Makefile Makefile | 1 - lib/Makefile | 8 +++- lib/bzip2/Makefile

Re: [U-Boot] [OpenQuestion] stdint.h and inttypes.h in U-Boot ?

2014-11-27 Thread Masahiro Yamada
No comments on this topic? Nobody cares even if I revert commit 0d296cc and 4166ecb ? On Wed, 26 Nov 2014 16:45:51 +0900 Masahiro Yamada yamad...@jp.panasonic.com wrote: Hi Tom, Simon, other developers, Since commit 0d296cc2d3b8 (Provide option to avoid defining a custom version

Re: [U-Boot] [OpenQuestion] stdint.h and inttypes.h in U-Boot ?

2014-11-27 Thread Simon Glass
Hi Masahiro, On 27 Nov 2014 19:22, Masahiro Yamada yamad...@jp.panasonic.com wrote: No comments on this topic? Nobody cares even if I revert commit 0d296cc and 4166ecb ? I do, but need to go back to my original patch and come up with a response. Also it is holidays here. Regards, Simon

Re: [U-Boot] [PATCH v9 2/2] Odroid-XU3: Add documentation for Odroid-XU3

2014-11-27 Thread Hyungwon Hwang
On Thu, 27 Nov 2014 15:33:05 +0100 Sjoerd Simons sjoerd.sim...@collabora.co.uk wrote: On Thu, 2014-11-27 at 22:21 +0900, Hyungwon Hwang wrote: This patch adds documentation for Odroid-XU3. This documentation is based on that of Odroid (doc/README-odroid) made by Przemyslaw Marczak. The

Re: [U-Boot] [PATCH v3 01/10] dm: i2c: Add a uclass for I2C

2014-11-27 Thread Simon Glass
+Masahiro On Nov 24, 2014 11:58 AM, Simon Glass s...@chromium.org wrote: The uclass implements the same operations as the current I2C framework but makes some changes to make it fit driver model better: - Remove the chip address from API calls - Remove the address length from API calls -

Re: [U-Boot] [PATCH v9 1/2] Odroid-XU3: Add support for Odroid-XU3

2014-11-27 Thread Hyungwon Hwang
On Thu, 27 Nov 2014 17:35:05 +0100 Sjoerd Simons sjoerd.sim...@collabora.co.uk wrote: Would be nice if config_distro_defaults.h config_distro_bootcmd.h could be used instead an odroid XU3 specific default environment settings.. You have the peach-pi board. Right? Does it boot without

Re: [U-Boot] [PATCH] ftd_support: Fix regression causes by fdt: Try to use fdt_address_cells()/fdt_size_cells()

2014-11-27 Thread Jan Kiszka
On 2014-11-27 11:16, Hans de Goede wrote: After commit 933cdbb479: fdt: Try to use fdt_address_cells()/fdt_size_cells() I noticed that allwinner boards would no longer boot. Switching to fdt_address_cells / fdt_size_cells changes the result from bytes to 32 bit words, so when we increment

[U-Boot] [PATCH] ARM: UniPhier: remove Denali NAND controller fixup code

2014-11-27 Thread Masahiro Yamada
This ugly work-around code is unnecessary since commit f09eb52b3ffc (mtd: denali: set some registers after nand_scan_ident()). Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- arch/arm/cpu/armv7/uniphier/board_late_init.c | 38 --- 1 file changed, 38

[U-Boot] [PATCH v2] Export redesign

2014-11-27 Thread Martin Dorwig
this is an atempt to make the export of functions typesafe. I replaced the jumptable void ** by a struct (jt_funcs) with function pointers. The EXPORT_FUNC macro now has 3 fixed parameters and one variadic parameter The first is the name of the exported function, the rest of the parameters are

Re: [U-Boot] [PATCH] mtd/nand/vf610_nfc: Disable subpage writes

2014-11-27 Thread Sanchayan Maity
On Monday 24 November 2014 11:03 AM, Sanchayan Maity wrote: This patch disables subpage writes for vf610_nfc nand driver. This is required, as without this fix, writing unaligned u-boot images with DFU results in a hang. Trying to write unalgined binary images also results in a hang, without

Re: [U-Boot] [PATCH] ftd_support: Fix regression causes by fdt: Try to use fdt_address_cells()/fdt_size_cells()

2014-11-27 Thread Masahiro Yamada
Hi. On 2014-11-27 11:16, Hans de Goede wrote: After commit 933cdbb479: fdt: Try to use fdt_address_cells()/fdt_size_cells() I noticed that allwinner boards would no longer boot. Switching to fdt_address_cells / fdt_size_cells changes the result from bytes to 32 bit words, so when

Re: [U-Boot] [PATCH v9 1/2] Odroid-XU3: Add support for Odroid-XU3

2014-11-27 Thread Sjoerd Simons
On Fri, 2014-11-28 at 14:00 +0900, Hyungwon Hwang wrote: On Thu, 27 Nov 2014 17:35:05 +0100 Sjoerd Simons sjoerd.sim...@collabora.co.uk wrote: Would be nice if config_distro_defaults.h config_distro_bootcmd.h could be used instead an odroid XU3 specific default environment settings..