Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Caleb Connolly <[email protected]>
  • Loading branch information
anonymix007 and calebccff authored Dec 12, 2024
1 parent 958a7a8 commit b90ca66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specs/unified_kernel_image.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ UKIs consist of the following resources:
* Optionally, the initrd that the kernel shall unpack and invoke, in the `.initrd` section.
* Optionally, a microcode initrd in the `.ucode` section, to be handed to the kernel before any other initrd.
* Optionally, a splash image to bring to screen before transitioning into the Linux kernel, in the `.splash` section.
* Optionally, a compiled Devicetrees, for systems which need it, in the `.dtb` section.
* Optionally, one or more compiled Devicetrees, for systems which need it, each in its separate `.dtbauto` section. The first `.dtbauto` section that matches the current hardware (devicetree content is matched against firmware-provided devicetree or SMBIOS fields using the contents of `.hwids` section as described below) will override the `.dtb` section.
* Optionally, a compiled Devicetree, for systems which need it, in the `.dtb` section.
* Optionally, one or more compiled Devicetrees, for systems which need it, each in a separate `.dtbauto` section. The first `.dtbauto` section that matches the current hardware (devicetree content is matched against firmware-provided devicetree or SMBIOS fields using the contents of `.hwids` section as described below) will override the `.dtb` section.
* Optionally, a hardware identification table (also known as [HWID](https://github.com/fwupd/fwupd/blob/main/docs/hwids.md) or [CHID](https://learn.microsoft.com/en-us/windows-hardware/drivers/install/specifying-hardware-ids-for-a-computer)) in the `.hwids` section.
* Optionally, information describing kernel release information (i.e. `uname -r` output) in the `.uname` section. This is also useful for presentation of the UKI in the boot loader menu, and ordering it against other entries.
* Optionally, a CSV file encoding the SBAT metadata for the image, in the `.sbat` section. The [SBAT format is defined by the Shim project](https://github.com/rhboot/shim/blob/main/SBAT.md), and used for UEFI revocation purposes.
Expand Down

0 comments on commit b90ca66

Please sign in to comment.