-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fwupd: 2.0.6 -> 2.0.7 #393130
fwupd: 2.0.6 -> 2.0.7 #393130
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
aarch64-linux fails with:
> meson.build:1:0: ERROR: Unknown options: "plugin_msr, plugin_redfish, plugin_synaptics_mst"
|
|
# Dell isn't supported on Aarch64 | ||
haveDell = isx86; | ||
|
||
# only redfish for x86_64 | ||
haveRedfish = stdenv.hostPlatform.isx86_64; | ||
|
||
# only use msr if x86 (requires cpuid) | ||
haveMSR = isx86; | ||
|
||
# # Currently broken on Aarch64 | ||
# haveFlashrom = isx86; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What happened to these?
I'm on mobile, so I couldn't check the upstream diff yet.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, just saw the discussion above now. These were removed upstream?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
redfish
seems to work for all Linux now: fwupd/fwupd@ad1e0dc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
synaptics-mst
I see as an enabled plugin in the build log, on aarch64-linux
and x86_64-linux
:
aarch64-linux:
enabled : acpi-phat, algoltek-usb, algoltek-usbcr, amd-gpu, amd-kria, analogix, android-boot, asus-hid, ata, aver-hid, bcm57xx, bnr-dp, ccgx, ccgx-dmc, cfu, ch341a, ch347, corsair, cpu, cros-ec, dell, dell-dock, dell-kestrel, dfu, ebitdo, elan-kbd, elanfp, elantp, emmc, ep963x, fastboot, focalfp, fpc, fresco-pd, genesys, genesys-gl32xx, goodix-moc, goodix-tp, gpio, hailuck, hpi-cfu, huddly-usb, hughski-colorhug, intel-cvs, intel-gsc, intel-me, intel-usb4, jabra, jabra-file, jabra-gnp, kinetic-dp, legion-hid2, lenovo-thinklmi, linux-display, linux-lockdown, linux-swap, linux-tainted, logind, logitech-bulkcontroller, logitech-hidpp, logitech-rallysystem, logitech-scribe, logitech-tap, mediatek-scaler, modem-manager, mtd, nordic-hid, nvme, optionrom, parade-lspcon, parade-usbhub, pci-bcr, pci-mei, pixart-rf, powerd, qc-s5gen2, qsi-dock, realtek-mst, redfish, rp-pico, rts54hid, rts54hub, scsi, steelseries, synaptics-cape, synaptics-cxaudio, synaptics-mst, synaptics-prometheus, synaptics-rmi, synaptics-vmm9, system76-launch, telink-dfu, test, thelio-io, ti-tps6598x, tpm, uefi-capsule, uefi-dbx, uefi-esrt, uefi-mok, uefi-pk, uefi-recovery, uefi-sbat, uf2, upower, usi-dock, vbe, vli, wacom-raw, wacom-usb, wistron-dock
disabled : acpi-dmar, acpi-facp, acpi-ivrs, amd-pmc, bios, flashrom, iommu, linux-sleep, msr, pci-psp, qc-firehose, thunderbolt
x86_64-linux:
enabled : acpi-dmar, acpi-facp, acpi-ivrs, acpi-phat, algoltek-usb, algoltek-usbcr, amd-gpu, amd-kria, amd-pmc, analogix, android-boot, asus-hid, ata, aver-hid, bcm57xx, bios, bnr-dp, ccgx, ccgx-dmc, cfu, ch341a, ch347, corsair, cpu, cros-ec, dell, dell-dock, dell-kestrel, dfu, ebitdo, elan-kbd, elanfp, elantp, emmc, ep963x, fastboot, focalfp, fpc, fresco-pd, genesys, genesys-gl32xx, goodix-moc, goodix-tp, gpio, hailuck, hpi-cfu, huddly-usb, hughski-colorhug, intel-cvs, intel-gsc, intel-me, intel-usb4, iommu, jabra, jabra-file, jabra-gnp, kinetic-dp, legion-hid2, lenovo-thinklmi, linux-display, linux-lockdown, linux-sleep, linux-swap, linux-tainted, logind, logitech-bulkcontroller, logitech-hidpp, logitech-rallysystem, logitech-scribe, logitech-tap, mediatek-scaler, modem-manager, msr, mtd, nordic-hid, nvme, optionrom, parade-lspcon, parade-usbhub, pci-bcr, pci-mei, pci-psp, pixart-rf, powerd, qc-s5gen2, qsi-dock, realtek-mst, redfish, rp-pico, rts54hid, rts54hub, scsi, steelseries, synaptics-cape, synaptics-cxaudio, synaptics-mst, synaptics-prometheus, synaptics-rmi, synaptics-vmm9, system76-launch, telink-dfu, test, thelio-io, thunderbolt, ti-tps6598x, tpm, uefi-capsule, uefi-dbx, uefi-esrt, uefi-mok, uefi-pk, uefi-recovery, uefi-sbat, uf2, upower, usi-dock, vbe, vli, wacom-raw, wacom-usb, wistron-dock
disabled : flashrom, qc-firehose
Things done
Changelog: https://github.com/fwupd/fwupd/releases/tag/2.0.7
cc @r-vdp
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.