Package: flash-kernel Version: 3.99 Severity: wishlist Tags: patch Dear Maintainer,
Please add database entries for the new NXP LX2160a based SolidRun Devices. They are supported in mainline since linux 5.6.0, and currently have a distro-boot enabled vendor u-boot available. Yours sincerely josua Mayer -- System Information: Debian Release: 10.3 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable') Architecture: arm64 (aarch64) Kernel: Linux 5.5.0-trunk-arm64 (SMP w/16 CPU cores) Kernel taint flags: TAINT_UNSIGNED_MODULE Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) Versions of packages flash-kernel depends on: ii debconf [debconf-2.0] 1.5.71 ii devio 1.2-1.2+b1 ii initramfs-tools 0.133+deb10u1 ii linux-base 4.6 ii mtd-utils 1:2.0.1-1 ii ucf 3.0038+nmu1 Versions of packages flash-kernel recommends: ii u-boot-tools 2019.01+dfsg-7 flash-kernel suggests no packages. -- Configuration Files: /etc/flash-kernel/db changed [not included] -- debconf information excluded
>From 9065ffd52888230d9c33046908b8917c61246121 Mon Sep 17 00:00:00 2001 From: Josua Mayer <[email protected]> Date: Fri, 17 Apr 2020 16:22:31 +0200 Subject: [PATCH] add db entries for SolidRun LX2160A Honeycomb and Clearfog CX The DTSs are included in Linux since the release of 5.6.0; and while not mainline, a vendor fork of U-Boot supporting distro-boot is available and has been tested to load the generic boot script on the Honeycomb Workstation. Signed-off-by: Josua Mayer <[email protected]> --- db/all.db | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/db/all.db b/db/all.db index 3630a02..788a8c6 100644 --- a/db/all.db +++ b/db/all.db @@ -1695,6 +1695,20 @@ Boot-Script-Path: /boot/boot.scr U-Boot-Script-Name: bootscr.uboot-generic Required-Packages: u-boot-tools +Machine: SolidRun LX2160A Clearfog CX +Kernel-Flavors: arm64 +DTB-Id: freescale/fsl-lx2160a-clearfog-cx.dtb +Boot-Script-Path: /boot/boot.scr +U-Boot-Script-Name: bootscr.uboot-generic +Required-Packages: u-boot-tools + +Machine: SolidRun LX2160A Honeycomb +Kernel-Flavors: arm64 +DTB-Id: freescale/fsl-lx2160a-honeycomb.dtb +Boot-Script-Path: /boot/boot.scr +U-Boot-Script-Name: bootscr.uboot-generic +Required-Packages: u-boot-tools + Machine: Theobroma Systems RK3399-Q7 SoM Kernel-Flavors: arm64 DTB-Id: rockchip/rk3399-puma-haikou.dtb -- 2.26.0

