mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-21 11:24:59 +00:00
![]() This makes a lot more sense; we can parse a firmware and export the same XML we would use in a .builder.xml file. This allows us to two two things: * Check we can round trip from XML -> binary -> XML * Using a .builder.xml file we can check ->write() is endian safe |
||
---|---|---|
.. | ||
fu-efi-common.c | ||
fu-efi-common.h | ||
fu-efi-firmware-common.c | ||
fu-efi-firmware-common.h | ||
fu-efi-firmware-file.c | ||
fu-efi-firmware-file.h | ||
fu-efi-firmware-filesystem.c | ||
fu-efi-firmware-filesystem.h | ||
fu-efi-firmware-section.c | ||
fu-efi-firmware-section.h | ||
fu-efi-firmware-volume.c | ||
fu-efi-firmware-volume.h | ||
fu-ifd-bios.c | ||
fu-ifd-bios.h | ||
fu-ifd-common.c | ||
fu-ifd-common.h | ||
fu-ifd-firmware.c | ||
fu-ifd-firmware.h | ||
fu-ifd-image.c | ||
fu-ifd-image.h | ||
fu-plugin-spi.c | ||
fu-self-test.c | ||
meson.build | ||
README.md |
SPI
Introduction
This plugin verifies the SPI contents, typically an Intel Flash descriptor. The result will be stored in an security attribute for HSI.
External interface access
This plugin requires read access to /dev/port
and thus willl not work if the
kernel is locked down.