arm-trusted-firmware/services/std_svc/rmmd
Soby Mathew a0435105f2 feat(rme): add dummy realm attestation key to RMMD
Add a dummy realm attestation key to RMMD, and return it on request.
The realm attestation key is requested with an SMC with the following
parameters:
    * Fid (0xC400001B2).
    * Attestation key buffer PA (the realm attestation key is copied
      at this address by the monitor).
    * Attestation key buffer length as input and size of realm
      attesation key as output.
    * Type of elliptic curve.

Signed-off-by: Tamas Ban <tamas.ban@arm.com>
Signed-off-by: Subhasish Ghosh <subhasish.ghosh@arm.com>
Signed-off-by: Soby Mathew <soby.mathew@arm.com>
Change-Id: I12d8d98fd221f4638ef225c9383374ddf6e65eac
2022-03-28 15:02:01 +02:00
..
aarch64 feat(rme): add RMM dispatcher (RMMD) 2021-10-05 11:34:53 -05:00
trp refactor(rme): reorg existing RMMD EL3 service FIDs 2022-03-24 14:50:11 +00:00
rmmd.mk feat(rme): add dummy platform token to RMMD 2022-03-25 17:12:26 +00:00
rmmd_attest.c feat(rme): add dummy realm attestation key to RMMD 2022-03-28 15:02:01 +02:00
rmmd_initial_context.h feat(rme): add RMM dispatcher (RMMD) 2021-10-05 11:34:53 -05:00
rmmd_main.c feat(rme): add dummy realm attestation key to RMMD 2022-03-28 15:02:01 +02:00
rmmd_private.h feat(rme): add dummy realm attestation key to RMMD 2022-03-28 15:02:01 +02:00