From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id F181335DA40; Wed, 2 Sep 2026 10:01:11 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1788343273; cv=none; b=fmk0ZULQesiaWPnx+WlHAFe2qTzaO6A7Ep3Sc2wft5J75coDQPHATaqXIKDvs7ZTlah5PfINR2v9x3vgH7b1fRd6ORRyry1hVZyMfoAW2bB6n3R9eySyZBoyo7rIstXbQVn3z2CFfS6OC7Gt1AYycA/ebt4VSEfj6VVMWNAyXuI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1788343273; c=relaxed/simple; bh=M1Jp5Yqv9sTJzACp1OJRm3fmoMoh673N0vfc7vJ7c4E=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=CSPFxvq4O7UXlC4AEBFLp3VJGGuy9H4I1kwZLh/r5N6mWnaOzRf3iD1b8sSledWG7GMjehLigr/3bVdEO5kbNY+2Iz4rs/kzA6xhD51Nhx6B2AkSMQlDzc6xeCc3vPeGvOVRO8OOv39+vEmCBPWo5kX9DBz0lchXb2eYBGMaSU0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Qqlws4aA; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Qqlws4aA" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2D0F01F000E9; Wed, 2 Sep 2026 10:01:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1788343271; bh=JdEFNEFd6qnIQmo/1jVIW3kFkM34fEdFx/LiDE8lR40=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=Qqlws4aAxSkJgzdjHqVT+U3d2ls3xLmWueQKWissaxiKrbbJe4G+ObjeMgOu2jEvp o7sAi0WJrc2uJbFtkus5Es3+auFodJkroDNqLGLxt677AI69sr9LmyisBXhHhjA4fB wZreCss/tnM4JCSmtjNH8B0xx280xfKqpG+UftLXdjtrPVYYxOQT4X7RRng4EA3udV jKGjdXVCZdFrtGIhgGTUR5AkpH30QAoS0r1NdwhOL6cAflH42CVop4pz//S7rFpLXH bJDOP6iBnUG8irgyzsFxQGFkBoezXf8wZa6CFHUwfVmNl01P2rQcYqMQYIZAV5eAwR 9neuGXIR7PTaQ== Date: Wed, 2 Sep 2026 10:01:02 +0000 From: Tzung-Bi Shih To: Sean Rhodes Cc: linux-kernel@vger.kernel.org, Hans de Goede , Ilpo =?iso-8859-1?Q?J=E4rvinen?= , Corentin Chary , "Luke D. Jones" , Denis Benato , Prasanth Ksr , Jorge Lopez , Mark Pearson , "Derek J. Clark" , Joshua Grisham , Will Deacon , Douglas Anderson , "Kiryl Shutsemau (Meta)" , Huacai Chen , Chen-Yu Tsai , Thomas Zimmermann , platform-driver-x86@vger.kernel.org, Dell.Client.Kernel@dell.com, Brian Norris , Julius Werner , Javier Martinez Canillas , Bjorn Helgaas , Danilo Krummrich , Uwe =?iso-8859-1?Q?Kleine-K=F6nig_=28The_Capable_Hub=29?= , Titouan Ameline de Cadeville , Laxman Acharya Padhya , Yidi Lin , Kees Cook , Takashi Sakamoto , chrome-platform@lists.linux.dev, Maarten Lankhorst , Maxime Ripard , David Airlie , Simona Vetter , dri-devel@lists.freedesktop.org, Krzysztof Kozlowski , Bjorn Andersson , Dmitry Baryshkov , Geert Uytterhoeven , Arnd Bergmann , Eric Biggers , Luca Weiss , Michal Simek , Sven Peter , Alexandre Belloni , Linus Walleij , Drew Fustini , linux-arm-kernel@lists.infradead.org, soc@lists.linux.dev Subject: Re: (subset) [PATCH v14 0/5] coreboot CFR firmware attributes Message-ID: References: Precedence: bulk X-Mailing-List: platform-driver-x86@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Tue, Sep 01, 2026 at 06:48:01PM +0100, Sean Rhodes wrote: > Move the firmware attributes class helper out of platform/x86, rename the > coreboot-table firmware driver directory from google to coreboot, and add a > coreboot CFR firmware attributes driver. > > Changes in v14: > - Rebase on current upstream master after Linux 7.3-rc1, preserving the > intervening coreboot table bounds and CBMEM no-map changes. > - Drop the standalone include-order cleanup. Replace the affected relative > includes directly in the firmware attributes helper move, as requested by > Tzung-Bi. > - Split the DRM coreboot framebuffer dependency update from the firmware > directory and Kconfig rename so it can receive a DRM Acked-by separately. > - Keep the CFR driver and its runtime behavior unchanged from v13. > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux.git for-firmware-next [2/5] firmware: Rename google firmware directory to coreboot commit: 44e33a5aaa2de3f5cf2701d6f4b0a7c63d4fe602 Also created an immutable branch "ib-coreboot-rename-7.4"[1] for patch 3 and patch 5 which build-time depend on it. Thanks! [1] https://lore.kernel.org/all/apfyaxKEEJz20wRC@google.com