summaryrefslogtreecommitdiff
path: root/drivers/fastboot/fb_common.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-01fastboot: Only call the bootm command if it is enabledSamuel Holland1-1/+1
2023-05-06net: share fastboot boot handle logic between transportsDmitrii Merkurev1-0/+32
2023-05-06net: add fastboot TCP supportDmitrii Merkurev1-1/+0
2023-02-10Correct SPL uses of FASTBOOT_FLASH_MMCSimon Glass1-1/+1
2023-01-11fastboot: remove #ifdef CONFIG when it is possiblePatrick Delaunay1-5/+6
2022-01-28fastboot: fix fastboot_set_reboot_flag()Roman Stratiienko1-1/+1
2021-02-07fastboot: Implement generic fastboot_set_reboot_flagRoman Kovalivskyi1-1/+15
2020-09-01fastboot: Extend fastboot_set_reboot_flag with reboot reasonRoman Kovalivskyi1-1/+1
2019-12-03common: Move command functions out of common.hSimon Glass1-0/+1
2019-08-11env: Move env_get() to env.hSimon Glass1-0/+1
2019-03-16fastboot: common: fix default fastboot_boot on 64-bitNeil Armstrong1-1/+1
2018-05-30net: fastboot: Merge AOSP UDP fastbootAlex Kiernan1-0/+93
2018-05-30fastboot: Rename fb_set_reboot_flag to fastboot_set_reboot_flagAlex Kiernan1-0/+15
2018-05-30fastboot: Extract fastboot_okay/fail to fb_common.cAlex Kiernan1-0/+61