[U-Boot] [PATCH] drivers:usb:common:fsl-dt-fixup: Fix the dt for all type of usb controllers

2016-06-19 Thread Sriram Dash
Currently, U-boot doesn't allow to compile more than one type of USB protocol simultaneously. Hence, EHCI and XHCI controllers cannot co-exist and CONFIG_USB_MAX_CONTROLLER_COUNT macro represents count of only one type of controller. For the Socs which have more than one type of controller e.g.

Re: [U-Boot] [PATCH v5 1/2] powerpc/mpc85xx: SECURE BOOT- Enable chain of trust in SPL

2016-06-19 Thread Sumit Garg
Hi Simon, > -Original Message- > From: s...@google.com [mailto:s...@google.com] On Behalf Of Simon Glass > Sent: Friday, June 17, 2016 9:22 AM > To: Sumit Garg > Cc: U-Boot Mailing List ; york sun > ; Ruchika Gupta

Re: [U-Boot] [PATCH 2/5] arm: Don't invalidate unaligned cache regions

2016-06-19 Thread Marek Vasut
On 06/20/2016 03:43 AM, Simon Glass wrote: > At present armv7 will unhappily invalidate a cache region and print an > error message. Make it skip the operation instead, as it does with other > cache operations. > > Signed-off-by: Simon Glass Reviewed-by: Marek Vasut

Re: [U-Boot] [PATCH 1/5] arm: Move check_cache_range() into a common place

2016-06-19 Thread Marek Vasut
On 06/20/2016 03:43 AM, Simon Glass wrote: > This code is common, so move it into a common file. > > Signed-off-by: Simon Glass Reviewed-by: Marek Vasut > --- > > arch/arm/cpu/arm11/cpu.c | 17 - > arch/arm/cpu/arm926ejs/cache.c | 17

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

2016-06-19 Thread Simon Glass
Hi Tom, This includes changes to the clock API so I'd like to get this into this release to avoid too much churn. The following changes since commit 9ab165d8b05706284de0ee9bd402346c54ae6b15: SPL ext: cosmetic: correct error message in spl_load_image_ext() (2016-06-19 09:57:48 -0400) are

[U-Boot] [PATCH v2] dm: atmel: Add driver model support for the ehci driver

2016-06-19 Thread Wenyou Yang
Add driver model support while retaining the existing legacy code. This allows the driver to support boards that have converted to driver model as well as those that have not. Signed-off-by: Wenyou Yang Acked-by: Simon Glass --- Changes in v2: -

[U-Boot] [PATCH v4] mmc: atmel_sdhci: Convert to the driver model support

2016-06-19 Thread Wenyou Yang
Convert the driver to the driver model while retaining the existing legacy code. This allows the driver to support boards that have converted to driver model as well as those that have not. Signed-off-by: Wenyou Yang --- Changes in v4: - Update the clk API based on

[U-Boot] [PATCH v4] dm: at91: Add driver model support for the spi driver

2016-06-19 Thread Wenyou Yang
Add driver model support while retaining the existing legacy code. This allows the driver to support boards that have converted to driver model as well as those that have not. Signed-off-by: Wenyou Yang Reviewed-by: Simon Glass --- Changes in v4: -

Re: [U-Boot] [RFC 5/9] arm: omap5: add secure ROM signature verify API

2016-06-19 Thread Tom Rini
On Thu, Jun 16, 2016 at 09:52:40PM -0600, Simon Glass wrote: > On 15 June 2016 at 13:26, Andreas Dannenberg wrote: > > From: Daniel Allred > > > > Adds an API that verifies a signature attached to an image (binary > > blob). This API is basically a entry to a

[U-Boot] [PATCH v5 5/5] configs: sama5d2_xplained: Add #ifndef before CONFIG_ATMEL_PIO4

2016-06-19 Thread Wenyou Yang
Since CONFIG_ATMEL_PIO4 options is added to Kconfig, to avoid compilation warnings when the option is enabled, add #ifndef CONFIG_DM_GPIO before #define CONFIG_ATMEL_PIO4 to avoid compilation warnings. Signed-off-by: Wenyou Yang Reviewed-by: Simon Glass

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

2016-06-19 Thread Tom Rini
On Mon, Jun 20, 2016 at 07:27:54AM +0900, Masahiro Yamada wrote: > Hi Tom, > > Please pull some more patches for UniPhier SoCs! > > > The following changes since commit 9ab165d8b05706284de0ee9bd402346c54ae6b15: > > SPL ext: cosmetic: correct error message in spl_load_image_ext() >

Re: [U-Boot] [PATCH v2] rtc: Tidy up the code style

2016-06-19 Thread Bin Meng
On Mon, Jun 20, 2016 at 9:51 AM, Simon Glass wrote: > This code generates lots of checkpatch errors. Fix them. > > Signed-off-by: Simon Glass > --- > > Changes in v2: > - Fix the double-space problems that I introduced! > > drivers/rtc/date.c | 71 >

Re: [U-Boot] [RFC 2/9] arm: cache: add missing dummy functions for when dcache disabled

