Re: [PATCH v4 3/6] bootm: Support boot measurement

2023-01-26 Thread Simon Glass
Hi Eddie, On Thu, 26 Jan 2023 at 07:41, Eddie James wrote: > > > On 1/25/23 19:41, Simon Glass wrote: > > Hi Eddie, > > > > On Wed, 25 Jan 2023 at 10:18, Eddie James wrote: > >> Add a configuration option to measure the boot through the bootm > >> function. Add the measurement state to the booti

Re: [PATCH v4 3/6] bootm: Support boot measurement

2023-01-26 Thread Eddie James
On 1/25/23 19:41, Simon Glass wrote: Hi Eddie, On Wed, 25 Jan 2023 at 10:18, Eddie James wrote: Add a configuration option to measure the boot through the bootm function. Add the measurement state to the booti and bootz paths as well. Signed-off-by: Eddie James --- boot/Kconfig| 23 +

Re: [PATCH v4 3/6] bootm: Support boot measurement

2023-01-25 Thread Ilias Apalodimas
Hi Eddie, On Wed, Jan 25, 2023 at 11:18:07AM -0600, Eddie James wrote: > Add a configuration option to measure the boot through the bootm > function. Add the measurement state to the booti and bootz paths > as well. > > Signed-off-by: Eddie James > --- > boot/Kconfig| 23 >

Re: [PATCH v4 3/6] bootm: Support boot measurement

2023-01-25 Thread Simon Glass
Hi Eddie, On Wed, 25 Jan 2023 at 10:18, Eddie James wrote: > > Add a configuration option to measure the boot through the bootm > function. Add the measurement state to the booti and bootz paths > as well. > > Signed-off-by: Eddie James > --- > boot/Kconfig| 23 > boot/boot

[PATCH v4 3/6] bootm: Support boot measurement

2023-01-25 Thread Eddie James
Add a configuration option to measure the boot through the bootm function. Add the measurement state to the booti and bootz paths as well. Signed-off-by: Eddie James --- boot/Kconfig| 23 boot/bootm.c| 70 + cmd/booti.c