<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fedora-linux-surface-pro-12in/kiwi-descriptions.git/uki-editbootconfig.sh, branch rawhide</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://sayag.it/fedora-linux-surface-pro-12in/kiwi-descriptions.git/atom/uki-editbootconfig.sh?h=rawhide</id>
<link rel='self' href='https://sayag.it/fedora-linux-surface-pro-12in/kiwi-descriptions.git/atom/uki-editbootconfig.sh?h=rawhide'/>
<link rel='alternate' type='text/html' href='https://sayag.it/fedora-linux-surface-pro-12in/kiwi-descriptions.git/'/>
<updated>2025-02-07T14:06:22Z</updated>
<entry>
<title>Initial riscv64 support</title>
<updated>2025-02-07T14:06:22Z</updated>
<author>
<name>David Abdurachmanov</name>
<email>davidlt@rivosinc.com</email>
</author>
<published>2024-11-28T14:31:59Z</published>
<link rel='alternate' type='text/html' href='https://sayag.it/fedora-linux-surface-pro-12in/kiwi-descriptions.git/commit/?id=b5d377d912dd9cfd48b89e3084d6dd49ed9bbcad'/>
<id>urn:sha1:b5d377d912dd9cfd48b89e3084d6dd49ed9bbcad</id>
<content type='text'>
Most of the changes are self-explanatory and just follow what's
already happening for existing architectures.

Two things are worth pointing out:

  * we need to use shim-unsigned instead of shim-signed because
    riscv64 is not fully integrated into Fedora yet and so we
    can't do Secure Boot signing for the time being;

  * we use ext4 as bootfilesystem since in most cases the
    underlying firmware is going to be U-Boot, which needs to be
    able to load the board's DTB from /boot and doesn't support
    XFS.

Signed-off-by: David Abdurachmanov &lt;davidlt@rivosinc.com&gt;
</content>
</entry>
<entry>
<title>uki: Take 2 to drop custom logic for discoverable partitions</title>
<updated>2024-04-02T12:01:40Z</updated>
<author>
<name>Neal Gompa</name>
<email>ngompa@fedoraproject.org</email>
</author>
<published>2024-03-26T12:00:55Z</published>
<link rel='alternate' type='text/html' href='https://sayag.it/fedora-linux-surface-pro-12in/kiwi-descriptions.git/commit/?id=cf376d17213609cbe4b900aba089fe38ef991c33'/>
<id>urn:sha1:cf376d17213609cbe4b900aba089fe38ef991c33</id>
<content type='text'>
Since kiwi v10.0.10, it automatically sets the partition GUIDs to
values from the UAPI group's discoverable partition standard.
</content>
</entry>
<entry>
<title>Revert "uki: Drop custom logic for discoverable partitions"</title>
<updated>2024-03-26T15:01:33Z</updated>
<author>
<name>Neal Gompa</name>
<email>ngompa@fedoraproject.org</email>
</author>
<published>2024-03-26T15:01:33Z</published>
<link rel='alternate' type='text/html' href='https://sayag.it/fedora-linux-surface-pro-12in/kiwi-descriptions.git/commit/?id=34aafd9f09f7a7cfcbafb0ac64b601238db526f4'/>
<id>urn:sha1:34aafd9f09f7a7cfcbafb0ac64b601238db526f4</id>
<content type='text'>
This is not yet properly supported in kiwi.

This reverts commit 571f7e79d4b627f93034f081d891fb06afff74bb.
</content>
</entry>
<entry>
<title>uki: Drop custom logic for discoverable partitions</title>
<updated>2024-03-26T12:00:55Z</updated>
<author>
<name>Neal Gompa</name>
<email>ngompa@fedoraproject.org</email>
</author>
<published>2024-03-26T12:00:55Z</published>
<link rel='alternate' type='text/html' href='https://sayag.it/fedora-linux-surface-pro-12in/kiwi-descriptions.git/commit/?id=571f7e79d4b627f93034f081d891fb06afff74bb'/>
<id>urn:sha1:571f7e79d4b627f93034f081d891fb06afff74bb</id>
<content type='text'>
Since kiwi v10.0.1, it automatically sets the partition GUIDs to
values from the UAPI group's discoverable partition standard.
</content>
</entry>
<entry>
<title>fix aarch64 uki build</title>
<updated>2024-03-26T09:24:22Z</updated>
<author>
<name>Gerd Hoffmann</name>
<email>kraxel@redhat.com</email>
</author>
<published>2024-03-26T09:24:12Z</published>
<link rel='alternate' type='text/html' href='https://sayag.it/fedora-linux-surface-pro-12in/kiwi-descriptions.git/commit/?id=436e9d6e484ae4f9ba6b91ba0cf462eaf4905d59'/>
<id>urn:sha1:436e9d6e484ae4f9ba6b91ba0cf462eaf4905d59</id>
<content type='text'>
There is no biosboot partition on aarch64, so the root filesystem
on aarch64 is partition 2.

Signed-off-by: Gerd Hoffmann &lt;kraxel@redhat.com&gt;
</content>
</entry>
<entry>
<title>platforms/cloud: add Cloud-Base-UEFI-UKI profile</title>
<updated>2024-01-25T14:06:58Z</updated>
<author>
<name>Gerd Hoffmann</name>
<email>kraxel@redhat.com</email>
</author>
<published>2023-11-30T14:21:36Z</published>
<link rel='alternate' type='text/html' href='https://sayag.it/fedora-linux-surface-pro-12in/kiwi-descriptions.git/commit/?id=1de547fc3d776723cdc079e2ad20d8e04858112c'/>
<id>urn:sha1:1de547fc3d776723cdc079e2ad20d8e04858112c</id>
<content type='text'>
This is a variation of Cloud-Base-Generic which boots using UKIs.

This also adds uki-editbootconfig.sh script which makes the
image bootable via "UEFI firmware -&gt; shim.efi -&gt; UKI.efi".

Some background information:
https://fedoraproject.org/wiki/Changes/Unified_Kernel_Support_Phase_2

Signed-off-by: Gerd Hoffmann &lt;kraxel@redhat.com&gt;
</content>
</entry>
</feed>
