commit | 3a3604bc5eb4ae21ec95b13fdd15959e8f70c434 | [log] [tgz] |
---|---|---|
author | Marc Zyngier <marc.zyngier@arm.com> | Thu Jan 29 13:19:45 2015 +0000 |
committer | Marc Zyngier <marc.zyngier@arm.com> | Mon Feb 29 18:34:15 2016 +0000 |
tree | 2893ec1ae57ef923c1bfe4b8034acbc3b64f3096 | |
parent | 57c841f131ef295b583365d2fddd6b0d16e82c10 [diff] |
arm64: KVM: Switch to C-based stage2 init There is no real need to leave the stage2 initialization as part of the early HYP bootstrap, and we can easily postpone it to the point where we can safely run C code. This will help VHE, which doesn't need any of this bootstrap. Reviewed-by: Christoffer Dall <christoffer.dall@linaro.org> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>