From owner-freebsd-arm@freebsd.org Wed Jul 12 09:58:48 2017 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 66524D92EDC for ; Wed, 12 Jul 2017 09:58:48 +0000 (UTC) (envelope-from andrew@fubar.geek.nz) Received: from fry.fubar.geek.nz (fry.fubar.geek.nz [139.59.165.16]) by mx1.freebsd.org (Postfix) with ESMTP id 36A51816D7 for ; Wed, 12 Jul 2017 09:58:46 +0000 (UTC) (envelope-from andrew@fubar.geek.nz) Received: from [IPv6:2a02:c7f:1e13:cf00:cd79:992c:2b5:ade1] (unknown [IPv6:2a02:c7f:1e13:cf00:cd79:992c:2b5:ade1]) by fry.fubar.geek.nz (Postfix) with ESMTPSA id 638374EBA9 for ; Wed, 12 Jul 2017 09:58:10 +0000 (UTC) From: Andrew Turner Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Making PLATFORM a requirement on armv6 Message-Id: Date: Wed, 12 Jul 2017 10:58:09 +0100 To: freebsd-arm X-Mailer: Apple Mail (2.3273) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Jul 2017 09:58:48 -0000 Hello, I would like to make PLATFORM a requirement on armv6 as I have already = enabled it on most armv6 kernels. The old PLATFORM_SMP and MULTIDELAY = options have already been merged with this in preparation for it being = on by default. I have updated most of the kernel configurations built under the = universe target, however the Marvell configs still need to be updated. = Unfortunately they are a little more complex than the other SoCs, and as = I don=E2=80=99t have a setup to test any changes I would like help to = update this code. The advantage of using PLATFORM is it will allow us to remove the build = time checks for each SoC. This will help add the Marvell code, along = with the other ARMv7+ kernels, to be integrated into the GENERIC config, = easing future maintenance. Andrew=