index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
fastboot
Commit message (
Expand
)
Author
Age
Files
Lines
*
fastboot: Fix possible buffer overrun
Sean Anderson
2021-04-12
1
-3
/
+3
*
fastboot: add UUU command UCmd and ACmd support
Heiko Schocher
2021-02-26
2
-0
/
+77
*
fastboot: Allow u-boot-style partitions
Sean Anderson
2021-02-26
1
-59
/
+98
*
fastboot: Move part_get_info_by_name_or_alias after raw_part_get_info_by_name
Sean Anderson
2021-02-26
1
-22
/
+22
*
fastboot: Remove mmcpart argument from raw_part_get_info_by_name
Sean Anderson
2021-02-26
1
-23
/
+18
*
fastboot: reinit partition after storing GPT or MBR
Roman Stratiienko
2021-02-07
1
-0
/
+2
*
fastboot: add command to select the eMMC boot configuration
Patrick Delaunay
2021-02-07
2
-0
/
+43
*
fastboot: add command to select the default emmc hwpart for boot
Patrick Delaunay
2021-02-07
2
-0
/
+43
*
fastboot: mmc: extend flash/erase for both emmc hwpart 1 and 2
Patrick Delaunay
2021-02-07
2
-24
/
+49
*
fastboot: mmc: Add CONFIG_FASTBOOT_MMC_USER_SUPPORT
Patrick Delaunay
2021-02-07
2
-8
/
+23
*
fastboot: Implement generic fastboot_set_reboot_flag
Roman Kovalivskyi
2021-02-07
1
-1
/
+15
*
Revert "fastboot: Add default fastboot_set_reboot_flag implementation"
Roman Kovalivskyi
2021-02-07
3
-56
/
+0
*
disk: dos: rename write_mbr_partition to write_mbr_sector
Marek Szyprowski
2021-01-15
1
-1
/
+1
*
fastboot: getvar: fix partition-size return value
Gary Bisson
2020-09-01
1
-2
/
+2
*
fastboot: Add default fastboot_set_reboot_flag implementation
Roman Kovalivskyi
2020-09-01
3
-0
/
+56
*
fastboot: Add support for 'reboot fastboot' command
Roman Kovalivskyi
2020-09-01
1
-0
/
+38
*
fastboot: Extend fastboot_set_reboot_flag with reboot reason
Roman Kovalivskyi
2020-09-01
2
-2
/
+2
*
fastboot: Support defining raw partitions without a partition table
Filip Brozovic
2020-09-01
1
-9
/
+66
*
common: Drop log.h from common header
Simon Glass
2020-05-18
1
-0
/
+1
*
common: Drop image.h from common header
Simon Glass
2020-05-18
1
-0
/
+1
*
common: Drop part.h from common header
Simon Glass
2020-05-18
2
-0
/
+2
*
part: Drop disk_partition_t typedef
Simon Glass
2020-05-18
2
-12
/
+12
*
common: Drop flash.h from common header
Simon Glass
2020-05-18
3
-0
/
+3
*
fastboot: mt85xx: add command to flash/erase emmc hwpart
mingming lee
2020-01-25
2
-0
/
+132
*
mtd: rename CONFIG_NAND -> CONFIG_MTD_RAW_NAND
Miquel Raynal
2019-12-03
1
-2
/
+2
*
common: Move command functions out of common.h
Simon Glass
2019-12-02
2
-0
/
+2
*
fastboot: rockchip: Fix rk3328 default mmc device
Jagan Teki
2019-11-23
1
-1
/
+0
*
fastboot: rockchip: Select FASTBOOT_FLASH[_MMC_DEV]
Jagan Teki
2019-11-23
1
-1
/
+3
*
env: Move env_get() to env.h
Simon Glass
2019-08-11
3
-0
/
+3
*
env: Move env_set_hex() to env.h
Simon Glass
2019-08-11
1
-0
/
+1
*
fastboot: Remove "bootloader-version" variable
Sam Protsenko
2019-08-08
1
-6
/
+3
*
fastboot: getvar: Add "is-userspace" variable
Sam Protsenko
2019-08-08
1
-0
/
+9
*
fastboot: Remove "slot-suffixes" variable
Sam Protsenko
2019-08-08
1
-9
/
+0
*
fastboot: Check if partition really exist in getvar_has_slot()
Igor Opaniuk
2019-06-14
1
-5
/
+34
*
fastboot: getvar: Refactor fastboot_*_get_part_info() usage
Sam Protsenko
2019-06-14
1
-16
/
+42
*
fastboot: Use const qualifier for char *part_name
Sam Protsenko
2019-06-14
2
-3
/
+4
*
fastboot: Fix slot names reported by getvar
Sam Protsenko
2019-06-14
1
-3
/
+3
*
fastboot: add support for 'getvar platform'
Eugeniu Rosca
2019-04-21
1
-0
/
+14
*
fastboot: Replace literal 32 with PART_NAME_LEN
Alex Kiernan
2019-04-21
1
-3
/
+3
*
fastboot: Improve error reporting on 'getvar partition-{size, type}'
Eugeniu Rosca
2019-04-21
1
-2
/
+2
*
fastboot: getvar: correct/rename "has_slot" to "has-slot"
Eugeniu Rosca
2019-04-21
1
-1
/
+1
*
fastboot: common: fix default fastboot_boot on 64-bit
Neil Armstrong
2019-03-16
1
-1
/
+1
*
drivers: cosmetic: Convert SPDX license tags to Linux Kernel style
Patrick Delaunay
2018-10-28
1
-1
/
+1
*
Kconfig: sandbox: enable cmd_avb and dependencies
Jens Wiklander
2018-10-07
1
-0
/
+2
*
usb: fastboot: Convert USB f_fastboot to shared fastboot
Alex Kiernan
2018-05-30
1
-2
/
+2
*
fastboot: Add support for 'oem format' command
Alex Kiernan
2018-05-30
2
-0
/
+41
*
net: fastboot: Merge AOSP UDP fastboot
Alex Kiernan
2018-05-30
7
-9
/
+729
*
mmc: Separate "mmc swrite" from fastboot
Alex Kiernan
2018-05-30
1
-0
/
+1
*
fastboot: Migrate FASTBOOT_FLASH_NAND_TRIMFFS to Kconfig
Alex Kiernan
2018-05-30
1
-0
/
+7
*
fastboot: Rename public fb_ functions to fastboot_
Alex Kiernan
2018-05-30
2
-6
/
+34
[next]