All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/3] uboot-sign: support ATF and TFE ITS generation
@ 2024-11-18  6:32 Jamin Lin
  2024-11-18  6:32 ` [PATCH v4 1/3] uboot-sign: support to create TEE and ATF image tree source Jamin Lin
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Jamin Lin @ 2024-11-18  6:32 UTC (permalink / raw)
  To: openembedded-core; +Cc: troy_lee, jamin_lin

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



^ permalink raw reply	[flat|nested] 12+ messages in thread
* [PATCH v4 0/3] uboot-sign: support ATF and TFE ITS generation
@ 2024-11-18  6:23 Jamin Lin
  2024-11-18  6:23 ` [PATCH v4 2/3] uboot-sign: support to create users specific image tree source Jamin Lin
  0 siblings, 1 reply; 12+ messages in thread
From: Jamin Lin @ 2024-11-18  6:23 UTC (permalink / raw)
  To: openembedded-devel; +Cc: troy_lee, jamin_lin

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



^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2024-12-11  2:46 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-18  6:32 [PATCH v4 0/3] uboot-sign: support ATF and TFE ITS generation Jamin Lin
2024-11-18  6:32 ` [PATCH v4 1/3] uboot-sign: support to create TEE and ATF image tree source Jamin Lin
2024-11-18  6:32 ` [PATCH v4 2/3] uboot-sign: support to create users specific " Jamin Lin
2024-11-18  6:32 ` [PATCH v4 3/3] oe-selftest: fitimage: add testcases to test ATF and TEE Jamin Lin
2024-11-28 13:51 ` [OE-core] [PATCH v4 0/3] uboot-sign: support ATF and TFE ITS generation Ross Burton
2024-12-02  5:39   ` Jamin Lin
2024-12-02 17:36     ` Ross Burton
2024-12-05 23:51   ` Adrian Freihofer
2024-12-06  1:12     ` Jamin Lin
     [not found]     ` <180E7161025130F9.8554@lists.openembedded.org>
2024-12-10  8:07       ` Jamin Lin
2024-12-11  2:46         ` Jamin Lin
  -- strict thread matches above, loose matches on Subject: below --
2024-11-18  6:23 Jamin Lin
2024-11-18  6:23 ` [PATCH v4 2/3] uboot-sign: support to create users specific image tree source Jamin Lin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.