Received: by 2002:a05:6a10:8a4d:0:0:0:0 with SMTP id dn13csp167517pxb; Thu, 12 Aug 2021 13:26:04 -0700 (PDT) X-Google-Smtp-Source: ABdhPJw/rKhKpGOBMuPoG/jXrx/64WIgYqrDw15TbhenGRddHF85EVZLEKnmxAAibBpuVa6KZ2CR X-Received: by 2002:aa7:c4d4:: with SMTP id p20mr7735536edr.382.1628799964466; Thu, 12 Aug 2021 13:26:04 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1628799964; cv=none; d=google.com; s=arc-20160816; b=ZmHAuzpwg8rBsa5ty1Cd7o7iFoT5im9wkIA9OtZCtlvDoRPDq+5/fuaPSLkvhsVckh PS75hLHrb8KWyOZUwShFMCK5/QwRgaShk0ZYQwWc2JXtfy+YCjpSb6/8QBGrUuH7bJB8 dbsiga+Y6vTgnMZEogdoOcehoeYv7Wr8sH+2vlIw0Ml/YfjlftK6KQ1pquCwuYBrRaAi Oq/3ZXhYTCpD+wkqEa5u9xlVHqbOGdxkwMDfWg4PxYu8Y48eAeR0g9rNpUeeBlMVNepL u89K/q3QZ0eiDaN53asnaNWxCQVEQxJzGFX6X+8pFhST0nw0MiGdJ2ztNVs9HjbQGsMt vudg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=AxTzv6vtliL5sKarWfRFAbHvvu9c0NzvBTr7QIdKKn0=; b=jvAlTRtewUTtbEKyAiigoloAbPLIQb4T4v/ksZJCCNb1ZqtOxf9z8UuHk9aU3T2v6f 6XIwE9nxn46Fag7OE25c52zh8VizCKLawB40JZpFOBP31j8iCD2AzOsaL05RuFUY5sNA TMZ6zyqsLsRhkBRl9XRBmWCK3hhph2Ada4BIiropJoSPtbGZ3azw37YD25JdBJl3WtrQ Iaa3oxmbePGetNYfPoXyjNGr/6kWLV4tFWvIqmialJKTcFral5YbNxe77FBpNHOBbIoo cn/Jt0oIkUQeitefLCZmUZMyfdWn92NxwdXBujaDyei/c7b11Cnqvl3nLz1BqB0QXtfK sIeA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id kl24si3836483ejc.190.2021.08.12.13.25.40; Thu, 12 Aug 2021 13:26:04 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235495AbhHLTDL (ORCPT + 99 others); Thu, 12 Aug 2021 15:03:11 -0400 Received: from mail.kernel.org ([198.145.29.99]:59380 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235117AbhHLTDA (ORCPT ); Thu, 12 Aug 2021 15:03:00 -0400 Received: from disco-boy.misterjones.org (disco-boy.misterjones.org [51.254.78.96]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 1EAE76109D; Thu, 12 Aug 2021 19:02:35 +0000 (UTC) Received: from sofa.misterjones.org ([185.219.108.64] helo=why.lan) by disco-boy.misterjones.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1mEFyL-004c9r-FF; Thu, 12 Aug 2021 20:02:33 +0100 From: Marc Zyngier To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Cc: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= , Will Deacon , Catalin Marinas , Mark Rutland , Ard Biesheuvel , Florian Fainelli , bcm-kernel-feedback-list@broadcom.com, kernel-team@android.com Subject: [PATCH 5/5] arm64: Document the requirement for SCR_EL3.HCE Date: Thu, 12 Aug 2021 20:02:13 +0100 Message-Id: <20210812190213.2601506-6-maz@kernel.org> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20210812190213.2601506-1-maz@kernel.org> References: <20210812190213.2601506-1-maz@kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SA-Exim-Connect-IP: 185.219.108.64 X-SA-Exim-Rcpt-To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, zajec5@gmail.com, will@kernel.org, catalin.marinas@arm.com, mark.rutland@arm.com, ardb@kernel.org, f.fainelli@gmail.com, bcm-kernel-feedback-list@broadcom.com, kernel-team@android.com X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on disco-boy.misterjones.org); SAEximRunCond expanded to false Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org It is amazing that we never documented this absolutely basic requirement: if you boot the kernel at EL2, you'd better enable the HVC instruction from EL3. Really, just do it. Signed-off-by: Marc Zyngier --- Documentation/arm64/booting.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Documentation/arm64/booting.rst b/Documentation/arm64/booting.rst index a9192e7a231b..6c729d0c4bc2 100644 --- a/Documentation/arm64/booting.rst +++ b/Documentation/arm64/booting.rst @@ -212,6 +212,11 @@ Before jumping into the kernel, the following conditions must be met: - The value of SCR_EL3.FIQ must be the same as the one present at boot time whenever the kernel is executing. + For all systems: + - If EL3 is present and the kernel is entered at EL2: + + - SCR_EL3.HCE (bit 8) must be initialised to 0b1. + For systems with a GICv3 interrupt controller to be used in v3 mode: - If EL3 is present: -- 2.30.2