commit | ec1b4914fb958f71c7880fe66b6261a13f38a2bb | [log] [tgz] |
---|---|---|
author | Raghu Krishnamurthy <raghu.ncstate@icloud.com> | Wed Feb 10 19:09:06 2021 -0800 |
committer | Olivier Deprez <olivier.deprez@arm.com> | Thu Sep 02 15:23:18 2021 +0200 |
tree | d1196597ccda4178ed12f1b2cffde156b3db2c1b | |
parent | 25daaeac97983f9931a2d016d919aa62560e9c9e [diff] |
VHE: Update vm helper functions to account for EL0 partitions Updated the VM helper functions that init and map memory into the VM to account for EL0 partitions. When a partition is an el0 partition, we use the appropriate stage 1 mapping API's to ensure they are mapped as stage 1 tables and entries. Note that it is weird to call vm helper functions for an EL0 entity but a EL0 partition is being modeled as a lightweight VM to promote reusability of code and not have to create a parallel universe of helpers, functions and management. Change-Id: Iafb4fdd3e921edff4d523c9a9fb159ddb9f4bb7f Signed-off-by: Raghu Krishnamurthy <raghu.ncstate@gmail.com>
Hafnium is a hypervisor, initially supporting aarch64 (64-bit Armv8 CPUs).
Get in touch and keep up-to-date at hafnium@lists.trustedfirmware.org. See feature requests and bugs on our bug dashboard.
To jump in and build Hafnium, follow the getting started instructions.
If you want to contribute to the project, see details of how we accept contributions.
More documentation is available on: