From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-17.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C4373C433ED for ; Mon, 10 May 2021 12:10:35 +0000 (UTC) Received: from desiato.infradead.org (desiato.infradead.org [90.155.92.199]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 76FAE613E1 for ; Mon, 10 May 2021 12:10:35 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 76FAE613E1 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=desiato.20200630; h=Sender:Content-Transfer-Encoding :Content-Type:MIME-Version:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:References:In-Reply-To:Message-Id:Date:Subject:Cc:To :From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=AlMoORQmjBsBiVmA5LlMrd6mAeRXzkbcmSoJkRVeyOM=; b=q9BWsfQ2zYHKNpsUfvq8aPaP+k X7zGX/Efp0NEZnD4Iyd9qPivksvWqq4mdbmtbqqvS9NwSMdjnU00v6wb2EZVjRT3TS4BvfHMTjQRL VDXowwTndWJ5n5Oy0tV9P5ShDmaM1yhul7XirPcTFOplFt7YH4F3aYtPl8jld0ehHK2NfS9Zz2W1r pxSmHr5KlRG77gKovOwx0SXL5KLofs9msdeYBjRUNvMX3yJVAfSBXT4tFeEpbtzuuQkgiXvxJsTt1 /ORK/TZM3srXjW4FiRLinckQCWqvsiqSyXk+p8/PAjPmPNo2EwekY7k4iQvMrMMjCxiyPSEspZFJl icLVbGjQ==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lg4iZ-00ECTM-3Y; Mon, 10 May 2021 12:08:59 +0000 Received: from bombadil.infradead.org ([2607:7c80:54:e::133]) by desiato.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lg4hu-00ECOZ-89 for linux-arm-kernel@desiato.infradead.org; Mon, 10 May 2021 12:08:18 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=References:In-Reply-To:Message-Id: Date:Subject:Cc:To:From:Sender:Reply-To:MIME-Version:Content-Type: Content-Transfer-Encoding:Content-ID:Content-Description; bh=+U5g0ekAFTxiDLQfh+2l7ZomrWhHL85DnjvjrikGs78=; b=dE7rH7OqC+7mBy5D76S4/TnGyT sR0OMfRwVqlicsy5NDT194oNCk34oCKypQF+86mbxeZO55NP16mEjgIYraUWFETF/uLZZiss7yAIV a2rvsVITi6KvM6ABySrWiOiunLUkOCeemi4tzaxjjgQ380+NvdgoNRgMV0TqqU73YBKx/LFamy/D6 RrnCWBGTeaOu9vXvSV+XYy5PDTL9aYFKQZhMA8zTkN0fjN8Jyxhz52NheiMWZyexh+S7pPdZE8T6q t3v1Q0HP9oaQnqWL5gaWJ1nxJ8ZghzA9kBR4FHskF3ICD16ocPtmZDHXtaiUOcYia0o3VcaFvnnwf o3Otzmig==; Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lg4hp-008ffY-C8 for linux-arm-kernel@lists.infradead.org; Mon, 10 May 2021 12:08:16 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id C3AA8168F; Mon, 10 May 2021 05:08:12 -0700 (PDT) Received: from localhost.localdomain (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 05B743F73B; Mon, 10 May 2021 05:08:11 -0700 (PDT) From: Andre Przywara To: Mark Rutland Cc: linux-arm-kernel@lists.infradead.org, Jaxson Han Subject: [aarch64 boot-wrapper PATCH 1/6] configure: Make PSCI the default boot method Date: Mon, 10 May 2021 13:07:21 +0100 Message-Id: <20210510120726.5242-2-andre.przywara@arm.com> X-Mailer: git-send-email 2.14.1 In-Reply-To: <20210510120726.5242-1-andre.przywara@arm.com> References: <20210510120726.5242-1-andre.przywara@arm.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210510_050813_482613_A61DD48B X-CRM114-Status: GOOD ( 11.47 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org When the boot-wrapper was originally conceived, PSCI was a rather new feature, so support in contemporary kernels wasn't guaranteed. The boot-wrapper consequently defaulted to not using PSCI. Fortunately the times have changed, and most people expect PSCI these days, so let's enable PSCI by default. We keep the --enable-psci/--disable-psci configure switch, so it can be still turned off if needed. Signed-off-by: Andre Przywara --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 6914eb4..852fd9a 100644 --- a/configure.ac +++ b/configure.ac @@ -82,8 +82,8 @@ AS_IF([test "x$X_IMAGE" != "x"], # Allow a user to pass --enable-psci AC_ARG_ENABLE([psci], - AS_HELP_STRING([--enable-psci], [enable the psci boot method]), - [USE_PSCI=$enableval]) + AS_HELP_STRING([--disable-psci], [disable the psci boot method]), + [USE_PSCI=$enableval], [USE_PSCI="yes"]) AM_CONDITIONAL([PSCI], [test "x$USE_PSCI" = "xyes"]) AS_IF([test "x$USE_PSCI" = "xyes"], [], [USE_PSCI=no]) -- 2.25.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel