From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 10 Dec 2021 14:07:37 +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 1mvfcf-0024ZB-26 for lore@lore.pengutronix.de; Fri, 10 Dec 2021 14:07:37 +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 1mvfce-0005Rg-5c; Fri, 10 Dec 2021 14:07:36 +0100 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mvfc4-0005RN-1G; Fri, 10 Dec 2021 14:07:00 +0100 Received: from [2a0a:edc0:0:1101:1d::39] (helo=dude03.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1mvfc4-003mNs-1R; Fri, 10 Dec 2021 14:06:59 +0100 Received: from mol by dude03.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1mvfc2-00GMLh-CV; Fri, 10 Dec 2021 14:06:58 +0100 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Fri, 10 Dec 2021 14:06:58 +0100 Message-Id: <20211210130658.3899070-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20211129054808.2910586-1-a.fatoum@pengutronix.de> References: <20211129054808.2910586-1-a.fatoum@pengutronix.de> MIME-Version: 1.0 Subject: Re: [ptxdist] [APPLIED] kernel: add Image.gz as RISC-V KERNEL_IMAGE 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: Ahmad Fatoum 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 Thanks, applied as eab63b6b9a4ffcd10d0d8762c39d595f89880f67. Michael [sent from post-receive hook] On Fri, 10 Dec 2021 14:06:57 +0100, Ahmad Fatoum wrote: > Linux RISC-V images (both 32-bit and 64-bit) are very similar to ARM64. > They share the same header and both never ship with a decompressor > and instead rely on the bootloader for unpacking. When using GZIP > compression, the name is also Image.gz, so note that in the Kconfig. > > Signed-off-by: Ahmad Fatoum > Message-Id: <20211129054808.2910586-1-a.fatoum@pengutronix.de> > Signed-off-by: Michael Olbrich > > diff --git a/platforms/kernel.in b/platforms/kernel.in > index 06b6e24a6756..9976436ce0a2 100644 > --- a/platforms/kernel.in > +++ b/platforms/kernel.in > @@ -164,7 +164,7 @@ endif > config KERNEL_IMAGE > string > default "bzImage" if KERNEL_IMAGE_BZ > - default "Image.gz" if KERNEL_IMAGE_Z && ARCH_ARM64 > + default "Image.gz" if KERNEL_IMAGE_Z && (ARCH_ARM64 || ARCH_RISCV) > default "zImage" if KERNEL_IMAGE_Z > default "xipImage" if KERNEL_IMAGE_XIP > default "uImage" if KERNEL_IMAGE_U _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de