fwupd/plugins/raspberrypi
Richard Hughes b6f79556f1 Use a SHA1 hash for the internal DeviceID
It's actually less scary to see a SHA1 hash than it is to see a path like
/sys/devices/pci0000:00/0000:00:1d.0/usb1/1-1/1-1.2. It's also way easier to
copy and paste into the various fwupdmgr command that require a device ID and
also means we can match a partial prefix much like git allows.

If we also move to a model where plugins can be changed during different stages
of the update (e.g. during detach) then the device might change connection type
and then the sysfs path not only becomes difficult to paste, but incorrect.

Session software doesn't care about the format of the device ID (it is supposed
to be an implementation detail) and so there's no API or ABI break here. A few
plugins also needed to be ported, but nothing too worrying.
2017-11-16 07:18:36 +00:00
..
rpiboot Convert the providers to plugins to simplify code and for future features 2016-12-12 12:31:23 +00:00
rpiupdate Remove the automake build system 2017-04-13 18:42:08 +01:00
fu-plugin-raspberrypi.c Add optional icons to each device 2017-09-11 17:27:35 +01:00
fu-plugin-raspberrypi.h Convert the providers to plugins to simplify code and for future features 2016-12-12 12:31:23 +00:00
fu-self-test.c Use a SHA1 hash for the internal DeviceID 2017-11-16 07:18:36 +00:00
meson.build trivial: Move the archive decompression to common code 2017-08-09 10:23:23 +01:00
README.md Convert the providers to plugins to simplify code and for future features 2016-12-12 12:31:23 +00:00

Raspberry Pi Support

Introduction

This plugin can flash the boot firmware on the Raspberry Pi. It is not endorsed by the Raspberry Pi foundation.