git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f35a920
)
arm64: add hypervisor stub
author
Marc Zyngier
<marc.zyngier@arm.com>
Fri, 19 Oct 2012 16:46:27 +0000
(17:46 +0100)
committer
Catalin Marinas
<catalin.marinas@arm.com>
Wed, 5 Dec 2012 11:26:49 +0000
(11:26 +0000)
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>
No differences found