From 3b0430d0bf020f7bd0a2d68ebe3b065c35a0cf18 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Wed, 25 Feb 2026 15:51:27 +0000 Subject: [PATCH] NEWS: list hwids change --- NEWS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/NEWS b/NEWS index 9e38b7faa31..7161e7aa5b4 100644 --- a/NEWS +++ b/NEWS @@ -111,6 +111,15 @@ CHANGES WITH 260 in spe: * A new 'verity' NVPCR has been added. Various components measure dm-verity images to it upon loading. + * A canonical set of hwid files for automated DeviceTree mapping in + UKIs is now shipped under /usr/lib/systemd/boot/hwids//. + Users and developers are welcome to contribute definitions for + their specific devices, so that UKIs can automatically find and load + the appropriate DTB on boot, without requiring per-devices and + per-kernel images. ukify now uses these definition automatically if + present on the system at build time. A first set of hwid files for + arm64 Snapdragon devices has been imported. + Changes in the system and user managers: * Systemd now uses ANSI CSI 18 sequence to query terminal size. This