2016-06-19 Thread Tom Rini
On Wed, Jun 15, 2016 at 02:26:34PM -0500, Andreas Dannenberg wrote: > From: Daniel Allred > > Adds missing flush_dcache_range and invalidate_dcache_range dummy > (empty) placeholder functions to the #else portion of the #ifndef > CONFIG_SYS_DCACHE_OFF, where full

[U-Boot] [PATCH v5 4/5] atmel: Bring in at91 pio4 device tree file and bindings

2016-06-19 Thread Wenyou Yang
Bring in required device tree file and bindings from Linux. Signed-off-by: Wenyou Yang Reviewed-by: Andreas Bießmann Reviewed-by: Simon Glass --- Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: - add

[U-Boot] [PATCH v5 1/5] gpio: atmel_pio4: Move PIO4 definitions to head file

2016-06-19 Thread Wenyou Yang
In order to make these PIO4 definitions shared with AT91 PIO4 pinctrl driver, move them from the existing gpio driver to the head file, and rephrase them. Signed-off-by: Wenyou Yang Reviewed-by: Simon Glass --- Changes in v5: None Changes in v4: None

[U-Boot] [PATCH v5 2/5] gpio: atmel_pio4: Rework to support DM & DT

2016-06-19 Thread Wenyou Yang
Rework the driver to support driver model and device tree, and support to regard the pio4 pinctrl device as a child of atmel_pio4 device. Signed-off-by: Wenyou Yang --- Changes in v5: - Update the clk API based on [PATCH] clk: convert API to match reset/mailbox fstyle

[U-Boot] [PATCH v5 3/5] pinctrl: at91-pio4: Add pinctrl driver

2016-06-19 Thread Wenyou Yang
AT91 PIO4 controller is a combined gpio-controller, pin-mux and pin-config module. The peripheral's pins are assigned through per-pin based muxing logic. The pin configuration is performed on specific registers which are shared along with the gpio controller. So regard the pinctrl device as a

[U-Boot] [PATCH v5 0/5] ARM: AT91: Add AT91 PIO4 pinctrl driver and gpio driver with DM

2016-06-19 Thread Wenyou Yang
AT91 PIO4 controller is a combined gpio-controller, pin-mux and pin-config module. This patch is to add the pinctrl driver, and rework the atmel-pio4 gpio driver to support driver model and device tree. Changes in v5: - Update the clk API based on [PATCH] clk: convert API to match

[U-Boot] [PATCH] mmc: sdhci: Add the programmable clock mode support

2016-06-19 Thread Wenyou Yang
Add the programmable clock mode for the clock generator. Signed-off-by: Wenyou Yang --- drivers/mmc/sdhci.c | 49 +++-- include/sdhci.h | 15 +++ 2 files changed, 54 insertions(+), 10 deletions(-) diff --git

[U-Boot] [PATCH v3] clk: at91: Add clock driver

2016-06-19 Thread Wenyou Yang
The patch is referred to at91 clock driver of Linux, to make the clock node descriptions in DT aligned with the Linux's. Signed-off-by: Wenyou Yang --- Changes in v3: - Update based on [PATCH] clk: convert API to match reset/mailbox style

[U-Boot] [PATCH v2] rtc: Tidy up the code style

2016-06-19 Thread Simon Glass
This code generates lots of checkpatch errors. Fix them. Signed-off-by: Simon Glass --- Changes in v2: - Fix the double-space problems that I introduced! drivers/rtc/date.c | 71 -- 1 file changed, 32 insertions(+), 39

Re: [U-Boot] [PATCH v3 4/5] fdt: x86: Tidy up a few COMPAT string definitions

2016-06-19 Thread Bin Meng
On Mon, Jun 20, 2016 at 7:33 AM, Simon Glass wrote: > The 'COMPAT_' part should appear only once so drop the duplicate part. It is > ignored anyway, but let's keep things consistent. > > Signed-off-by: Simon Glass > --- > > Changes in v3: > - Add new patch

Re: [U-Boot] [PATCH v3 3/5] fdt: Add a note to avoid adding new compatible strings

2016-06-19 Thread Bin Meng
On Mon, Jun 20, 2016 at 7:33 AM, Simon Glass wrote: > The list is shrinking and we should avoid adding new things. Instead, a > proper driver should be created with driver model. > > Signed-off-by: Simon Glass > --- > > Changes in v3: > - Add new patch to

Re: [U-Boot] [PATCH] dm: ehci-mx6: support driver model

2016-06-19 Thread Peng Fan
Hi Simon, On Fri, Jun 17, 2016 at 04:59:49PM -0600, Simon Glass wrote: >Hi Peng, > >On 17 June 2016 at 00:19, Peng Fan wrote: >> Support driver model for ehci mx6 driver. >> Consolidate code to be shared between DM and non-DM, such as >> introducing ehci_mx6_common_init.

Re: [U-Boot] [PATCH] rtc: Tidy up the code style

2016-06-19 Thread Bin Meng
Hi Simon, On Mon, Jun 20, 2016 at 7:25 AM, Simon Glass wrote: > This code generates lots of checkpatch errors. Fix them. > > Signed-off-by: Simon Glass > --- > > drivers/rtc/date.c | 79 > +- > 1 file

[U-Boot] [PATCH V2 1/2] ehci: mx7: fix usbnc_regs

2016-06-19 Thread Peng Fan
There is a 4 bytes hole between phy_cfg2 and phy_status, fix the usbnc_regs structure to include the hole. Signed-off-by: Ye Li Signed-off-by: Peng Fan --- V2: Split from V1 to a single patch. drivers/usb/host/ehci-mx6.c | 3 ++- 1 file changed, 2

[U-Boot] [PATCH V2 2/2] ehci: mx7: fix otg id detection

2016-06-19 Thread Peng Fan
The USBNC_PHYCFG2_ACAENB bit should be cleared to enable the OTG ID detection, not set it. When the bit is set, the ACA Resistance Detection is enabled, which disables the OTG ID detection, because the internal pull up is off. Signed-off-by: Ye Li Signed-off-by: Peng Fan

[U-Boot] [PATCH 3/5] Add comments for debug() and pr_fmt

2016-06-19 Thread Simon Glass
Add a note to each of these so it is more obvious how they work. Signed-off-by: Simon Glass --- include/common.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/common.h b/include/common.h index f9f4605..a425dd9 100644 --- a/include/common.h +++

[U-Boot] [PATCH 5/5] arm: Show cache warnings in U-Boot proper only

2016-06-19 Thread Simon Glass
Avoid bloating the SPL image size. Signed-off-by: Simon Glass --- arch/arm/lib/cache.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/lib/cache.c b/arch/arm/lib/cache.c index 642a952..d330b09 100644 --- a/arch/arm/lib/cache.c +++

[U-Boot] [PATCH 4/5] Add warn_non_spl() to show a message in U-Boot proper

2016-06-19 Thread Simon Glass
SPL tends to be more space-constrained that U-Boot proper. Some error messages are best suppressed in SPL. Add a macros to make this easy. warn_non_spl() does nothing when built in SPL code. Signed-off-by: Simon Glass --- include/common.h | 10 ++ 1 file changed, 10

[U-Boot] [PATCH 0/5] arm: Tidy up the cache aligning warning code

2016-06-19 Thread Simon Glass
This series consolidates the code that warns about cache line alignment problems (with flush and invalidate). It adjusts it so that a warning is always displayed, except when building for SPL (since that bloats the code). It is assumed that the cache is off in SPL. Simon Glass (5): arm: Move

[U-Boot] [PATCH 2/5] arm: Don't invalidate unaligned cache regions

2016-06-19 Thread Simon Glass
At present armv7 will unhappily invalidate a cache region and print an error message. Make it skip the operation instead, as it does with other cache operations. Signed-off-by: Simon Glass --- arch/arm/cpu/armv7/cache_v7.c | 23 ++- 1 file changed, 2

[U-Boot] [PATCH 1/5] arm: Move check_cache_range() into a common place

2016-06-19 Thread Simon Glass
This code is common, so move it into a common file. Signed-off-by: Simon Glass --- arch/arm/cpu/arm11/cpu.c | 17 - arch/arm/cpu/arm926ejs/cache.c | 17 - arch/arm/cpu/armv7/cache_v7.c | 17 -

Re: [U-Boot] [PATCH v2 05/18] net: macb: Prepare for driver-model conversion

2016-06-19 Thread Simon Glass
Hi Andreas, On 28 May 2016 at 16:32, Andreas Bießmann wrote: > Hi Simon, > > On 05.05.16 15:28, Simon Glass wrote: >> Adjust this driver to avoid using struct netdev in functions that driver >> model will call. Also refactor the receive function to be compatible with >>

[U-Boot] [PATCH v3] mtd: nand: Drop a blank line in nand_wait()

2016-06-19 Thread Simon Glass
From: Andre Renaud This empty line should not be there. Remove it. Signed-off-by: Andre Renaud Reviewed-by: Andreas Bießmann Signed-off-by: Simon Glass --- Changes in v3: - Rebase to

Re: [U-Boot] [U-Boot,v3,2/2] nand: extend nand torture

2016-06-19 Thread Scott Wood
On Mon, Jun 13, 2016 at 10:15:48AM +0200, Max Krummenacher wrote: > nand torture currently works on exactly one nand block which is specified > by giving the byteoffset to the beginning of the block. > > Extend this by allowing for a second parameter specifying the byte size > to be tested. > >

Re: [U-Boot] [U-Boot,1/1] common: fb_nand: won't compile

2016-06-19 Thread Scott Wood
On Tue, Jun 07, 2016 at 02:22:59PM -0700, Sergey Kubushyn wrote: > Somehow this got overlooked when getting rid of nand_info. > > Small patch, won't affect anything else, no reason to wait for the > next cycle. > > Signed-off-by: Sergey Kubushyn > --- "Somehow" would be that

Re: [U-Boot] [U-Boot, v3, 3/7] spl: nand: support redundant u-boot image

2016-06-19 Thread Scott Wood
On Mon, Jun 06, 2016 at 10:16:58AM +0200, Boris Brezillon wrote: > On modern NAND it's more than recommended to have a backup copy of the > u-boot binary to recover from corruption: bitflips are quite common on > MLC NANDs, and the read-disturbance will corrupt your u-boot partitition > more

[U-Boot] [PATCH v3 3/5] fdt: Add a note to avoid adding new compatible strings

2016-06-19 Thread Simon Glass
The list is shrinking and we should avoid adding new things. Instead, a proper driver should be created with driver model. Signed-off-by: Simon Glass --- Changes in v3: - Add new patch to request people avoid adding new compatible strings lib/fdtdec.c | 5 + 1 file

[U-Boot] [PATCH v3 1/5] x86: fdt: Drop the unused compatible strings in fdtdec

2016-06-19 Thread Simon Glass
We have drivers for several more devices now, so drop the strings which are no-longer used. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- Changes in v3: - Rebase to master arch/x86/cpu/ivybridge/lpc.c | 6 -- include/fdtdec.h | 5

[U-Boot] [PATCH v3 5/5] sandbox: Find keyboard driver using driver model

2016-06-19 Thread Simon Glass
The cros-ec keyboard is always a child of the cros-ec node. Rather than searching the device tree, looking at the children. Remove the compat string which is now unused. Signed-off-by: Simon Glass --- Changes in v3: - Add new patch to find keyboard driver using driver model

[U-Boot] [PATCH v3 4/5] fdt: x86: Tidy up a few COMPAT string definitions

2016-06-19 Thread Simon Glass
The 'COMPAT_' part should appear only once so drop the duplicate part. It is ignored anyway, but let's keep things consistent. Signed-off-by: Simon Glass --- Changes in v3: - Add new patch to tidy up a few COMPAT string definitions lib/fdtdec.c | 6 +++--- 1 file changed, 3

[U-Boot] [PATCH v3 2/5] fdt: Drop unused exynos compatible strings

2016-06-19 Thread Simon Glass
A few drivers have moved to driver model, so we can drop these strings. Signed-off-by: Simon Glass --- Changes in v3: - Add new patch to drop unused exynos compatible strings include/fdtdec.h | 3 --- lib/fdtdec.c | 3 --- 2 files changed, 6 deletions(-) diff --git

[U-Boot] [PATCH] rtc: Tidy up the code style

2016-06-19 Thread Simon Glass
This code generates lots of checkpatch errors. Fix them. Signed-off-by: Simon Glass --- drivers/rtc/date.c | 79 +- 1 file changed, 36 insertions(+), 43 deletions(-) diff --git a/drivers/rtc/date.c b/drivers/rtc/date.c

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

2016-06-19 Thread Masahiro Yamada
Hi Tom, Please pull some more patches for UniPhier SoCs! The following changes since commit 9ab165d8b05706284de0ee9bd402346c54ae6b15: SPL ext: cosmetic: correct error message in spl_load_image_ext() (2016-06-19 09:57:48 -0400) are available in the git repository at:

Re: [U-Boot] [PATCH 0/4] ARM: uniphier: some more updates for UniPhier SoCs

2016-06-19 Thread Masahiro Yamada
2016-06-17 19:24 GMT+09:00 Masahiro Yamada : > > > > Masahiro Yamada (4): > ARM: uniphier: introduce CONFIG_ARM_UNIPHIER_{32,64}BIT > ARM: uniphier: move CONFIG_ARMV8_MULTIENTRY to Kconfig > ARM: uniphier: reserve memory for DRAM PHY training on PH1-LD20 >

Re: [U-Boot] [PATCH] ARM: uniphier: change CPU_RELEASE_ADDR to the head of DRAM space

2016-06-19 Thread Masahiro Yamada
2016-06-15 14:46 GMT+09:00 Masahiro Yamada : > At first, 256 byte of the head of DRAM space was reserved for some > reasons. However, as the progress of development, it turned out > unnecessary, and it was never used in the end. Move the CPU release > address to

Re: [U-Boot] [PATCH 1/5] ls2080: Exit dpaa only right before exiting U-Boot

2016-06-19 Thread Alexander Graf
On 07.06.16 03:28, Prabhakar Kushwaha wrote: > Hi Alex, > >> -Original Message- >> From: Alexander Graf [mailto:ag...@suse.de] >> Sent: Friday, May 27, 2016 7:58 PM >> To: Prabhakar Kushwaha ; u- >> b...@lists.denx.de >> Cc: york sun >>

Re: [U-Boot] [PATCH V2 5/5] clk: convert API to match reset/mailbox style

2016-06-19 Thread Simon Glass
On 17 June 2016 at 09:44, Stephen Warren wrote: > From: Stephen Warren > > The following changes are made to the clock API: > * The concept of "clocks" and "peripheral clocks" are unified; each clock > provider now implements a single set of clocks.

Re: [U-Boot] [PATCH V2 3/5] Add a reset driver framework/uclass

2016-06-19 Thread Simon Glass
On 17 June 2016 at 09:43, Stephen Warren wrote: > From: Stephen Warren > > A reset controller is a hardware module that controls reset signals that > affect other hardware modules or chips. > > This patch defines a standard API that connects reset

Re: [U-Boot] [PATCH V2 4/5] reset: implement a reset test

2016-06-19 Thread Simon Glass
On 17 June 2016 at 09:43, Stephen Warren wrote: > From: Stephen Warren > > This adds a sandbox reset implementation (provider), a test client > device, instantiates them both from Sandbox's DT, and adds a DM test > that excercises everything. > >

Re: [U-Boot] [PATCH V2 1/5] mailbox: rename headers

