Re: [Arm.ebbr-discuss] [PATCH] Describe protective partitioning for platforms using shared storage

2018-05-30 Thread Grant Likely
On 30/05/2018 14:04, Grant Likely wrote: On 25/05/2018 15:41, Peter Robinson wrote: On Thu, May 24, 2018 at 3:55 PM, Grant Likely wrote: Personally I think we should encourage separate ESP and firmware partitions. I tend to agree here. Also, not directly related but someone referred me to t

Re: [Arm.ebbr-discuss] [PATCH] Describe protective partitioning for platforms using shared storage

2018-05-30 Thread Grant Likely
On 25/05/2018 15:41, Peter Robinson wrote: On Thu, May 24, 2018 at 3:55 PM, Grant Likely wrote: Personally I think we should encourage separate ESP and firmware partitions. I tend to agree here. Also, not directly related but someone referred me to the design spec used by the OpenCompute ONI

Re: [Arm.ebbr-discuss] [PATCH] Describe protective partitioning for platforms using shared storage

2018-05-25 Thread Peter Robinson
On Thu, May 24, 2018 at 3:55 PM, Grant Likely wrote: > Personally I think we should encourage separate ESP and firmware partitions. I tend to agree here. Also, not directly related but someone referred me to the design spec used by the OpenCompute ONIE (Open Network Install Environment) project.

Re: [Arm.ebbr-discuss] [PATCH] Describe protective partitioning for platforms using shared storage

2018-05-24 Thread Grant Likely
On 23/05/2018 14:21, Daniel Thompson wrote: On Tue, May 22, 2018 at 11:12:26PM +0200, Alexander Graf wrote: Am 22.05.2018 um 21:17 schrieb Daniel Thompson : Fixes: #3 Fixed: #8 Signed-off-by: Daniel Thompson --- Notes: This patch tries to capture contributions from a long a varied discuss

Re: [Arm.ebbr-discuss] [PATCH] Describe protective partitioning for platforms using shared storage

2018-05-24 Thread Grant Likely
On 24/05/2018 14:00, Alexander Graf wrote: On 24.05.18 11:16, Daniel Thompson wrote: On Wed, May 23, 2018 at 04:08:52PM +0200, Alexander Graf wrote: +MBR partitioning + + +Protective partitions should have a partition type of 0xF8 unless some +immutable feature of the platform

Re: [Arm.ebbr-discuss] [PATCH] Describe protective partitioning for platforms using shared storage

2018-05-24 Thread Daniel Thompson
Subject: Re: [Arm.ebbr-discuss] [PATCH] Describe protective partitioning for > platforms using shared storage > > > > On 24.05.18 11:16, Daniel Thompson wrote: > > On Wed, May 23, 2018 at 04:08:52PM +0200, Alexander Graf wrote: > >>>>> +MBR partitioning >

Re: [Arm.ebbr-discuss] [PATCH] Describe protective partitioning for platforms using shared storage

2018-05-24 Thread Grant Likely
@lists.linaro.org; arm.ebbr-discuss Subject: Re: [Arm.ebbr-discuss] [PATCH] Describe protective partitioning for platforms using shared storage On 24.05.18 11:16, Daniel Thompson wrote: > On Wed, May 23, 2018 at 04:08:52PM +0200, Alexander Graf wrote: >>>>>

Re: [Arm.ebbr-discuss] [PATCH] Describe protective partitioning for platforms using shared storage

2018-05-24 Thread Alexander Graf
On 24.05.18 11:16, Daniel Thompson wrote: > On Wed, May 23, 2018 at 04:08:52PM +0200, Alexander Graf wrote: > +MBR partitioning > + > + > +Protective partitions should have a partition type of 0xF8 unless some > +immutable feature of the platform makes this imp

Re: [Arm.ebbr-discuss] [PATCH] Describe protective partitioning for platforms using shared storage

2018-05-24 Thread Daniel Thompson
On Wed, May 23, 2018 at 04:08:52PM +0200, Alexander Graf wrote: > > > > +MBR partitioning > > > > + > > > > + > > > > +Protective partitions should have a partition type of 0xF8 unless some > > > > +immutable feature of the platform makes this impossible. > > > I'd like to be rid of

Re: [Arm.ebbr-discuss] [PATCH] Describe protective partitioning for platforms using shared storage

2018-05-23 Thread Alexander Graf
On 05/23/2018 03:21 PM, Daniel Thompson wrote: On Tue, May 22, 2018 at 11:12:26PM +0200, Alexander Graf wrote: Am 22.05.2018 um 21:17 schrieb Daniel Thompson : Fixes: #3 Fixed: #8 Signed-off-by: Daniel Thompson --- Notes: This patch tries to capture contributions from a long a varied disc

Re: [Arm.ebbr-discuss] [PATCH] Describe protective partitioning for platforms using shared storage

2018-05-23 Thread Alexander Graf
On 05/23/2018 03:12 PM, Daniel Thompson wrote: On Tue, May 22, 2018 at 09:31:16PM +0100, Grant Likely wrote: Hi Daniel, Thanks for writing this. Good job. Comments below. On 22/05/2018 20:17, Daniel Thompson wrote: Fixes: #3 Fixed: #8 Signed-off-by: Daniel Thompson Nit: I'd like to maintain

Re: [Arm.ebbr-discuss] [PATCH] Describe protective partitioning for platforms using shared storage

2018-05-23 Thread Daniel Thompson
On Tue, May 22, 2018 at 11:12:26PM +0200, Alexander Graf wrote: > > Am 22.05.2018 um 21:17 schrieb Daniel Thompson : > > > > Fixes: #3 > > Fixed: #8 > > Signed-off-by: Daniel Thompson > > --- > > > > Notes: > >This patch tries to capture contributions from a long a varied > > discussion. >

Re: [Arm.ebbr-discuss] [PATCH] Describe protective partitioning for platforms using shared storage

2018-05-23 Thread Daniel Thompson
On Tue, May 22, 2018 at 09:31:16PM +0100, Grant Likely wrote: > Hi Daniel, > > Thanks for writing this. Good job. Comments below. > > On 22/05/2018 20:17, Daniel Thompson wrote: > > Fixes: #3 > > Fixed: #8 > > Signed-off-by: Daniel Thompson > > Nit: I'd like to maintain good patch practice. Ple

Re: [Arm.ebbr-discuss] [PATCH] Describe protective partitioning for platforms using shared storage

2018-05-22 Thread Alexander Graf
> Am 22.05.2018 um 21:17 schrieb Daniel Thompson : > > Fixes: #3 > Fixed: #8 > Signed-off-by: Daniel Thompson > --- > > Notes: >This patch tries to capture contributions from a long a varied discussion. >I hope I haven't missed anything major. > >Thanks to all the contributors to

Re: [Arm.ebbr-discuss] [PATCH] Describe protective partitioning for platforms using shared storage

2018-05-22 Thread Grant Likely
Hi Daniel, Thanks for writing this. Good job. Comments below. On 22/05/2018 20:17, Daniel Thompson wrote: Fixes: #3 Fixed: #8 Signed-off-by: Daniel Thompson Nit: I'd like to maintain good patch practice. Please include commit description in patches. --- Notes: This patch tries to cap

[PATCH] Describe protective partitioning for platforms using shared storage

2018-05-22 Thread Daniel Thompson
Fixes: #3 Fixed: #8 Signed-off-by: Daniel Thompson --- Notes: This patch tries to capture contributions from a long a varied discussion. I hope I haven't missed anything major. Thanks to all the contributors to this topic so far! source/ebbr.rst | 47 +++