mbox series

[v2,0/2] efi/arm: deal with HYP mode boot

Message ID 20200607135834.898294-1-ardb@kernel.org
Headers show
Series efi/arm: deal with HYP mode boot | expand

Message

Ard Biesheuvel June 7, 2020, 1:58 p.m. UTC
Some changes to make booting in HYP mode via EFI more robust.

Changes since v2:
- Use the correct register for testing/disabling the HYP MMU
- Don't pretend we're in SVC mode for the HYP+caches case, but set up a HYP
  exception handler for HVC instructions issued from HYP mode*** BLURB HERE ***

Ard Biesheuvel (2):
  efi/arm: decompressor: deal with HYP mode boot gracefully
  efi/arm: libstub: print boot mode and MMU state at boot

 arch/arm/boot/compressed/head.S           | 61 ++++++++++++++++++++
 drivers/firmware/efi/libstub/arm32-stub.c | 11 ++++
 2 files changed, 72 insertions(+)