summaryrefslogtreecommitdiffstats
path: root/common/fastboot.c
Commit message (Expand)AuthorAgeFilesLines
* fastboot: add support to set fastboot_bbu from board codeMarco Felsch2024-03-151-0/+5
* fastboot: evaluate fastboot partitions when usedSascha Hauer2024-02-161-15/+32
* fastboot: add function to free a list of fastboot variablesSascha Hauer2024-02-161-2/+7
* fastboot: pass list to fb_addvar()Sascha Hauer2024-02-161-7/+7
* fastboot: sparse: print descriptive error on overflowing destinationAhmad Fatoum2023-12-131-1/+1
* fastboot: scale default sparse max_download_size with available memoryAhmad Fatoum2023-08-281-2/+9
* filetype: return error and pass filetype as pointer argumentSascha Hauer2023-08-181-1/+5
* USB: gadget: fastboot: introduce optional flag for fastboot partitionsJohannes Zink2022-09-261-0/+8
* USB: gadget: fastboot: allow exporting only barebox update handlerAhmad Fatoum2022-08-081-0/+2
* fastboot: always try barebox_update handler for bbu- partitionsAhmad Fatoum2022-06-151-1/+2
* usb: gadget: implement and use system_partitions_get_nullAhmad Fatoum2022-03-281-3/+1
* fastboot: use file_list_parse_null()Rouven Czerwinski2021-10-051-1/+1
* bbu: add function to directly add handlers into file_listAhmad Fatoum2021-05-121-19/+2
* fastboot/dfu: use system partitions as fall backAhmad Fatoum2021-05-121-2/+7
* fastboot: handle ill-named partitions gracefullyAhmad Fatoum2021-05-121-1/+3
* image-sparse: change retlen to size_tSteffen Trumtrar2021-01-131-1/+1
* Merge branch 'for-next/spdx'Sascha Hauer2020-12-111-2/+1
|\
| * common: replace license statements with SPDX-License-IdentifiersAhmad Fatoum2020-11-271-2/+1
* | commands: implement and use parse_assignment helperAhmad Fatoum2020-11-271-3/+1
|/
* magicvar: Replace BAREBOX_MAGICVAR_NAMED with BAREBOX_MAGICVARSascha Hauer2020-10-021-7/+4
* Merge branch 'for-next/net' into masterSascha Hauer2020-09-251-3/+54
|\
| * fastboot net: implement fastboot over UDPEdmund Henniges2020-08-191-0/+3
| * fastboot: init list head in commonSascha Hauer2020-08-191-0/+2
| * fastboot: Add fastboot_abort()Sascha Hauer2020-08-191-0/+12
| * fastboot: Warn when cb_download is called with file still openSascha Hauer2020-08-191-0/+6
| * fastboot: rename usbgadget.fastboot_* variables to fastboot.*Daniel Glöckner2020-08-191-3/+31
* | fastboot: only unset image, not loadaddrRouven Czerwinski2020-09-151-1/+1
|/
* fastboot: Drop support for downloading to bufferSascha Hauer2020-06-181-70/+27
* fastboot: Use make_temp() to create temporary fileSascha Hauer2020-06-121-2/+3
* fastboot: Use unique tempfile nameSascha Hauer2020-05-201-9/+12
* fastboot: don't close fd 0 when downloading to ramDaniel Glöckner2020-05-201-1/+2
* fastboot: split generic code from USB gadgetEdmund Henniges2020-05-201-0/+957