Skip to content

Commit 8f861a8

Browse files
committed
refactor!: profiles part 4: remove CCA
Remove all CCA related code as it is moving into ccatoken. BREAKING CHANGE: CCAPlatformClaims and related code are removed. Use github.com/veraison/ccatoken/platform.Claims instead. Signed-off-by: Sergei Trofimov <[email protected]>
1 parent 23473b0 commit 8f861a8

27 files changed

+6
-1387
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
# Features
22

3-
This is a compliant implementation of three specifications:
3+
This is a compliant implementation of ~~three~~two specifications:
44

55
* [draft-tschofenig-rats-psa-token-07](https://datatracker.ietf.org/doc/html/draft-tschofenig-rats-psa-token-07) (`PSA_IOT_PROFILE_1`), and
66
* [draft-tschofenig-rats-psa-token-09](https://datatracker.ietf.org/doc/html/draft-tschofenig-rats-psa-token-09) (`http://arm.com/psa/2.0.0`)
7-
* Realm Management Monitor Specificiation [RMM Spec](https://developer.arm.com/documentation/den0137/latest)
7+
* ~~Realm Management Monitor Specificiation [RMM Spec](https://developer.arm.com/documentation/den0137/latest)~~
8+
9+
> [!Note]
10+
> Realm Management Monitor Specificiation implementation has been moved to
11+
> [ccatoken](github.com/veraison/ccatoken).
812
913
The package exposes the following functionalities:
1014

0 commit comments

Comments
 (0)