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

Simon Glass sjg at chromium.org
Fri Jan 27 01:54:52 CET 2023


Hi Eddie,

On Thu, 26 Jan 2023 at 07:41, Eddie James <eajames at linux.ibm.com> wrote:
>
>
> On 1/25/23 19:41, Simon Glass wrote:
> > Hi Eddie,
> >
> > On Wed, 25 Jan 2023 at 10:18, Eddie James <eajames at linux.ibm.com> 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 <eajames at linux.ibm.com>
> >> ---
> >>   boot/Kconfig    | 23 ++++++++++++++++
> >>   boot/bootm.c    | 70 +++++++++++++++++++++++++++++++++++++++++++++++++
> >>   cmd/booti.c     |  1 +
> >>   cmd/bootm.c     |  2 ++
> >>   cmd/bootz.c     |  1 +
> >>   include/bootm.h |  2 ++
> >>   include/image.h |  1 +
> >>   7 files changed, 100 insertions(+)
> > Can you please add a change log? I recall making comments but cannot
> > see the changes here.
>
>
> Sorry, sure. I put them all in the cover letter, but I can add them here
> too.

It makes it much easier for your reviewer.

Sorry if I have mentioned this before, but patman does this automatically.

Regards,
Simon


More information about the U-Boot mailing list