Re: [U-Boot] [PATCH V2 0/5] Add support for additional splash screen locations

2015-11-15 Thread Nikita Kiryanov
Ping^2! On Sun, Nov 08, 2015 at 10:27:16AM +0200, Nikita Kiryanov wrote: > Ping! > > On Thu, Oct 29, 2015 at 11:54:39AM +0200, Nikita Kiryanov wrote: > > This series adds the following functionality to the splash_source library: > > - load splash image from filesystem formatted usb storage > > -

Re: [U-Boot] [PATCH v2] dm: Add timeline and guide for porting serial drivers

2015-11-15 Thread Peter Korsgaard
> "Simon" == Simon Glass writes: > Add a README with a brief guide to porting serial drivers over to use > driver model. > Add a timeline also. All serial drivers should be converted by the end > of January 2015. 2015? -- Bye, Peter Korsgaard

Re: [U-Boot] [PATCH v2] dm: Add timeline and guide for porting serial drivers

2015-11-15 Thread Thomas Chou
Hi Simon, On 2015年11月14日 23:27, Simon Glass wrote: Add a README with a brief guide to porting serial drivers over to use driver model. Add a timeline also. All serial drivers should be converted by the end of January 2015. January 2016 Signed-off-by: Simon Glass --- To

Re: [U-Boot] [PATCH V2 01/12] Makefile: Include vendor common library in include search path

2015-11-15 Thread Igor Grinberg
Hi Nishanth, On 11/13/15 07:43, Nishanth Menon wrote: > When the vendor common libraries exists, then board should be able to > reference headers located from a generic base, rather than having to > do weird logic such as '#include "../common/xyz.h"'. > > There are multiple options of

Re: [U-Boot] [PATCH v2 4/5] armv7/fsl-ls102xa: Workaround for DDR erratum A008514

2015-11-15 Thread Yao Yuan
Hi York, Thanks, And is there any other comments for this set of patches? Or could I send v3 for review? Best Regards, Yuan Yao From: York Sun Sent: Wednesday, November 11, 2015 0:43 To: Yuan Yao-B46683 Cc: Wang Huan-B18965;

Re: [U-Boot] [PATCH v3] Fix board init code to use a valid C runtime environment

2015-11-15 Thread Albert ARIBAUD
Hello Simon, On Sat, 14 Nov 2015 08:41:01 -0700, Simon Glass wrote: > Reading between the lines, there isn't actually a problem with this in > practice, but it is doing things that C should not really be doing. Is > that right? You did not even need to read between the lines

Re: [U-Boot] [PATCH v2 18/26] dm: usb: Remove inactive children after a bus scan

2015-11-15 Thread Hans de Goede
Hi, On 11/13/2015 10:58 PM, Simon Glass wrote: Hi Hans, Talking about usb-stop, there is still one (BIG!) problem after this patch set when building usb-support with DM_DEVICE_REMOVE not set. This means that the controllers dma engines will not be stopped when booting the actual OS and

Re: [U-Boot] [PATCH] usb: kbd: don't use int xfers when polling via ctrl xfers

2015-11-15 Thread Hans de Goede
Hi, On 11/13/2015 09:34 PM, Stephen Warren wrote: From: Stephen Warren When CONFIG_SYS_USB_EVENT_POLL_VIA_CONTROL_EP is enabled, use a GET_REPORT control transfer to retrieve the initial state of the keyboard. This matches the technique used to poll the keyboard state.

Re: [U-Boot] [PATCH v7 21/21] sf: Add SPI NOR protection mechanism

2015-11-15 Thread Simon Glass
Hi, On 13 November 2015 at 03:41, Bin Meng wrote: > Hi, > > On Wed, Nov 11, 2015 at 10:04 PM, Fabio Estevam wrote: >> On Wed, Nov 11, 2015 at 12:56 AM, Simon Glass wrote: >>> Hi Fabio, >>> >>> On 10 November 2015 at 16:51, Fabio

Re: [U-Boot] [PATCH 08/14] dm: pci: Reorder functions in cmd_pci.c

2015-11-15 Thread Simon Glass
Hi Bin, On 13 November 2015 at 00:11, Bin Meng wrote: > Hi Simon, > > On Fri, Nov 13, 2015 at 5:45 AM, Simon Glass wrote: >> Before converting this to driver model, reorder the code to avoid forward >> function declarations. >> >> Signed-off-by: Simon

Re: [U-Boot] [PATCH V2 07/12] board: LaCie: Move common headers to board-common directory

2015-11-15 Thread Tom Rini
On Fri, Nov 13, 2015 at 07:05:40PM -0700, Simon Glass wrote: > Hi Nishanth, > > On 13 November 2015 at 16:57, Nishanth Menon wrote: > > On 11/13/2015 09:32 AM, Simon Guinot wrote: > >> On Fri, Nov 13, 2015 at 09:06:45AM -0500, Tom Rini wrote: > >>> On Fri, Nov 13, 2015 at 11:30:43AM

