From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Authentication-Results: lists.ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=aj.id.au (client-ip=66.111.4.25; helo=out1-smtp.messagingengine.com; envelope-from=andrew@aj.id.au; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=aj.id.au Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=aj.id.au header.i=@aj.id.au header.b="Fpoqz7zc"; dkim=pass (2048-bit key; unprotected) header.d=messagingengine.com header.i=@messagingengine.com header.b="B6DxDb3e"; dkim-atps=neutral Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 41WHxk5WVQzDqCB for ; Thu, 19 Jul 2018 12:28:26 +1000 (AEST) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id DEC3C21BA9; Wed, 18 Jul 2018 22:28:23 -0400 (EDT) Received: from web5 ([10.202.2.215]) by compute4.internal (MEProxy); Wed, 18 Jul 2018 22:28:23 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=aj.id.au; h=cc :content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm3; bh=sQwRwOuagXf0xfCpdiTKeB4RhjIMJ R2Fz4r9mfvU6ss=; b=Fpoqz7zcVRoJYHAtH9AV3S1RDJWWnDmMAWaMDO+CogxqD /hbgWIUpyF1Ty0W33JhhVs07CW4EcXVWwWEZMJmNDNdIwVa8PiWhSB0cHa8Fh1Lq sm6KuJVAT2HrITnjYnYaonnQC1JNskJMZk5z2Tgp1KkNb6WID7ue3KILYykA49pU m+qfFUP0dT9DU3vTuUIF3i4Zb9NbK9eNioMiIOQCG7YUKFuqm5aEihvS5iQCGs8+ flOZiyryY72PKs5ZVal9rvoOgFfP4f1lzTuFTue12HFNSn2Q47P9iPdcHHjAqu4O IKBepWFdnml7T+0ABdqEy+wymIIjzG8hYnqphIm1A== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=sQwRwO uagXf0xfCpdiTKeB4RhjIMJR2Fz4r9mfvU6ss=; b=B6DxDb3erB3/LNGJa+0vWV q9EsnnYdYlHmKfqGWFJlym/k/qLNofpo1/3EGOkjXd7xSVKZsFzQfSh1tWq2+6O2 uxYNwP4WTkx85vQ0SRT45sLGedHgPuAwgbBj1ftY8OoCli9k+VhLSzcD7zXwNV98 frnD07OU1xvbLmPXea1obUO1gdAv3StKu3OtZNDByMRNksXXvA0v4UQ/lv0FMrdL q/pIrkhC2N2bLcaKekSXVWfvycoT5F3eh79YX/zAbQkhjTI7Fk8b16CLVc5e8NV6 biSf52CyyX71LezhKGZ+3B65GKkyU0b8keOypWmmEvEZ6OpYFHAnyinIITZiomsg == X-ME-Proxy: X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id 632C69E0D2; Wed, 18 Jul 2018 22:28:22 -0400 (EDT) Message-Id: <1531967302.2140539.1445583600.0F5ED287@webmail.messagingengine.com> From: Andrew Jeffery To: Benjamin Herrenschmidt , Rob Herring Cc: Mark Rutland , devicetree@vger.kernel.org, "Greg Kroah-Hartman" , Eugene.Cho@dell.com, a.amelkin@yadro.com, linux-kernel@vger.kernel.org, Joel Stanley , stewart@linux.ibm.com, OpenBMC Maillist , linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-e74bb3a0 In-Reply-To: Date: Thu, 19 Jul 2018 11:58:22 +0930 Subject: Re: [RFC PATCH v2 1/4] dt-bindings: misc: Add bindings for misc. BMC control fields References: <20180711053122.30773-1-andrew@aj.id.au> <20180711053122.30773-2-andrew@aj.id.au> <20180711200450.GB17291@rob-hp-laptop> <1531356830.3551458.1437853280.551CA8C5@webmail.messagingengine.com> <1531463489.747186.1439263128.075AECE1@webmail.messagingengine.com> X-BeenThere: openbmc@lists.ozlabs.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Development list for OpenBMC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jul 2018 02:28:27 -0000 > > I agree > > that not using /dev/mem is a good thing, but there are several ways > > you could do that independent of any DT binding. > > Such as ? The only other option is to have one or more kernel drivers > that have built-in the precise and complete list of those tunables that > need to be exposed. > > It's not impossible, but I worry that it's not going to scale terribly > well, and that vendors will constantly "fork" that driver to add > different things to that list. Picking on that last point, "different things" doesn't necessarily mean "different fields in the SoC" (though it may). We could just need to use different initial values for the fields already described. So taking that into account, the field descriptions could vary wildly from platform to platform - where "platform" here is the combination of the BMC, its host system, and the host system's required configuration - not just referring to the BMC in isolation. That in turn may cause a fork of the driver (changes that are incompatible with other platforms), or not scale terribly well as Ben suggests. The initial value concept can help reduce the impact on userspace as userpace may no-longer need to care about it, so I think it's a desirable property. With respect to devicetree, the field definitions will stay in the SoC dtsi, but the initial values would be described on a per-platform basis in the dts. > > I might be wrong here, so I'd like for Eugene (Dell) and Alexander > (Yadro) to chime in, but experience with BMCs has shown that we > regularily , as we add a feature or rewrite something, need to find > another new magic SoC tunable the HW manufacturer hid somewhere that > will make our stuff work. > > > > Now, updating the device-tree in the board flash with whatever vendor > > > specific information is needed is a LOT easier than getting the kernel > > > driver constantly updated. The device-tree after all is there to > > > reflect among other things system specific ways in which the SoC is > > > wired and configured. This is rather close... > > > > Sadly, updating my kernel is easier than updating my PC firmware > > (though packaged firmware on my current laptop changes that). I can > > assure you that ARM boards are generally much worse in that regard. > > BTW, you may want to pay attention to EBBR[1][2]. Not sure how much > > you care for BMCs, but there may be some interest. > > You are conflating your host kernel and your BMC here. The BMC kernel > is part of the "firmware", as is its DTS and the BMC userspace. > > (Again this isn't the host DTS, this is the BMC DTS). > > They get all updated together. My point isn't about the ease or > difficulty for a *user* to udpate their BMC, in that case the solutions > above are equivalent. > > The point is from a system vendor perspective. A system vendor using > OpenBMC will *customize* their BMC build in various ways. Typically > they *will* have a custom DT since this is what represents their > specific system and they will have some specific userspace bits. > > However, we are trying very hard for them *not* to fork the kernel, and > if possible move OpenBMC towards a fully upstream kernel (still working > on getting all the SoC drivers cleaned up and pushed up but it's moving > in the right direction). > > So from a vendor perspective, such as us IBM, we *alread* have custom > DTs and customized userspace, that's part of the normal flow of > deploying a BMC. > > However, we are trying *NOT* to have a custom kernel (and we don't, at > the moment there is an OpenBMC kernel accross vendors, though it's not > *yet* fully upstream). > > So if the solution proposed is prone to requiring frequent changes to a > kernel driver, that solution makes the above a lot more difficult and > will encourage vendors to keep forking kernels. > > This is what we are trying to avoid. Well described. Thanks Ben. Andrew