Skip to content
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

manage bios/firmware settings #689

Open
purpleidea opened this issue Sep 10, 2022 · 1 comment
Open

manage bios/firmware settings #689

purpleidea opened this issue Sep 10, 2022 · 1 comment

Comments

@purpleidea
Copy link
Owner

We want some resources and functions for interacting with bios/firmware settings. Here's a short guide:

https://github.com/fwupd/fwupd/blob/main/docs/bios-settings.md

This uses the linux firmware attributes API: https://www.kernel.org/doc/Documentation/ABI/testing/sysfs-class-firmware-attributes

@hughsie talked about this here: https://blogs.gnome.org/hughsie/2022/08/30/new-fwupd-1-8-4-release/

The first step is deciding whether to wrap this from pure golang or to wrap the fwupdmgr command. It has a --json flag so this is plausible.

Cheers

@hughsie
Copy link

hughsie commented Sep 12, 2022

If it helps it's a simple enough D-Bus API to wrap; it's a simple a{sv} dict of interesting things. If you have any questions, yell :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants