pmbootstrap-meow/pmb/install
Clayton Craft 644083c0f7
Allow embedding multiple firmware binaries into SD images (!1739)
This allows embedding multiple firmware binaries into SD images.
Firmware images for most devices that require this functionality consist
mainly of u-boot, but some devices (e.g. librem5) have multiple firmware
images that need to be embedded in the SD image created by pmbootstrap.

This functionality uses two new deviceinfo parameters:
    - deviceinfo_sd_embed_firmware: a comma-separated list of
      binary:offset (where binary is under /usr/share/firmware)
    - deviceinfo_sd_embed_firmware_step_size: The number of bytes for
      each increment of the offset specified in the
      deviceinfo_sd_embed_firmware (typically 1024 or 2048)

deviceinfo_write_uboot_spl has been obsoleted by these new parameters.
2019-01-10 21:41:49 +01:00
..
__init__.py Update copyright to 2019 2019-01-02 09:31:20 +01:00
_install.py Allow embedding multiple firmware binaries into SD images (!1739) 2019-01-10 21:41:49 +01:00
blockdevice.py Update copyright to 2019 2019-01-02 09:31:20 +01:00
file.py Update copyright to 2019 2019-01-02 09:31:20 +01:00
format.py Update copyright to 2019 2019-01-02 09:31:20 +01:00
losetup.py Update copyright to 2019 2019-01-02 09:31:20 +01:00
partition.py Update copyright to 2019 2019-01-02 09:31:20 +01:00
recovery.py Update copyright to 2019 2019-01-02 09:31:20 +01:00