[U-Boot] Please pull u-boot-dm

2015-03-07 Thread Simon Glass
Hi Tom, The following changes since commit 694cc87b76b1063a2a7a8bd1809e990df0a469f8: arm, da8xx: convert ipam390 board to generic board support (2015-03-05 10:08:13 -0500) are available in the git repository at: http://git.denx.de/u-boot-dm.git for you to fetch changes up to

Re: [U-Boot] [PATCH V5 00/11] ARM: OMAP3-DRA7: CP15 erratum workarounds and improvements

2015-03-07 Thread Nishanth Menon
On 03/05/2015 10:40 PM, Nishanth Menon wrote: The fifth incarnation should be proper, I hope. (skipping all the blurb and pointing to v1 for the blurb). Changes since v4: - smc is back to handassembled thanks to gcc versions - fixes in multiple call handling within cpu_init_cp15

Re: [U-Boot] lib: div64: syncronize to current kernel version

2015-03-07 Thread Nishanth Menon
On 03/06/2015 09:43 AM, Tom Rini wrote: On Thu, Jan 29, 2015 at 10:25:20AM -0600, Nishanth Menon wrote: Synchronize with the implementation from v3.18 tag. This allows us to use a standardized 64 bit ops on architectures that do not natively support 64 bit (example: 32bit ARM)

[U-Boot] [PATCH 10/14] sandbox: exynos: Move CONFIG_I2S to Kconfig

2015-03-07 Thread Simon Glass
Move this over to Kconfig and tidy up. Signed-off-by: Simon Glass s...@chromium.org --- configs/arndale_defconfig | 1 + configs/smdk5250_defconfig | 1 + configs/snow_defconfig | 1 + drivers/sound/Kconfig | 9 +

Re: [U-Boot] [U-Boot, v2, 17/24] board/BuR/kwb: switch to board HW-Rev3

2015-03-07 Thread Tom Rini
On Tue, Feb 03, 2015 at 01:22:39PM +0100, Hannes Petermaier wrote: The board has been redesigned, therefore we need from now other I/O Pins to mux and handle. Older boards aren't supported from now anymore. Signed-off-by: Hannes Petermaier oe5...@oevsv.at Applied to u-boot/master,

Re: [U-Boot] [U-Boot, 1/2] vexpress64: juno: add NOR flash detection

2015-03-07 Thread Tom Rini
On Thu, Feb 19, 2015 at 05:19:37PM +0100, Linus Walleij wrote: This enables the vexpress64 to detect its NOR flash so that we can load kernel etc from it. Signed-off-by: Linus Walleij linus.wall...@linaro.org Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital

[U-Boot] [PATCH 14/14] sandbox: exynos: Move CONFIG_SOUND_SANDBOX to Kconfig

2015-03-07 Thread Simon Glass
Move this over to Kconfig and tidy up. Signed-off-by: Simon Glass s...@chromium.org --- configs/sandbox_defconfig | 1 + drivers/sound/Kconfig | 9 + include/configs/sandbox.h | 2 -- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/configs/sandbox_defconfig

Re: [U-Boot] arm: spear: Move to generic board support

2015-03-07 Thread Tom Rini
On Tue, Feb 03, 2015 at 08:27:21AM +0100, Stefan Roese wrote: Without this change the board support for these SPEAr boards would be dropped soon. Generic board support seems to work just fine. Signed-off-by: Stefan Roese s...@denx.de Cc: Viresh Kumar viresh.ku...@linaro.org Cc: Vipin Kumar

Re: [U-Boot] [U-Boot, v2, 13/24] board/BuR/common: Enable CONFIG_CMD_TIME

2015-03-07 Thread Tom Rini
On Tue, Feb 03, 2015 at 01:22:35PM +0100, Hannes Petermaier wrote: time measurement of u-boot commands is needed very often during development. We add this feature until development is completed. Maybe forever :) Signed-off-by: Hannes Petermaier oe5...@oevsv.at Applied to u-boot/master,

[U-Boot] [PATCH 09/14] sandbox: exynos: Move CONFIG_CMD_SOUND to Kconfig

