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=-9.4 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 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 CD753C4338F for ; Mon, 2 Aug 2021 14:32:00 +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 9595260F4B for ; Mon, 2 Aug 2021 14:32:00 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 9595260F4B 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:In-Reply-To:MIME-Version:References: 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=4Nftrg1lKSO+B3g4oMc6HsfNcU3v4vVo0UFNWjXuex0=; b=Kb3mJEnqgxVGYI miVpc6nhy5rzLLGdxlFrNCsG01eLxZZhCgVfEVxVVwiYt4tDorZIk3DMf9kVouId1cCBsL2vB7kEW AG/IehHnzf1BCapLjVTlBLpUPmODlxgiUk2K4MDd1joas6+1bvcXfbKWuW/rPE0zxDPWwiO5EZj9T TsV7EngSK+ib4HHKg0j30aXW455PJNtlb5F+Mm0nEOync0zjjms4rZRkfGKM85jQHRUZwY+uR/gVa tgb2SrLRBrv2YEscODZ5YBXWBbqQqLQHt8Y6TaveEGH/roOjIVXK415+452tNVYjuUGhHXR/+p020 W1xQdDBJ2qERe9uBrQWg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mAYxi-00GfsV-Kn; Mon, 02 Aug 2021 14:30: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 1mAYxb-00GfrI-7y for linux-arm-kernel@lists.infradead.org; Mon, 02 Aug 2021 14:30:36 +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 5EB9B11D4; Mon, 2 Aug 2021 07:30:28 -0700 (PDT) Received: from C02TD0UTHF1T.local (unknown [10.57.10.176]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 731863F66F; Mon, 2 Aug 2021 07:30:27 -0700 (PDT) Date: Mon, 2 Aug 2021 15:30:19 +0100 From: Mark Rutland To: Andre Przywara Cc: linux-arm-kernel@lists.infradead.org, Jaxson Han Subject: Re: [aarch64 boot-wrapper PATCH 0/6] Various (build system) fixes Message-ID: <20210802143019.GA59710@C02TD0UTHF1T.local> References: <20210510120726.5242-1-andre.przywara@arm.com> <20210730184021.498faf4c@slackpad.fritz.box> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210730184021.498faf4c@slackpad.fritz.box> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210802_073031_373265_F0ADCF65 X-CRM114-Status: GOOD ( 16.42 ) 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 Fri, Jul 30, 2021 at 06:40:21PM +0100, Andre Przywara wrote: > 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? Sorry for the delay. I've picked the counter frequency fix for now, and I'll see about picking up the rest with the next batch of updates. I'm making a few other changes to defaults/configuration and would prefer to do that all at once with a version-bump flag day. Thanks, Mark. > > 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