feat(rme): use RIPAS/HIPAS EAC 2 definitions
This patch:
- Modifies HIPAS/RIPAS definitions
as per RMM Specification 1.0-eac2. It matches
the changes introdiced by TF-A RMM code patch
https://review.trustedfirmware.org/c/TF-RMM/tf-rmm/+/21822
- Return value of host_realm_destroy_undelegate_range()
changed from void to u_register_t to report errors in
the code flow.
- In 'struct rtt_entry' types of 'state' and 'ripas' fields
changed from 'unsigned int' to 'u_register_t' to match
the size of values returned by RMI_RTT_READ_ENTRY command.
Signed-off-by: AlexeiFedorov <Alexei.Fedorov@arm.com>
Change-Id: Ied80fb6e1cd4b2da392514ace33201ffd9fc1da9
2 files changed