Age | Commit message (Expand) | Author |
2020-05-18 | common: Drop log.h from common header | Simon Glass |
2020-05-18 | common: Drop image.h from common header | Simon Glass |
2020-05-18 | common: Drop part.h from common header | Simon Glass |
2020-05-18 | part: Drop disk_partition_t typedef | Simon Glass |
2020-05-18 | common: Drop flash.h from common header | Simon Glass |
2020-01-25 | fastboot: mt85xx: add command to flash/erase emmc hwpart | mingming lee |
2019-12-03 | mtd: rename CONFIG_NAND -> CONFIG_MTD_RAW_NAND | Miquel Raynal |
2019-12-02 | common: Move command functions out of common.h | Simon Glass |
2019-11-23 | fastboot: rockchip: Fix rk3328 default mmc device | Jagan Teki |
2019-11-23 | fastboot: rockchip: Select FASTBOOT_FLASH[_MMC_DEV] | Jagan Teki |
2019-08-11 | env: Move env_get() to env.h | Simon Glass |
2019-08-11 | env: Move env_set_hex() to env.h | Simon Glass |
2019-08-08 | fastboot: Remove "bootloader-version" variable | Sam Protsenko |
2019-08-08 | fastboot: getvar: Add "is-userspace" variable | Sam Protsenko |
2019-08-08 | fastboot: Remove "slot-suffixes" variable | Sam Protsenko |
2019-06-14 | fastboot: Check if partition really exist in getvar_has_slot() | Igor Opaniuk |
2019-06-14 | fastboot: getvar: Refactor fastboot_*_get_part_info() usage | Sam Protsenko |
2019-06-14 | fastboot: Use const qualifier for char *part_name | Sam Protsenko |
2019-06-14 | fastboot: Fix slot names reported by getvar | Sam Protsenko |
2019-04-21 | fastboot: add support for 'getvar platform' | Eugeniu Rosca |
2019-04-21 | fastboot: Replace literal 32 with PART_NAME_LEN | Alex Kiernan |
2019-04-21 | fastboot: Improve error reporting on 'getvar partition-{size, type}' | Eugeniu Rosca |
2019-04-21 | fastboot: getvar: correct/rename "has_slot" to "has-slot" | Eugeniu Rosca |
2019-03-16 | fastboot: common: fix default fastboot_boot on 64-bit | Neil Armstrong |
2018-10-28 | drivers: cosmetic: Convert SPDX license tags to Linux Kernel style | Patrick Delaunay |
2018-10-07 | Kconfig: sandbox: enable cmd_avb and dependencies | Jens Wiklander |
2018-05-30 | usb: fastboot: Convert USB f_fastboot to shared fastboot | Alex Kiernan |
2018-05-30 | fastboot: Add support for 'oem format' command | Alex Kiernan |
2018-05-30 | net: fastboot: Merge AOSP UDP fastboot | Alex Kiernan |
2018-05-30 | mmc: Separate "mmc swrite" from fastboot | Alex Kiernan |
2018-05-30 | fastboot: Migrate FASTBOOT_FLASH_NAND_TRIMFFS to Kconfig | Alex Kiernan |
2018-05-30 | fastboot: Rename public fb_ functions to fastboot_ | Alex Kiernan |
2018-05-30 | fastboot: Rename fb_set_reboot_flag to fastboot_set_reboot_flag | Alex Kiernan |
2018-05-30 | fastboot: Fix parameter types in _fb_nand_write | Alex Kiernan |
2018-05-30 | fastboot: Remove FIXME for CONFIG_FASTBOOT_...NAME | Alex Kiernan |
2018-05-30 | fastboot: Add missing newlines | Alex Kiernan |
2018-05-30 | fastboot: Correct dependencies in FASTBOOT_FLASH | Alex Kiernan |
2018-05-30 | fastboot: Extract fastboot_okay/fail to fb_common.c | Alex Kiernan |
2018-05-30 | fastboot: Refactor fastboot_okay/fail to take response | Alex Kiernan |
2018-05-30 | fastboot: Move fastboot to drivers/fastboot | Alex Kiernan |