Re: [U-Boot] [RFC PATCH] arm: bootm: Boot kernel with U-Boot's FDT blob

2017-01-13 Thread Ryan Harkin
On 13 January 2017 at 14:19, Mark Rutland wrote: > On Thu, Jan 12, 2017 at 01:47:32PM +, Ryan Harkin wrote: >> On 12 January 2017 at 12:25, Mark Rutland wrote: >> > On Tue, Jan 10, 2017 at 06:50:19PM +, Jon Medhurst (Tixy) wrote: >> >> On Tue,

Re: [U-Boot] [RFC PATCH] arm: bootm: Boot kernel with U-Boot's FDT blob

2017-01-13 Thread Mark Rutland
On Thu, Jan 12, 2017 at 01:47:32PM +, Ryan Harkin wrote: > On 12 January 2017 at 12:25, Mark Rutland wrote: > > On Tue, Jan 10, 2017 at 06:50:19PM +, Jon Medhurst (Tixy) wrote: > >> On Tue, 2017-01-10 at 18:34 +, Mark Rutland wrote: > >> > Looking at the git log

Re: [U-Boot] [RFC PATCH] arm: bootm: Boot kernel with U-Boot's FDT blob

2017-01-12 Thread Ryan Harkin
On 12 January 2017 at 12:25, Mark Rutland wrote: > On Tue, Jan 10, 2017 at 06:50:19PM +, Jon Medhurst (Tixy) wrote: >> On Tue, 2017-01-10 at 18:34 +, Mark Rutland wrote: >> > Looking at the git log for arch/arm64/boot/dts/arm, most updates are >> > simply adding new

Re: [U-Boot] [RFC PATCH] arm: bootm: Boot kernel with U-Boot's FDT blob

2017-01-12 Thread Mark Rutland
On Tue, Jan 10, 2017 at 06:50:19PM +, Jon Medhurst (Tixy) wrote: > On Tue, 2017-01-10 at 18:34 +, Mark Rutland wrote: > > Looking at the git log for arch/arm64/boot/dts/arm, most updates are > > simply adding new descriptions, so a DTB from a year ago should work > > just fine with

Re: [U-Boot] [RFC PATCH] arm: bootm: Boot kernel with U-Boot's FDT blob

2017-01-11 Thread Lokesh Vutla
On Wednesday 11 January 2017 12:50 PM, Michal Simek wrote: > On 11.1.2017 06:19, Lokesh Vutla wrote: >> >> >> On Tuesday 10 January 2017 06:28 PM, Michal Simek wrote: >>> U-Boot configured via DTB can use the same DTB for booting the kernel. >>> When OF_CONTROL is used fdtcontroladdr is setup

Re: [U-Boot] [RFC PATCH] arm: bootm: Boot kernel with U-Boot's FDT blob

2017-01-10 Thread Michal Simek
On 11.1.2017 06:19, Lokesh Vutla wrote: > > > On Tuesday 10 January 2017 06:28 PM, Michal Simek wrote: >> U-Boot configured via DTB can use the same DTB for booting the kernel. >> When OF_CONTROL is used fdtcontroladdr is setup and can be use for boot. >> >> Signed-off-by: Michal Simek

Re: [U-Boot] [RFC PATCH] arm: bootm: Boot kernel with U-Boot's FDT blob

2017-01-10 Thread Lokesh Vutla
On Tuesday 10 January 2017 06:28 PM, Michal Simek wrote: > U-Boot configured via DTB can use the same DTB for booting the kernel. > When OF_CONTROL is used fdtcontroladdr is setup and can be use for boot. > > Signed-off-by: Michal Simek > --- > > Didn't check if there

Re: [U-Boot] [RFC PATCH] arm: bootm: Boot kernel with U-Boot's FDT blob

