DistroKit Mailinglist
 help / color / mirror / Atom feed
From: Lucas Stach <l.stach@pengutronix.de>
To: distrokit@pengutronix.de
Subject: [DistroKit] [PATCH v3 4/4] reason: allow kernel initrd support for all platforms
Date: Tue,  5 May 2026 13:17:14 +0200	[thread overview]
Message-ID: <20260505111714.1361551-4-l.stach@pengutronix.de> (raw)
In-Reply-To: <20260505111714.1361551-1-l.stach@pengutronix.de>

Most new projects require initrd support, so we want all reference
configs maintained in this repo to enable the kernel support.

This override can be removed once upstream reason ceases to enforce
initrd support to be disabled.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
---
v3: new patch
---
 configs/bsp.ref | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/configs/bsp.ref b/configs/bsp.ref
index de2736462445..0c28ee62f360 100644
--- a/configs/bsp.ref
+++ b/configs/bsp.ref
@@ -32,12 +32,10 @@ kernel_dtb_partitions:
 
 kernel_initrd:
   description: |
-    Initrd support is not needed on most embedded systems.
-    For v7a and v8a, we use an initrd for the fastboot usecase.
+    As most new projects require a initrd for secure-boot purposes, we want the
+    kernel reference configs maintained in this repo to include initrd support.
   variants:
-    - condition: kconfig.PTXPlatformConfig().options['PLATFORM'] in ('v8a', 'v7a')
-      value: True
-    - value: False
+    - value: True
 
 barebox_oftree_fallback:
   description: |
-- 
2.47.3




  parent reply	other threads:[~2026-05-05 11:17 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-05 11:17 [DistroKit] [PATCH v3 1/4] x86_64: kernel: update config Lucas Stach
2026-05-05 11:17 ` [DistroKit] [PATCH v3 2/4] v8a: " Lucas Stach
2026-05-05 11:17 ` [DistroKit] [PATCH v3 3/4] platform-x86_64: switch to ZSTD kernel compression Lucas Stach
2026-05-05 11:17 ` Lucas Stach [this message]
2026-05-05 11:33 ` [DistroKit] [PATCH v3 1/4] x86_64: kernel: update config Ahmad Fatoum
2026-05-06  7:42   ` Michael Olbrich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260505111714.1361551-4-l.stach@pengutronix.de \
    --to=l.stach@pengutronix.de \
    --cc=distrokit@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox