diff options
author | Tobias Fleig <tfleig@meta.com> | 2024-04-02 13:00:10 +0200 |
---|---|---|
committer | Tobias Fleig <tfleig@meta.com> | 2024-04-19 15:28:47 +0200 |
commit | d380337dc5141eeb3c25071c6fcd9337aa814b62 (patch) | |
tree | 530a01f6ad2f6db4ae6a6388f4ba58eb3a4e800a /man/ukify.xml | |
parent | measure: Add .ucode UKI section support (diff) | |
download | systemd-d380337dc5141eeb3c25071c6fcd9337aa814b62.tar.xz systemd-d380337dc5141eeb3c25071c6fcd9337aa814b62.zip |
ukify: Add support for .ucode UKI section
This commit teaches ukify how to build a .ucode section into UKIs. This
section is functionally an initrd, intended for microcode updates.
Diffstat (limited to 'man/ukify.xml')
-rw-r--r-- | man/ukify.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/man/ukify.xml b/man/ukify.xml index a81cbcb47b..a9034bc511 100644 --- a/man/ukify.xml +++ b/man/ukify.xml @@ -67,6 +67,7 @@ <para>Additional sections will be inserted into the UKI, either automatically or only if a specific option is provided. See the discussions of + <varname>Microcode=</varname>/<option>--microcode=</option>, <varname>Cmdline=</varname>/<option>--cmdline=</option>, <varname>OSRelease=</varname>/<option>--os-release=</option>, <varname>DeviceTree=</varname>/<option>--devicetree=</option>, @@ -303,6 +304,16 @@ </varlistentry> <varlistentry> + <term><varname>Microcode=<replaceable>UCODE</replaceable></varname></term> + <term><option>--microcode=<replaceable>UCODE</replaceable></option></term> + + <listitem><para>Path to initrd containing microcode updates. If not specified, the section + will not be present.</para> + + <xi:include href="version-info.xml" xpointer="v256"/></listitem> + </varlistentry> + + <varlistentry> <term><varname>Cmdline=<replaceable>TEXT</replaceable>|<replaceable>@PATH</replaceable></varname></term> <term><option>--cmdline=<replaceable>TEXT</replaceable>|<replaceable>@PATH</replaceable></option></term> |