summaryrefslogtreecommitdiff
path: root/drivers/fastboot/fb_command.c
AgeCommit message (Expand)Author
2023-02-10Correct SPL uses of FASTBOOT_FLASH_NANDSimon Glass
2023-02-10Correct SPL uses of FASTBOOT_FLASH_MMCSimon Glass
2023-01-11fastboot: Add OEM run commandSean Anderson
2023-01-11fastboot: remove #ifdef CONFIG when it is possiblePatrick Delaunay
2022-08-04Audit <flash.h> inclusionTom Rini
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass
2021-02-26fastboot: add UUU command UCmd and ACmd supportHeiko Schocher
2021-02-07fastboot: add command to select the eMMC boot configurationPatrick Delaunay
2021-02-07fastboot: add command to select the default emmc hwpart for bootPatrick Delaunay
2020-09-01fastboot: Add support for 'reboot fastboot' commandRoman Kovalivskyi
2020-09-01fastboot: Extend fastboot_set_reboot_flag with reboot reasonRoman Kovalivskyi
2020-05-18common: Drop flash.h from common headerSimon Glass
2019-12-02common: Move command functions out of common.hSimon Glass
2019-08-11env: Move env_set_hex() to env.hSimon Glass
2018-05-30fastboot: Add support for 'oem format' commandAlex Kiernan
2018-05-30net: fastboot: Merge AOSP UDP fastbootAlex Kiernan