2015-03-07 Thread Simon Glass
Move this over to Kconfig and tidy up. Signed-off-by: Simon Glass s...@chromium.org --- common/Kconfig | 10 ++ configs/arndale_defconfig | 1 + configs/sandbox_defconfig | 1 + configs/smdk5250_defconfig | 1 + configs/snow_defconfig

Re: [U-Boot] [PATCH V5 00/11] ARM: OMAP3-DRA7: CP15 erratum workarounds and improvements

2015-03-07 Thread Matt Porter
On Thu, Mar 05, 2015 at 10:40:55PM -0600, Nishanth Menon wrote: The fifth incarnation should be proper, I hope. (skipping all the blurb and pointing to v1 for the blurb). Changes since v4: - smc is back to handassembled thanks to gcc versions - fixes in multiple call handling

Re: [U-Boot] [U-Boot, v2, 18/24] board/BuR/kwb: Support booting Linux

2015-03-07 Thread Tom Rini
On Tue, Feb 03, 2015 at 01:22:40PM +0100, Hannes Petermaier wrote: For series testing purpose we need to boot some linux, therefore we enable the needed features - bootz - devicetree Signed-off-by: Hannes Petermaier oe5...@oevsv.at Applied to u-boot/master, thanks! -- Tom

Re: [U-Boot] [PATCH V4 00/11] ARM: OMAP3-DRA7: CP15 erratum workarounds and improvements

2015-03-07 Thread Matt Porter
On Thu, Mar 05, 2015 at 11:56:54AM -0600, Nishanth Menon wrote: On 03/05/2015 10:21 AM, Matt Porter wrote: On Tue, Mar 03, 2015 at 04:26:17PM -0600, Nishanth Menon wrote: The fourth incarnation of this series to address review comments on V3 With all the usual disclaimers and request to

Re: [U-Boot] [PATCH V5 05/11] ARM: OMAP: Change set_pl310_ctrl_reg to be generic

2015-03-07 Thread Nishanth Menon
On 03/06/2015 11:08 AM, Tom Rini wrote: On Thu, Mar 05, 2015 at 10:41:00PM -0600, Nishanth Menon wrote: set_pl310_ctrl_reg does use the Secure Monitor Call (SMC) to setup PL310 control register, however, that is something that is generic enough to be used for OMAP5 generation of processors

Re: [U-Boot] [U-Boot, v2, 01/24] drivers/video/am335x-fb: Add possibility to wait for stable power/picture

2015-03-07 Thread Tom Rini
On Tue, Feb 03, 2015 at 01:22:23PM +0100, Hannes Petermaier wrote: Often on boards exists a circuit which switches power on/off to LCD display. Due to the need of limiting the in-rush current the output voltage from this circuit rises slowly, so it is necessary to wait a bit (VCC ramp up time)

Re: [U-Boot] [u-boot][PATCH] omap3_beagle: Fix device tree boot

2015-03-07 Thread Tom Rini
On Fri, Mar 06, 2015 at 05:34:24PM +0200, Roger Quadros wrote: Don't redefine fdtaddr and other values that are already defined in ti_armv7_common.h. The value of fdtaddr in ti_armv7_common.h is more appropriate as it allows a larger kernel image to be loaded. With this change, I'm able to

Re: [U-Boot] lib/asm-offsets - make GD_RELOCADDR, GD_RELOC_OFF GD_START_ADDR_SP available for all architectures

2015-03-07 Thread Tom Rini
On Wed, Feb 25, 2015 at 01:09:20PM +0300, Alexey Brodkin wrote: GD_RELOCADDR, GD_RELOC_OFF GD_START_ADDR_SP are generic members of global data structure so why don't we allow architectures other than ARM to use it. Signed-off-by: Alexey Brodkin abrod...@synopsys.com Cc: Simon Glass

Re: [U-Boot] m68k: Add generic board support for MCF547X/8X and MCF5445X