2017-01-10 Thread york sun
On 01/10/2017 05:02 AM, Alexander Graf wrote: > On 01/10/2017 01:58 PM, Michal Simek wrote: >> U-Boot configured via DTB can use the same DTB for booting the kernel. >> When OF_CONTROL is used fdtcontroladdr is setup and can be use for boot. >> >> Signed-off-by: Michal Simek

Re: [U-Boot] [RFC PATCH] arm: bootm: Boot kernel with U-Boot's FDT blob

2017-01-10 Thread Jon Medhurst (Tixy)
On Tue, 2017-01-10 at 18:34 +, Mark Rutland wrote: > Looking at the git log for arch/arm64/boot/dts/arm, most updates are > simply adding new descriptions, so a DTB from a year ago should work > just fine with mainline (modulo the Juno PCI window issue, which was a > DTB bug). Upgrading kernel

Re: [U-Boot] [RFC PATCH] arm: bootm: Boot kernel with U-Boot's FDT blob

2017-01-10 Thread Mark Rutland
On Tue, Jan 10, 2017 at 05:17:07PM +, Ryan Harkin wrote: > On 10 January 2017 at 16:58, Alexander Graf wrote: > > On 01/10/2017 05:47 PM, Ryan Harkin wrote: > >> I have a background task to refactor u-boot support for ARM Ltd > >> boards. One of many options I was considering

Re: [U-Boot] [RFC PATCH] arm: bootm: Boot kernel with U-Boot's FDT blob

2017-01-10 Thread Michal Simek
On 10.1.2017 18:52, Stephen Warren wrote: > On 01/10/2017 09:58 AM, Alexander Graf wrote: >> On 01/10/2017 05:47 PM, Ryan Harkin wrote: >>> On 10 January 2017 at 16:35, Alexander Graf wrote: On 01/10/2017 05:31 PM, york sun wrote: > On 01/10/2017 05:02 AM, Alexander Graf

Re: [U-Boot] [RFC PATCH] arm: bootm: Boot kernel with U-Boot's FDT blob

2017-01-10 Thread Stephen Warren
On 01/10/2017 09:58 AM, Alexander Graf wrote: On 01/10/2017 05:47 PM, Ryan Harkin wrote: On 10 January 2017 at 16:35, Alexander Graf wrote: On 01/10/2017 05:31 PM, york sun wrote: On 01/10/2017 05:02 AM, Alexander Graf wrote: On 01/10/2017 01:58 PM, Michal Simek wrote:

Re: [U-Boot] [RFC PATCH] arm: bootm: Boot kernel with U-Boot's FDT blob

2017-01-10 Thread Ryan Harkin
On 10 January 2017 at 16:58, Alexander Graf wrote: > On 01/10/2017 05:47 PM, Ryan Harkin wrote: >> >> On 10 January 2017 at 16:35, Alexander Graf wrote: >>> >>> On 01/10/2017 05:31 PM, york sun wrote: On 01/10/2017 05:02 AM, Alexander Graf wrote: >

Re: [U-Boot] [RFC PATCH] arm: bootm: Boot kernel with U-Boot's FDT blob

2017-01-10 Thread Alexander Graf
On 01/10/2017 05:42 PM, york sun wrote: On 01/10/2017 08:35 AM, Alexander Graf wrote: On 01/10/2017 05:31 PM, york sun wrote: On 01/10/2017 05:02 AM, Alexander Graf wrote: On 01/10/2017 01:58 PM, Michal Simek wrote: U-Boot configured via DTB can use the same DTB for booting the kernel. When

Re: [U-Boot] [RFC PATCH] arm: bootm: Boot kernel with U-Boot's FDT blob

2017-01-10 Thread Alexander Graf
On 01/10/2017 05:47 PM, Ryan Harkin wrote: On 10 January 2017 at 16:35, Alexander Graf wrote: On 01/10/2017 05:31 PM, york sun wrote: On 01/10/2017 05:02 AM, Alexander Graf wrote: On 01/10/2017 01:58 PM, Michal Simek wrote: U-Boot configured via DTB can use the same DTB for

