diff options
author | Ani Sinha <anisinha@redhat.com> | 2025-01-05 04:32:31 +0100 |
---|---|---|
committer | Ani Sinha <anisinha@redhat.com> | 2025-01-05 05:10:05 +0100 |
commit | 5d0ac3528bd1b11194e39b1b1f8ecb243cd08566 (patch) | |
tree | 2f920bd74880926cc4813540161022b3dfb765d0 /man | |
parent | mkosi: update debian commit reference (diff) | |
download | systemd-5d0ac3528bd1b11194e39b1b1f8ecb243cd08566.tar.xz systemd-5d0ac3528bd1b11194e39b1b1f8ecb243cd08566.zip |
hwids: add a new uefi firmware type of device entry
This change adds a new uefi firmware type device entry for the .hwids section.
It also adds necessary changes for ukify.py.
Diffstat (limited to 'man')
-rw-r--r-- | man/ukify_hwid.json.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/man/ukify_hwid.json.example b/man/ukify_hwid.json.example index 83921b5d93..b016fbb76e 100644 --- a/man/ukify_hwid.json.example +++ b/man/ukify_hwid.json.example @@ -1,4 +1,5 @@ { + "type": "devicetree", "name": "Example Laptop 16 Gen 7", "compatible": "example,laptop-16-g7", "hwids": [ |