2015-03-07 Thread Tom Rini
On Thu, Feb 12, 2015 at 06:33:15PM +0800, Alison Wang wrote: This patch adds generic board support for MCF547X/8X and MCF5445X. It is based on the patch about common generic board support for M68K architecture sent by Angelo. Signed-off-by: Alison Wang alison.w...@freescale.com Applied to

Re: [U-Boot] m68k: Add generic board support for MCF547X/8X and MCF5445X

2015-03-07 Thread Angelo Dureghello
On 06/03/2015 16:46, Tom Rini wrote: On Thu, Feb 12, 2015 at 06:33:15PM +0800, Alison Wang wrote: This patch adds generic board support for MCF547X/8X and MCF5445X. It is based on the patch about common generic board support for M68K architecture sent by Angelo. Signed-off-by: Alison Wang

Re: [U-Boot] vexpress64: juno: support SMC9118 ethernet

2015-03-07 Thread Tom Rini
On Tue, Feb 17, 2015 at 11:35:25AM +0100, Linus Walleij wrote: This configures the Juno board to enable ethernet using the SMSC9118 ethernet controller found in the board. Tested by TFTP-booting a kernel over ethernet. Signed-off-by: Linus Walleij linus.wall...@linaro.org Applied to

Re: [U-Boot] [U-Boot, v3] net: configure DWMAC DMA by default AXI burst length

2015-03-07 Thread Tom Rini
On Thu, Jan 29, 2015 at 01:37:31PM +0800, Sonic Zhang wrote: From: Sonic Zhang sonic.zh...@analog.com Board can define its own AXI burst length to improve DWMAC DMA performance. v2-changes: - Avoid write burst len register when the Macro is not defined. v3-changes: - Add axi_bus

Re: [U-Boot] [U-Boot, v2, 12/24] board/BuR/common: Introduce Network Console and common environment for it

2015-03-07 Thread Tom Rini
On Tue, Feb 03, 2015 at 01:22:34PM +0100, Hannes Petermaier wrote: It is often necessary to break in into boards bootloader commandline if something fails or even for development purposes some parameters have to be changed. So we enable u-boot's CONFIG_NETCONSOLE feature. We also modify

Re: [U-Boot] [U-Boot, v2, 07/24] board/BuR/tseries: Enable U-Boot BOOTCOUNT feature

2015-03-07 Thread Tom Rini
On Tue, Feb 03, 2015 at 01:22:29PM +0100, Hannes Petermaier wrote: Signed-off-by: Hannes Petermaier oe5...@oevsv.at Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] cmd_usb_mass_storage: Remove extra 'ums' string in the usage text

2015-03-07 Thread Tom Rini
On Wed, Feb 25, 2015 at 01:03:19PM -0300, Fabio Estevam wrote: Currently the usage text for the 'ums' command looks like this: Usage:

Re: [U-Boot] [U-Boot, v2] omap3: add support for QUIPOS Cairo board.

2015-03-07 Thread Tom Rini
On Tue, Feb 03, 2015 at 06:13:14PM +0100, Albert ARIBAUD (3ADEV) wrote: This patch extends OMAP3 support for AM/DM37xx and introduces the AM3703-based Quipos Cairo board. Signed-off-by: Albert ARIBAUD (3ADEV) albert.arib...@3adev.fr Reviewed-by: Simon Glass s...@chromium.org Applied to

Re: [U-Boot] [U-Boot,3/3] m68k: add generic-board support

2015-03-07 Thread Tom Rini
On Thu, Feb 12, 2015 at 01:40:17AM +0100, ang...@sysam.it wrote: Add generic-board support for the m68k architecture. Signed-off-by: Angelo Dureghello ang...@sysam.it Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature

Re: [U-Boot] [PATCH v2 07/22] fdt: Tighten up error handling in fdtdec_get_pci_addr()

2015-03-07 Thread Tom Rini
On Thu, Mar 05, 2015 at 12:25:19PM -0700, Simon Glass wrote: This function returns -ENOENT when the property is missing (which the caller might forgive) and also when the property is present but incorrectly formatted (which many callers would like to report). Update the error return value