Re: [U-Boot] [PATCH v3 05/11] dm: timer: Support 64-bit counter

2015-11-15 Thread Bin Meng
Hi Simon, On Sat, Nov 14, 2015 at 10:04 AM, Simon Glass wrote: > Hi Bin, > > On 13 November 2015 at 01:11, Bin Meng wrote: >> There are timers with a 64-bit counter value but current timer >> uclass driver assumes a 32-bit one. Modify timer_get_count() >>

Re: [U-Boot] [PATCH v4 05/21] sf: Make flash->flags use for generic usage

2015-11-15 Thread Bin Meng
Hi Jagan, On Mon, Oct 12, 2015 at 11:00 PM, Jagan Teki wrote: > Use the flash->flags for generic usage, not only for dm-spi-flash, > this will be used for future flag additions. > > Signed-off-by: Jagan Teki > [Correct the spi flash flags detect logic] >

Re: [U-Boot] [PATCH v5 00/21] Bring up rk3036 uboot

2015-11-15 Thread hl
Hi Simon, On 14/11/15 02:14, Simon Glass wrote: Hi Lin, On 10 November 2015 at 03:24, Lin Huang wrote: This series patch bring up rk3036 uboot, since rk3036 only 4K size SRAM for SPL, so in SPL stage only support timer, uart, sdram driver, and back to bootrom when finish

Re: [U-Boot] [PATCH] Fix sandbox build on Ubuntu 10.04

2015-11-15 Thread Tom Rini
On Sat, Nov 14, 2015 at 11:53:49PM -0700, Stephen Warren wrote: > gcc 4.4.3 (which is the default native compiler on x86-64 Ubuntu 10.04) > doesn't seem to like initializers for sub-fields of anonymous unions. > Solve this by replacing the initialization with an assignment. This > fixes: > >

Re: [U-Boot] [PATCH v5 12/21] rockchip: rk3036: Add pinctrl driver

2015-11-15 Thread hl
Hi Ariel, On 14/11/15 07:54, Ariel D'Alessandro wrote: Hi Lin, El 10/11/15 a las 07:24, Lin Huang escribió: Add a driver which support pin multiplexing setup for rk3036 Signed-off-by: Lin Huang Acked-by: Simon Glass --- Changes in v1: - clean

Re: [U-Boot] [PATCH v2 09/16] arm: dts: dra7: add qspi register maps for memory map and control module

2015-11-15 Thread Tom Rini
On Sat, Nov 14, 2015 at 01:01:45PM +0530, Mugunthan V N wrote: > On Thursday 12 November 2015 06:17 PM, Tom Rini wrote: > > On Thu, Nov 12, 2015 at 02:33:48PM +0530, Mugunthan V N wrote: > >> On Sunday 08 November 2015 07:01 PM, Tom Rini wrote: > >>> On Wed, Nov 04, 2015 at 01:46:17PM +0530,

[U-Boot] [PATCH] ARM: mxs: fix VDDD brownout setting

2015-11-15 Thread Michael Heimpold
At the moment, the desired brownout is at 1.0V. However, this setting cannot be realized by hardware since we have only 3 bits to represent the voltage difference from the target value. Target value is 1500 mV, brownout target is 1000 mV, voltage steps are 25 mV. Register content calculation:

Re: [U-Boot] [PATCH v7 21/21] sf: Add SPI NOR protection mechanism

2015-11-15 Thread Tom Rini
On Sun, Nov 15, 2015 at 06:34:51PM -0700, Simon Glass wrote: > Hi, > > On 13 November 2015 at 03:41, Bin Meng wrote: > > Hi, > > > > On Wed, Nov 11, 2015 at 10:04 PM, Fabio Estevam wrote: > >> On Wed, Nov 11, 2015 at 12:56 AM, Simon Glass

Re: [U-Boot] [PATCH V2 07/12] board: LaCie: Move common headers to board-common directory

2015-11-15 Thread Masahiro Yamada
2015-11-15 14:38 GMT+09:00 Nishanth Menon : > On 11/14/2015 05:56 PM, Masahiro Yamada wrote: >> 2015-11-13 14:43 GMT+09:00 Nishanth Menon : >>> Header files can be located in a generic location without >>> needing to reference them with ../common/ >>> >>> Generated with

Re: [U-Boot] [PATCH 1/2][v2] armv8: LS2080A: Rename LS2085A to reflect LS2080A

2015-11-15 Thread Kushwaha Prabhakar
Hi York, This patch set in top of my previous patches. I did to make sure it can be applied cleanly. armv8: lsch3: Fix lane protocol parsing logic driver: net: fsl-mc: Add create, destroy APIs in flibs driver: net: fsl-mc: Add APIs for DPMAC objects in FLIB armv8: ls2085aqds: Print

