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 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id BCB69C61DD6 for ; Wed, 2 Sep 2026 10:01:14 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 249B310F0D9; Wed, 2 Sep 2026 10:01:14 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="Qqlws4aA"; dkim-atps=neutral Received: from tor.source.kernel.org (tor.source.kernel.org [172.105.4.254]) by gabe.freedesktop.org (Postfix) with ESMTPS id C0C8A10F0D9 for ; Wed, 2 Sep 2026 10:01:12 +0000 (UTC) Received: from smtp.kernel.org (quasi.space.kernel.org [100.103.45.18]) by tor.source.kernel.org (Postfix) with ESMTP id DAFDD600D0; Wed, 2 Sep 2026 10:01:11 +0000 (UTC) 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: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" 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