8000 Tags · bootlin/snagboot · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: bootlin/snagboot

Tags

v2.3

Toggle v2.3's commit message

Unverified

This user has not yet uploaded their public signing key.
Snagboot v2.3 release

- treewide:
    add mechanisms for packaging Snagboot into an executable installer for Windows

- snagfactory:
    make the "fb-buffer-size" parameter optional

- snagflash:
    move "interactive mode" Fastboot commands into a separate "fastboot-uboot" protocol,
    deprecate using these with the "fastboot" protocol
    make the "fb-size" environment variable optional for flashing

- snagrecover:
    reinstate AM335x UART recovery
    warn if given firmware looks like a text file

Signed-off-by: Romain Gantois <romain.gantois@bootlin.com>

v2.2

Toggle v2.2's commit message

Unverified

This user has not yet uploaded their public signing key.
Snagboot v2.2 release

- docs:
    provide some performance indicators for Snagfactory

- snagflash:
    add a Fastboot command to flash Android Sparse Image files

- snagrecover:
    add support for AM62Lx platforms

Signed-off-by: Romain Gantois <romain.gantois@bootlin.com>

v2.1

Toggle v2.1's commit message

Unverified

This user has not yet uploaded their public signing key.
Snagboot v2.1 release

- treewide:
    make Kivy dependency optional by introducing a new "gui" package extra feature

- snagflash:
    correct file offset computations in MMC flashing procedure

- snagrecover:
    add support for STMicroelectronics STM32MP25 SoCs
    add support for Xilinx ZynqMP SoCs

Signed-off-by: Romain Gantois <romain.gantois@bootlin.com>

v2.0.1

Toggle v2.0.1's commit message

Unverified

This user has not yet uploaded their public signing key.
snagflash: interactive: correct file offset computations in flash_mmc()

The offsets for huge file chunks are incorrectly calculated in flash_mmc(),
resulting in incorrect data being written to the backend device.

Correct these file offset computations.

Signed-off-by: Romain Gantois <romain.gantois@bootlin.com>

v2.0

Toggle v2.0's commit message

Unverified

This user has not yet uploaded their public signing key.
Snagboot v2.0 release

- treewide:
    add Windows support for all SoC families except AM335x
    introduce the new Snagfactory flashing tool

- snagflash:
    add interactive mode with advanced compound commands

- AM6x:
    broaden AM62x support to include AM64x SoCs

Signed-off-by: Romain Gantois <romain.gantois@bootlin.com>

beta-3

Toggle beta-3's commit message

Unverified

This user has not yet uploaded their public signing key.
Merge branch 'feature/snagflash-interactive' into HEAD

beta-2

Toggle beta-2's commit message

Unverified

This user has not yet uploaded their public signing key.
snagfactory: add 'flash' and 'virtual-part' tasks

Add the 'flash' task, which allows writing a binary image to a named
partition, and the 'virtual-part' task, which allows defining a named
partition targeting an offset and size inside an MMC backend device or
hardware partition.

Signed-off-by: Romain Gantois <romain.gantois@bootlin.com>

beta-2-rc1

Toggle beta-2-rc1's commit message

Unverified

This user has not yet uploaded their public signing key.
snagflash: enable extra Fastboot args for snagfactory

Signed-off-by: Romain Gantois <romain.gantois@bootlin.com>

beta-1

Toggle beta-1's commit message

Unverified

This user has not yet uploaded their public signing key.
snagfactory: gui: Update board widgets when session is running

Signed-off-by: Romain Gantois <romain.gantois@bootlin.com>

v1.3

Toggle v1.3's commit message

Verified

This commit was signed with the committer’s verified signature.
rgantois Romain Gantois
Snagboot v1.3 release

- treewide:
    support passing USB paths (e.g. 3-1.2) to snagboot instead of
    vid:pid addresses

- i.MX:
    - Drop libhidapi dependency and add custom HID implementation
    - Add support for i.MX53 SoCs

- AM335x:
    - Improve POSIX compliance of setup script and make it compatible
      with Fish shell

- AM62x:
    - Update recovery flow for newer versions of U-Boot
    - Add board template for phyBOARD-Lyra

- snagflash:
    - Handle "continue" command gracefully
    - Generalize handling of command parameters

Signed-off-by: Romain Gantois <romain.gantois@bootlin.com>
0