summaryrefslogtreecommitdiff
path: root/drivers/fastboot/fb_getvar.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-02-09Correct SPL uses of FASTBOOT_FLASHSimon Glass
2023-01-11fastboot: remove #ifdef CONFIG when it is possiblePatrick Delaunay
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2020-09-01fastboot: getvar: fix partition-size return valueGary Bisson
2020-05-18common: Drop part.h from common headerSimon Glass
2020-05-18part: Drop disk_partition_t typedefSimon Glass
2019-08-11env: Move env_get() to env.hSimon Glass
2019-08-08fastboot: Remove "bootloader-version" variableSam Protsenko
2019-08-08fastboot: getvar: Add "is-userspace" variableSam Protsenko
2019-08-08fastboot: Remove "slot-suffixes" variableSam Protsenko
2019-06-14fastboot: Check if partition really exist in getvar_has_slot()Igor Opaniuk
2019-06-14fastboot: getvar: Refactor fastboot_*_get_part_info() usageSam Protsenko
2019-06-14fastboot: Fix slot names reported by getvarSam Protsenko
2019-04-21fastboot: add support for 'getvar platform'Eugeniu Rosca
2019-04-21fastboot: getvar: correct/rename "has_slot" to "has-slot"Eugeniu Rosca
2018-05-30net: fastboot: Merge AOSP UDP fastbootAlex Kiernan