All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ard Biesheuvel <ardb@kernel.org>
To: linux-efi@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org, maz@kernel.org,
	linux@armlinux.org.uk, xypron.glpk@gmx.de,
	Ard Biesheuvel <ardb@kernel.org>
Subject: [PATCH v2 0/2] efi/arm: deal with HYP mode boot
Date: Sun,  7 Jun 2020 15:58:32 +0200	[thread overview]
Message-ID: <20200607135834.898294-1-ardb@kernel.org> (raw)

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(+)

-- 
2.26.2


WARNING: multiple messages have this Message-ID (diff)
From: Ard Biesheuvel <ardb@kernel.org>
To: linux-efi@vger.kernel.org
Cc: Ard Biesheuvel <ardb@kernel.org>,
	maz@kernel.org, linux@armlinux.org.uk,
	linux-arm-kernel@lists.infradead.org, xypron.glpk@gmx.de
Subject: [PATCH v2 0/2] efi/arm: deal with HYP mode boot
Date: Sun,  7 Jun 2020 15:58:32 +0200	[thread overview]
Message-ID: <20200607135834.898294-1-ardb@kernel.org> (raw)

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(+)

-- 
2.26.2


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

             reply	other threads:[~2020-06-07 13:58 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-07 13:58 Ard Biesheuvel [this message]
2020-06-07 13:58 ` [PATCH v2 0/2] efi/arm: deal with HYP mode boot Ard Biesheuvel
2020-06-07 13:58 ` [PATCH v2 1/2] efi/arm: decompressor: deal with HYP mode boot gracefully Ard Biesheuvel
2020-06-07 13:58   ` Ard Biesheuvel
2020-06-07 17:24   ` Heinrich Schuchardt
2020-06-07 17:24     ` Heinrich Schuchardt
2020-06-07 23:08     ` Ard Biesheuvel
2020-06-07 23:08       ` Ard Biesheuvel
2020-06-08  3:49       ` Chen-Yu Tsai
2020-06-08  3:49         ` Chen-Yu Tsai
2020-06-08 10:46       ` Heinrich Schuchardt
2020-06-08 10:46         ` Heinrich Schuchardt
2020-06-08 10:59         ` Ard Biesheuvel
2020-06-08 10:59           ` Ard Biesheuvel
2020-06-09  7:58         ` Ard Biesheuvel
2020-06-09  7:58           ` Ard Biesheuvel
2020-06-11 22:18           ` Ard Biesheuvel
2020-06-11 22:18             ` Ard Biesheuvel
2020-06-11 22:38             ` Russell King - ARM Linux admin
2020-06-11 22:38               ` Russell King - ARM Linux admin
2020-06-11 22:39               ` Ard Biesheuvel
2020-06-11 22:39                 ` Ard Biesheuvel
2020-06-11 22:43                 ` Russell King - ARM Linux admin
2020-06-11 22:43                   ` Russell King - ARM Linux admin
2020-06-11 23:17                   ` Ard Biesheuvel
2020-06-11 23:17                     ` Ard Biesheuvel
2020-06-07 13:58 ` [PATCH v2 2/2] efi/arm: libstub: print boot mode and MMU state at boot Ard Biesheuvel
2020-06-07 13:58   ` Ard Biesheuvel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200607135834.898294-1-ardb@kernel.org \
    --to=ardb@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-efi@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=maz@kernel.org \
    --cc=xypron.glpk@gmx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.