Skip to content
Snippets Groups Projects
  1. Jul 22, 2015
  2. Apr 14, 2015
    • Michael Scott's avatar
      fastboot: check for alias when looking up partition by name · 8a41802f
      Michael Scott authored
      
      Implement an alias name check for devices where GPT limitations prevent
      user-friendly partition names such as "boot", "system" and "cache". Or,
      where the actual partition name doesn't match a standard partition name
      used commonly with fastboot.
      
      To set an alias, add an environment setting as follows:
      fastboot_partition_alias_<alias partition name>=<actual partition name>
      
      Example: fastboot_partition_alias_boot=LNX
      
      Signed-off-by: default avatarMichael Scott <michael.scott@linaro.org>
      Acked-by: default avatarSteve Rae <srae@broadcom.com>
      Cc: Steve Rae <srae@broadcom.com>
      Cc: Lukasz Majewski <l.majewski@samsung.com>
      8a41802f
  3. Feb 25, 2015
  4. Sep 24, 2014
  5. Aug 09, 2014
  6. May 08, 2014
    • Sebastian Siewior's avatar
      usb/gadget: add the fastboot gadget · 3aab70af
      Sebastian Siewior authored
      This patch contains an implementation of the fastboot protocol on the
      device side and documentation. This is based on USB download gadget
      infrastructure. The fastboot function implements the getvar, reboot,
      download and reboot commands. What is missing is the flash handling i.e.
      writting the image to media.
      
      v3 (Rob Herring):
      This is based on http://patchwork.ozlabs.org/patch/126798/
      
       with the
      following changes:
      - Rebase to current mainline and updates for current gadget API
      - Use SPDX identifiers for licenses
      - Traced the history and added missing copyright to cmd_fastboot.c
      - Use load_addr/load_size for transfer buffer
      - Allow vendor strings to be optional
      - Set vendor/product ID from config defines
      - Allow Ctrl-C to exit fastboot mode
      v4:
      - Major re-write to use the USB download gadget. Consolidated function
      code to a single file.
      - Moved globals into single struct.
      - Use puts and putc as appropriate.
      - Added CONFIG_USB_FASTBOOT_BUF_ADDR and CONFIG_USB_FASTBOOT_BUF_SIZE to
      set the fastboot transfer buffer.
      v5:
      - Add CONFIG option documentation to README
      - Rebase using new downloader registration
      
      Signed-off-by: default avatarSebastian Andrzej Siewior <bigeasy@linutronix.de>
      Signed-off-by: default avatarRob Herring <robh@kernel.org>
      3aab70af
Loading