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=-0.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no 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 09A06C33C8C for ; Tue, 7 Jan 2020 18:11:39 +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 A52A520715 for ; Tue, 7 Jan 2020 18:11:38 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="Ka8w41lg" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org A52A520715 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=suse.de Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-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=bombadil.20170209; h=Sender:Content-Type:Cc: List-Subscribe:List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id: MIME-Version:References:In-Reply-To:Date:To:From:Subject:Message-ID:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=9VpM7lUPfxLtQ8YAB7ZeXGdJ5Rlwvy+K4jdPIIcj1OE=; b=Ka8w41lg+0Aits+BAi8tuFZ11 CG1NARQzig5JbXhjPss7E+Cv3yXGO53VN2ghpDr0F0f5vdvvQM4YFBIqDsmNd7XGxRz1P24v/T8b1 Pu/LKbuxXN+USGBpMp/PRfvm/qT5Ta7rfuQaCEXoHJCO6KAfdVwwaBOu+UGlbPKppWWO/cBby16Xh mcLkYpogje5fiozAIrWral0a2oWlgGaM8oyk3VYs2teUVaMU+9cW3GudTsn5c+42VhBqVn4glu3ls iCjAv0u1PTaZgdpPOrgMBAFu3yue4xdqj6mVRjiSEJmuFmV79EGWLLztBmUXOEKkjuqjs2Ehb+KTw rwDI+VvtQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1iotKC-0007hU-8W; Tue, 07 Jan 2020 18:11:28 +0000 Received: from mx2.suse.de ([195.135.220.15]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1iotK8-0007h6-Uq; Tue, 07 Jan 2020 18:11:26 +0000 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 644F8AD7F; Tue, 7 Jan 2020 18:11:23 +0000 (UTC) Message-ID: <65e976494676a7081b154961ba51048892c2a779.camel@suse.de> Subject: Re: [RFC] ARM: add bcm2711_defconfig From: Nicolas Saenz Julienne To: Stefan Wahren , f.fainelli@gmail.com Date: Tue, 07 Jan 2020 19:11:21 +0100 In-Reply-To: <3688a55b-e929-6cef-66c6-affed97d938b@gmx.net> References: <20200107172459.28444-1-nsaenzjulienne@suse.de> <3688a55b-e929-6cef-66c6-affed97d938b@gmx.net> User-Agent: Evolution 3.34.2 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200107_101125_139021_3B831B94 X-CRM114-Status: GOOD ( 13.66 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: mbrugger@suse.com, Russell King , linux-kernel@vger.kernel.org, bcm-kernel-feedback-list@broadcom.com, linux-rpi-kernel@lists.infradead.org, hch@lst.de, linux-arm-kernel@lists.infradead.org Content-Type: multipart/mixed; boundary="===============3302243260565397960==" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org --===============3302243260565397960== Content-Type: multipart/signed; micalg="pgp-sha256"; protocol="application/pgp-signature"; boundary="=-vwyhc/iY3H5c6/B9T0Uh" --=-vwyhc/iY3H5c6/B9T0Uh Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Tue, 2020-01-07 at 19:06 +0100, Stefan Wahren wrote: > Hi Nicolas, >=20 > Am 07.01.20 um 18:24 schrieb Nicolas Saenz Julienne: > > The Raspberry Pi 4 depends on LPAE in order to use its PCIe port, which > > is essential, as it ultimately provides USB2/3 connectivity. As this > > setup doesn't fit any generic purpose configuration this adds > > bcm2711_defconfig which is based on the current Raspberry Pi foundation > > config file[1] with as little changes as possible >=20 > i really dislike the Foundation config file, because it contains so many > unnecessary features. Bisecting with such a kernel config is horrible. >=20 > How about finding a compromise between bcm2835_defconfig and > multi_v7_defconfig + LPAE? If there is a consensus this is the right approach (creating a new config file), I'll be happy to try that out. Now that I think of it, maybe we shouldn't add bcm2711_thermal into multi_v7_defconfig. Regards, Nicolas --=-vwyhc/iY3H5c6/B9T0Uh Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- iQEzBAABCAAdFiEErOkkGDHCg2EbPcGjlfZmHno8x/4FAl4UyckACgkQlfZmHno8 x/4TWwf+N1kMZUeYu3KkZhj6rIrwQPenFhPmhuIKOmAW4imMGNHYaxKFRgG4FTf3 9023yNOuqmscpCycWPH1/lxA0SIWIZ4MI/MotvlKnQhFICjtJLRP0MmZHK0Pn0dm 4o+VZJZRwGjSYOGhCZTi3lrnDmSv5MmlmJPkSOvBwlHvDxDFdZnld0bSMAuOHi5J +I1kCILWreHI63WalnD8UlaPWjIYVjlSJ4obi9k7k5hTa+PNJVes8CZvkIOnn1c6 +VH8H7YmbhwyMity9f2+4MSDZVPkGf83ibYaIquHaXNC9iSzC3fdKj9XBFmlXtTS IpbYFYkRpI1bED5DeC7Rlw3h1pZkbw== =KEm+ -----END PGP SIGNATURE----- --=-vwyhc/iY3H5c6/B9T0Uh-- --===============3302243260565397960== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel --===============3302243260565397960==--