2016-06-19 Thread Simon Glass
On 17 June 2016 at 17:04, Simon Glass wrote: > On 17 June 2016 at 09:43, Stephen Warren wrote: >> From: Stephen Warren >> >> Rename mailbox*.h to match the naming convention requested during review >> of the new reset subsystem. >>

Re: [U-Boot] [PATCH V2 2/5] mailbox: add Tegra186 HSP driver

2016-06-19 Thread Simon Glass
On 17 June 2016 at 17:04, Simon Glass wrote: > +Tom > > On 17 June 2016 at 09:43, Stephen Warren wrote: >> From: Stephen Warren >> >> Tegra186's HSP module implements doorbells, mailboxes, semaphores, and >> shared interrupts. This

[U-Boot] [PATCH] dragonboard410c: Increase default environment size.

2016-06-19 Thread Mateusz Kulikowski
Due to changes in distro environment, ENV_SIZE limit was reached on Dragonboard. This patch increases environment size to 8KiB. Signed-off-by: Mateusz Kulikowski --- Hi all, I'm back after a short break (sorry for that). This patch fixes environment for

Re: [U-Boot] [U-Boot, v6, 2/2] armv8: s32v234: Introduce basic support for s32v234evb

2016-06-19 Thread Eddy Petrișor
Pe 19 iun. 2016 4:09 p.m., "Tom Rini" a scris: > > On Sun, Jun 05, 2016 at 03:43:00AM +0300, Eddy Petrisor wrote: > > > From: Eddy Petrișor > > > > Add initial support for NXP's S32V234 SoC and S32V234EVB board. > > > Applied to u-boot/master,

Re: [U-Boot] [U-Boot, v6, 1/2] serial: Introduce linflex uart support

2016-06-19 Thread Eddy Petrișor
Pe 19 iun. 2016 4:09 p.m., "Tom Rini" a scris: > > On Sun, Jun 05, 2016 at 03:42:59AM +0300, Eddy Petrisor wrote: > > > From: Stoica Cosmin-Stefan > > > > The Linflex module is integrated on some NXP automotive SoCs part of the former > >

[U-Boot] [PATCH 1/3] ARM: configs: cm_fx6: improve default environment

2016-06-19 Thread Christopher Spinrath
Currently, entire script segments have to be changed in the default environment to change the kernel image location or to append kernel cmdline parameters. In the later case this has to be changed for every possible boot device. Introduce new variables for kernel image locations and boot device

[U-Boot] [PATCH 0/3] ARM: imx: enhance support for the cm-fx6 module

2016-06-19 Thread Christopher Spinrath
Hi, this series aims at enhancing support for the cm-fx6 module. In particular, with respect to the upstream linux kernel. The first patch improves the default environment. It is non-functional but makes it more convenient to adapt certain settings. The later two patches add mtd partition

[U-Boot] [PATCH 3/3] ARM: configs: cm_fx6: add mtd support

2016-06-19 Thread Christopher Spinrath
The cm-fx6 module has an on-board spi flash chip. Enable mtd support and the mtdparts command. Also define a default partitioning, add it to the default environment, and enable support to overwrite the partitioning defined in a device tree by it. These changes move the effective default

[U-Boot] [PATCH 2/3] ARM: board: cm_fx6: fixup mtd partitions in the fdt

2016-06-19 Thread Christopher Spinrath
The cm-fx6 module has an on-board st,m25p compatible spi flash chip used for u-boot (binary & environment). Overwrite the partitions in the device tree by the partition table provided in the mtdparts environment variable, if it is set. This allows to specify a kernel independent partitioning in

Re: [U-Boot] [PATCH] test/py: fix printenv signon message disable code

2016-06-19 Thread Tom Rini
On Thu, Jun 16, 2016 at 12:59:34PM -0600, Stephen Warren wrote: > From: Stephen Warren > > CONFIG_VERSION_VARIABLE isn't always defined, so we can't simply look up > its value directly, or an exception will occur if it isn't defined. > Instead, we must use .get() to supply a

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

2016-06-19 Thread Tom Rini
On Sat, Jun 18, 2016 at 02:42:45AM +0200, Marek Vasut wrote: > The following changes since commit 6b3943f1b04be60f147ee540fbd72c4c7ea89f80: > > siemens,am33x: add draco etamin board (2016-06-09 13:53:13 -0400) > > are available in the git repository at: > > git://git.denx.de/u-boot-usb.git

Re: [U-Boot] [PATCH v2] SPL ext: cosmetic: correct error message in spl_load_image_ext()

2016-06-19 Thread Tom Rini
On Sat, Jun 18, 2016 at 12:21:17PM +0200, Petr Kulhavy wrote: > Correct the error message in spl_load_image_ext() when image parsing > fails. Instead of "ext4fs_read failed" print "failed to parse image > header". > > Signed-off-by: Petr Kulhavy > CC: Guillaume GARDET

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

2016-06-19 Thread Tom Rini
On Sat, Jun 18, 2016 at 02:43:59AM +0200, Marek Vasut wrote: > The following changes since commit b104b3dc1dd90cdbf67ccf3c51b06e4f1592fe91: > > Prepare v2016.07-rc1 (2016-06-06 17:43:54 -0400) > > are available in the git repository at: > > git://git.denx.de/u-boot-socfpga.git master > >

