Re: [U-Boot] [linux-sunxi] Re: [PATCH 14/17] sunxi: Pine64: defconfig: enable SPL FIT support

2017-03-04 Thread Jonathan Gray
On Fri, Mar 03, 2017 at 09:55:25AM +, Andre Przywara wrote: > Hi, > > On 03/03/17 09:22, Maxime Ripard wrote: > > On Thu, Mar 02, 2017 at 12:03:20AM +0800, Icenowy Zheng wrote: > >> > >> 2017???3???1??? 23:51??? Maxime Ripard > >> ? > >>> > >>> Hi Andre, > >>> > >>> On Wed, Mar 01, 2

Re: [U-Boot] [PATCH 1/4] arm: socfpga: Removing unused passing parameter of socfpga_bridges_reset

2017-03-04 Thread Marek Vasut
On 03/03/2017 01:50 PM, Chee Tien Fong wrote: From: Tien Fong Chee This patch removes the unused passing parameter of socfpga_bridges_reset function in Arria10. Signed-off-by: Tien Fong Chee Cc: Marek Vasut Cc: Dinh Nguyen Cc: Ching Liang See Cc: Ley Foon Cc: Westergreen Dalon We do NO

Re: [U-Boot] [PATCH] usb gadget: increase envstr size in cb_getvar

2017-03-04 Thread Marek Vasut
On 03/03/2017 01:26 PM, Lukasz Majewski wrote: Hi Nicolas, +Marek on CC Lukasz, this is gadget stuff, so it's up to you to handle it. Hi, would it be possible to consider this patch please? Best Regards Nicolas 2016-09-21 10:43 GMT+02:00 Nicolas le bayon : Hi, I propose you this patc

Re: [U-Boot] [PATCH] drivers/usb/ehci: Use platform-specific accessors

2017-03-04 Thread Marek Vasut
On 03/03/2017 02:22 PM, Alexey Brodkin wrote: Hi Marek, On Fri, 2017-03-03 at 00:57 +0100, Marek Vasut wrote: On 03/01/2017 01:52 PM, Alexey Brodkin wrote: Hi Marek, On Fri, 2017-02-10 at 21:33 +0100, Marek Vasut wrote: On 02/10/2017 09:23 PM, Alexey Brodkin wrote: Current implementatio

Re: [U-Boot] [PATCH v2 2/8] Revert "spi: cadence_qspi_apb: Use 32 bit indirect read transaction when possible"

2017-03-04 Thread Marek Vasut
On 03/03/2017 04:17 PM, Rush, Jason A. wrote: Marek Vasut wrote: On 03/01/2017 05:36 PM, Rush, Jason A. wrote: This reverts commit b63b46313ed29e9b0c36b3d6b9407f6eade40c8f. The Cadence QSPI device does not work with caching (introduced with the bounce buffer in this commit) on the Altera SoC p

Re: [U-Boot] [PATCH] fastboot: avoid printing invalid data

2017-03-04 Thread Marek Vasut
On 03/03/2017 02:07 AM, Steve Rae wrote: Hi John, +CC the gadget maintainer, Lukasz ... next time, please DO CC the maintainer, otherwise your patch is likely to be lost. On Mon, Sep 19, 2016 at 2:59 AM, John Keeping mailto:j...@metanate.com>> wrote: There is no guarantee that commands

Re: [U-Boot] [PATCH] mx6cuboxi: Add support for sata

2017-03-04 Thread Tom Rini
On Sat, Mar 04, 2017 at 06:36:28PM +, Peter Robinson wrote: > The Cubox-i and Hummingboard series of devices have an option of > SATA on board, and depending on how the fuses are blown even the > option to boot SPL from SATA. So enable support for it so it can > be used to boot the OS from if p

Re: [U-Boot] [PATCH] mx6cuboxi: Add support for sata

2017-03-04 Thread Peter Robinson
On Sat, Mar 4, 2017 at 6:41 PM, Fabio Estevam wrote: > On Sat, Mar 4, 2017 at 3:36 PM, Peter Robinson wrote: > >> +#ifdef CONFIG_CMD_SATA >> + /* Only mx6q/mx6q has SATA */ >> + if (is_cpu_type(MXC_CPU_MX6Q) || is_cpu_type(MXC_CPU_MX6D)) > > Could you use if(is_mx6dq()) instead? Sure

Re: [U-Boot] [PATCH] mx6cuboxi: Add support for sata

2017-03-04 Thread Fabio Estevam
On Sat, Mar 4, 2017 at 3:36 PM, Peter Robinson wrote: > +#ifdef CONFIG_CMD_SATA > + /* Only mx6q/mx6q has SATA */ > + if (is_cpu_type(MXC_CPU_MX6Q) || is_cpu_type(MXC_CPU_MX6D)) Could you use if(is_mx6dq()) instead? ___ U-Boot mailing list

[U-Boot] [PATCH] mx6cuboxi: Add support for sata

2017-03-04 Thread Peter Robinson
The Cubox-i and Hummingboard series of devices have an option of SATA on board, and depending on how the fuses are blown even the option to boot SPL from SATA. So enable support for it so it can be used to boot the OS from if people desire. Signed-off-by: Peter Robinson --- board/solidrun/mx6cub

Re: [U-Boot] [PATCH] ARM: keystone: Pass SPI MTD partition table via kernel command line

2017-03-04 Thread Tom Rini
On Sat, Mar 04, 2017 at 06:17:30PM +0530, Vignesh R wrote: > SPI U-Boot image for K2 boards have now exceeded 512K partition > allocated to it and no longer fit the partitions defined in kernel DTS > file. Therefore, pass an updated MTD partition table from U-Boot as > kernel command line argument

[U-Boot] [PATCH] ARM: keystone: Pass SPI MTD partition table via kernel command line

2017-03-04 Thread Vignesh R
SPI U-Boot image for K2 boards have now exceeded 512K partition allocated to it and no longer fit the partitions defined in kernel DTS file. Therefore, pass an updated MTD partition table from U-Boot as kernel command line arguments to avoid kernel from accidentally modifying boot loader image that