commit | cc100f6628e866d33cf763869e924d8a20828762 | [log] [tgz] |
---|---|---|
author | J-Alves <joao.alves@arm.com> | Wed Mar 06 17:47:46 2024 +0000 |
committer | J-Alves <joao.alves@arm.com> | Mon Mar 11 11:46:56 2024 +0000 |
tree | 30c46f5152603c47198c61fd52d9c896f2edee0d | |
parent | c653e7242b8b621c6303985eb2df8833ec1da00c [diff] |
refactor: statically define information of VMs The driver is used to test hypervisor implementation. For now drop use of FFA_PARTITION_INFO_GET in the driver's initalisation. All FF-A partitions are expected to have an UUID, which was not enforced until FF-A v1.2 updates. As such, statically define the hf_vms array. For the vcpus structures malloc is still used. Signed-off-by: J-Alves <joao.alves@arm.com> Change-Id: I669da31ffebc7ad9938124c57c3cc2ea6ae53d06