Re: [U-Boot] [U-Boot,v2,16/24] board/BuR/tseries: cosmetic changes

2015-03-07 Thread Tom Rini
On Tue, Feb 03, 2015 at 01:22:38PM +0100, Hannes Petermaier wrote: remove unnary '#defineETHLED_ORANGE (96+16) /* GPIO3_16 */' Signed-off-by: Hannes Petermaier oe5...@oevsv.at Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature

[U-Boot] [PATCH 03/14] sandbox: Move CONFIG_SANDBOX_SERIAL to Kconfig

2015-03-07 Thread Simon Glass
Move this over to Kconfig and tidy up. Signed-off-by: Simon Glass s...@chromium.org --- configs/sandbox_defconfig | 1 + drivers/serial/Kconfig | 20 drivers/serial/serial-uclass.c | 5 +++-- include/configs/sandbox.h | 1 - include/fdtdec.h

Re: [U-Boot] [U-Boot, v2, 11/24] board/BuR/tseries: Chg Pinmux - enable UART1 pins

2015-03-07 Thread Tom Rini
On Tue, Feb 03, 2015 at 01:22:33PM +0100, Hannes Petermaier wrote: Signed-off-by: Hannes Petermaier oe5...@oevsv.at Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___ U-Boot mailing list U-Boot@lists.denx.de

[U-Boot] [PATCH 07/14] sandbox: Move CONFIG_TPM_TIS_SANDBOX to Kconfig

2015-03-07 Thread Simon Glass
Move this over to Kconfig and tidy up. Signed-off-by: Simon Glass s...@chromium.org --- configs/sandbox_defconfig | 1 + drivers/tpm/Kconfig | 7 +++ include/configs/sandbox.h | 4 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/configs/sandbox_defconfig

Re: [U-Boot] [U-Boot, v2, 02/24] common/lcd: Add command for setting cursor within lcd-console

2015-03-07 Thread Tom Rini
On Tue, Feb 03, 2015 at 01:22:24PM +0100, Hannes Petermaier wrote: Sometimes we do not want redirect u-boot's console to screen but anyway we want write out some status information out of a u-boot script to the display. To define the specific position of the string to be written, we have

Re: [U-Boot] [U-Boot,2/3] m68k: add mcf5307 cpu support

2015-03-07 Thread Tom Rini
On Thu, Feb 12, 2015 at 01:40:00AM +0100, ang...@sysam.it wrote: Add Freescale MCF5307 cpu support. Signed-off-by: Angelo Dureghello ang...@sysam.it Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___

Re: [U-Boot] lib: div64: syncronize to current kernel version

2015-03-07 Thread Tom Rini
On Thu, Jan 29, 2015 at 10:25:20AM -0600, Nishanth Menon wrote: Synchronize with the implementation from v3.18 tag. This allows us to use a standardized 64 bit ops on architectures that do not natively support 64 bit (example: 32bit ARM) Signed-off-by: Nishanth Menon n...@ti.com This

Re: [U-Boot] checkstack.pl

2015-03-07 Thread Tom Rini
On Wed, Jan 28, 2015 at 01:15:11PM -0600, Kim Phillips wrote: From 42512a3fe6f2434cfc9381328d2a4755ebe6d051 Mon Sep 17 00:00:00 2001 From: Kim Phillips kim.phill...@freescale.com Date: Wed, 28 Jan 2015 13:15:01 -0600 Subject: [PATCH] scripts/checkstack.pl: update to get AArch64 port from

[U-Boot] [PATCH] qemu-ppce500: Add support for 64bit CCSR map

2015-03-07 Thread Alexander Graf
QEMU 2.3 changes the address layout of the CCSR map in the PV ppce500 machine to reside in higher address space. Unfortunately, this exposed a glitch in u-boot for ppce500: While providing a function to dynamically evaluate the CCSR region's position in physical address space, we never used it.

Re: [U-Boot] net: Support DMA threshold mode in DWMAC driver

2015-03-07 Thread Tom Rini
On Thu, Jan 29, 2015 at 02:38:50PM +0800, Sonic Zhang wrote: From: Sonic Zhang sonic.zh...@analog.com - DMA threshold mode can be selected in board config head file. Signed-off-by: Sonic Zhang sonic.zh...@analog.com Applied to u-boot/master, thanks! -- Tom signature.asc Description:

Re: [U-Boot] [U-Boot, v2, 19/24] board/BuR/kwb: Redesign default-environment

2015-03-07 Thread Tom Rini
On Tue, Feb 03, 2015 at 01:22:41PM +0100, Hannes Petermaier wrote: Due to several changes in the boot-process we do a complete redesign of the default environment. Signed-off-by: Hannes Petermaier oe5...@oevsv.at Applied to u-boot/master, thanks! -- Tom signature.asc Description:

Re: [U-Boot] [PATCH V5 05/11] ARM: OMAP: Change set_pl310_ctrl_reg to be generic

2015-03-07 Thread Tom Rini
On Thu, Mar 05, 2015 at 10:41:00PM -0600, Nishanth Menon wrote: set_pl310_ctrl_reg does use the Secure Monitor Call (SMC) to setup PL310 control register, however, that is something that is generic enough to be used for OMAP5 generation of processors as well. The only difference being the

Re: [U-Boot] cmd_yaffs: Clean up command usage messages

2015-03-07 Thread Tom Rini
On Tue, Feb 03, 2015 at 10:15:04AM -0600, Peter Tyser wrote: Remove duplicate command names in usage messages to fix issues such as: = help yls yls - yaffs ls Usage: yls yls [-l] dirname Signed-off-by: Peter Tyser pty...@xes-inc.com Applied to u-boot/master, thanks! -- Tom

Re: [U-Boot] [U-Boot, v2, 03/24] common/lcd: Add command for writing to lcd-display

2015-03-07 Thread Tom Rini
On Tue, Feb 03, 2015 at 01:22:25PM +0100, Hannes Petermaier wrote: Sometimes we do not want redirect u-boot's console to screen but anyway we want write out some status information out of a u-boot script to the display. So we cannot use the normal echo , instead we write explicitly

Re: [U-Boot] [PATCH v2 00/12] Power(full) framework based on Driver Model

2015-03-07 Thread Simon Glass
Hi Przemyslaw, On 6 March 2015 at 08:08, Przemyslaw Marczak p.marc...@samsung.com wrote: Hello Simon, On 03/06/2015 03:10 PM, Simon Glass wrote: Hi Przemyslaw, On 3 March 2015 at 09:24, Przemyslaw Marczak p.marc...@samsung.com wrote: Hello, Here is the second RFC version of the new

Re: [U-Boot] [PATCH v2 02/22] fdt: Export fdtdec_get_number() for general use

2015-03-07 Thread Tom Rini
On Thu, Mar 05, 2015 at 12:25:14PM -0700, Simon Glass wrote: This function is missing a prototype but is more widey useful. Add it. Signed-off-by: Simon Glass s...@chromium.org Reviewed-by: Tom Rini tr...@konsulko.com -- Tom signature.asc Description: Digital signature

Re: [U-Boot] [U-Boot, v2, 15/24] board/BuR/tseries: Rework default-environment settings.

2015-03-07 Thread Tom Rini
On Tue, Feb 03, 2015 at 01:22:37PM +0100, Hannes Petermaier wrote: Due to several changes of the boot-process we've redesigned the default- environment settings completly. Signed-off-by: Hannes Petermaier oe5...@oevsv.at Applied to u-boot/master, thanks! -- Tom signature.asc

Re: [U-Boot] [PATCH V5 09/11] ARM: OMAP5 / DRA7: Setup L2 Aux Control Register with recommended configuration

2015-03-07 Thread Nishanth Menon
On 03/06/2015 11:05 AM, Tom Rini wrote: On Thu, Mar 05, 2015 at 10:41:04PM -0600, Nishanth Menon wrote: Update to existing recommendation for L2ACTLR configuration to prevent system instability and optimize performance. These apply to both OMAP5 and DRA7. Reported-by: Vivek Chengalvala

[U-Boot] [u-boot][PATCH] omap3_beagle: Fix device tree boot

2015-03-07 Thread Roger Quadros
Don't redefine fdtaddr and other values that are already defined in ti_armv7_common.h. The value of fdtaddr in ti_armv7_common.h is more appropriate as it allows a larger kernel image to be loaded. With this change, I'm able to boot linux-4.0-rc1 with device tree blob. Signed-off-by: Roger

[U-Boot] [PATCH 11/14] sandbox: exynos: Move CONFIG_I2S_SAMSUNG to Kconfig

2015-03-07 Thread Simon Glass
Move this over to Kconfig and tidy up. Signed-off-by: Simon Glass s...@chromium.org --- configs/arndale_defconfig | 1 + configs/smdk5250_defconfig | 1 + configs/snow_defconfig | 1 + drivers/sound/Kconfig | 10 ++

Re: [U-Boot] Driver model 'next' tree

2015-03-07 Thread Otavio Salvador
On Wed, Mar 4, 2015 at 11:32 PM, Simon Glass s...@chromium.org wrote: I'm planning to use the 'next' tree for u-boot-dm and start applying things targeted for U-Boot 2015.07 as they are ready. There is quite a bit in flight at present and now RC3 is out for U-Boot 2015.04, the rebase cost

[U-Boot] [PATCH 04/14] sandbox: Move CONFIG_SYS_I2C_SANDBOX to Kconfig

2015-03-07 Thread Simon Glass
Move this over to Kconfig and tidy up. Signed-off-by: Simon Glass s...@chromium.org --- configs/sandbox_defconfig | 1 + drivers/i2c/Kconfig | 30 ++ include/configs/sandbox.h | 1 - 3 files changed, 31 insertions(+), 1 deletion(-) diff --git

Re: [U-Boot] [PATCH v3 3/4] ARM: DRA7: Set serial number environment variable

2015-03-07 Thread Nishanth Menon
On 03/03/2015 05:10 AM, Dileep Katta wrote: Adds the registers to get the serial number of dra7xx boards. Serial# environment variable will be set if not done already. This will be useful to show correct information in fastboot devices commands. Signed-off-by: Angela Stegmaier

Re: [U-Boot] [PATCH v2] mmc: fsl_esdhc: Add support for DDR mode

2015-03-07 Thread York Sun
Volodymyr, On 03/06/2015 05:43 AM, Stefan Roese wrote: On 25.02.2015 22:37, York Sun wrote: On 01/20/2015 07:16 AM, Volodymyr Riazantsev wrote: Add support of the DDR mode for eSDHC driver. Enable it for i.MX6 SoC family only. Change-Id: Ie27a945c9fe79d044cc886e269b60747f1744116

Re: [U-Boot] [PATCH] ARM: PSCI: Rework the DT handler slightly

2015-03-07 Thread York Sun
On 03/05/2015 05:19 PM, Tom Rini wrote: The way the PSCI DT update happens currently means we pull in asm/armv7.h everywhere, including on ARMv8 and that in turn brings in asm/io.h for some non-PSCI related things that header needs to deal with. To fix this, we rework the hook slightly.

Re: [U-Boot] gpt: fix error reporting on partition table write failures

2015-03-07 Thread Tom Rini
On Mon, Jan 26, 2015 at 09:43:15AM -0600, Rob Herring wrote: The gpt command always reports success even if writing the partition table failed. Propagate the return value of gpt_restore so we get proper status reported. Signed-off-by: Rob Herring r...@kernel.org Reviewed-by: Przemyslaw

Re: [U-Boot] [U-Boot, v2, 05/24] board/BuR/common: try to setup cpsw mac-address from the devicetree

2015-03-07 Thread Tom Rini
On Tue, Feb 03, 2015 at 01:22:27PM +0100, Hannes Petermaier wrote: since we have a dtb blob programmed on the board we try to setup the cpsw interface with the programmed mac. If this method fails, we fall back to the device-fuses. Signed-off-by: Hannes Petermaier oe5...@oevsv.at Applied