[U-Boot] [PATCH] mpc85xx: do not include cmd_errata in SPL_BUILD

2016-07-01 Thread Ed Swarthout
Fixes build breaks for T4240QDS_SDCARD and T4240QDS_NAND: arch/powerpc/cpu/mpc85xx/built-in.o: In function `do_errata': /home/swarthou/bsp/stash/u-boot-devel/arch/powerpc/cpu/mpc85xx/cmd_errata.c:299: undefined reference to `has_erratum_a007798'

Re: [U-Boot] [PATCH] mpc85xx: do not include cmd_errata in SPL_BUILD

2016-07-01 Thread york sun
On 07/01/2016 07:16 PM, Ed Swarthout wrote: > Fixes build breaks for T4240QDS_SDCARD and T4240QDS_NAND: > > arch/powerpc/cpu/mpc85xx/built-in.o: In function `do_errata': > /home/swarthou/bsp/stash/u-boot-devel/arch/powerpc/cpu/mpc85xx/cmd_errata.c:299: > undefined reference to

Re: [U-Boot] [PATCH] mpc85xx: do not include cmd_errata in SPL_BUILD

2016-07-01 Thread york sun
Ed, This was broken after a USB patch. Sriram Dash is working on a fix. York Original Message From: Ed Swarthout Sent: Friday, July 1, 2016 07:16 PM To: york sun Subject: [PATCH] mpc85xx: do not include cmd_errata in SPL_BUILD CC:

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

2016-07-01 Thread Marek Vasut
The following changes since commit b66a5c03a0870db3045be2967b85684b1887ca18: Merge branch 'master' of git://git.denx.de/u-boot-uniphier (2016-06-21 20:43:21 -0400) are available in the git repository at: git://git.denx.de/u-boot-usb.git master for you to fetch changes up to

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

2016-07-01 Thread Marek Vasut
The following changes since commit b66a5c03a0870db3045be2967b85684b1887ca18: Merge branch 'master' of git://git.denx.de/u-boot-uniphier (2016-06-21 20:43:21 -0400) are available in the git repository at: git://git.denx.de/u-boot-socfpga.git master for you to fetch changes up to

Re: [U-Boot] pull request: u-boot-uniphier/master (2nd round)

2016-07-01 Thread Tom Rini
On Sat, Jul 02, 2016 at 05:49:53AM +0900, Masahiro Yamada wrote: > Hi Tom, > > Here are some bug fixes + DT, pinctrl updates. > > If you have not pulled the previous one, > Please pull this 2nd round! > > > > > The following changes since commit ff6e1569663eccaf9e582c57cc44568915c2f54b: >

Re: [U-Boot] [U-Boot, v2] mmc: increase MMC SDHCI read status timeout

2016-07-01 Thread Tom Rini
On Wed, Jun 29, 2016 at 01:42:01PM -0700, Steve Rae wrote: > Otherwise, ocassionally see errors like this: > Flashing sparse image at offset 2078720 > Flashing Sparse Image > sdhci_send_command: Timeout for status update! > mmc fail to send stop cmd > write_sparse_image: Write failed,

[U-Boot] [ANN] U-Boot v2016.07-rc3 released

2016-07-01 Thread Tom Rini
Hey all, I know I'm doing this on Friday not Monday, sorry, got a bit off track this week. I've tagged v2016.07-rc3 and it's on git and I expect it to be on the FTP sites once Wolfgang has a chance. We've brought in some PSCI changes that I had promised could come in this release but I hadn't

Re: [U-Boot] [U-Boot, v3, 5/6] autoboot: move CONFIG_SILENT_CONSOLE handling

2016-07-01 Thread Tom Rini
On Mon, Jun 27, 2016 at 04:23:03PM +0900, Masahiro Yamada wrote: > Factor out the same code from the callees to the caller. > > Signed-off-by: Masahiro Yamada > Reviewed-by: Stefan Roese > Reviewed-by: Simon Glass > Reviewed-by:

Re: [U-Boot] ti_omap5_common: Find right dtb file for DRA72-RevC Evm

2016-07-01 Thread Tom Rini
On Wed, Jun 29, 2016 at 02:50:41PM +0530, Lokesh Vutla wrote: > DRA72-Evm revC uses dra72-evm-revc.dtb. Update the same in env vatiables. > > Signed-off-by: Lokesh Vutla Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature

Re: [U-Boot] [U-Boot, v3, 3/6] autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECK

2016-07-01 Thread Tom Rini
On Mon, Jun 27, 2016 at 04:23:01PM +0900, Masahiro Yamada wrote: > As the help message of CONFIG_BOOTDELAY says, CONFIG_BOOTDELAY=-2 > means the autoboot with no delay, with no abort check even if > CONFIG_ZERO_BOOTDELAY_CHECK is defined. > > To sum up, the autoboot behaves as follows: > > [1]

Re: [U-Boot] [U-Boot, v3, 6/6] autoboot: move bootdelay >= 0 check to abortboot()

2016-07-01 Thread Tom Rini
On Mon, Jun 27, 2016 at 04:23:04PM +0900, Masahiro Yamada wrote: > Move the bootdelay >= 0 check to the caller, which simplifies > the callees. > > Signed-off-by: Masahiro Yamada > Reviewed-by: Stefan Roese > Reviewed-by: Simon Glass

Re: [U-Boot] [U-Boot, v3, 1/6] ARM: socfpga: move CONFIG_BOOTDELAY to Kconfig for IS1 board

2016-07-01 Thread Tom Rini
On Mon, Jun 27, 2016 at 04:22:59PM +0900, Masahiro Yamada wrote: > This recently added board missed the tree-wide migration of > CONFIG_BOOTDELAY. > > Signed-off-by: Masahiro Yamada > Acked-by: Pavel Machek > Reviewed-by: Heiko Schocher

Re: [U-Boot] [U-Boot, v3, 2/6] doc: bootdelay: drop explanation about CONFIG_BOOTDELAY from README

2016-07-01 Thread Tom Rini
On Mon, Jun 27, 2016 at 04:23:00PM +0900, Masahiro Yamada wrote: > The same information now exists in common/Kconfig. Do not duplicate > documentation from the point of view of maintainability. > > Signed-off-by: Masahiro Yamada > Reviewed-by: Simon Glass

Re: [U-Boot] [U-Boot, v3, 4/6] autoboot: rename abortboot_{keyed, normal} to __abortboot

2016-07-01 Thread Tom Rini
On Mon, Jun 27, 2016 at 04:23:02PM +0900, Masahiro Yamada wrote: > Because abortboot_keyed() and abortboot_normal() are not compiled > at the same time, we can rename both of them to __abortboot(). > This allows to drop #ifdef from the caller. > > Signed-off-by: Masahiro Yamada

Re: [U-Boot] [U-Boot, v2] ARM: AM437x: Align HS device variant defconfig filename

2016-07-01 Thread Tom Rini
On Wed, Jun 22, 2016 at 05:10:26PM -0500, Andreas Dannenberg wrote: > Align the name of the defconfig file for high-security (HS) device variants > from the AM43xx family of SoCs with the corresponding name used for the > general purpose devices. This allows for easier cross-association of those

Re: [U-Boot] driver: qspi: correct QSPI disable CS reset value

2016-07-01 Thread Tom Rini
On Tue, Jun 21, 2016 at 02:05:36PM +0530, B, Ravi wrote: > From: Praneeth Bajjuri > > Correcting QSPI disable/unselect CS reset value. > CTRL_CORE_CONTROL_IO_2: QSPI_MEMMAPPED_CS[10:8] > > This is not causing any issue, but its better > to untouch the reserved bits. > >

Re: [U-Boot] [PATCH 11/14] mkimage: Allow display of a list of any image header category

2016-07-01 Thread Tom Rini
On Thu, Jun 30, 2016 at 10:52:17AM -0600, Simon Glass wrote: > Add a generic function which can display a list of items in any category. > This will allow displaying of images for the -A, -C, -O and -T flags. At > present only -T is supported. > > Signed-off-by: Simon Glass

Re: [U-Boot] [PATCH 12/14] mkimage: Use generic code for showing an 'image type' error

2016-07-01 Thread Tom Rini
On Thu, Jun 30, 2016 at 10:52:18AM -0600, Simon Glass wrote: > The existing error code only displays image types which are claimed by a > particular U_BOOT_IMAGE_TYPE() driver. But this does not seem correct. The > mkimage tool should support all image types, so it makes sense to allow > creation

Re: [U-Boot] [PATCH 13/14] mkimage: Show item lists for all categories

2016-07-01 Thread Tom Rini
On Thu, Jun 30, 2016 at 10:52:19AM -0600, Simon Glass wrote: > Update the error-handling code for -A, -C and -O to show a list of valid > options when an invalid one is provided. > > Signed-off-by: Simon Glass > Reported-by: Vinoth Eswaran

Re: [U-Boot] configs: Finish re-syncing boot menu changes

2016-07-01 Thread Tom Rini
On Fri, Jul 01, 2016 at 11:37:05AM -0400, Tom Rini wrote: > When updating the configs for the boot menu changes, moveconfig.py > didn't update CONFIG_SYS_EXTRA_OPTIONS and I didn't notice it myself. > Update this manually (which is fine and for the best). > > Signed-off-by: Tom Rini

Re: [U-Boot] [PATCH 14/14] tools: Allow building with debug enabled

2016-07-01 Thread Tom Rini
On Thu, Jun 30, 2016 at 10:52:20AM -0600, Simon Glass wrote: > Sometimes it is useful to build tools with debugging information included so > that line-number information is available when run under gdb. Add a Kconfig > option to support this. > > Signed-off-by: Simon Glass

Re: [U-Boot] [PATCH 08/14] image: Create a table of information for each category

2016-07-01 Thread Tom Rini
On Thu, Jun 30, 2016 at 10:52:14AM -0600, Simon Glass wrote: > Add a table that contains the category name, the number of items in each > category and a pointer to the table of items. This will allow us to use > generic code to deal with the categories. > > Signed-off-by: Simon Glass

Re: [U-Boot] [PATCH 09/14] image: Add a name for invalid types

2016-07-01 Thread Tom Rini
On Thu, Jun 30, 2016 at 10:52:15AM -0600, Simon Glass wrote: > At present the name is NULL, which prevents qsort() fromp being used. Use > the name "invalid" instead. > > Signed-off-by: Simon Glass Reviewed-by: Tom Rini -- Tom signature.asc

Re: [U-Boot] [PATCH 10/14] image: Add functions to obtain category information

2016-07-01 Thread Tom Rini
On Thu, Jun 30, 2016 at 10:52:16AM -0600, Simon Glass wrote: > Add generic functions which can look up information about a category: > > - the number of items in the category > - the category description > - an item long time > - an item short time > > Signed-off-by: Simon Glass

Re: [U-Boot] [PATCH 07/14] image: Convert the IH_... values to enums

2016-07-01 Thread Tom Rini
On Thu, Jun 30, 2016 at 10:52:13AM -0600, Simon Glass wrote: > We need to know the number of values of each category (architecture, > compression, OS and image type). To make this value easier to maintain, > convert all values to enums. The count is then automatic. > > Signed-off-by: Simon Glass

Re: [U-Boot] [PATCH 03/14] mkimage: Require a data file when auto-fit is used

2016-07-01 Thread Tom Rini
On Thu, Jun 30, 2016 at 10:52:09AM -0600, Simon Glass wrote: > When auto-fit is used, it is not valid to create a FIT without an image > file. Add a check for this to avoid a very confusing error message later > ("Can't open (null): Bad address"). > > Signed-off-by: Simon Glass

Re: [U-Boot] [PATCH 06/14] image: Correct auto-fit architecture property name

2016-07-01 Thread Tom Rini
On Thu, Jun 30, 2016 at 10:52:12AM -0600, Simon Glass wrote: > The fit_write_images() function incorrectly uses the long name for the > architecture. This cannot be parsed with the FIT is read. Fix this by using > the short name instead. > > Signed-off-by: Simon Glass

Re: [U-Boot] [PATCH 01/14] mkimage: Honour the default image type with auto-fit

2016-07-01 Thread Tom Rini
On Thu, Jun 30, 2016 at 10:52:07AM -0600, Simon Glass wrote: > The default image type is supposed to be IH_TYPE_KERNEL, as set in the > 'params' variable. Honour this with auto-fit also. > > Signed-off-by: Simon Glass Reviewed-by: Tom Rini -- Tom

Re: [U-Boot] [PATCH 05/14] mkimage: Drop blank line before main()

2016-07-01 Thread Tom Rini
On Thu, Jun 30, 2016 at 10:52:11AM -0600, Simon Glass wrote: > This is not needed. Drop it. > > Signed-off-by: Simon Glass Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature ___

Re: [U-Boot] [PATCH 04/14] mkimage: Drop premature setting of params.fit_image_type

2016-07-01 Thread Tom Rini
On Thu, Jun 30, 2016 at 10:52:10AM -0600, Simon Glass wrote: > There is no need to set params.fit_image_type while parsing the arguments. > It is set up later anyway. > > Signed-off-by: Simon Glass Reviewed-by: Tom Rini -- Tom signature.asc

Re: [U-Boot] [PATCH 2 00/22] DM: Cmd: GPIO/LED/STM32/CLK: provide command-line support for device-tree configured gpios and leds

2016-07-01 Thread Vikas MANOCHA
Hi Benjamin, Please keep all the involved developers in the "To" of the e-mail & resend the patchset for review comments (checkout scripts/get_maintainer.pl). Also separate the generic stuff (dts/led) from platform specific in another patchset. Cheers, Vikas > -Original Message- >

Re: [U-Boot] [PATCH] armv8: Enable CPUECTLR.SMPEN for data coherency

2016-07-01 Thread Edward L Swarthout
From: Prabhakar Kushwaha >> From: U-Boot [mailto:u-boot-boun...@lists.denx.de] On Behalf Of york >> On 06/30/2016 02:03 AM, Gong Qianyu wrote: >> > From: Mingkai Hu >> > >> > Data coherency is enabled only when the CPUECTLR.SMPEN bit is set. >> > The SMPEN bit should be set

[U-Boot] pull request: u-boot-uniphier/master (2nd round)

2016-07-01 Thread Masahiro Yamada
Hi Tom, Here are some bug fixes + DT, pinctrl updates. If you have not pulled the previous one, Please pull this 2nd round! The following changes since commit ff6e1569663eccaf9e582c57cc44568915c2f54b: x86: coreboot: Remove the dummy pch driver (2016-06-29 10:08:15 +0800) are available in

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

2016-07-01 Thread Masahiro Yamada
2016-07-01 0:08 GMT+09:00 Masahiro Yamada : > Hi Tom, > > Here are some bug fixes + DT, pinctrl updates. > It includes a little more than fixes, but it is > self-contained for Uniphier SoCs and I tested this series on all of my > boards. So, I hope it should be OK.

[U-Boot] [PATCH] splash: Accommodate DM_USB in splash_init_usb()

2016-07-01 Thread Alexey Brodkin
Current implementation of splash_init_usb() requires usb_stor_scan() which doesn't exist in case of DM_USB simply because real probing happens right in usb_init(). So disable usage of usb_stor_scan() in case of DM_USB. Signed-off-by: Alexey Brodkin Cc: Nikita Kiryanov

[U-Boot] [PATCH] splash: Introduce default_splash_locations

2016-07-01 Thread Alexey Brodkin
This change introduces default_splash_locations which simplifies splash recovery from the first partition of USB/MMC/SATA drive. Given usual mapping of the first partition of external media for basic boot stuff like uImage/zImaage, .dtb etc it looks quite obvious option to put there splash.bmp as

Re: [U-Boot] [PATCH] armv8: Enable CPUECTLR.SMPEN for data coherency

2016-07-01 Thread Prabhakar Kushwaha
Hi York, > -Original Message- > From: U-Boot [mailto:u-boot-boun...@lists.denx.de] On Behalf Of york sun > Sent: Thursday, June 30, 2016 10:32 PM > To: Qianyu Gong ; albert.u.b...@aribaud.net; u- > b...@lists.denx.de; s.temerkha...@gmail.com; >

Re: [U-Boot] [PATCH 00/14] mkimage: Tidy up error handling

2016-07-01 Thread Simon Glass
Hi Stefano, On 1 July 2016 at 11:33, Stefano Babic wrote: > Hi Tom, Simon, > > On 01/07/2016 18:45, Tom Rini wrote: >> On Fri, Jul 01, 2016 at 09:15:11AM -0700, Simon Glass wrote: >>> Hi, >>> >>> On 1 July 2016 at 08:48, Tom Rini wrote: On Fri, Jul 01,

Re: [U-Boot] [PATCH 00/14] mkimage: Tidy up error handling

2016-07-01 Thread Stefano Babic
Hi Tom, Simon, On 01/07/2016 18:45, Tom Rini wrote: > On Fri, Jul 01, 2016 at 09:15:11AM -0700, Simon Glass wrote: >> Hi, >> >> On 1 July 2016 at 08:48, Tom Rini wrote: >>> On Fri, Jul 01, 2016 at 10:44:04AM +0200, Stefano Babic wrote: Hi Simon, On 30/06/2016

Re: [U-Boot] [PATCH] MMC: Do not write to mmc_uclass_priv if it was not allocated

2016-07-01 Thread Simon Glass
Hi, On 1 July 2016 at 04:37, Jaehoon Chung wrote: > On 07/01/2016 04:28 AM, Simon Glass wrote: >> Hi Meteusz, >> >> On 30 June 2016 at 12:18, Mateusz Kulikowski >> wrote: >>> On 29.06.2016 05:27, Simon Glass wrote: Hi Matt, On

Re: [U-Boot] [PATCH 00/14] mkimage: Tidy up error handling

2016-07-01 Thread Tom Rini
On Fri, Jul 01, 2016 at 09:15:11AM -0700, Simon Glass wrote: > Hi, > > On 1 July 2016 at 08:48, Tom Rini wrote: > > On Fri, Jul 01, 2016 at 10:44:04AM +0200, Stefano Babic wrote: > >> Hi Simon, > >> > >> On 30/06/2016 18:52, Simon Glass wrote: > >> > There are a few problems

Re: [U-Boot] Missing maintainers[Involving remittance information, please pay attention to the safety of property]

2016-07-01 Thread Simon Glass
Hi Eddie, On 1 July 2016 at 00:25, Eddie Cai wrote: > HI Simon > Huang Lin is the correct guy for this. But he is kind of busy these days. I > will talk to him to see if he have time to do it. OK thank you - it should only take 5 minutes as it is adding a MAINTAINERS

Re: [U-Boot] Brotli Compression to Fit Image/bzImage

2016-07-01 Thread Simon Glass
Hi, On 1 July 2016 at 00:13, vinoth eswaran wrote: > Hello, > > I am working on an embedded project using Minnowboard Max with U-boot > and customised Linux kernel. > > To optimize boot time, currently I am comparing the different > comparison algorithms and have read

Re: [U-Boot] [PATCH 00/14] mkimage: Tidy up error handling

2016-07-01 Thread Simon Glass
Hi, On 1 July 2016 at 08:48, Tom Rini wrote: > On Fri, Jul 01, 2016 at 10:44:04AM +0200, Stefano Babic wrote: >> Hi Simon, >> >> On 30/06/2016 18:52, Simon Glass wrote: >> > There are a few problems when mkimage is provided with invalid arguments. >> > In one case it crashes.

[U-Boot] [PATCH 1/2] armv8: ls2080aqds: Update MAINTAINERS

2016-07-01 Thread York Sun
Add ls2080aqds_qspi_defconfig to file list. Signed-off-by: York Sun --- board/freescale/ls2080aqds/MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/board/freescale/ls2080aqds/MAINTAINERS b/board/freescale/ls2080aqds/MAINTAINERS index 0765326..8f78b67 100644

Re: [U-Boot] [PATCH 00/14] mkimage: Tidy up error handling

2016-07-01 Thread Tom Rini
On Fri, Jul 01, 2016 at 10:44:04AM +0200, Stefano Babic wrote: > Hi Simon, > > On 30/06/2016 18:52, Simon Glass wrote: > > There are a few problems when mkimage is provided with invalid arguments. > > In one case it crashes. When an invalid image type it is provided it lists > > the valid types,

[U-Boot] [PATCH] configs: Finish re-syncing boot menu changes

2016-07-01 Thread Tom Rini
When updating the configs for the boot menu changes, moveconfig.py didn't update CONFIG_SYS_EXTRA_OPTIONS and I didn't notice it myself. Update this manually (which is fine and for the best). Signed-off-by: Tom Rini --- configs/am335x_evm_spiboot_defconfig | 1 -

Re: [U-Boot] [PATCH 2/4] usb: dwc2-otg: redefine fifo-size for rk3288

2016-07-01 Thread Simon Glass
Hi, On 30 June 2016 at 23:00, Ziyuan Xu wrote: > > Hi Simon, > > On 2016年06月30日 23:23, Simon Glass wrote: >> >> Hi Ziyuan, >> >> On 30 June 2016 at 00:21, Ziyuan Xu wrote: >>> >>> Redefine RX FIFO size & TX FIFO size for rk3288. >>> >>>

Re: [U-Boot] [PATCH] armv8: Enable CPUECTLR.SMPEN for data coherency

2016-07-01 Thread Mingkai Hu
> -Original Message- > From: Prabhakar Kushwaha > Sent: Friday, July 01, 2016 7:55 AM > To: york sun; Qianyu Gong; albert.u.b...@aribaud.net; u-boot@lists.denx.de; > s.temerkha...@gmail.com; yamada.masah...@socionext.com > Cc: Mingkai Hu > Subject: RE: [U-Boot] [PATCH] armv8: Enable

[U-Boot] [PATCH 2/2] armv8: ls1043aqds: Update MAINTAINERS

2016-07-01 Thread York Sun
Add ls1043aqds_lpuart_defconfig to file list. Signed-off-by: York Sun --- board/freescale/ls1043aqds/MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/board/freescale/ls1043aqds/MAINTAINERS b/board/freescale/ls1043aqds/MAINTAINERS index 65a0af1..992c54c 100644

[U-Boot] [PATCH 2/5] usb: ehci: fsl: Add code to use CONFIG_DM_USB

2016-07-01 Thread Rajesh Bhagat
Adds code to use driver model for USB EHCI FSL driver Signed-off-by: Rajesh Bhagat --- drivers/usb/host/ehci-fsl.c | 131 +- 1 files changed, 127 insertions(+), 4 deletions(-) diff --git a/drivers/usb/host/ehci-fsl.c

[U-Boot] [PATCH 1/5] drivers: usb: fsl: Make function for initialization to use in CONFIG_DM_USB

2016-07-01 Thread Rajesh Bhagat
Moves code from ehci_hcd_init to new function ehci_fsl_init which can be re-used in CONFIG_DM_USB. Signed-off-by: Rajesh Bhagat --- drivers/usb/host/ehci-fsl.c | 63 -- 1 files changed, 36 insertions(+), 27 deletions(-) diff

[U-Boot] [PATCH 0/5] usb: fsl: Add code to use CONFIG_DM_USB

2016-07-01 Thread Rajesh Bhagat
Adds code to use driver model for USB EHCI and XHCI FSL driver Rajesh Bhagat (5): drivers: usb: fsl: Make function for initialization to use in CONFIG_DM_USB usb: ehci: fsl: Add code to use CONFIG_DM_USB usb: xhci: fsl: Add code to use CONFIG_DM_USB dm: ls1021a: dts: Update USB 3.0

[U-Boot] [PATCH 3/5] usb: xhci: fsl: Add code to use CONFIG_DM_USB

2016-07-01 Thread Rajesh Bhagat
Adds code to use driver model for USB XHCI FSL driver Signed-off-by: Rajesh Bhagat --- drivers/usb/host/xhci-fsl.c | 83 ++- 1 files changed, 82 insertions(+), 1 deletions(-) diff --git a/drivers/usb/host/xhci-fsl.c

[U-Boot] [PATCH 4/5] dm: ls1021a: dts: Update USB 3.0 node to support DM USB

2016-07-01 Thread Rajesh Bhagat
Update USB 3.0 controller dts node in ls1021a.dtsi. Signed-off-by: Rajesh Bhagat --- arch/arm/dts/ls1021a.dtsi |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/dts/ls1021a.dtsi b/arch/arm/dts/ls1021a.dtsi index ee0e554..119b1af 100644 ---

[U-Boot] [PATCH 5/5] arm: ls1021a: Enable CONFIG_DM_USB in defconfigs

2016-07-01 Thread Rajesh Bhagat
Enables driver model flag CONFIG_DM_USB for LS1021A platform defconfigs. Signed-off-by: Rajesh Bhagat --- configs/ls1021aqds_ddr4_nor_defconfig|1 + configs/ls1021aqds_ddr4_nor_lpuart_defconfig |1 + configs/ls1021aqds_nor_defconfig |1 +

[U-Boot] [Patch v2 3/4] armv8: fsl_lsch2: Add serdes 2 support

2016-07-01 Thread Gong Qianyu
This patch adds serdes 2 support for FSL_LSCH2. Signed-off-by: Gong Qianyu --- v2: - New patch. arch/arm/cpu/armv8/fsl-layerscape/fsl_lsch2_serdes.c | 19 +++ arch/arm/include/asm/arch-fsl-layerscape/fsl_serdes.h | 1 +

[U-Boot] [Patch v2 1/4] armv8: fsl-layerscape: Add A72 core detection

2016-07-01 Thread Gong Qianyu
From: Alison Wang Add support to detect Cortex-A72 core for printing it out. Signed-off-by: Alison Wang Signed-off-by: Mingkai Hu Signed-off-by: Gong Qianyu --- v2: - Added commit messages.

[U-Boot] [Patch v2] driver: net: phylib: add support for aquantia AQR106/107 PHY

2016-07-01 Thread Gong Qianyu
From: Mingkai Hu This patch adds support for aquantia AQR106/107 PHY. Signed-off-by: Mingkai Hu Signed-off-by: Gong Qianyu --- drivers/net/phy/aquantia.c | 28 1 file changed, 28 insertions(+) diff

Re: [U-Boot] [Patch v2 3/4] armv8: fsl_lsch2: Add serdes 2 support

2016-07-01 Thread Qianyu Gong
Sorry...this should be put before the second patch. I'll fix it in the next version. Regards, Qianyu > -Original Message- > From: Gong Qianyu [mailto:qianyu.g...@nxp.com] > Sent: Friday, July 01, 2016 6:49 PM > To: york sun ; Prabhakar Kushwaha >

Re: [U-Boot] [PATCH] MMC: Do not write to mmc_uclass_priv if it was not allocated

2016-07-01 Thread Jaehoon Chung
On 07/01/2016 04:28 AM, Simon Glass wrote: > Hi Meteusz, > > On 30 June 2016 at 12:18, Mateusz Kulikowski > wrote: >> On 29.06.2016 05:27, Simon Glass wrote: >>> Hi Matt, >>> >>> On 25 June 2016 at 14:57, Matt Corallo wrote: Signed-off-by:

[U-Boot] [Patch v2 2/4] armv8/fsl_lsch2: Add LS1046A SoC support

2016-07-01 Thread Gong Qianyu
From: Mingkai Hu The LS1046A processor is built on the QorIQ LS series architecture combining four ARM A72 processor cores with DPAA 1.0 support. Signed-off-by: Hou Zhiqiang Signed-off-by: Mihai Bantea Signed-off-by:

Re: [U-Boot] [PATCH v2] mmc: increase MMC SDHCI read status timeout

2016-07-01 Thread Jaehoon Chung
On 06/30/2016 10:41 AM, Masahiro Yamada wrote: > 2016-06-30 5:42 GMT+09:00 Steve Rae : >> Otherwise, ocassionally see errors like this: >> Flashing sparse image at offset 2078720 >> Flashing Sparse Image >> sdhci_send_command: Timeout for status update! >> mmc

[U-Boot] [Patch v2 0/4] armv8: fsl-layerscape: Add LS1046A SoC support

2016-07-01 Thread Gong Qianyu
The LS1046A processor is built on the QorIQ LS series architecture combining four ARM A72 processor cores with DPAA 1.0 support. Change history: [Patch v2 1/4] armv8: fsl-layerscape: Add A72 core detection v2: - Add commit messages. [Patch v2 2/4] armv8/fsl_lsch2: Add LS1046A SoC support v2:

[U-Boot] [Patch v2 4/4] drivers: net/fm: Add Fman support for LS1046A

2016-07-01 Thread Gong Qianyu
From: Mingkai Hu This patch adds Fman support for LS1046A SoC. Signed-off-by: Shaohui Xie Signed-off-by: Mingkai Hu Signed-off-by: Gong Qianyu --- v2: - Add commit messages. drivers/net/fm/Makefile | 1 +

Re: [U-Boot] [PATCH 14/15] ARM: PSCI: Switch to per-CPU target PC storage in secure data section

2016-07-01 Thread Hongbo Zhang
Tested-by: Hongbo Zhang On Sun, Jun 19, 2016 at 12:38 PM, Chen-Yu Tsai wrote: > Now that we have a secure data section and space to store per-CPU target > PC address, switch to it instead of storing the target PC on the stack. > > Also save clobbered r4-r7

Re: [U-Boot] [PATCH 13/15] ARM: PSCI: Add helper functions to access per-CPU target PC storage

2016-07-01 Thread Hongbo Zhang
On Sun, Jun 19, 2016 at 12:38 PM, Chen-Yu Tsai wrote: > Now that we have a data section, add helper functions to save and fetch > per-CPU target PC. > > Signed-off-by: Chen-Yu Tsai > --- > arch/arm/cpu/armv7/Makefile | 1 + > arch/arm/cpu/armv7/psci-common.c

Re: [U-Boot] [PATCH 07/15] ARM: PSCI: Allocate PSCI stack in secure stack section

2016-07-01 Thread Hongbo Zhang
Tested-by: Hongbo Zhang On Sun, Jun 19, 2016 at 12:38 PM, Chen-Yu Tsai wrote: > Now that we have a secure stack section that guarantees usable memory, > allocate the PSCI stacks in that section. > > Also add a diagram detailing how the stacks are placed in

Re: [U-Boot] [PATCH 05/15] ARM: PSCI: Add fallback value for CONFIG_ARMV7_PSCI_NR_CPUS

2016-07-01 Thread Hongbo Zhang
On Sun, Jun 19, 2016 at 12:38 PM, Chen-Yu Tsai wrote: > The original PSCI implementation assumed CONFIG_ARMV7_PSCI_NR_CPUS=4. > Add this as a fallback value in case platforms have not defined it. > > Signed-off-by: Chen-Yu Tsai > --- > arch/arm/include/asm/config.h

Re: [U-Boot] [PATCH 01/15] ARM: PSCI: Split out common stack setup code from psci_arch_init

2016-07-01 Thread Hongbo Zhang
Tested-by: Hongbo Zhang On Sun, Jun 19, 2016 at 12:38 PM, Chen-Yu Tsai wrote: > Every platform has the same stack setup code in assembly as part of > psci_arch_init. > > Move this out into a common separate function, psci_stack_setup, for > all platforms.

Re: [U-Boot] [PATCH 13/15] ARM: PSCI: Add helper functions to access per-CPU target PC storage

2016-07-01 Thread Hongbo Zhang
On Sun, Jun 19, 2016 at 12:38 PM, Chen-Yu Tsai wrote: > Now that we have a data section, add helper functions to save and fetch > per-CPU target PC. > > Signed-off-by: Chen-Yu Tsai > --- > arch/arm/cpu/armv7/Makefile | 1 + > arch/arm/cpu/armv7/psci-common.c

Re: [U-Boot] [PATCH 00/15] ARM: PSCI: Add secure stack and data sections

2016-07-01 Thread Hongbo Zhang
I applied all these patches and had a test. Patch 13/15 needs a manual merge, all the others apply well. There is no compiling warnings or errors. The PSCI function runs well after applying these patches. I will leave my Tested-by: tags in each patch touched separately. On Thu, Jun 30, 2016 at

[U-Boot] SPL loading multiple binaries from FIT image?

2016-07-01 Thread Andre Przywara
Hi, (sorry if this has been discussed before, feel free to point me to any existing thread then) for the Pine64 I am looking into letting the SPL load multiple images from a FIT image. Looking at common/spl/spl-fit.c I see that the current SPL FIT support just loads the first image from the

Re: [U-Boot] [PATCH 3/3] armv8/ls1046a: Add Fman support

2016-07-01 Thread Qianyu Gong
Hi Prabhakar, > -Original Message- > From: Prabhakar Kushwaha > Sent: Thursday, June 30, 2016 6:32 PM > To: Qianyu Gong ; york sun ; u- > b...@lists.denx.de > Cc: Zhiqiang Hou ; Wenbin Song > ; Mingkai Hu

Re: [U-Boot] [PATCH 2/3] armv8/fsl_lsch2: Add LS1046A SoC support

2016-07-01 Thread Qianyu Gong
Hi Prabhakar, > -Original Message- > From: Prabhakar Kushwaha > Sent: Thursday, June 30, 2016 6:30 PM > To: Qianyu Gong ; york sun ; u- > b...@lists.denx.de > Cc: Mihai Bantea ; Zhiqiang Hou > ;

Re: [U-Boot] [PATCH 00/14] mkimage: Tidy up error handling

2016-07-01 Thread Stefano Babic
Hi Simon, On 30/06/2016 18:52, Simon Glass wrote: > There are a few problems when mkimage is provided with invalid arguments. > In one case it crashes. When an invalid image type it is provided it lists > the valid types, but this is not implemented for compression, architecture > or OS. >

[U-Boot] Brotli Compression to Fit Image/bzImage

2016-07-01 Thread vinoth eswaran
Hello, I am working on an embedded project using Minnowboard Max with U-boot and customised Linux kernel. To optimize boot time, currently I am comparing the different comparison algorithms and have read about Brotli compression, which seems to be good. So I have planned to test and see how

Re: [U-Boot] [PATCH 3/4] rockchip: rk3288: add fastboot support

2016-07-01 Thread Ziyuan Xu
Hi Steve, On 2016年07月01日 05:55, Steve Rae wrote: Hi Ziyuan, On Thu, Jun 30, 2016 at 8:23 AM, Simon Glass wrote: Hi Ziyuan, On 30 June 2016 at 00:22, Ziyuan Xu wrote: Enable fastboot feature on rk3288. This path doesn't support the fastboot flash

Re: [U-Boot] [PATCH 2/4] usb: dwc2-otg: redefine fifo-size for rk3288

2016-07-01 Thread Ziyuan Xu
Hi Simon, On 2016年06月30日 23:23, Simon Glass wrote: Hi Ziyuan, On 30 June 2016 at 00:21, Ziyuan Xu wrote: Redefine RX FIFO size & TX FIFO size for rk3288. Signed-off-by: Ziyuan Xu --- drivers/usb/gadget/dwc2_udc_otg_regs.h | 6 ++ 1 file