aboutsummaryrefslogtreecommitdiff
path: root/drivers/fastboot/fb_getvar.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini1-1/+1
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini1-1/+1
2024-05-07fastboot: Remove <common.h> and add needed includesTom Rini1-1/+1
2024-01-09fastboot: implement "getvar all"Ion Agorria1-13/+64
2023-09-24common: Drop linux/printk.h from common headerSimon Glass1-0/+1
2023-08-08Revert "lib: string: Fix strlcpy return value", fix callersMatthias Schiffer1-1/+1
2023-02-10Correct SPL uses of FASTBOOT_FLASH_NANDSimon Glass1-1/+1
2023-02-10Correct SPL uses of FASTBOOT_FLASH_MMCSimon Glass1-2/+2
2023-02-09Correct SPL uses of FASTBOOT_FLASHSimon Glass1-2/+2
2023-01-11fastboot: remove #ifdef CONFIG when it is possiblePatrick Delaunay1-32/+17
2022-01-19doc: replace @return by Return:Heinrich Schuchardt1-1/+1
2020-09-01fastboot: getvar: fix partition-size return valueGary Bisson1-2/+2
2020-05-18common: Drop part.h from common headerSimon Glass1-0/+1
2020-05-18part: Drop disk_partition_t typedefSimon Glass1-2/+2
2019-08-11env: Move env_get() to env.hSimon Glass1-0/+1
2019-08-08fastboot: Remove "bootloader-version" variableSam Protsenko1-6/+3
2019-08-08fastboot: getvar: Add "is-userspace" variableSam Protsenko1-0/+9
2019-08-08fastboot: Remove "slot-suffixes" variableSam Protsenko1-9/+0
2019-06-14fastboot: Check if partition really exist in getvar_has_slot()Igor Opaniuk1-5/+34
2019-06-14fastboot: getvar: Refactor fastboot_*_get_part_info() usageSam Protsenko1-16/+42
2019-06-14fastboot: Fix slot names reported by getvarSam Protsenko1-3/+3
2019-04-21fastboot: add support for 'getvar platform'Eugeniu Rosca1-0/+14
2019-04-21fastboot: getvar: correct/rename "has_slot" to "has-slot"Eugeniu Rosca1-1/+1
2018-05-30net: fastboot: Merge AOSP UDP fastbootAlex Kiernan1-0/+230