Re: [PATCH] 10_linux: Add devicetree command, if a dtb is present.

2019-05-28 Thread Dimitri John Ledkov
On Tue, 28 May 2019 at 12:01, Leif Lindholm wrote: > > On Tue, May 28, 2019 at 11:27:08AM +0200, Daniel Kiper wrote: > > On Thu, May 23, 2019 at 10:31:13PM +0100, Dimitri John Ledkov wrote: > > > Specifically support dtb paths as created by flash-kernel package on > > > Debian/Ubuntu systems, and

Re: [PATCH] 10_linux: Add devicetree command, if a dtb is present.

2019-05-28 Thread Leif Lindholm
On Tue, May 28, 2019 at 11:27:08AM +0200, Daniel Kiper wrote: > On Thu, May 23, 2019 at 10:31:13PM +0100, Dimitri John Ledkov wrote: > > Specifically support dtb paths as created by flash-kernel package on > > Debian/Ubuntu systems, and a generic one. Possibly this needs to be > > extended to suppo

[PATCH] 10_linux: Add devicetree command, if a dtb is present.

2019-05-23 Thread Dimitri John Ledkov
Specifically support dtb paths as created by flash-kernel package on Debian/Ubuntu systems, and a generic one. Possibly this needs to be extended to support other devicetree blob paths as installed on other distributions (similar to how multiple initrd paths are supported). This is particularly us