mirror of
https://git.proxmox.com/git/fwupd
synced 2025-06-06 03:40:12 +00:00

Add a plugin for supporting Android bootloaders which are used on all Qualcomm-based Android devices. These bootloaders are stored on their own partitions and the partition table cannot be altered on Qualcomm devices. This plugin supports any block device, but only exposes the ones defined in the quirk file as updatable.
17 lines
446 B
Plaintext
17 lines
446 B
Plaintext
[BLOCK]
|
|
Plugin = android_boot
|
|
|
|
# SHIFT6mq ABL A
|
|
[DRIVE\UUID_c49183ed-aaec-9bf5-760a-66330fbcffc1&LABEL_abl-a]
|
|
Flags = updatable,signed-payload
|
|
Vendor = SHIFT GmbH
|
|
VendorId = eco.shift
|
|
AndroidBootVersionProperty = androidboot.abl.revision
|
|
|
|
# SHIFT6mq ABL B
|
|
[DRIVE\UUID_3d7b21e8-048b-db0b-0c18-d07a9bb32f2d&LABEL_abl-b]
|
|
Flags = updatable,signed-payload
|
|
Vendor = SHIFT GmbH
|
|
VendorId = eco.shift
|
|
AndroidBootVersionProperty = androidboot.abl.revision
|