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=-11.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_2 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 6802BC4338F for ; Fri, 30 Jul 2021 17:43:44 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 369236054F for ; Fri, 30 Jul 2021 17:43:44 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 369236054F Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=a26SU4pqQ2Jxp5X5GjCzFd/lf3w08202maIoHUkMfKA=; b=ZoQDhkPa5xBOCk sZ/n9JdZ20kYdTkb4J1nRN1C0BpR1N/jfi3dAV7yZF7PW0G1uiquSGBjU0rxhI98is/Qz6tTCWA4J XfUBsW6UJqABwftkWB6T6Xv3nINJuEhzLN7zA3t/YnsC1DtWuXJc0O2bzBC2sddsDpHaWKKw7qGht SrX+aVnnYJodim3sxfK+ZmhdyRlGenXGCJq+G46xA77W2hEGnKfJyejQGY9XUjH8LJmuYevV1mRQh SLheepvdfl+qVrKS4gNpzlM+okT5R+6xvTDi5bUZC6EuoImb+DgneEr1LeHE6muRqdU+zcAmvFCcT 8TWyzP9jw6jBreEmXGKA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1m9WVt-009jRy-Tm; Fri, 30 Jul 2021 17:41:38 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1m9WVL-009jDC-LI for linux-arm-kernel@lists.infradead.org; Fri, 30 Jul 2021 17:41:07 +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 E398E11B3; Fri, 30 Jul 2021 10:41:02 -0700 (PDT) Received: from slackpad.fritz.box (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 499933F66F; Fri, 30 Jul 2021 10:41:02 -0700 (PDT) Date: Fri, 30 Jul 2021 18:40:21 +0100 From: Andre Przywara To: Mark Rutland Cc: linux-arm-kernel@lists.infradead.org, Jaxson Han Subject: Re: [aarch64 boot-wrapper PATCH 0/6] Various (build system) fixes Message-ID: <20210730184021.498faf4c@slackpad.fritz.box> In-Reply-To: <20210510120726.5242-1-andre.przywara@arm.com> References: <20210510120726.5242-1-andre.przywara@arm.com> Organization: Arm Ltd. X-Mailer: Claws Mail 3.17.1 (GTK+ 2.24.31; x86_64-slackware-linux-gnu) MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210730_104103_827077_6E15755E X-CRM114-Status: GOOD ( 11.48 ) 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: , 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 On Mon, 10 May 2021 13:07:20 +0100 Andre Przywara wrote: > While playing around with the boot-wrapper (without reverting to my bash > history), I noticed some minor problems when building it, so this series > fixes some shortcomings. > > See the respective patch subjects below for a summary. Ping. Is there anything I can do to help those getting merged? Cheers, Andre > > Thanks, > Andre > > Andre Przywara (6): > configure: Make PSCI the default boot method > configure: Fix default DTB > configure: Use earlycon instead of earlyprintk > Fix arch counter frequency > pointer auth: Document CPU feature bit mask > configure: Autodetect GICv3 > > Makefile.am | 23 +++++++++-------------- > arch/aarch64/boot.S | 3 ++- > configure.ac | 16 ++++------------ > 3 files changed, 15 insertions(+), 27 deletions(-) > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel