mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 01:54:22 +00:00
feat(drtm): update references to DRTM beta0
Update all references to DRTM beta0 to be 1.0 instead. Signed-off-by: Stuart Yoder <stuart.yoder@arm.com> Change-Id: Ieda70f26f3be42f4705e9b267706674c94f120f2
This commit is contained in:
parent
c86cfa3597
commit
b94d59099f
3 changed files with 3 additions and 3 deletions
|
@ -26,7 +26,7 @@ typedef struct {
|
|||
} __attribute__((packed)) drtm_mem_region_t;
|
||||
|
||||
/*
|
||||
* Memory region descriptor table structure as per DRTM beta0 section 3.13
|
||||
* Memory region descriptor table structure as per DRTM 1.0 section 3.13
|
||||
* Table 11 MEMORY_REGION_DESCRIPTOR_TABLE
|
||||
*/
|
||||
typedef struct {
|
||||
|
|
|
@ -74,7 +74,7 @@
|
|||
#define ARM_DRTM_FEAT_ID_MASK ULL(0xff)
|
||||
|
||||
/*
|
||||
* Definitions for DRTM features as per DRTM beta0 section 3.3,
|
||||
* Definitions for DRTM features as per DRTM 1.0 section 3.3,
|
||||
* Table 6 DRTM_FEATURES
|
||||
*/
|
||||
#define ARM_DRTM_TPM_FEATURES_PCR_SCHEMA_SHIFT U(33)
|
||||
|
|
|
@ -658,7 +658,7 @@ static uint64_t drtm_dynamic_launch(uint64_t x1, void *handle)
|
|||
drtm_dl_prepare_eret_to_dlme(&args, dlme_el);
|
||||
|
||||
/*
|
||||
* As per DRTM beta0 spec table #28 invalidate the instruction cache
|
||||
* As per DRTM 1.0 spec table #30 invalidate the instruction cache
|
||||
* before jumping to the DLME. This is required to defend against
|
||||
* potentially-malicious cache contents.
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue