On Thu, Oct 15, 2015 at 11:19:58PM +0200, Albert ARIBAUD wrote:
> Hello,
>
> The following changes since commit 297faccca2235e359012118495b9b73451d54bb9:
>
> Merge branch 'master' of git://www.denx.de/git/u-boot-imx (2015-10-13
> 08:37:38 -0400)
>
> are available in the git repository at:
>
On Thursday, October 15, 2015 at 08:18:43 PM, Dinh Nguyen wrote:
> On Thu, Oct 15, 2015 at 1:08 PM, Marek Vasut wrote:
> > On Thursday, October 15, 2015 at 05:04:38 PM, Dinh Nguyen wrote:
> >
> > Hi!
> >
> >> >>> diff --git a/arch/arm/include/asm/pl310.h
> >> >>> b/arch/arm/include/asm/pl310.h i
Export fdt_blob to the environment variable. So that we may
use it to boot Linux.
Signed-off-by: Thomas Chou
---
v2
move the code to per board, nios2-generic.c.
v3
move the code to generic, board_r.c.
v4
use fdtcontroladdr as Simon suggested.
common/board_r.c | 3 +++
doc/README.fdt
On Thu, Oct 15, 2015 at 9:55 PM, Tom Rini wrote:
> On Thu, Oct 15, 2015 at 03:52:08AM +0200, Andreas Färber wrote:
>> Am 15.10.2015 um 02:40 schrieb Tom Rini:
>> > On Thu, Oct 15, 2015 at 02:28:34AM +0200, Andreas Färber wrote:
>> >> Am 12.10.2015 um 17:18 schrieb Tom Rini:
>> >>> If you have a re
On Fri, Oct 16, 2015 at 01:50:47AM +0100, Peter Robinson wrote:
> On Thu, Oct 15, 2015 at 9:55 PM, Tom Rini wrote:
> > On Thu, Oct 15, 2015 at 03:52:08AM +0200, Andreas Färber wrote:
> >> Am 15.10.2015 um 02:40 schrieb Tom Rini:
> >> > On Thu, Oct 15, 2015 at 02:28:34AM +0200, Andreas Färber wrote
>> >> >>> If you have a regression, speak up.
>> >> >>
>> >> >> For -rc4 I had reported that CONFIG_API is broken for sunxi among
>> >> >> others. I was told this was fallout of the new Driver Model. Has anyone
>> >> >> thought about how to fix this? Is that already a lost cause for
>> >> >> 2015.
Hi, Joe
On 9/4/2015 11:34 PM, Joe Hershberger wrote:
On Tue, Sep 1, 2015 at 5:22 AM, Josh Wu wrote:
As we don't modify the 'name' parameter, so change it to const.
Signed-off-by: Josh Wu
Acked-by: Joe Hershberger
Thanks for the Ack.
It seems I didn't see this patch in your git tree, or I
> -Original Message-
> From: York Sun [mailto:york...@freescale.com]
> Sent: Thursday, October 15, 2015 9:56 PM
> To: Kushwaha Prabhakar-B32579 ; u-
> b...@lists.denx.de
> Cc: Srivastava Pratiyush-B46174
> Subject: Re: [PATCH 1/2] armv8: LS2080A: Rename LS2085A to reflect
> LS2080A
>
>
> -Original Message-
> From: Gong Qianyu [mailto:qianyu.g...@freescale.com]
> Sent: Thursday, October 15, 2015 6:32 PM
> To: u-boot@lists.denx.de
> Cc: Hu Mingkai-B21284 ; Sun York-R58495
> ; Hou Zhiqiang-B48286 ;
> Xie Shaohui-B21989 ; Song Wenbin-B53747
> ; Wood Scott-B07421
> ; Kushwaha
> -Original Message-
> From: Gong Qianyu [mailto:qianyu.g...@freescale.com]
> Sent: Thursday, October 15, 2015 6:33 PM
> To: u-boot@lists.denx.de
> Cc: Hu Mingkai-B21284 ; Sun York-R58495
> ; Hou Zhiqiang-B48286 ;
> Xie Shaohui-B21989 ; Song Wenbin-B53747
> ; Wood Scott-B07421
> ; Kushwaha
Hello Albert,
> On Wed, 9 Sep 2015 10:22:02 +0800, Alison Wang
> wrote:
> > When building u-boot with the latest Linaro toolchain, such as
> > gcc-linaro-4.9, u-boot will hang at PCIE init on LS1021A platform.
> > The issue is reported on
> > http://comments.gmane.org/gmane.linux.linaro.toolchai
Hello Alison,
On Wed, 9 Sep 2015 10:22:02 +0800, Alison Wang
wrote:
> When building u-boot with the latest Linaro toolchain, such as
> gcc-linaro-4.9, u-boot will hang at PCIE init on LS1021A platform.
> The issue is reported on
> http://comments.gmane.org/gmane.linux.linaro.toolchain/5163.
>
>
The SEC driver code has been cleaned up to work for 64 bit
physical addresses and systems where endianess of SEC block
is different from the Core.
Changes:
1. Descriptor created on Core is modified as per SEC block
endianness before the job is submitted.
2. The read/write of physical addresses t
> -Original Message-
> From: York Sun [mailto:york...@freescale.com]
> Sent: Thursday, October 15, 2015 10:20 PM
> To: Bansal Aneesh-B39320 ; u-boot@lists.denx.de
> Cc: Wood Scott-B07421 ; Gupta Ruchika-R66431
> ; Kushwaha Prabhakar-B32579
>
> Subject: Re: [PATCH 3/3][v3] crypto/fsl: SEC d
On 10/15/2015 6:32 PM, Gong Qianyu wrote:
From: Mingkai Hu
There are two LS series processors are built on ARMv8 Layersacpe
architecture currently, LS2085A and LS1043A. They are based on
ARMv8 core although use different chassis, so create fsl-layerscape
to refactor the common code for the LS
On 10/15/2015 6:32 PM, Gong Qianyu wrote:
From: Mingkai Hu
Freescale LayerScape with Chassis Generation 2 is a set of SoCs with
ARMv8 cores and 2rd generation of Chassis.
Signed-off-by: Li Yang
Signed-off-by: Hou Zhiqiang
Signed-off-by: Mingkai Hu
Signed-off-by: Gong Qianyu
---
V5:
- M
Hi Stefano,
This patch did not make it into the git tree, however my patch which
followed that one (and which fixed the same issue on colibri_vf only),
did make it...
Sorry, my comment below was somewhat confusing. I descided afterwards to
just send a seperate one for colibri_vf.
Could you also
On Thu, 2015-10-15 at 17:58 -0400, Tom Rini wrote:
> On Thu, Oct 15, 2015 at 03:56:09PM +, Joakim Tjernlund wrote:
> > On Tue, 2015-10-06 at 11:17 +, Joakim Tjernlund wrote:
> > > On Thu, 2015-10-01 at 08:57 +, Joakim Tjernlund wrote:
> > > > On Wed, 2015-09-30 at 21:35 +0200, Marek Vas
> -Original Message-
> From: Kushwaha Prabhakar-B32579
> Sent: Friday, October 16, 2015 12:08 PM
> To: Gong Qianyu-B52263; u-boot@lists.denx.de
> Cc: Hu Mingkai-B21284; Sun York-R58495; Hou Zhiqiang-B48286; Xie Shaohui-
> B21989; Song Wenbin-B53747; Wood Scott-B07421; Wang Huan-B18965; Gon
101 - 119 of 119 matches
Mail list logo