Re: [U-Boot] [PULL] Please pull u-boot-imx

2016-06-19 Thread Tom Rini
On Sat, Jun 18, 2016 at 11:14:48AM +0200, Stefano Babic wrote: > Hi Tom, > > please pull from u-boot-imx (master), thanks! > > For i.MX contributors: I set a -next branch and I have applied what it > is already ready to be merged. I will go on applying on -next until release. > > The following

Re: [U-Boot] [PATCH] fs: cbfs: Fix build of fs/cbfs/cbfs.c when building u-boot sandbox on x86 32-bit

2016-06-19 Thread Tom Rini
On Fri, Jun 17, 2016 at 11:45:37AM +0200, Guillaume GARDET wrote: > Fix the following build errors when building sandbox on x86 32-bit: > > In file included from fs/cbfs/cbfs.c:8:0: > include/malloc.h:364:7: error: conflicting types for 'memset' > void* memset(void*, int,

Re: [U-Boot] Orphan dbau1x00 boards

2016-06-19 Thread Tom Rini
On Tue, Jun 14, 2016 at 11:04:37AM +0200, Thomas Lange wrote: > I no longer have access to such a board > > Signed-off-by: Thomas Lange Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___

Re: [U-Boot] common: image-fit: Cleanup spelling mistakes

2016-06-19 Thread Tom Rini
On Wed, Jun 15, 2016 at 05:00:19PM -0500, Andreas Dannenberg wrote: > The comments in the source file are riddled with spelling mistakes. Be > a good citizen and take a stab at cleaning up some of the more obvious > ones. > > Signed-off-by: Andreas Dannenberg > Reviewed-by:

Re: [U-Boot] [U-Boot,v3] ARM: AM437x: Enable FIT for hs platforms

2016-06-19 Thread Tom Rini
On Thu, Jun 16, 2016 at 03:42:32PM -0400, Srinivas, Madan wrote: > Adds FIT support to the SPL and u-boot for AM437x HS devices. > > Signed-off-by: Madan Srinivas > Reviewed-by: Lokesh Vutla Applied to u-boot/master, thanks! -- Tom signature.asc

Re: [U-Boot] [U-Boot, v2] ARM: AM437x: Sync defconfig between GP and HS EVM

2016-06-19 Thread Tom Rini
On Thu, Jun 16, 2016 at 03:42:31PM -0400, Srinivas, Madan wrote: > Adds missing NAND option to CONFIG_SYS_EXTRA_OPTIONS for > AM437x HS EVMs. This syncs up the config options between > GP and HS EVMs. > > Signed-off-by: Madan Srinivas > Reviewed-by: Lokesh Vutla

Re: [U-Boot] [U-Boot,v1] OMAP3: fix twister board

2016-06-19 Thread Tom Rini
On Tue, Jun 14, 2016 at 09:13:37AM +0200, Stefano Babic wrote: > twister board was not updated after changing > SPL defines, resulting in a broken board. > > Signed-off-by: Stefano Babic Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature

Re: [U-Boot] SPL: ext: remove redundant ifdef statement

2016-06-19 Thread Tom Rini
On Tue, Jun 14, 2016 at 12:06:36PM +0200, Petr Kulhavy wrote: > Remove redundant #if defined(CONFIG_SPL_OS_BOOT) statement around > getenv() calls in spl_load_image_ext_os(). > > The whole function is surrounded by #ifdef CONFIG_SPL_OS_BOOT. > > No functional change. > > Signed-off-by: Petr

Re: [U-Boot] [U-Boot, v2, 1/2] arm, am335x: siemens: update etamin defconfig

2016-06-19 Thread Tom Rini
On Mon, Jun 13, 2016 at 03:16:00PM +0200, Heiko Schocher wrote: > add missing USB_MUSB_* and CONFIG_G_DNL_* > board configuration. > > Signed-off-by: Heiko Schocher Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature

Re: [U-Boot] [U-Boot,v1] OMAP3: fix twister board

2016-06-19 Thread Tom Rini
On Tue, Jun 14, 2016 at 09:13:37AM +0200, Stefano Babic wrote: > twister board was not updated after changing > SPL defines, resulting in a broken board. > > Signed-off-by: Stefano Babic Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature

Re: [U-Boot] [U-Boot, v2, 2/2] arm, am335x: siemens: enable DM/DTS support

2016-06-19 Thread Tom Rini
On Mon, Jun 13, 2016 at 03:16:01PM +0200, Heiko Schocher wrote: > enable basic DM/DTS support for the siemens am335x based boards. > > Signed-off-by: Heiko Schocher Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature

Re: [U-Boot] ARM: AM57xx: Enable FIT for HS Devices

2016-06-19 Thread Tom Rini
On Mon, Jun 13, 2016 at 06:25:16PM -0500, Andreas Dannenberg wrote: > Enable FIT support for AM57xx platforms using the high-security (HS) > device variant. > > Signed-off-by: Andreas Dannenberg > Reviewed-by: Lokesh Vutla Applied to u-boot/master,

Re: [U-Boot] arm: Fix setjmp

2016-06-19 Thread Tom Rini
On Mon, Jun 13, 2016 at 02:01:07PM +0200, Alexander Graf wrote: > The setjmp/longjmp implementation did not work on thumb1 implementations > because it used instruction encodings that don't exist on thumb1 yet. > > This patch limits itself to thumb1 instruction set for 32bit arm and > removes a

Re: [U-Boot] [v2] Pull request: u-boot-ubi/master

2016-06-19 Thread Tom Rini
On Tue, Jun 14, 2016 at 12:51:48PM +0200, Heiko Schocher wrote: > Hello Tom, > > please pull from u-boot-ubi.git master > > The following changes since commit 6b3943f1b04be60f147ee540fbd72c4c7ea89f80: > > siemens,am33x: add draco etamin board (2016-06-09 13:53:13 -0400) > > are available in

Re: [U-Boot] board: am437x-hs: spl: Select right dtb from fit

2016-06-19 Thread Tom Rini
On Fri, Jun 10, 2016 at 10:44:47AM +0530, Lokesh Vutla wrote: > Select a right dtb from FIT for am437x-hs platform. > > Reported-by: Madan Srinivas > Signed-off-by: Lokesh Vutla Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital

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

2016-06-19 Thread Tom Rini
On Mon, Jun 13, 2016 at 09:05:16AM +0200, Heiko Schocher wrote: > Hello Tom, > > please pull from u-boot-ubi.git master > > The following changes since commit 6b3943f1b04be60f147ee540fbd72c4c7ea89f80: > > siemens,am33x: add draco etamin board (2016-06-09 13:53:13 -0400) > > are available in

Re: [U-Boot] [U-Boot,v2,4/5] ARM: dts: AM572x-IDK Initial Support

2016-06-19 Thread Tom Rini
On Fri, Jun 10, 2016 at 09:35:45AM +0530, Lokesh Vutla wrote: > From: Schuyler Patton > > Add initial DTS support for AM572-IDK evm. > > Reviewed-by: Tom Rini > Signed-off-by: Schuyler Patton > Signed-off-by: Nishanth Menon >

Re: [U-Boot] [U-Boot,v2,3/5] ARM: AM57xx: Enable FIT

2016-06-19 Thread Tom Rini
On Fri, Jun 10, 2016 at 09:35:44AM +0530, Lokesh Vutla wrote: > Enable FIT support for AM57xx platforms > > Reviewed-by: Tom Rini > Signed-off-by: Lokesh Vutla Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature

Re: [U-Boot] [U-Boot, v2, 5/5] ti_omap5_common: Add right dtb file for AM572x-IDK

2016-06-19 Thread Tom Rini
On Fri, Jun 10, 2016 at 09:35:46AM +0530, Lokesh Vutla wrote: > Add proper dtb file name for AM572x-IDK in env. > > Reviewed-by: Tom Rini > Signed-off-by: Lokesh Vutla Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital

Re: [U-Boot] [U-Boot, v6, 1/2] serial: Introduce linflex uart support

2016-06-19 Thread Tom Rini
On Sun, Jun 05, 2016 at 03:42:59AM +0300, Eddy Petrisor wrote: > From: Stoica Cosmin-Stefan > > The Linflex module is integrated on some NXP automotive SoCs part of the > former > Freescale portfolio, like S32V234, an SoC for Advanced Driver Assistance >

Re: [U-Boot] [U-Boot, v2, 2/5] board: am57xx: fit: add support for selecting dtb dynamically

2016-06-19 Thread Tom Rini
On Fri, Jun 10, 2016 at 09:35:43AM +0530, Lokesh Vutla wrote: > FIT allows for a multiple dtb in a single image. SPL needs away to > detect the right dtb to be used. Adding support for the same for am57xx > platforms. > > Reviewed-by: Tom Rini > Signed-off-by: Lokesh Vutla

Re: [U-Boot] [U-Boot, v2] Kconfig: Add a new DISTRO_DEFAULTS Kconfig option

2016-06-19 Thread Tom Rini
On Sun, Jun 12, 2016 at 11:36:34AM +0200, Hans de Goede wrote: > DISTRO_DEFAULTS is intended to mirror / replace > include/config_distro_defaults.h. > > The intend is for boards which include this file to select this from > their Kconfig files and when moving setting to Kconfig which are

Re: [U-Boot] board: arm:: Add support for Broadcom BCM23550

2016-06-19 Thread Tom Rini
On Thu, Jun 02, 2016 at 03:10:56PM -0700, Steve Rae wrote: > Add support for the Broadcom BCM23550 board. > > Signed-off-by: Steve Rae Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___

Re: [U-Boot] [U-Boot, v2, 1/5] board: am57xx: Rename TARGET_BEAGLE_X15 as TARGET_AM57XX_EVM

2016-06-19 Thread Tom Rini
On Fri, Jun 10, 2016 at 09:35:42AM +0530, Lokesh Vutla wrote: > board/am57xx supports all boards based on am57xx. Rename the taget > as TARGET_AM57XX_EVM. > > Fixes: 74cc8b097d9af ("board: ti: beagle_x15: Rename to indicate support for > TI am57xx evms") > Reviewed-by: Tom Rini

Re: [U-Boot] [U-Boot, v6, 2/2] armv8: s32v234: Introduce basic support for s32v234evb

2016-06-19 Thread Tom Rini
On Sun, Jun 05, 2016 at 03:43:00AM +0300, Eddy Petrisor wrote: > From: Eddy Petrișor > > Add initial support for NXP's S32V234 SoC and S32V234EVB board. > > The S32V230 family is designed to support computation-intensive applications > for image processing. The

Re: [U-Boot] [PATCH v2 4/5] autoboot: fix a bunch of misconversion of CONFIG_BOOTDELAY

2016-06-19 Thread Tom Rini
On Mon, Jun 13, 2016 at 10:17:20AM +0200, Maxime Ripard wrote: > Hi, > > On Sat, Jun 11, 2016 at 01:31:29PM +0200, Hans de Goede wrote: > > Hi, > > > > On 11-06-16 11:44, Masahiro Yamada wrote: > > >Commit bb597c0eeb7e ("common: bootdelay: move CONFIG_BOOTDELAY into > > >a Kconfig option") made

Re: [U-Boot] pull request: u-boot-uniphier/master (moveconfig + misc)

2016-06-19 Thread Tom Rini
On Mon, Jun 13, 2016 at 08:03:34AM +0900, Masahiro Yamada wrote: > Hi Tom, > > A bunch of moveconfig updates + 3 commits you may need > to fix BOOTDELAY migration. > > I made sure to not pick up defconfig changes > as you requested. > > Also, if you decide that > "autoboot: follow-up cleanup

Re: [U-Boot] [U-Boot, v2] verified-boot: Minimal support for booting U-Boot proper from SPL

2016-06-19 Thread Tom Rini
On Thu, Jun 09, 2016 at 07:18:44PM -0700, Teddy Reed wrote: > This allows a board to configure verified boot within the SPL using > a FIT or FIT with external data. It also allows the SPL to perform > signature verification without needing relocation. > > The board configuration will need to add

Re: [U-Boot] Please pull ARC changes

2016-06-19 Thread Tom Rini
On Mon, Jun 13, 2016 at 12:43:13PM +, Alexey Brodkin wrote: > Hi Tom, > > The following changes since commit 6b3943f1b04be60f147ee540fbd72c4c7ea89f80: > >   siemens,am33x: add draco etamin board (2016-06-09 13:53:13 -0400) > > are available in the git repository at: > >  

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

2016-06-19 Thread Tom Rini
On Mon, Jun 13, 2016 at 12:02:37AM +0200, Andreas Bießmann wrote: > The following changes since commit 6b3943f1b04be60f147ee540fbd72c4c7ea89f80: > > siemens,am33x: add draco etamin board (2016-06-09 13:53:13 -0400) > > are available in the git repository at: > >

Re: [U-Boot] [U-Boot,RFC] cmd: gpt: add - partition size parsing

2016-06-19 Thread Tom Rini
On Wed, Jun 08, 2016 at 10:18:16AM +0200, Michael Trimarchi wrote: > This patch try to parse name=userdata,size=-,uuid=${uuid_gpt_userdata}; > > gpt mmc write 0 $partitions > gpt mmc verify 0 $partitions > > Signed-off-by: Michael Trimarchi > Reviewed-by: Simon

Re: [U-Boot] ti_armv7_common: env: Remove no longer needed mem_reserve

2016-06-19 Thread Tom Rini
On Wed, Jun 08, 2016 at 10:19:14AM -0500, Andrew F. Davis wrote: > The kernel can now use DT to reserve memory carveouts and > these areas are now the default for drivers that need reserved > memory, so reserving more here is unneeded and any memory reserved > this way will be wasted. > >

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

2016-06-19 Thread Tom Rini
On Fri, Jun 10, 2016 at 09:25:59PM +0200, Hans de Goede wrote: > Hi Tom, > > Here is the second sunxi pull-req for v2016.07, it > contains a few improvements and fixes, nothing special. > > The following changes since commit 6b3943f1b04be60f147ee540fbd72c4c7ea89f80: > > siemens,am33x: add

Re: [U-Boot] arm: dra7xx: Assign omap_vcores based on board type

2016-06-19 Thread Tom Rini
On Tue, Jun 07, 2016 at 04:05:25PM +0530, Keerthy wrote: > Currently omap_vcores which holds pmic data is being assigned based > on the SoC type. PMIC is not a part of SoC. It is logical to > to assign omap_vcores based on board type. Hence over ride the > vcores_init function and assign

Re: [U-Boot] Please pull u-boot-x86

2016-06-19 Thread Tom Rini
On Sun, Jun 12, 2016 at 12:38:56PM +0800, Bin Meng wrote: > Hi Tom, > > This includes a fix to acpi madt table, and fixes to card detect pin > configuration of the SD controller on BayTrail SoC. > > The following changes since commit 6b3943f1b04be60f147ee540fbd72c4c7ea89f80: > >

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

2016-06-19 Thread Tom Rini
On Fri, Jun 10, 2016 at 03:18:02PM -0700, York Sun wrote: > Tom, > > The following changes since commit 6b3943f1b04be60f147ee540fbd72c4c7ea89f80: > > siemens,am33x: add draco etamin board (2016-06-09 13:53:13 -0400) > > are available in the git repository at: > >

  1   2   >