mbox series

[v4,0/3] uboot-sign: support ATF and TFE ITS generation

Message ID 20241118062358.283666-1-jamin_lin@aspeedtech.com
Headers show
Series uboot-sign: support ATF and TFE ITS generation | expand

Message

Jamin Lin Nov. 18, 2024, 6:23 a.m. UTC
v0:
  1. add variable to set load address and entrypoint.
  2. Fix to install nonexistent dtb file.
  3. support to verify signed FIT
  4. support to load optee-os and TFA images
v1:
  Fix patch for code review
v2:
  created a series patch
v3:
  add cover letter
v4:
  Add oe-self testcases for reviewer suggestion
  Add documentation for reviewer suggestion.
  Link: https://patchwork.yoctoproject.org/project/docs/patch/20241118062113.269253-1-jamin_lin@aspeedtech.com/

  The following patches had been applied from v0 changes.
  a. Fix to install nonexistent dtb file
  b. support to verify signed FIT
  c. add variable to set load address and entrypoint.
 
Jamin Lin (3):
  uboot-sign: support to create TEE and ATF image tree source
  uboot-sign: support to create users specific image tree source
  oe-selftest: fitimage: add testcases to test ATF and TEE

 meta/classes-recipe/uboot-sign.bbclass   | 100 +++++++-
 meta/lib/oeqa/selftest/cases/fitimage.py | 288 +++++++++++++++++++++++
 2 files changed, 387 insertions(+), 1 deletion(-)

Comments

Martin Jansa Nov. 18, 2024, 6:27 a.m. UTC | #1
wrong ML, this should be sent to openembedded-core

On Mon, Nov 18, 2024 at 7:24 AM Jamin Lin via lists.openembedded.org
<jamin_lin=aspeedtech.com@lists.openembedded.org> wrote:
>
> v0:
>   1. add variable to set load address and entrypoint.
>   2. Fix to install nonexistent dtb file.
>   3. support to verify signed FIT
>   4. support to load optee-os and TFA images
> v1:
>   Fix patch for code review
> v2:
>   created a series patch
> v3:
>   add cover letter
> v4:
>   Add oe-self testcases for reviewer suggestion
>   Add documentation for reviewer suggestion.
>   Link: https://patchwork.yoctoproject.org/project/docs/patch/20241118062113.269253-1-jamin_lin@aspeedtech.com/
>
>   The following patches had been applied from v0 changes.
>   a. Fix to install nonexistent dtb file
>   b. support to verify signed FIT
>   c. add variable to set load address and entrypoint.
>
> Jamin Lin (3):
>   uboot-sign: support to create TEE and ATF image tree source
>   uboot-sign: support to create users specific image tree source
>   oe-selftest: fitimage: add testcases to test ATF and TEE
>
>  meta/classes-recipe/uboot-sign.bbclass   | 100 +++++++-
>  meta/lib/oeqa/selftest/cases/fitimage.py | 288 +++++++++++++++++++++++
>  2 files changed, 387 insertions(+), 1 deletion(-)
>
> --
> 2.25.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#113857): https://lists.openembedded.org/g/openembedded-devel/message/113857
> Mute This Topic: https://lists.openembedded.org/mt/109640054/3617156
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [martin.jansa@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Jamin Lin Nov. 18, 2024, 6:29 a.m. UTC | #2
Hi Martin

Sorry, I send the wrong e-mail address.
Thanks for reminding me.

Jamin

> Subject: Re: [oe] [PATCH v4 0/3] uboot-sign: support ATF and TFE ITS generation
> 
> wrong ML, this should be sent to openembedded-core
> 
> On Mon, Nov 18, 2024 at 7:24 AM Jamin Lin via lists.openembedded.org
> <jamin_lin=aspeedtech.com@lists.openembedded.org> wrote:
> >
> > v0:
> >   1. add variable to set load address and entrypoint.
> >   2. Fix to install nonexistent dtb file.
> >   3. support to verify signed FIT
> >   4. support to load optee-os and TFA images
> > v1:
> >   Fix patch for code review
> > v2:
> >   created a series patch
> > v3:
> >   add cover letter
> > v4:
> >   Add oe-self testcases for reviewer suggestion
> >   Add documentation for reviewer suggestion.
> >   Link:
> > https://patchwork.yoctoproject.org/project/docs/patch/20241118062113.2
> > 69253-1-jamin_lin@aspeedtech.com/
> >
> >   The following patches had been applied from v0 changes.
> >   a. Fix to install nonexistent dtb file
> >   b. support to verify signed FIT
> >   c. add variable to set load address and entrypoint.
> >
> > Jamin Lin (3):
> >   uboot-sign: support to create TEE and ATF image tree source
> >   uboot-sign: support to create users specific image tree source
> >   oe-selftest: fitimage: add testcases to test ATF and TEE
> >
> >  meta/classes-recipe/uboot-sign.bbclass   | 100 +++++++-
> >  meta/lib/oeqa/selftest/cases/fitimage.py | 288
> > +++++++++++++++++++++++
> >  2 files changed, 387 insertions(+), 1 deletion(-)
> >
> > --
> > 2.25.1
> >
> >
> > -=-=-=-=-=-=-=-=-=-=-=-
> > Links: You receive all messages sent to this group.
> > View/Reply Online (#113857):
> > https://lists.openembedded.org/g/openembedded-devel/message/113857
> > Mute This Topic: https://lists.openembedded.org/mt/109640054/3617156
> > Group Owner: openembedded-devel+owner@lists.openembedded.org
> > Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub
> > [martin.jansa@gmail.com]
> > -=-=-=-=-=-=-=-=-=-=-=-
> >