Fwupd - #2082
Fwupd#2082joebonrichie wants to merge 3 commits into
Conversation
|
need to add statelessness support to fwupd |
|
Hey @joebonrichie, Just wondering if this is on (or fallen off) your radar? No pressure either way but just trying to figure out if fwupd might land in the repo anytime soon? |
K1ngfish3r
left a comment
There was a problem hiding this comment.
I went through fwupd source and found this https://github.com/fwupd/fwupd/blob/94fec70e96ce92c28b0a5853b7846786ca4dd63d/src/fu-remote-list.c#L607-L622
so it first reads from /var/etc/fwupd (it writes to here), if it doesnt exist check /etc then finally fallback to /usr/share (DATADIR), so this pretty stateless already if you ask me
K1ngfish3r
left a comment
There was a problem hiding this comment.
LGTM, leaving for other ppl to review/test
|
This is marked as draft? Is it ready for final review or is there still more work required? |
|
I have updated my GPU firmware using this recipe |
K1ngfish3r
left a comment
There was a problem hiding this comment.
(hopefully) fixing CI
fb085a8 to
cb4d7fa
Compare
| license : | ||
| - LGPL-2.1-or-later WITH GPL-CC-1.0 | ||
| builddeps : | ||
| - binary(objcopy) # llvm-objcopy does not support EFI targets |
There was a problem hiding this comment.
Can you explain this comment a bit more? Because we build both efifs, systemd-boot, and edk2 all with clang and they all work fine.
Summary
Add fwupd to update supported firmware device
Test Plan
Update UEFI firmware on Framework Laptop 16
Checklist