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 functionali
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
> --- a/board/varisys/
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 initializat
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 s
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 PRC
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 zynqmp_xhci zynqmp_xhci;
> +
> +unsigned long ctr_addr[] =
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()
>> to ask timer driver to always return a 6
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: [PATC
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 func
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 the following script
>>>
>>>
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
index bc05d30..fcfac44 1
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]
> Signed-off-by: Bin Meng
> Tested-by: Bin
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()
>> to ask timer driver to always return a 6
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, Mugunt
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 copyright announcement
Changes in v2: None
Chang
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:
>
> lib/
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 wrote:
> >>> Hi Fabio,
> >>>
> >>> On 10 November 2015 a
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 +0100, Simon
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 Glass
>> ---
>>
>> common/cmd_pci.c | 216
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 Estevam wrote:
Hi Simon,
On Tue, Nov 10, 2015
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 ddr initial, and boot
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:
(
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.
This is useful since it
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 they
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
> alter their own stack and
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
---
Cc
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 implementat
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; u-boot@lists.denx.de
Subject:
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 :) as the very firs
> "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
__
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 avoid anyone missin
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
> > -
32 matches
Mail list logo