diff mbox series

doc: add UEFI and XZ to list of improvements

Message ID 20250516063232.3864912-1-stefano.babic@swupdate.org
State Accepted
Delegated to: Stefano Babic
Headers show
Series doc: add UEFI and XZ to list of improvements | expand

Commit Message

Stefano Babic May 16, 2025, 6:32 a.m. UTC
Add UEFI bootloader and compression in SWUgenerato to the wish list.

Signed-off-by: Stefano Babic <stefano.babic@swupdate.org>
---
 doc/source/improvement_proposals.rst | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
diff mbox series

Patch

diff --git a/doc/source/improvement_proposals.rst b/doc/source/improvement_proposals.rst
index 6a0ea725..743d8225 100644
--- a/doc/source/improvement_proposals.rst
+++ b/doc/source/improvement_proposals.rst
@@ -178,6 +178,15 @@  to SWUGenerator.
 * Request for Support : Sponsor
 * Priority : Medium
 
+LZMA support to SWUGenerator
+----------------------------
+
+XZ (LZMA) decompression was added to SWUpdate, but SWUGenerator is not able to create XZ compressed images.
+
+* Status: Wait
+* Request for Support : Sponsor
+* Priority : Medium
+
 swupdate-progress start up
 --------------------------
 
@@ -357,6 +366,18 @@  and tested on real hardware.
 * Request for Support : Sponsor
 * Priority : Medium
 
+Bootloader interface
+====================
+
+SWUpdate has several interfaces to bootloader, but support for handling UEFI variables is still
+missing. It is required to set UEFI variable exactly as done for other bootloader (like U-Boot)
+via sw-description. Lua code can profit, too, becaause variables can be retrieved using the "get"
+function.
+
+* Status: Wait
+* Request for Support : Sponsor
+* Priority : High
+
 Binding to languages
 ====================