Re: [PATCH v2] schemas: Add a schema for memory map

2023-08-23 Thread Rob Herring
On Tue, Aug 22, 2023 at 3:34 PM Simon Glass wrote: > > Hi Rob, > > On Tue, 22 Aug 2023 at 12:53, Rob Herring wrote: > > > > On Mon, Aug 21, 2023 at 2:48 PM Simon Glass wrote: > > > > > > The Devicespec specification skips over handling of a logical view of > > > the memory map, pointing users to

Re: [PATCH v2] schemas: Add a schema for memory map

2023-08-22 Thread Simon Glass
Hi Rob, On Tue, 22 Aug 2023 at 12:53, Rob Herring wrote: > > On Mon, Aug 21, 2023 at 2:48 PM Simon Glass wrote: > > > > The Devicespec specification skips over handling of a logical view of > > the memory map, pointing users to the UEFI specification. > > It's more that the DT spec defines what

Re: [PATCH v2] schemas: Add a schema for memory map

2023-08-22 Thread Rob Herring
On Mon, Aug 21, 2023 at 2:48 PM Simon Glass wrote: > > The Devicespec specification skips over handling of a logical view of > the memory map, pointing users to the UEFI specification. It's more that the DT spec defines what is not used with UEFI. If UEFI covers more than the DT Spec defined, the

[PATCH v2] schemas: Add a schema for memory map

2023-08-21 Thread Simon Glass
The Devicespec specification skips over handling of a logical view of the memory map, pointing users to the UEFI specification. It is common to split firmware into 'Platform Init', which does the initial hardware setup and a "Payload" which selects the OS to be booted. Thus an handover interface i