summaryrefslogtreecommitdiffstats
path: root/configs/bsp.ref
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2023-06-09 16:29:13 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2023-06-09 16:45:59 +0200
commit6bab1e6d469c7bf28e428594b0e2944a0088abfb (patch)
tree112123507b550c4580b61e3a27645e0709ef5d21 /configs/bsp.ref
parentb2f628cc92c788ca187cec5990e7a2b430aca8e7 (diff)
downloadDistroKit-6bab1e6d469c7bf28e428594b0e2944a0088abfb.tar.gz
DistroKit-6bab1e6d469c7bf28e428594b0e2944a0088abfb.tar.xz
bsp.ref: Add initrd exception for ARM64 / v8a
The v8a platform can now boot with an initrd. The usecase is to boot the kernel via fastboot, then boot into on initrd, without touching the rootfs on a block device. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'configs/bsp.ref')
-rw-r--r--configs/bsp.ref9
1 files changed, 9 insertions, 0 deletions
diff --git a/configs/bsp.ref b/configs/bsp.ref
index ac2fdcc..e56008d 100644
--- a/configs/bsp.ref
+++ b/configs/bsp.ref
@@ -21,6 +21,15 @@ kernel_dtb_partitions:
value: True
- value: False
+kernel_initrd:
+ description: |
+ Initrd support is not needed on most embedded systems.
+ For v8a, we use an initrd for the fastboot usecase.
+ variants:
+ - condition: kconfig.PTXPlatformConfig()['ARCH_ARM64']
+ value: True
+ - value: False
+
rootfs_unused_libraries:
description: |
- libatomic is needed on mips and rpi1 by libcrypto, but for simplicity ship it on all platforms