Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Finish kernel support in Go update payload implementation #616

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on May 24, 2017

  1. update/_gen: add small test binary

    This was mistakenly left on a development branch of mine.
    marineam committed May 24, 2017
    Configuration menu
    Copy the full SHA
    861aff2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    366002b View commit details
    Browse the repository at this point in the history
  3. update/generator: explicitly set block size in manifest

    This is the default value but doesn't hurt to be explicit and the
    existing delta_generator sets the value explicitly too.
    marineam committed May 24, 2017
    Configuration menu
    Copy the full SHA
    b732c51 View commit details
    Browse the repository at this point in the history
  4. update/generator: support full updates that are not block aligned

    Needed for payload objects that are files instead of partitions such as
    the kernel. Check that partitions are block aligned elsewhere.
    marineam committed May 24, 2017
    Configuration menu
    Copy the full SHA
    abea762 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2e143ad View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    56965ae View commit details
    Browse the repository at this point in the history