| #
e7d14fa8 |
| 07-Mar-2024 |
Manish V Badarkhe <manish.badarkhe@arm.com> |
Merge changes from topic "DPE" into integration
* changes: feat(tc): group components into certificates feat(dice): add cert_id argument to dpe_derive_context() refactor(sds): modify log level
Merge changes from topic "DPE" into integration
* changes: feat(tc): group components into certificates feat(dice): add cert_id argument to dpe_derive_context() refactor(sds): modify log level for region validity feat(tc): add dummy TRNG support to be able to boot pVMs feat(tc): get the parent component provided DPE context_handle feat(tc): share DPE context handle with child component feat(tc): add DPE context handle node to device tree feat(tc): add DPE backend to the measured boot framework feat(auth): add explicit entries for key OIDs feat(dice): add DPE driver to measured boot feat(dice): add client API for DICE Protection Environment feat(dice): add QCBOR library as a dependency of DPE feat(dice): add typedefs from the Open DICE repo docs(changelog): add 'dice' scope refactor(tc): align image identifier string macros refactor(fvp): align image identifier string macros refactor(imx8m): align image identifier string macros refactor(qemu): align image identifier string macros fix(measured-boot): add missing image identifier string refactor(measured-boot): move metadata size macros to a common header refactor(measured-boot): move image identifier strings to a common header
show more ...
|
| #
a8a09e31 |
| 29-Jan-2024 |
Tamas Ban <tamas.ban@arm.com> |
fix(measured-boot): add missing image identifier string
The case for SPD=spmd was not handled.
Signed-off-by: Tamas Ban <tamas.ban@arm.com> Change-Id: I6c6f268aeb0db15d41662bea81f4a9255e1fabe9
|
| #
d9506028 |
| 23-Feb-2024 |
Tamas Ban <tamas.ban@arm.com> |
refactor(measured-boot): move metadata size macros to a common header
The max size macros of metadata elements are shared across multiple measured boot backends: rss-measured-boot, dpe.
Increase th
refactor(measured-boot): move metadata size macros to a common header
The max size macros of metadata elements are shared across multiple measured boot backends: rss-measured-boot, dpe.
Increase the SW_TYPE_MAX_SIZE to be able to accomodate all macro.
Signed-off-by: Tamas Ban <tamas.ban@arm.com> Change-Id: Ic9004a36ef1df96c70a4f7adf7bb86dc27dd307c
show more ...
|
| #
a77a7444 |
| 29-Jan-2024 |
Tamas Ban <tamas.ban@arm.com> |
refactor(measured-boot): move image identifier strings to a common header
The image identifier strings are used across different measured boot backends. Move them to a common location to avoid the r
refactor(measured-boot): move image identifier strings to a common header
The image identifier strings are used across different measured boot backends. Move them to a common location to avoid the redefiniton of these per backend and to avoid code duplication.
Signed-off-by: Tamas Ban <tamas.ban@arm.com> Change-Id: I58897b9a19396be932ca5d230ee00858c09ef03f
show more ...
|