Re: [PATCH v6 1/2] schemas: Add some common reserved-memory usages

2023-09-25 Thread Simon Glass
Hi Rob, On Thu, 21 Sept 2023 at 10:45, Simon Glass wrote: > > Hi Rob, > > On Thu, 21 Sept 2023 at 09:20, Rob Herring wrote: > > > > On Thu, Sep 21, 2023 at 9:38 AM Simon Glass wrote: > > > > > > Hi Rob, > > > > > > On Thu, 21 Sept 2023 at 08:25, Rob Herring wrote: > > > > > > > > On Thu, Sep 7

Re: [PATCH v6 1/2] schemas: Add some common reserved-memory usages

2023-09-21 Thread Simon Glass
Hi Rob, On Thu, 21 Sept 2023 at 09:20, Rob Herring wrote: > > On Thu, Sep 21, 2023 at 9:38 AM Simon Glass wrote: > > > > Hi Rob, > > > > On Thu, 21 Sept 2023 at 08:25, Rob Herring wrote: > > > > > > On Thu, Sep 7, 2023 at 4:40 PM Simon Glass wrote: > > > > > > > > It is common to split firmwar

Re: [PATCH v6 1/2] schemas: Add some common reserved-memory usages

2023-09-21 Thread Rob Herring
On Thu, Sep 21, 2023 at 9:38 AM Simon Glass wrote: > > Hi Rob, > > On Thu, 21 Sept 2023 at 08:25, Rob Herring wrote: > > > > On Thu, Sep 7, 2023 at 4:40 PM Simon Glass wrote: > > > > > > It is common to split firmware into 'Platform Init', which does the > > > initial hardware setup and a "Paylo

Re: [PATCH v6 1/2] schemas: Add some common reserved-memory usages

2023-09-21 Thread Simon Glass
Hi Rob, On Thu, 21 Sept 2023 at 08:25, Rob Herring wrote: > > On Thu, Sep 7, 2023 at 4:40 PM Simon Glass wrote: > > > > 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

Re: [PATCH v6 1/2] schemas: Add some common reserved-memory usages

2023-09-21 Thread Rob Herring
On Thu, Sep 7, 2023 at 4:40 PM Simon Glass wrote: > > 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 is required between these two pieces. > > This aims to provide an small

Re: [PATCH v6 1/2] schemas: Add some common reserved-memory usages

2023-09-19 Thread Simon Glass
Hi, On Thu, 7 Sept 2023 at 15:40, Simon Glass wrote: > > 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 is required between these two pieces. > > This aims to provide an s