aboutsummaryrefslogtreecommitdiff
path: root/drivers/fastboot
AgeCommit message (Expand)AuthorFilesLines
2024-04-10fastboot: Update help text with respect to CMDLINETom Rini1-0/+4
2024-04-10Merge patch series "pxe: Allow extlinux booting without CMDLINE enabled"Tom Rini3-29/+26
2024-04-10fastboot: Remove dependencies on CMDLINESimon Glass2-17/+14
2024-04-10fastboot: Change fastboot_buf_addr to an addressSimon Glass2-16/+16
2024-01-09fastboot: add oem console command supportIon Agorria2-0/+46
2024-01-09fastboot: implement "getvar all"Ion Agorria2-13/+67
2024-01-09fastboot: multiresponse supportIon Agorria1-0/+10
2023-11-16cmd: bcb: extend BCB C API to allow read/write the fieldsDmitrii Merkurev1-1/+13
2023-11-16cmd: bcb: support various block device interfaces for BCB commandDmitrii Merkurev1-1/+1
2023-11-07fastboot: Depend on CMDLINETom Rini1-0/+1
2023-09-24common: Drop linux/printk.h from common headerSimon Glass3-0/+3
2023-08-09Kconfigs: Correct default of "0" on hex type entriesTom Rini1-1/+1
2023-08-08Revert "lib: string: Fix strlcpy return value", fix callersMatthias Schiffer1-1/+1
2023-07-25lib: sparse: allocate FASTBOOT_MAX_BLK_WRITE instead of small numberMattijs Korpershoek1-2/+0
2023-05-31fastboot: Only call the bootm command if it is enabledSamuel Holland1-1/+1
2023-05-05net: share fastboot boot handle logic between transportsDmitrii Merkurev1-0/+32
2023-05-05net: add fastboot TCP supportDmitrii Merkurev2-1/+14
2023-04-04drivers: fastboot: zImage flashing is not supported for v3, v4Safae Ouajih1-0/+8
2023-04-04android: boot: replace android_image_check_headerSafae Ouajih1-2/+1
2023-04-04android: boot: rename andr_img_hdr -> andr_boot_img_hdr_v0Safae Ouajih1-4/+4
2023-02-10Correct SPL uses of FASTBOOT_FLASH_NANDSimon Glass2-3/+3
2023-02-10Correct SPL uses of FASTBOOT_FLASH_MMCSimon Glass3-5/+5
2023-02-09Correct SPL use of FASTBOOT_MMC_USER_SUPPORTSimon Glass1-1/+1
2023-02-09Correct SPL uses of FASTBOOT_FLASHSimon Glass1-2/+2
2023-01-11fastboot: Add OEM run commandSean Anderson2-5/+18
2023-01-11fastboot: remove #ifdef CONFIG when it is possiblePatrick Delaunay3-103/+61
2022-08-04Audit <flash.h> inclusionTom Rini3-3/+0
2022-01-28fastboot: only look up real partition names when no alias existsMatthias Schiffer1-17/+12
2022-01-28fastboot: fix fastboot_set_reboot_flag()Roman Stratiienko1-1/+1
2022-01-19doc: replace @return by Return:Heinrich Schuchardt2-3/+3
2022-01-15net: fastboot: make UDP port net: configurableChristian Gmeiner1-0/+7
2021-10-12fastboot: fix partition name truncation in environment lookupMatthias Schiffer1-2/+2
2021-08-31Kconfig: Remove all default n/no optionsMichal Simek1-1/+0
2021-08-21Fix flashing of eMMC user area with FastbootOleh Kravchenko1-7/+15
2021-08-21Fix flash and erase of eMMC Boot2 with FastbootOleh Kravchenko1-2/+2
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-1/+1
2021-04-12fastboot: Fix possible buffer overrunSean Anderson1-3/+3
2021-02-26fastboot: add UUU command UCmd and ACmd supportHeiko Schocher2-0/+77
2021-02-26fastboot: Allow u-boot-style partitionsSean Anderson1-59/+98
2021-02-26fastboot: Move part_get_info_by_name_or_alias after raw_part_get_info_by_nameSean Anderson1-22/+22
2021-02-26fastboot: Remove mmcpart argument from raw_part_get_info_by_nameSean Anderson1-23/+18
2021-02-07fastboot: reinit partition after storing GPT or MBRRoman Stratiienko1-0/+2
2021-02-07fastboot: add command to select the eMMC boot configurationPatrick Delaunay2-0/+43
2021-02-07fastboot: add command to select the default emmc hwpart for bootPatrick Delaunay2-0/+43
2021-02-07fastboot: mmc: extend flash/erase for both emmc hwpart 1 and 2Patrick Delaunay2-24/+49
2021-02-07fastboot: mmc: Add CONFIG_FASTBOOT_MMC_USER_SUPPORTPatrick Delaunay2-8/+23
2021-02-07fastboot: Implement generic fastboot_set_reboot_flagRoman Kovalivskyi1-1/+15
2021-02-07Revert "fastboot: Add default fastboot_set_reboot_flag implementation"Roman Kovalivskyi3-56/+0
2021-01-15disk: dos: rename write_mbr_partition to write_mbr_sectorMarek Szyprowski1-1/+1
2020-09-01fastboot: getvar: fix partition-size return valueGary Bisson1-2/+2