Richard Hughes
103e4ed889
trivial: Make the language in the stale job more pathetic
2022-04-21 15:30:55 +01:00
Richard Hughes
81fbff8445
redfish: Restart the BMC after installing BCM updates
2022-04-19 20:24:59 +01:00
Richard Hughes
0b937e7a6e
trivial: Only set the profile value after the argv parse
2022-04-19 14:21:21 +01:00
Sergii Dmytruk
523ed0d7b4
plugins/flashrom: make region we're flashing a property
...
Signed-off-by: Sergii Dmytruk <sergii.dmytruk@3mdeb.com>
2022-04-19 10:47:41 +01:00
Sergii Dmytruk
b678170ee7
plugins/intel-spi: mark ME region device locked if it's RO
...
Signed-off-by: Sergii Dmytruk <sergii.dmytruk@3mdeb.com>
2022-04-19 10:44:46 +01:00
Sergii Dmytruk
294bd648ea
trivial: plugins/superio: include prj_name in IT55's to_string
...
Signed-off-by: Sergii Dmytruk <sergii.dmytruk@3mdeb.com>
2022-04-19 10:44:28 +01:00
Sergii Dmytruk
dce73cbffb
plugins/superio: don't leak chiplet property of device
...
Signed-off-by: Sergii Dmytruk <sergii.dmytruk@3mdeb.com>
2022-04-19 10:44:10 +01:00
Richard Hughes
7ec0f11e69
mtd: Use the correct uSWID child for multiple coSWID children
2022-04-18 17:48:52 +01:00
Richard Hughes
519110b70e
Support firmware with uSWID header version 2
...
This allows multiple coSWID objects to be saved into a uSWID firmware,
and adds support for Zlib compressed payloads.
2022-04-18 17:48:52 +01:00
Mario Limonciello
0432cfe537
trivial: uefi: drop unnecessary HAVE_HSI declaration
...
This appears to have been from before a vfunc was added and isn't
necessary.
2022-04-18 10:01:02 -05:00
Mario Limonciello
1406e42745
trivial: bios: Add an attribute to fail HSI in legacy BIOS mode
...
Fixes : #4530
2022-04-18 10:01:02 -05:00
Richard Hughes
2d5186622c
Add FuProgress to ->prepare and ->cleanup
...
Some plugins were creating local versions (which were not attached to
the daemon progress in any way) as a workaround as they needed to do
actions that took a long time to complete.
2022-04-15 16:50:06 +01:00
Richard Hughes
a374254d74
redfish: Drop the cache when invalidated
2022-04-15 16:49:48 +01:00
Richard Hughes
08a3fd8b65
redfish: Fix a memory leak when calling ->setup() more than once
2022-04-15 16:49:48 +01:00
Richard Hughes
a8497ad5c2
trivial: Allow invalidating backends when subsystems change
2022-04-15 16:49:48 +01:00
Richard Hughes
064cb648c1
redfish: Allow specifying the request type
2022-04-15 07:43:09 +01:00
Richard Hughes
58fd419fb8
Do not clear the instance-id hash during ->setup()
...
Some plugins rely on adding more instance IDs after the device has been
added.
2022-04-15 06:49:51 +01:00
Mario Limonciello
7662824913
trivial: ignore rej files
2022-04-14 10:30:54 -05:00
Mario Limonciello
b3de9ffd21
Add support for a new TrustedUids key
...
This key is used to specify that a dedicated user runs the fwupd
client process and sensitive strings such as the serial number should
be shared with the calling process.
(Fixes : #4524 )
2022-04-14 10:30:54 -05:00
Richard Hughes
f8f5cd1f25
redfish: Don't add a device to itself when replugging
2022-04-14 13:06:21 +01:00
Mario Limonciello
d19ebccd56
trivial: pci_psp: test an attribute to declare missing data
...
If the system loads ccp but the ccp driver doesn't export attributes
we should mark the CPU plugin as not supported.
2022-04-14 01:39:22 -05:00
Richard Hughes
01aaa97bcd
trivial: Ignore the g_unlink() in the offline runner
...
There's not much we can do in this situation anyway...
2022-04-13 15:08:12 +01:00
Richard Hughes
3b0d1a6c6b
trivial: Ignore the return value of curl_easy_setopt() in most cases
...
This makes Coverity happy.
2022-04-13 15:08:12 +01:00
Richard Hughes
0b7af7d54b
trivial: Ignore the return value of setenv() in most cases
...
This makes Coverity happy.
2022-04-13 15:08:12 +01:00
Richard Hughes
0f8dffd042
intel-spi: Fix potential integer overflow
2022-04-13 15:08:12 +01:00
Richard Hughes
200302bbc6
redfish: Remove some logically dead code
2022-04-13 15:08:12 +01:00
Richard Hughes
0d7d8b3240
trivial: Always call va_end() even in the error path
2022-04-13 15:08:12 +01:00
Richard Hughes
03d166158d
trivial: Remove some logically dead code
2022-04-13 15:08:12 +01:00
Richard Hughes
d0c8514c52
wacom-raw: Fix a Coverity false positive
...
Technically this is an OOB write, but we're deliberately writing into
the next section of the FuWacomRawRequest structure.
Be explicit to avoid Coverity warnings.
2022-04-13 15:08:12 +01:00
Richard Hughes
a7149a4dac
genesys: Fix a potential OOB read
2022-04-13 15:08:12 +01:00
Richard Hughes
5fdef8defb
wacom-usb: Fix a small memory leak in an error path
2022-04-13 15:08:12 +01:00
Richard Hughes
db07e84fe0
tpm: Fix a small memory leak in an error path
2022-04-13 15:08:12 +01:00
Richard Hughes
b25a3a4294
superio: Fix a small memory leak in an error path
2022-04-13 15:08:12 +01:00
Richard Hughes
34651a18e2
nordic: Fix a small memory leak in an error path
2022-04-13 15:08:12 +01:00
Richard Hughes
2883b577dc
trivial: Fix a potential OOB write that can't actually happen
2022-04-13 15:08:12 +01:00
Sergii Dmytruk
500dd2c9c4
fu-util: pull device flags after unlocking
...
To allow unlocking operation change them.
Signed-off-by: Sergii Dmytruk <sergii.dmytruk@3mdeb.com>
2022-04-13 09:05:37 +01:00
Jierger Zhou
443b6450f0
dfu: modified VID/PID for atlas camera.
2022-04-13 08:12:09 +01:00
Crag Wang
9c8dc29711
dell-dock: probe mst earlier to determine signed payload attr
2022-04-13 00:00:01 -05:00
Richard Hughes
63f2e9ee28
Allow 'fwupdmgr install' to install a specified firmware version
...
This also moves the 'local-install' action to a new verb, although we
fall back for compatibility.
Fixes https://github.com/fwupd/fwupd/issues/4514
2022-04-12 19:53:38 +01:00
Richard Hughes
55605a0d5e
trivial: Split out CLI functionality for future use
2022-04-12 19:53:38 +01:00
Richard Hughes
f4fe33756a
trivial: Use the FwupdRelease when sending reports
2022-04-12 19:53:38 +01:00
Richard Hughes
386fbb34c7
trivial: Connect the device signals in one place only
2022-04-12 19:53:38 +01:00
Mario Limonciello
5d3bcdc2ef
trivial: CPU: Mark AMD as supported
2022-04-12 12:23:16 -05:00
Mario Limonciello
cc49eb6503
trivial: msr: align the unencrypted RAM failures to match that of psp plugin
2022-04-12 12:23:16 -05:00
Mario Limonciello
f63a1c7a87
pci_psp/msr: Set obsoletes related to SME and TSME
...
TSME and SME can technically both be enabled at the same time, but
there is no use in reporting one as enabled and the other disabled.
They share the same attribute, and so if one is enabled, obsolete
it in the other plugin.
Granted; this is a bit of a confusing experience. You have two attributes
that mean similar but not the same things. You can technically have SME
and TSME both enabled at the same time, or both disabled at the same time.
2022-04-12 12:23:16 -05:00
Mario Limonciello
1a66818970
Add new plugin for AMD PSP
...
This plugin reads in values exported by the PSP on supported AMD
SOCs to calculate the system state based on this information
2022-04-12 12:23:16 -05:00
Mario Limonciello
65e3bc57c5
trivial: fix a logic error in obsolete calculation
2022-04-12 12:23:16 -05:00
Mario Limonciello
3006d238d6
Automatically obsolete negative duplicate attributes
...
To a user there is no point to explicitly showing two failures for
encrypted RAM if the system supports SME and TSME both.
To show them a single failure, de-duplicate the attributes by appstream
ID during depsolve.
If the plugin didn't explicitly set obsoletes and two attributes are both
failures and both share the same appstream ID obsolete one of them.
2022-04-12 11:59:49 -05:00
Mario Limonciello
7526d1b183
Add a new attribute for fused platform
...
Fused parts are unable to be tampered with.
2022-04-12 10:39:02 -05:00
Mario Limonciello
0e3e8ff610
trivial: change Intel debug attributes to generic
...
As other platforms have features with the same attribute, remove
the Intel generic one.
2022-04-12 10:39:02 -05:00