Re: [U-Boot] [RFC PATCH] arm: bootm: Boot kernel with U-Boot's FDT blob

2017-01-10 Thread york sun
On 01/10/2017 08:35 AM, Alexander Graf wrote: > On 01/10/2017 05:31 PM, york sun wrote: >> On 01/10/2017 05:02 AM, Alexander Graf wrote: >>> On 01/10/2017 01:58 PM, Michal Simek wrote: U-Boot configured via DTB can use the same DTB for booting the kernel. When OF_CONTROL is used

Re: [U-Boot] [RFC PATCH] arm: bootm: Boot kernel with U-Boot's FDT blob

2017-01-10 Thread Ryan Harkin
On 10 January 2017 at 16:35, Alexander Graf wrote: > On 01/10/2017 05:31 PM, york sun wrote: >> >> On 01/10/2017 05:02 AM, Alexander Graf wrote: >>> >>> On 01/10/2017 01:58 PM, Michal Simek wrote: U-Boot configured via DTB can use the same DTB for booting the kernel.

Re: [U-Boot] [RFC PATCH] arm: bootm: Boot kernel with U-Boot's FDT blob

2017-01-10 Thread Alexander Graf
On 01/10/2017 05:31 PM, york sun wrote: On 01/10/2017 05:02 AM, Alexander Graf wrote: On 01/10/2017 01:58 PM, Michal Simek wrote: U-Boot configured via DTB can use the same DTB for booting the kernel. When OF_CONTROL is used fdtcontroladdr is setup and can be use for boot. Signed-off-by:

Re: [U-Boot] [RFC PATCH] arm: bootm: Boot kernel with U-Boot's FDT blob

2017-01-10 Thread Michal Simek
On 10.1.2017 14:08, Alexander Graf wrote: > On 01/10/2017 02:05 PM, Michal Simek wrote: >> On 10.1.2017 14:02, Alexander Graf wrote: >>> On 01/10/2017 01:58 PM, Michal Simek wrote: U-Boot configured via DTB can use the same DTB for booting the kernel. When OF_CONTROL is used

Re: [U-Boot] [RFC PATCH] arm: bootm: Boot kernel with U-Boot's FDT blob

2017-01-10 Thread Alexander Graf
On 01/10/2017 02:05 PM, Michal Simek wrote: On 10.1.2017 14:02, Alexander Graf wrote: On 01/10/2017 01:58 PM, Michal Simek wrote: U-Boot configured via DTB can use the same DTB for booting the kernel. When OF_CONTROL is used fdtcontroladdr is setup and can be use for boot. Signed-off-by:

Re: [U-Boot] [RFC PATCH] arm: bootm: Boot kernel with U-Boot's FDT blob

2017-01-10 Thread Michal Simek
On 10.1.2017 14:02, Alexander Graf wrote: > On 01/10/2017 01:58 PM, Michal Simek wrote: >> U-Boot configured via DTB can use the same DTB for booting the kernel. >> When OF_CONTROL is used fdtcontroladdr is setup and can be use for boot. >> >> Signed-off-by: Michal Simek

Re: [U-Boot] [RFC PATCH] arm: bootm: Boot kernel with U-Boot's FDT blob

2017-01-10 Thread Alexander Graf
On 01/10/2017 01:58 PM, Michal Simek wrote: U-Boot configured via DTB can use the same DTB for booting the kernel. When OF_CONTROL is used fdtcontroladdr is setup and can be use for boot. Signed-off-by: Michal Simek --- Didn't check if there is any side effect or not

[U-Boot] [RFC PATCH] arm: bootm: Boot kernel with U-Boot's FDT blob

2017-01-10 Thread Michal Simek
U-Boot configured via DTB can use the same DTB for booting the kernel. When OF_CONTROL is used fdtcontroladdr is setup and can be use for boot. Signed-off-by: Michal Simek --- Didn't check if there is any side effect or not but it looks weird when you have DT driver