Re: DT and EBBR, was: Securing the boot flow in U-Boot

2019-06-25 Thread Grant Likely
On Wed, Jun 5, 2019 at 6:25 PM Heinrich Schuchardt wrote: > On 6/5/19 3:55 PM, Francois Ozog wrote: > > II - Desired DT for EBBR policy > > > > 1) "upstream" DT > > > > 1.1) who provides DT > > Board vendor make a that describes every hardware piece, > > firmware provides a DT to OS, OS may be ab

Re: Securing the boot flow in U-Boot

2019-06-06 Thread Francois Ozog
I introduced the discussion topic to LEDGE Steering Committee today. Linaro will focus on the use case where the DT is provided by the firmware. Other use cases may be considered at a later stage. On Thu, 6 Jun 2019 at 11:10, Tom Rini wrote: > On Thu, Jun 06, 2019 at 09:08:25AM +0200, Ard Bie

Re: Securing the boot flow in U-Boot

2019-06-06 Thread Steve McIntyre
[ Snipping again ] On Thu, Jun 06, 2019 at 11:10:07AM -0400, Tom Rini wrote: >On Thu, Jun 06, 2019 at 09:08:25AM +0200, Ard Biesheuvel wrote: >> On Wed, 5 Jun 2019 at 21:28, Tom Rini wrote: >> > >> > Where does this description that's coming with the board come from? >> > That _matters_ if you wa

Re: Securing the boot flow in U-Boot

2019-06-06 Thread Francois Ozog
+Bill Le jeu. 6 juin 2019 à 03:08, Ard Biesheuvel a écrit : > On Wed, 5 Jun 2019 at 21:28, Tom Rini wrote: > > > > On Wed, Jun 05, 2019 at 08:30:12PM +0200, Ard Biesheuvel wrote: > > > On Wed, 5 Jun 2019 at 19:30, Tom Rini wrote: > > > > > > > > On Wed, Jun 05, 2019 at 06:14:08PM +0100, Mark B

Re: Securing the boot flow in U-Boot

2019-06-06 Thread Ard Biesheuvel
On Wed, 5 Jun 2019 at 21:28, Tom Rini wrote: > > On Wed, Jun 05, 2019 at 08:30:12PM +0200, Ard Biesheuvel wrote: > > On Wed, 5 Jun 2019 at 19:30, Tom Rini wrote: > > > > > > On Wed, Jun 05, 2019 at 06:14:08PM +0100, Mark Brown wrote: > > > > On Wed, Jun 05, 2019 at 02:16:11PM +0200, Ard Biesheuve

Re: Securing the boot flow in U-Boot

2019-06-05 Thread Ard Biesheuvel
On Wed, 5 Jun 2019 at 19:30, Tom Rini wrote: > > On Wed, Jun 05, 2019 at 06:14:08PM +0100, Mark Brown wrote: > > On Wed, Jun 05, 2019 at 02:16:11PM +0200, Ard Biesheuvel wrote: > > > > > The idea of EBBR is to move away from a vertically integrated model, > > > and permit systems or appliances to

Re: DT and EBBR, was: Securing the boot flow in U-Boot

2019-06-05 Thread Heinrich Schuchardt
On 6/5/19 3:55 PM, Francois Ozog wrote: So trying to summarize the DT side track discussion in a different thread: ( Shall we organize a virtual design sprint before the end of the month? I'd like to create a section from the discussion in Boot Flows documen ) I - Current situation is: - DT pro

Re: DT and EBBR, was: Securing the boot flow in U-Boot

2019-06-05 Thread Francois Ozog
is.o...@linaro.org] > *Sent:* Wednesday, June 5, 2019 9:55 AM > *To:* Tom Rini > *Cc:* Ard Biesheuvel; Grant Likely; Heinrich Schuchardt; Ilias > Apalodimas; boot-architecture@lists.linaro.org; nd; Loic Pallardy; Mills, > William; Peter Robinson > *Subject:* DT and EBBR, was: S

RE: DT and EBBR, was: Securing the boot flow in U-Boot

