Re: [U-Boot] [PATCH] rpi3: Enable verified boot from FIT image

2019-09-16 Thread Simon Glass
Hi Heinrich, On Fri, 6 Sep 2019 at 15:47, Heinrich Schuchardt wrote: > > On 9/6/19 11:04 PM, Simon Glass wrote: > > Hi Heinrich, > > > > > U-Boot is the main boot loader for ARM. I wish that distros would just > > support it (adding what is needed) instead of trying to pretend that > > U-Boot

Re: [U-Boot] [PATCH] rpi3: Enable verified boot from FIT image

2019-09-06 Thread Heinrich Schuchardt
On 9/6/19 11:04 PM, Simon Glass wrote: Hi Heinrich, U-Boot is the main boot loader for ARM. I wish that distros would just support it (adding what is needed) instead of trying to pretend that U-Boot is a variant of UEFI :-) Distros may have a different viewpoint than you. They may not

Re: [U-Boot] [PATCH] rpi3: Enable verified boot from FIT image

2019-09-06 Thread Simon Glass
Hi Heinrich, On Mon, 2 Sep 2019 at 04:24, Heinrich Schuchardt wrote: > > On 9/2/19 12:30 PM, Matthias Brugger wrote: > > +Alex, Lukas, Heinrich, Bin and Simon > > > > On 31/07/2019 10:16, Jun Nie wrote: > >> Matthias Brugger 于2019年7月31日周三 下午4:05写道: > >>> > >>> > >>> > >>> On 11/07/2019 05:55,

Re: [U-Boot] [PATCH] rpi3: Enable verified boot from FIT image

2019-09-06 Thread Matthias Brugger
On 03/09/2019 09:12, Jun Nie wrote: > Heinrich Schuchardt 于2019年9月2日周一 下午7:19写道: >> >> On 9/2/19 12:30 PM, Matthias Brugger wrote: >>> +Alex, Lukas, Heinrich, Bin and Simon >>> >>> On 31/07/2019 10:16, Jun Nie wrote: Matthias Brugger 于2019年7月31日周三 下午4:05写道: > > > > On

Re: [U-Boot] [PATCH] rpi3: Enable verified boot from FIT image

2019-09-03 Thread Jun Nie
Heinrich Schuchardt 于2019年9月2日周一 下午7:19写道: > > On 9/2/19 12:30 PM, Matthias Brugger wrote: > > +Alex, Lukas, Heinrich, Bin and Simon > > > > On 31/07/2019 10:16, Jun Nie wrote: > >> Matthias Brugger 于2019年7月31日周三 下午4:05写道: > >>> > >>> > >>> > >>> On 11/07/2019 05:55, Jun Nie wrote: > Enable

Re: [U-Boot] [PATCH] rpi3: Enable verified boot from FIT image

2019-09-02 Thread AKASHI Takahiro
On Mon, Sep 02, 2019 at 01:19:06PM +0200, Heinrich Schuchardt wrote: > On 9/2/19 12:30 PM, Matthias Brugger wrote: > >+Alex, Lukas, Heinrich, Bin and Simon > > > >On 31/07/2019 10:16, Jun Nie wrote: > >>Matthias Brugger 于2019年7月31日周三 下午4:05写道: > >>> > >>> > >>> > >>>On 11/07/2019 05:55, Jun Nie

Re: [U-Boot] [PATCH] rpi3: Enable verified boot from FIT image

2019-09-02 Thread Heinrich Schuchardt
On 9/2/19 12:30 PM, Matthias Brugger wrote: +Alex, Lukas, Heinrich, Bin and Simon On 31/07/2019 10:16, Jun Nie wrote: Matthias Brugger 于2019年7月31日周三 下午4:05写道: On 11/07/2019 05:55, Jun Nie wrote: Enable verified boot from FIT image with select configs and specify boot script image node in

Re: [U-Boot] [PATCH] rpi3: Enable verified boot from FIT image

2019-09-02 Thread Matthias Brugger
+Alex, Lukas, Heinrich, Bin and Simon On 31/07/2019 10:16, Jun Nie wrote: > Matthias Brugger 于2019年7月31日周三 下午4:05写道: >> >> >> >> On 11/07/2019 05:55, Jun Nie wrote: >>> Enable verified boot from FIT image with select configs >>> and specify boot script image node in FIT image, the FIT >>> image

Re: [U-Boot] [PATCH] rpi3: Enable verified boot from FIT image

2019-09-02 Thread Jun Nie
Jun Nie 于2019年7月11日周四 上午11:56写道: > > Enable verified boot from FIT image with select configs > and specify boot script image node in FIT image, the FIT > image is verified before it is run. > > Code that reusing dtb in firmware is disabled, so that > the dtb with pubic key packed in u-boot.bin

Re: [U-Boot] [PATCH] rpi3: Enable verified boot from FIT image

2019-08-07 Thread Jun Nie
Jun Nie 于2019年7月31日周三 下午4:16写道: > > Matthias Brugger 于2019年7月31日周三 下午4:05写道: > > > > > > > > On 11/07/2019 05:55, Jun Nie wrote: > > > Enable verified boot from FIT image with select configs > > > and specify boot script image node in FIT image, the FIT > > > image is verified before it is run.

Re: [U-Boot] [PATCH] rpi3: Enable verified boot from FIT image

2019-07-31 Thread Jun Nie
Matthias Brugger 于2019年7月31日周三 下午4:05写道: > > > > On 11/07/2019 05:55, Jun Nie wrote: > > Enable verified boot from FIT image with select configs > > and specify boot script image node in FIT image, the FIT > > image is verified before it is run. > > > > Code that reusing dtb in firmware is

Re: [U-Boot] [PATCH] rpi3: Enable verified boot from FIT image

2019-07-26 Thread Jun Nie
Jun Nie 于2019年7月11日周四 上午11:56写道: > > Enable verified boot from FIT image with select configs > and specify boot script image node in FIT image, the FIT > image is verified before it is run. > > Code that reusing dtb in firmware is disabled, so that > the dtb with pubic key packed in u-boot.bin

[U-Boot] [PATCH] rpi3: Enable verified boot from FIT image

2019-07-10 Thread Jun Nie
Enable verified boot from FIT image with select configs and specify boot script image node in FIT image, the FIT image is verified before it is run. Code that reusing dtb in firmware is disabled, so that the dtb with pubic key packed in u-boot.bin can be used to verify the signature of next stage