mirror of
https://github.com/systemd/systemd.git
synced 2025-01-31 05:47:30 +03:00
5d0ac3528b
This change adds a new uefi firmware type device entry for the .hwids section. It also adds necessary changes for ukify.py.
10 lines
227 B
Plaintext
10 lines
227 B
Plaintext
{
|
|
"type": "devicetree",
|
|
"name": "Example Laptop 16 Gen 7",
|
|
"compatible": "example,laptop-16-g7",
|
|
"hwids": [
|
|
"5dc05bf4-01f6-4089-b464-a08c47ea9295",
|
|
"3e3f8f3c-2003-46f2-811c-85554f7d5952"
|
|
]
|
|
}
|