Re: [U-Boot] [PATCH 1/2][v2] armv8: LS2080A: Rename LS2085A to reflect LS2080A

2015-11-15 Thread York Sun
I realized this set depends on another set. Thanks. York Sent on a Sprint Samsung Galaxy Note® II Original message From: Kushwaha Prabhakar-B32579 Date:11/15/2015 8:35 PM (GMT-08:00) To: Sun York-R58495 , u-boot@lists.denx.de Cc: Srivastava Pratiyush-B46174 Subject: RE:

[U-Boot] [PATCH] sf: Correct flash->flags for SST flash

2015-11-15 Thread Bin Meng
flash->flags for SST flash should be updated for both DM and non-DM flash drivers. Signed-off-by: Bin Meng --- drivers/mtd/spi/sf_probe.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/drivers/mtd/spi/sf_probe.c b/drivers/mtd/spi/sf_probe.c

[U-Boot] U-Boot, avr32: compiler warning with

2015-11-15 Thread Heiko Schocher
Hello Simon, I see an compile error for avr32 on travis.org for current mainline U-Boot, see [1]. git bisecting it, with the information that last working avr32 build on travis.org is [2], shows: pollux:u-boot hs [(kein Branch, binäre Suche begonnen bei 20151116)] $ git bisect log git bisect

Re: [U-Boot] [PATCH v3 05/11] dm: timer: Support 64-bit counter

2015-11-15 Thread Bin Meng
Hi Simon, On Sat, Nov 14, 2015 at 10:04 AM, Simon Glass wrote: > Hi Bin, > > On 13 November 2015 at 01:11, Bin Meng wrote: >> There are timers with a 64-bit counter value but current timer >> uclass driver assumes a 32-bit one. Modify timer_get_count() >>

Re: [U-Boot] [PATCH v5 1/2] usb: zynqmp: Add XHCI driver support

2015-11-15 Thread Marek Vasut
On Monday, November 16, 2015 at 06:59:13 AM, Siva Durga Prasad Paladugu wrote: > From: Siva Durga Prasad Paladugu > > Added USB XHCI driver support for zynqmp. > > Signed-off-by: Siva Durga Prasad Paladugu Hi! [...] > +static struct

[U-Boot] Fwd: PSCI for H3

2015-11-15 Thread Chen-Yu Tsai
Hi everyone, (Resent with my correct email address...) I got my Orange Pi PC booting U-boot now, using Hans' sunxi-wip branch that includes Jens' patches. For PSCI and SMP, it seems the H3 follows the structure of previous sun8i SoCs. The CPUCFG registers line up. The manual doesn't have the

Re: [U-Boot] [PATCH V2 0/5] Add support for additional splash screen locations

2015-11-15 Thread Nikita Kiryanov
Adding Stefano to CC. On Sun, Nov 15, 2015 at 10:14:37AM +0200, Nikita Kiryanov wrote: > Ping^2! > > On Sun, Nov 08, 2015 at 10:27:16AM +0200, Nikita Kiryanov wrote: > > Ping! > > > > On Thu, Oct 29, 2015 at 11:54:39AM +0200, Nikita Kiryanov wrote: > > > This series adds the following

Re: [U-Boot] [PATCH] Fix sandbox build on Ubuntu 10.04

2015-11-15 Thread Stephen Warren
On 11/15/2015 07:07 PM, Tom Rini wrote: > On Sat, Nov 14, 2015 at 11:53:49PM -0700, Stephen Warren wrote: > >> gcc 4.4.3 (which is the default native compiler on x86-64 Ubuntu >> 10.04) doesn't seem to like initializers for sub-fields of >> anonymous unions. Solve this by replacing the

Re: [U-Boot] [PATCH V2 11/12] board: varisys: Move common headers to board-common directory

2015-11-15 Thread Andy Fleming
On Thu, Nov 12, 2015 at 11:43 PM, Nishanth Menon wrote: > Header files can be located in a generic location without > needing to reference them with ../common/ > diff --git a/board/varisys/cyrus/cyrus.c b/board/varisys/cyrus/cyrus.c > index 79c363cf841a..6ce7814cb3b9 100644 > ---

[U-Boot] [PATCH v4] Fix board init code to use a valid C runtime environment

2015-11-15 Thread Albert ARIBAUD
board_init_f_mem() alters the C runtime environment's stack it ls actually already using. This is not a valid C runtime environment. Split board_init_f_mem into C functions which do not alter their own stack and therefore run in a valid C runtime environment. Signed-off-by: Albert ARIBAUD

Re: [U-Boot] [PATCH v4] Fix board init code to use a valid C runtime environment

2015-11-15 Thread Albert ARIBAUD
Hello Albert, On Sun, 15 Nov 2015 19:25:25 +0100, Albert ARIBAUD wrote: > board_init_f_mem() alters the C runtime environment's > stack it ls actually already using. This is not a valid > C runtime environment. > > Split board_init_f_mem into C functions which do not