From owner-svn-src-head@FreeBSD.ORG Sun Mar 23 17:39:37 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D0FA9F1A for ; Sun, 23 Mar 2014 17:39:37 +0000 (UTC) Received: from mail-ie0-f173.google.com (mail-ie0-f173.google.com [209.85.223.173]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 97A5EFB for ; Sun, 23 Mar 2014 17:39:37 +0000 (UTC) Received: by mail-ie0-f173.google.com with SMTP id rl12so4520594iec.32 for ; Sun, 23 Mar 2014 10:39:31 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:content-type:mime-version:subject:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=JEr/MrpeeU9SEtH21A1xA0xnEhkZqKR+mQOksg4AEbI=; b=FJnKqdPLr1cHGVVWvx2LFuw+LOVy0FPSQBf4yOtdEQnw8SC8VzbeLhD+OD9wWePjIE PoVt80hHs9l28PbIOWgIbQK5fVWGRQ55tIxSvB/RFU+MWyXtk+46jrfKkUJ9BzdEE/ok yLfhbOzzjQCtZo9EeGAFoXiccrqpM9wTAfkWmGht4uI8NthJHfeN5z36/5uKyqu7OrWl 8Wgn0w05hxxqKAu0VKTGZS/mN91ngw0gEP84394CTsUaWqnyrct+VGXwBTHudhkN0m1a ps97dbVSTlQI5d8RjBqAvPO7aN3pMaMkpKe/cHQ81MnmWldHfOSMVXKmNtk/VvFrwcux 8meQ== X-Gm-Message-State: ALoCoQnVB6yqCaYrsCRdWEzVvd6T4wsTOU8K7fEfiyuVmHle8phpDLnEo1wQRRqB18S4twd7/QH7 X-Received: by 10.42.92.194 with SMTP id u2mr46226632icm.19.1395596371350; Sun, 23 Mar 2014 10:39:31 -0700 (PDT) Received: from netflix-mac.bsdimp.com (50-78-194-198-static.hfc.comcastbusiness.net. [50.78.194.198]) by mx.google.com with ESMTPSA id vu3sm18096874igc.6.2014.03.23.10.39.29 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 23 Mar 2014 10:39:30 -0700 (PDT) Sender: Warner Losh Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\)) Subject: Re: svn commit: r263424 - head/sys/arm/conf From: Warner Losh In-Reply-To: <20140323115150.51e68e2a@bender.Home> Date: Sun, 23 Mar 2014 11:39:21 -0600 Content-Transfer-Encoding: quoted-printable Message-Id: <5569B0FF-F4D9-4788-943A-3C3BDB10196B@bsdimp.com> References: <201403201701.s2KH1L84024044@svn.freebsd.org> <20140321094316.76ccf459@bender.Home> <1395412070.81853.8.camel@revolution.hippie.lan> <20140321190402.GT32089@funkthat.com> <1395494755.81853.38.camel@revolution.hippie.lan> <20140323115150.51e68e2a@bender.Home> To: Andrew Turner X-Mailer: Apple Mail (2.1874) Cc: src-committers@FreeBSD.org, Ian Lepore , John-Mark Gurney , svn-src-head@FreeBSD.org, Ruslan Bukin , svn-src-all@FreeBSD.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Mar 2014 17:39:37 -0000 On Mar 23, 2014, at 5:51 AM, Andrew Turner wrote: > On Sat, 22 Mar 2014 07:25:55 -0600 > Ian Lepore wrote: >> Last time I tried to put something into arm/conf/DEFAULTS I got my >> hand slapped, but... putting the diagnostic options in there on head >> and not on stable branches would make the "touch 77 config files" >> problem go away. >=20 > This is another problem we have on ARM, we are abusing FDT_DTS_FILE. = We > should work to reduce the number of kernel configs we have where > possible. My preference would be for no more than one config for each > SoC/SoC family, however the granularity depends on the hardware and = SoC > specific code. I have some WIP changes that will allow us to build multiple dtb files = for a single kernel config file that will help this. Warner