mbox series

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

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

Message

Jamin Lin Dec. 11, 2024, 2:35 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.

v5:
  1. create a new variable to add users snippet ITS.
  2. remove uboot_fitimage_user_image hook function

Jamin Lin (3):
  uboot-sign: support to create TEE and ATF image tree source
  uboot-sign: support to add users specific image tree source
  oe-selftest: fitimage: add testcases to test ATF and TEE

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

Comments

Jamin Lin Jan. 2, 2025, 2:41 a.m. UTC | #1
> From: Jamin Lin <jamin_lin@aspeedtech.com>
> Sent: Wednesday, December 11, 2024 10:35 AM
> To: openembedded-core@lists.openembedded.org
> Cc: Troy Lee <troy_lee@aspeedtech.com>; Jamin Lin
> <jamin_lin@aspeedtech.com>
> Subject: [PATCH v5 0/3] uboot-sign: support ATF and TFE ITS generation
> 
> 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.2692
> 53-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.
> 
> v5:
>   1. create a new variable to add users snippet ITS.
>   2. remove uboot_fitimage_user_image hook function
> 
> Jamin Lin (3):
>   uboot-sign: support to create TEE and ATF image tree source
>   uboot-sign: support to add users specific image tree source
>   oe-selftest: fitimage: add testcases to test ATF and TEE
> 
>  meta/classes-recipe/uboot-sign.bbclass   |  96 +++++++-
>  meta/lib/oeqa/selftest/cases/fitimage.py | 288 +++++++++++++++++++++++
>  2 files changed, 383 insertions(+), 1 deletion(-)
> 

Hi Adrian, Ross, and Community Maintainers,

Happy New Year 2025!

Sorry to bother you.
If you have time, could you please help review this patch series?

Thanks,
Jamin

> --
> 2.25.1