Re: Usage of device-tree for blobs

2021-09-03 Thread Simon Glass
Hi Heinrich, On Wed, 25 Aug 2021 at 02:05, Heinrich Schuchardt wrote: > > Hello Simon, > > some boards like qemu-riscv64_defconfig do not use any device-tree at > build time. A device-tree is only supplied at runtime by the prior boot > stage (CONFIG_OF_PRIOR_STAGE=y). > > In doc/develop/devicetr

Re: Usage of device-tree for blobs

2021-08-28 Thread Simon Glass
Hi Mark, On Fri, 27 Aug 2021 at 13:52, Mark Kettenis wrote: > > > From: Simon Glass > > Date: Thu, 26 Aug 2021 21:57:19 -0600 > > Cc: Heinrich Schuchardt , > > Ilias Apalodimas , > > U-Boot Mailing List > > Content-Type: text/plain; charset="UTF-8" > > > > Hi Mark, > > > > On Th

Re: Usage of device-tree for blobs

2021-08-27 Thread Simon Glass
Hi Heinrich, On Wed, 25 Aug 2021 at 02:05, Heinrich Schuchardt wrote: > > Hello Simon, > > some boards like qemu-riscv64_defconfig do not use any device-tree at > build time. A device-tree is only supplied at runtime by the prior boot > stage (CONFIG_OF_PRIOR_STAGE=y). > > In doc/develop/devicetr

Re: Usage of device-tree for blobs

2021-08-27 Thread Mark Kettenis
> From: Simon Glass > Date: Thu, 26 Aug 2021 21:57:19 -0600 > Cc: Heinrich Schuchardt , > Ilias Apalodimas , > U-Boot Mailing List > Content-Type: text/plain; charset="UTF-8" > > Hi Mark, > > On Thu, 26 Aug 2021 at 14:18, Mark Kettenis wrote: > > > > > From: Simon Glass > > >

Re: Usage of device-tree for blobs

2021-08-26 Thread Simon Glass
Hi Mark, On Thu, 26 Aug 2021 at 14:27, Mark Kettenis wrote: > > > From: Simon Glass > > Date: Thu, 26 Aug 2021 14:00:12 -0600 > > > > Hi Mark, > > > > On Thu, 26 Aug 2021 at 06:55, Mark Kettenis wrote: > > > > > > > From: Simon Glass > > > > Date: Wed, 25 Aug 2021 21:15:00 -0600 > > > > > > >

Re: Usage of device-tree for blobs

2021-08-26 Thread Simon Glass
Hi Mark, On Thu, 26 Aug 2021 at 14:18, Mark Kettenis wrote: > > > From: Simon Glass > > Date: Thu, 26 Aug 2021 13:54:49 -0600 > > > > Hi Heinrich, > > > > > > On Thu, 26 Aug 2021 at 01:10, Heinrich Schuchardt > > wrote: > > > > > > On 8/26/21 5:15 AM, Simon Glass wrote: > > > > Hi Heinrich, >

Re: Usage of device-tree for blobs

2021-08-26 Thread Sean Anderson
On 8/26/21 3:54 PM, Simon Glass wrote: Hi Heinrich, On Thu, 26 Aug 2021 at 01:10, Heinrich Schuchardt wrote: On 8/26/21 5:15 AM, Simon Glass wrote: > Hi Heinrich, > > On Wed, 25 Aug 2021 at 02:05, Heinrich Schuchardt wrote: >> >> Hello Simon, >> >> some boards like qemu-riscv64_defconfig

Re: Usage of device-tree for blobs

2021-08-26 Thread Mark Kettenis
> From: Simon Glass > Date: Thu, 26 Aug 2021 14:00:12 -0600 > > Hi Mark, > > On Thu, 26 Aug 2021 at 06:55, Mark Kettenis wrote: > > > > > From: Simon Glass > > > Date: Wed, 25 Aug 2021 21:15:00 -0600 > > > > > > Hi Heinrich, > > > > > > On Wed, 25 Aug 2021 at 02:05, Heinrich Schuchardt > > >

Re: Usage of device-tree for blobs

2021-08-26 Thread Mark Kettenis
> From: Simon Glass > Date: Thu, 26 Aug 2021 13:54:49 -0600 > > Hi Heinrich, > > > On Thu, 26 Aug 2021 at 01:10, Heinrich Schuchardt wrote: > > > > On 8/26/21 5:15 AM, Simon Glass wrote: > > > Hi Heinrich, > > > > > > On Wed, 25 Aug 2021 at 02:05, Heinrich Schuchardt > > > wrote: > > >> > >

Re: Usage of device-tree for blobs

2021-08-26 Thread Simon Glass
Hi Mark, On Thu, 26 Aug 2021 at 06:55, Mark Kettenis wrote: > > > From: Simon Glass > > Date: Wed, 25 Aug 2021 21:15:00 -0600 > > > > Hi Heinrich, > > > > On Wed, 25 Aug 2021 at 02:05, Heinrich Schuchardt > > wrote: > > > > > > Hello Simon, > > > > > > some boards like qemu-riscv64_defconfig d

Re: Usage of device-tree for blobs

2021-08-26 Thread Simon Glass
Hi Heinrich, On Thu, 26 Aug 2021 at 01:10, Heinrich Schuchardt wrote: > > On 8/26/21 5:15 AM, Simon Glass wrote: > > Hi Heinrich, > > > > On Wed, 25 Aug 2021 at 02:05, Heinrich Schuchardt > > wrote: > >> > >> Hello Simon, > >> > >> some boards like qemu-riscv64_defconfig do not use any device-

Re: Usage of device-tree for blobs

2021-08-26 Thread Mark Kettenis
> From: Simon Glass > Date: Wed, 25 Aug 2021 21:15:00 -0600 > > Hi Heinrich, > > On Wed, 25 Aug 2021 at 02:05, Heinrich Schuchardt wrote: > > > > Hello Simon, > > > > some boards like qemu-riscv64_defconfig do not use any device-tree at > > build time. A device-tree is only supplied at runtime

Re: Usage of device-tree for blobs

2021-08-26 Thread Heinrich Schuchardt
On 8/26/21 5:15 AM, Simon Glass wrote: Hi Heinrich, On Wed, 25 Aug 2021 at 02:05, Heinrich Schuchardt wrote: Hello Simon, some boards like qemu-riscv64_defconfig do not use any device-tree at build time. A device-tree is only supplied at runtime by the prior boot stage (CONFIG_OF_PRIOR_STAGE

Re: Usage of device-tree for blobs

2021-08-25 Thread Simon Glass
Hi Heinrich, On Wed, 25 Aug 2021 at 02:05, Heinrich Schuchardt wrote: > > Hello Simon, > > some boards like qemu-riscv64_defconfig do not use any device-tree at > build time. A device-tree is only supplied at runtime by the prior boot > stage (CONFIG_OF_PRIOR_STAGE=y). > > In doc/develop/devicetr

Usage of device-tree for blobs

2021-08-25 Thread Heinrich Schuchardt
Hello Simon, some boards like qemu-riscv64_defconfig do not use any device-tree at build time. A device-tree is only supplied at runtime by the prior boot stage (CONFIG_OF_PRIOR_STAGE=y). In doc/develop/devicetree/intro.rst you suggest to put binary blobs into the device-tree. Could you, please