2019-06-05 Thread Mills, William
[mailto:francois.o...@linaro.org] Sent: Wednesday, June 5, 2019 9:55 AM To: Tom Rini Cc: Ard Biesheuvel; Grant Likely; Heinrich Schuchardt; Ilias Apalodimas; boot-architecture@lists.linaro.org; nd; Loic Pallardy; Mills, William; Peter Robinson Subject: DT and EBBR, was: Securing the boot flow in U

DT and EBBR, was: Securing the boot flow in U-Boot

2019-06-05 Thread Francois Ozog
So trying to summarize the DT side track discussion in a different thread: ( Shall we organize a virtual design sprint before the end of the month? I'd like to create a section from the discussion in Boot Flows documen ) I - Current situation is: - DT provided by Linux kernel because it was “easi

Re: Securing the boot flow in U-Boot

2019-06-05 Thread Ard Biesheuvel
On Wed, 5 Jun 2019 at 14:59, Tom Rini wrote: > > On Wed, Jun 05, 2019 at 09:17:04AM +0100, Graeme Gregory wrote: > > On Wed, 5 Jun 2019 at 07:36, Ard Biesheuvel > > wrote: > > > > > On Wed, 5 Jun 2019 at 00:41, Tom Rini wrote: > > > > > > > ... > > > > > > > It depends on what you mean by "OS pr

Re: Securing the boot flow in U-Boot

2019-06-05 Thread Ard Biesheuvel
On Wed, 5 Jun 2019 at 13:14, Mark Brown wrote: > > On Wed, Jun 05, 2019 at 11:18:44AM +0100, Steve McIntyre wrote: > > > Nod. We're *way* past the time where this should have stopped. How on > > earth do we get to common DT useful for all bootloaders, OSes (etc.) > > if people still consider the b

Re: Securing the boot flow in U-Boot

2019-06-05 Thread Steve McIntyre
On Wed, Jun 05, 2019 at 08:36:25AM +0200, Ard Biesheuvel wrote: >On Wed, 5 Jun 2019 at 00:41, Tom Rini wrote: >> >... > >> It depends on what you mean by "OS provided". The DTS files come from >> the Linux Kernel sources, full stop. > >That is the mistake we should try to fix. > >We have DT bindi

Re: Securing the boot flow in U-Boot

2019-06-05 Thread Graeme Gregory
On Wed, 5 Jun 2019 at 07:36, Ard Biesheuvel wrote: > On Wed, 5 Jun 2019 at 00:41, Tom Rini wrote: > > > ... > > > It depends on what you mean by "OS provided". The DTS files come from > > the Linux Kernel sources, full stop. > > That is the mistake we should try to fix. > > We have DT bindings,

Re: Securing the boot flow in U-Boot

2019-06-04 Thread Ard Biesheuvel
On Wed, 5 Jun 2019 at 00:41, Tom Rini wrote: > ... > It depends on what you mean by "OS provided". The DTS files come from > the Linux Kernel sources, full stop. That is the mistake we should try to fix. We have DT bindings, which define the contract between the OS on one side, and the platfor

Re: Securing the boot flow in U-Boot

2019-06-04 Thread Ard Biesheuvel
On Wed, 5 Jun 2019 at 00:34, Tom Rini wrote: > > On Tue, Jun 04, 2019 at 06:14:16PM -0400, Francois Ozog wrote: > > Le mar. 4 juin 2019 à 17:31, Tom Rini a écrit : > > ... > > I think it may be good to validate but not provide. There is no Linux > > provided ACPI table right ? So I get the point

Re: Securing the boot flow in U-Boot

2019-06-04 Thread Francois Ozog
Le mar. 4 juin 2019 à 17:31, Tom Rini a écrit : > On Tue, Jun 04, 2019 at 10:25:23AM -0400, Francois Ozog wrote: > > On Tue, 4 Jun 2019 at 10:17, Heinrich Schuchardt > wrote: > > > > > > > > > > > On 6/4/19 3:55 PM, Francois Ozog wrote: > > > > On Tue, 4 Jun 2019 at 09:49, Ard Biesheuvel < > ard

Re: Securing the boot flow in U-Boot

2019-06-04 Thread Francois Ozog
Le mar. 4 juin 2019 à 17:27, Tom Rini a écrit : > On Tue, Jun 04, 2019 at 10:21:54AM -0400, Francois Ozog wrote: > > On Tue, 4 Jun 2019 at 10:00, Ard Biesheuvel > > wrote: > > > > > > > > > > > On Tue, 4 Jun 2019 at 15:55, Francois Ozog > > > wrote: > > > > > >> > > >> > > >> On Tue, 4 Jun 2019

Re: Securing the boot flow in U-Boot

2019-06-04 Thread Ard Biesheuvel
On Tue, 4 Jun 2019 at 18:38, Francois Ozog wrote: > > > On Tue, 4 Jun 2019 at 10:57, Ard Biesheuvel > wrote: > >> >> Yes, that makes sense. But the problem is that UEFI secure boot does not >> support this model. An image is considered valid if it authenticates >> against any of the keys in db.

Re: Securing the boot flow in U-Boot

2019-06-04 Thread Francois Ozog
On Tue, 4 Jun 2019 at 10:57, Ard Biesheuvel wrote: > > > On Tue, 4 Jun 2019 at 16:52, Francois Ozog > wrote: > >> >> >> On Tue, 4 Jun 2019 at 10:37, Ard Biesheuvel >> wrote: >> >>> On Tue, 4 Jun 2019 at 16:29, Heinrich Schuchardt >>> wrote: >>> > >>> > >>> > >>> > On 6/4/19 4:20 PM, Ard Bieshe

Re: Securing the boot flow in U-Boot

2019-06-04 Thread Steve McIntyre
[ Trimming some quoting! ] On Tue, Jun 04, 2019 at 11:17:09AM -0400, Francois Ozog wrote: >On Tue, 4 Jun 2019 at 10:57, Ard Biesheuvel >>> >> Yes, that makes sense. But the problem is that UEFI secure boot does not >> support this model. An image is considered valid if it authenticates >> against

Re: Securing the boot flow in U-Boot

2019-06-04 Thread Francois Ozog
On Tue, 4 Jun 2019 at 10:57, Ard Biesheuvel wrote: > > > On Tue, 4 Jun 2019 at 16:52, Francois Ozog > wrote: > >> >> >> On Tue, 4 Jun 2019 at 10:37, Ard Biesheuvel >> wrote: >> >>> On Tue, 4 Jun 2019 at 16:29, Heinrich Schuchardt >>> wrote: >>> > >>> > >>> > >>> > On 6/4/19 4:20 PM, Ard Bieshe

Re: Securing the boot flow in U-Boot

2019-06-04 Thread Ard Biesheuvel
On Tue, 4 Jun 2019 at 16:52, Francois Ozog wrote: > > > On Tue, 4 Jun 2019 at 10:37, Ard Biesheuvel > wrote: > >> On Tue, 4 Jun 2019 at 16:29, Heinrich Schuchardt >> wrote: >> > >> > >> > >> > On 6/4/19 4:20 PM, Ard Biesheuvel wrote: >> > > On Tue, 4 Jun 2019 at 16:17, Heinrich Schuchardt >> w

Re: Securing the boot flow in U-Boot

2019-06-04 Thread Francois Ozog
On Tue, 4 Jun 2019 at 10:37, Ard Biesheuvel wrote: > On Tue, 4 Jun 2019 at 16:29, Heinrich Schuchardt > wrote: > > > > > > > > On 6/4/19 4:20 PM, Ard Biesheuvel wrote: > > > On Tue, 4 Jun 2019 at 16:17, Heinrich Schuchardt > wrote: > > >> > > >> > > >> > > >> On 6/4/19 3:55 PM, Francois Ozog wr

Re: Securing the boot flow in U-Boot

2019-06-04 Thread Heinrich Schuchardt
On 6/4/19 4:37 PM, Ard Biesheuvel wrote: > On Tue, 4 Jun 2019 at 16:29, Heinrich Schuchardt wrote: >> >> >> >> On 6/4/19 4:20 PM, Ard Biesheuvel wrote: >>> On Tue, 4 Jun 2019 at 16:17, Heinrich Schuchardt wrote: On 6/4/19 3:55 PM, Francois Ozog wrote: > On Tue, 4 Jun 201

Re: Securing the boot flow in U-Boot

2019-06-04 Thread Ard Biesheuvel
On Tue, 4 Jun 2019 at 16:29, Heinrich Schuchardt wrote: > > > > On 6/4/19 4:20 PM, Ard Biesheuvel wrote: > > On Tue, 4 Jun 2019 at 16:17, Heinrich Schuchardt wrote: > >> > >> > >> > >> On 6/4/19 3:55 PM, Francois Ozog wrote: > >>> On Tue, 4 Jun 2019 at 09:49, Ard Biesheuvel > >>> wrote: > >>> >

Re: Securing the boot flow in U-Boot

2019-06-04 Thread Heinrich Schuchardt
On 6/4/19 4:20 PM, Ard Biesheuvel wrote: > On Tue, 4 Jun 2019 at 16:17, Heinrich Schuchardt wrote: >> >> >> >> On 6/4/19 3:55 PM, Francois Ozog wrote: >>> On Tue, 4 Jun 2019 at 09:49, Ard Biesheuvel >>> wrote: >>> On Tue, 4 Jun 2019 at 15:44, Francois Ozog wrote: >

Re: Securing the boot flow in U-Boot

2019-06-04 Thread Francois Ozog
On Tue, 4 Jun 2019 at 10:17, Heinrich Schuchardt wrote: > > > On 6/4/19 3:55 PM, Francois Ozog wrote: > > On Tue, 4 Jun 2019 at 09:49, Ard Biesheuvel > > wrote: > > > >> > >> > >> On Tue, 4 Jun 2019 at 15:44, Francois Ozog > >> wrote: > >> > >>> Hi Ard, > >>> > >>> On Fri, 31 May 2019 at 13:35,

Re: Securing the boot flow in U-Boot

2019-06-04 Thread Francois Ozog
On Tue, 4 Jun 2019 at 10:00, Ard Biesheuvel wrote: > > > On Tue, 4 Jun 2019 at 15:55, Francois Ozog > wrote: > >> >> >> On Tue, 4 Jun 2019 at 09:49, Ard Biesheuvel >> wrote: >> >>> >>> >>> On Tue, 4 Jun 2019 at 15:44, Francois Ozog >>> wrote: >>> Hi Ard, On Fri, 31 May 2019 at 1

Re: Securing the boot flow in U-Boot

2019-06-04 Thread Ard Biesheuvel
On Tue, 4 Jun 2019 at 16:17, Heinrich Schuchardt wrote: > > > > On 6/4/19 3:55 PM, Francois Ozog wrote: > > On Tue, 4 Jun 2019 at 09:49, Ard Biesheuvel > > wrote: > > > >> > >> > >> On Tue, 4 Jun 2019 at 15:44, Francois Ozog > >> wrote: > >> > >>> Hi Ard, > >>> > >>> On Fri, 31 May 2019 at 13:35

Re: Securing the boot flow in U-Boot

2019-06-04 Thread Heinrich Schuchardt
On 6/4/19 3:55 PM, Francois Ozog wrote: > On Tue, 4 Jun 2019 at 09:49, Ard Biesheuvel > wrote: > >> >> >> On Tue, 4 Jun 2019 at 15:44, Francois Ozog >> wrote: >> >>> Hi Ard, >>> >>> On Fri, 31 May 2019 at 13:35, Ard Biesheuvel >>> wrote: >>> On Fri, 31 May 2019 at 19:25, Ilias Apalodimas

Re: Securing the boot flow in U-Boot

2019-06-04 Thread Ard Biesheuvel
On Tue, 4 Jun 2019 at 15:55, Francois Ozog wrote: > > > On Tue, 4 Jun 2019 at 09:49, Ard Biesheuvel > wrote: > >> >> >> On Tue, 4 Jun 2019 at 15:44, Francois Ozog >> wrote: >> >>> Hi Ard, >>> >>> On Fri, 31 May 2019 at 13:35, Ard Biesheuvel >>> wrote: >>> On Fri, 31 May 2019 at 19:25, Ili

Re: Securing the boot flow in U-Boot

2019-06-04 Thread Francois Ozog
On Tue, 4 Jun 2019 at 09:49, Ard Biesheuvel wrote: > > > On Tue, 4 Jun 2019 at 15:44, Francois Ozog > wrote: > >> Hi Ard, >> >> On Fri, 31 May 2019 at 13:35, Ard Biesheuvel >> wrote: >> >>> On Fri, 31 May 2019 at 19:25, Ilias Apalodimas >>> wrote: >>> > >>> > Hi Grant, >>> > > I see two ways t

Re: Securing the boot flow in U-Boot

2019-06-04 Thread Ard Biesheuvel
On Tue, 4 Jun 2019 at 15:44, Francois Ozog wrote: > Hi Ard, > > On Fri, 31 May 2019 at 13:35, Ard Biesheuvel > wrote: > >> On Fri, 31 May 2019 at 19:25, Ilias Apalodimas >> wrote: >> > >> > Hi Grant, >> > > I see two ways to handle this that fits with the Secure Boot >> > > authentication path:

Re: Securing the boot flow in U-Boot

2019-06-04 Thread Francois Ozog
Hi Ard, On Fri, 31 May 2019 at 13:35, Ard Biesheuvel wrote: > On Fri, 31 May 2019 at 19:25, Ilias Apalodimas > wrote: > > > > Hi Grant, > > > I see two ways to handle this that fits with the Secure Boot > > > authentication path: > > > > > > Option 1: Leave it to the OS loader > > > We could si

Re: Securing the boot flow in U-Boot

2019-05-31 Thread Ard Biesheuvel
On Fri, 31 May 2019 at 19:25, Ilias Apalodimas wrote: > > Hi Grant, > > I see two ways to handle this that fits with the Secure Boot > > authentication path: > > > > Option 1: Leave it to the OS loader > > We could simply say that if the OS wants to replace the DTB, then it > > should take care of

Re: Securing the boot flow in U-Boot

2019-05-31 Thread Heinrich Schuchardt
On 5/31/19 7:16 PM, Ilias Apalodimas wrote: Hi Grant, I see two ways to handle this that fits with the Secure Boot authentication path: Option 1: Leave it to the OS loader We could simply say that if the OS wants to replace the DTB, then it should take care of authentication itself within the O

Re: Securing the boot flow in U-Boot

2019-05-31 Thread Ilias Apalodimas
Hi Grant, > I see two ways to handle this that fits with the Secure Boot > authentication path: > > Option 1: Leave it to the OS loader > We could simply say that if the OS wants to replace the DTB, then it > should take care of authentication itself within the OS loader (possibly > the in-kern

Re: Securing the boot flow in U-Boot

2019-05-31 Thread Heinrich Schuchardt
On 5/31/19 5:33 PM, Alexander Graf wrote: > > >> Am 31.05.2019 um 17:18 schrieb Ilias Apalodimas >> : >> >> Hi Tom, >>> On Fri, May 31, 2019 at 11:05:20AM -0400, Tom Rini wrote: On Fri, May 31, 2019 at 02:40:32PM +0100, Steve McIntyre wrote: On Tue, May 28, 2019 at 02:04:23PM +0300, Ilia

Re: Securing the boot flow in U-Boot

2019-05-31 Thread Heinrich Schuchardt
On 5/31/19 4:47 PM, Ilias Apalodimas wrote: > Hi Grant, >> On 24/05/2019 16:28, Ilias Apalodimas wrote: >>> Hello all, >>> >>> Continuing the discussions we had on securing the boot flow and OS as much >>> as >>> possible, we came up with the following idea. >>> >>> We are currently sorting out wh

Re: Securing the boot flow in U-Boot

2019-05-31 Thread Alexander Graf
> Am 31.05.2019 um 17:18 schrieb Ilias Apalodimas : > > Hi Tom, >> On Fri, May 31, 2019 at 11:05:20AM -0400, Tom Rini wrote: >>> On Fri, May 31, 2019 at 02:40:32PM +0100, Steve McIntyre wrote: >>> On Tue, May 28, 2019 at 02:04:23PM +0300, Ilias Apalodimas wrote: >> >> The tl;dr purpose

Re: Securing the boot flow in U-Boot

2019-05-31 Thread Ilias Apalodimas
Hi Tom, On Fri, May 31, 2019 at 11:05:20AM -0400, Tom Rini wrote: > On Fri, May 31, 2019 at 02:40:32PM +0100, Steve McIntyre wrote: > > On Tue, May 28, 2019 at 02:04:23PM +0300, Ilias Apalodimas wrote: > > >> > > > >> > The tl;dr purpose of my e-mail was 'Is implementing UEFI Secure Boot > > >>

Re: Securing the boot flow in U-Boot

2019-05-31 Thread Ilias Apalodimas
Hi Grant, > On 24/05/2019 16:28, Ilias Apalodimas wrote: > > Hello all, > > > > Continuing the discussions we had on securing the boot flow and OS as much > > as > > possible, we came up with the following idea. > > > > We are currently sorting out what's needed to add UEFI Secure Boot in > > U

Re: Securing the boot flow in U-Boot

2019-05-31 Thread Steve McIntyre
On Tue, May 28, 2019 at 02:04:23PM +0300, Ilias Apalodimas wrote: >> > >> > The tl;dr purpose of my e-mail was 'Is implementing UEFI Secure Boot for >> > the >> > EFI playloads >> >> I think that you'd better explain why you stick to *UEFI* secure boot. > >The main reason is distro support. Sin

Re: Securing the boot flow in U-Boot

2019-05-31 Thread Heinrich Schuchardt
On 5/31/19 2:12 PM, Francois Ozog wrote: > Can we just register the OS loader as a UEFI protocol (say LoadGrubImage, > LoadLinuxImage, LoadAndroidImage), which would do everything needed to > check the broader environment? > This becomes usable with both EDKII and U-Boot? > > LoadImage is used by

Re: Securing the boot flow in U-Boot

2019-05-31 Thread Grant Likely
On 31/05/2019 13:12, Francois Ozog wrote: > Can we just register the OS loader as a UEFI protocol (say > LoadGrubImage, LoadLinuxImage, LoadAndroidImage), which would do > everything needed to check the broader environment? > This becomes usable with both EDKII and U-Boot? If the protocol (or an

Re: [EXT] Securing the boot flow in U-Boot

2019-05-31 Thread Grant Likely
>>>> From: Ilias Apalodimas >>>>> Sent: Friday, May 24, 2019 9:57 PM >>>>> To: Udit Kumar >>>>> Cc: boot-architecture@lists.linaro.org; Varun Sethi >>>>> Subject: Re: [EXT] Securing the boot flow in U-Boot >>>>>

Re: [EXT] Securing the boot flow in U-Boot

2019-05-31 Thread Sumit Garg
, May 24, 2019 9:57 PM > >>> To: Udit Kumar > >>> Cc: boot-architecture@lists.linaro.org; Varun Sethi > >>> Subject: Re: [EXT] Securing the boot flow in U-Boot > >>> > >>> Caution: EXT Email > >>> > >>> Hi Udit, > >

Re: [EXT] Securing the boot flow in U-Boot

2019-05-31 Thread Joakim Bech
gt; Sent: Friday, May 24, 2019 9:57 PM > >>> To: Udit Kumar > >>> Cc: boot-architecture@lists.linaro.org; Varun Sethi > >>> Subject: Re: [EXT] Securing the boot flow in U-Boot > >>> > >>> Caution: EXT Email > >>> > >>&g

Re: Securing the boot flow in U-Boot

2019-05-31 Thread Francois Ozog
Can we just register the OS loader as a UEFI protocol (say LoadGrubImage, LoadLinuxImage, LoadAndroidImage), which would do everything needed to check the broader environment? This becomes usable with both EDKII and U-Boot? LoadImage is used by to securely load shim.efi LoadGrubImage is used by s

Re: [EXT] Securing the boot flow in U-Boot

2019-05-31 Thread Grant Likely
On 27/05/2019 10:05, Ilias Apalodimas wrote: > Hi Udit, >> Hi Ilias >> >>> -Original Message- >>> From: Ilias Apalodimas >>> Sent: Friday, May 24, 2019 9:57 PM >>> To: Udit Kumar >>> Cc: boot-architecture@lists.linaro.org; V

Re: Securing the boot flow in U-Boot

2019-05-31 Thread Grant Likely
On 24/05/2019 16:28, Ilias Apalodimas wrote: > Hello all, > > Continuing the discussions we had on securing the boot flow and OS as much as > possible, we came up with the following idea. > > We are currently sorting out what's needed to add UEFI Secure Boot in U-Boot. > This will cover the nex

Re: Securing the boot flow in U-Boot

2019-05-28 Thread Ilias Apalodimas
> > > > The tl;dr purpose of my e-mail was 'Is implementing UEFI Secure Boot for > > the > > EFI playloads > > I think that you'd better explain why you stick to *UEFI* secure boot. The main reason is distro support. Since distros use a number of different ways of booting up on arm boards, usi

Re: Securing the boot flow in U-Boot

2019-05-28 Thread AKASHI Takahiro
Ilias, On Mon, May 27, 2019 at 12:09:26PM +0300, Ilias Apalodimas wrote: > Hi Tom, > > > > > > > > Continuing the discussions we had on securing the boot flow and OS as > > > > > much as > > > > > possible, we came up with the following idea. > > > > > > > > > > We are currently sorting out wha

Re: Securing the boot flow in U-Boot

2019-05-27 Thread Ilias Apalodimas
Hi Tom, > > > > > > Continuing the discussions we had on securing the boot flow and OS as > > > > much as > > > > possible, we came up with the following idea. > > > > > > > > We are currently sorting out what's needed to add UEFI Secure Boot in > > > > U-Boot. > > > > This will cover the next

Re: [EXT] Securing the boot flow in U-Boot

2019-05-27 Thread Ilias Apalodimas
Hi Udit, > Hi Ilias > > > -Original Message- > > From: Ilias Apalodimas > > Sent: Friday, May 24, 2019 9:57 PM > > To: Udit Kumar > > Cc: boot-architecture@lists.linaro.org; Varun Sethi > > Subject: Re: [EXT] Securing the boot flow in U-Bo

RE: [EXT] Securing the boot flow in U-Boot

2019-05-27 Thread Udit Kumar
Hi Ilias > -Original Message- > From: Ilias Apalodimas > Sent: Friday, May 24, 2019 9:57 PM > To: Udit Kumar > Cc: boot-architecture@lists.linaro.org; Varun Sethi > Subject: Re: [EXT] Securing the boot flow in U-Boot > > Caution: EXT Email > > Hi Udit,

Re: Securing the boot flow in U-Boot

2019-05-26 Thread Ilias Apalodimas
Hi Tom, > > Continuing the discussions we had on securing the boot flow and OS as much > > as > > possible, we came up with the following idea. > > > > We are currently sorting out what's needed to add UEFI Secure Boot in > > U-Boot. > > This will cover the next payload (shim/grub2/shim depend

Re: [EXT] Securing the boot flow in U-Boot

2019-05-24 Thread Ilias Apalodimas
Hi Udit, > > > > Continuing the discussions we had on securing the boot flow and OS as much > > as > > possible, we came up with the following idea. > > > > We are currently sorting out what's needed to add UEFI Secure Boot in > > U-Boot. > > I believe you are planning to support as UEFI spec

RE: [EXT] Securing the boot flow in U-Boot

2019-05-24 Thread Udit Kumar
Hi Ilias > -Original Message- > From: boot-architecture On > Behalf Of Ilias Apalodimas > Sent: Friday, May 24, 2019 8:59 PM > To: boot-architecture@lists.linaro.org > Subject: [EXT] Securing the boot flow in U-Boot > > Caution: EXT Email > > Hello all, &

Securing the boot flow in U-Boot

2019-05-24 Thread Ilias Apalodimas
Hello all, Continuing the discussions we had on securing the boot flow and OS as much as possible, we came up with the following idea. We are currently sorting out what's needed to add UEFI Secure Boot in U-Boot. This will cover the next payload (shim/grub2/shim depending on board needs). In or