From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 28 Jan 2022 13:59:25 +0100 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1nDQqb-00Fzzm-FZ for lore@lore.pengutronix.de; Fri, 28 Jan 2022 13:59:25 +0100 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1nDQqa-0000pL-Pr; Fri, 28 Jan 2022 13:59:24 +0100 Received: from ptx.hi.pengutronix.de ([2001:67c:670:100:1d::c0]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nDQqL-0000oY-2I; Fri, 28 Jan 2022 13:59:09 +0100 Received: from mol by ptx.hi.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1nDQqK-0005YH-NE; Fri, 28 Jan 2022 13:59:08 +0100 Date: Fri, 28 Jan 2022 13:59:08 +0100 From: Michael Olbrich To: Michael Riesch Message-ID: <20220128125908.GA11273@pengutronix.de> Mail-Followup-To: Michael Riesch , ptxdist@pengutronix.de, m.tretter@pengutronix.de References: <20220124120942.557161-1-michael.riesch@wolfvision.net> <20220124120942.557161-3-michael.riesch@wolfvision.net> <5d8175cf-cc4b-dbe5-28d2-d535f77e4497@wolfvision.net> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <5d8175cf-cc4b-dbe5-28d2-d535f77e4497@wolfvision.net> X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-IRC: #ptxdist @freenode X-Accept-Language: de,en X-Accept-Content-Type: text/plain X-Uptime: 13:50:01 up 48 days, 21:35, 79 users, load average: 0.15, 0.16, 0.11 User-Agent: Mutt/1.10.1 (2018-07-13) Subject: Re: [ptxdist] [PATCH v5 2/5] add package for rockchip firmware binaries X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: ptxdist@pengutronix.de, m.tretter@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false On Fri, Jan 28, 2022 at 01:46:25PM +0100, Michael Riesch wrote: > On 1/28/22 13:31, Michael Olbrich wrote: > > On Mon, Jan 24, 2022 at 01:09:39PM +0100, Michael Riesch wrote: > >> Rockchip provides the SDRAM initialization as well as BL31/BL32 > >> firmware for their SoCs in binary form. Add a package that downloads > >> those binaries for further use in e.g., barebox. > >> > >> Signed-off-by: Michael Tretter > >> [revised and extended Kconfig] > >> Signed-off-by: Michael Riesch > >> --- > >> platforms/firmware-rockchip.in | 41 +++++++++++++++++++ > >> rules/firmware-rockchip.make | 74 ++++++++++++++++++++++++++++++++++ > >> 2 files changed, 115 insertions(+) > >> create mode 100644 platforms/firmware-rockchip.in > >> create mode 100644 rules/firmware-rockchip.make > >> > >> diff --git a/platforms/firmware-rockchip.in b/platforms/firmware-rockchip.in > >> new file mode 100644 > >> index 000000000..aa702416d > >> --- /dev/null > >> +++ b/platforms/firmware-rockchip.in > >> @@ -0,0 +1,41 @@ > >> +## SECTION=non_free_firmware > >> + > >> +menuconfig FIRMWARE_ROCKCHIP > >> + bool > >> + prompt "Rockchip firmware binaries " > >> + help > >> + Rockchip prebuilt SDRAM initialization and TF-A binaries. > >> + > >> +if FIRMWARE_ROCKCHIP > >> + > >> +config FIRMWARE_ROCKCHIP_RK3566_SDRAM > > > > I still don't like the sub-options here. But I'm still thinking about > > whether this part should go into PTXdist itself, so no need to touch this > > for now. > > Care to give us some insight in your current state of reasoning as to > whether or not this should enter ptxdist? It's still somewhat unclear to me, but it seems that all of these files are only useful for one specific board. I'm reluctant to add it just for that. But it could also serve as an example for this whole infrastructure... Michael -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de