aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/fastboot/fb_getvar.c
Commit message (Expand)AuthorAgeFilesLines
* Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini2024-05-201-1/+1
* Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini2024-05-191-1/+1
* fastboot: Remove <common.h> and add needed includesTom Rini2024-05-071-1/+1
* fastboot: implement "getvar all"Ion Agorria2024-01-091-13/+64
* common: Drop linux/printk.h from common headerWIP/23Sep2023Simon Glass2023-09-241-0/+1
* Revert "lib: string: Fix strlcpy return value", fix callersMatthias Schiffer2023-08-081-1/+1
* Correct SPL uses of FASTBOOT_FLASH_NANDSimon Glass2023-02-101-1/+1
* Correct SPL uses of FASTBOOT_FLASH_MMCSimon Glass2023-02-101-2/+2
* Correct SPL uses of FASTBOOT_FLASHSimon Glass2023-02-091-2/+2
* fastboot: remove #ifdef CONFIG when it is possiblePatrick Delaunay2023-01-111-32/+17
* doc: replace @return by Return:Heinrich Schuchardt2022-01-191-1/+1
* fastboot: getvar: fix partition-size return valueGary Bisson2020-09-011-2/+2
* common: Drop part.h from common headerSimon Glass2020-05-181-0/+1
* part: Drop disk_partition_t typedefSimon Glass2020-05-181-2/+2
* env: Move env_get() to env.hSimon Glass2019-08-111-0/+1
* fastboot: Remove "bootloader-version" variableSam Protsenko2019-08-081-6/+3
* fastboot: getvar: Add "is-userspace" variableSam Protsenko2019-08-081-0/+9
* fastboot: Remove "slot-suffixes" variableSam Protsenko2019-08-081-9/+0
* fastboot: Check if partition really exist in getvar_has_slot()Igor Opaniuk2019-06-141-5/+34
* fastboot: getvar: Refactor fastboot_*_get_part_info() usageSam Protsenko2019-06-141-16/+42
* fastboot: Fix slot names reported by getvarSam Protsenko2019-06-141-3/+3
* fastboot: add support for 'getvar platform'Eugeniu Rosca2019-04-211-0/+14
* fastboot: getvar: correct/rename "has_slot" to "has-slot"Eugeniu Rosca2019-04-211-1/+1
* net: fastboot: Merge AOSP UDP fastbootAlex Kiernan2018-05-301-0/+230