commit | 712c6ff4dba4917a440be601dc312506322bffe8 | [log] [tgz] |
---|---|---|
author | Marc Zyngier <marc.zyngier@arm.com> | Fri Oct 19 17:46:27 2012 +0100 |
committer | Catalin Marinas <catalin.marinas@arm.com> | Wed Dec 05 11:26:49 2012 +0000 |
tree | 70890fcc3d289c04126fea2474f8a31fd79e3fcc | |
parent | f35a92053b45cf8154db5558ede3ba5245c9dc7e [diff] |
arm64: add hypervisor stub If booted in EL2, install an dummy hypervisor whose only purpose is to be replaced by a full fledged one. A minimal API allows to: - obtain the current HYP vectors (__hyp_get_vectors) - set new HYP vectors (__hyp_set_vectors) Signed-off-by: Marc Zyngier <marc.zyngier@arm.com> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>