summaryrefslogtreecommitdiff
path: root/arch/arm/mach-stm32mp/cmd_stm32prog
Commit message (Expand)AuthorAgeFilesLines
* Correct SPL uses of PMIC_STPMIC1Simon Glass2023-02-101-2/+2
* Correct SPL uses of MTDSimon Glass2023-02-101-1/+1
* Correct SPL use of CMD_BOOTZSimon Glass2023-02-091-1/+1
* image: Move common image code to image_board and commandSimon Glass2023-01-161-1/+1
* cmd: source: Support specifying config nameSean Anderson2022-12-311-1/+1
* treewide: Use NULL for script image nameSean Anderson2022-12-311-1/+1
* video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEOSimon Glass2022-10-301-1/+1
* stm32mp: stm32prog: improve the partitioning tracePatrick Delaunay2022-09-231-2/+2
* stm32mp: stm32prog: correctly handle OTP when SMC is not supportedPatrick Delaunay2022-09-232-8/+22
* stm32mp: stm32prog: solve warning for 64bits compilationPatrick Delaunay2022-09-235-32/+31
* stm32mp: stm32prog: change default flashlayout location to CONFIG_SYS_LOAD_ADDRPatrick Delaunay2022-09-234-7/+7
* stm32mp: stm32prog: support empty flashlayoutPatrick Delaunay2022-09-231-0/+4
* cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese2022-09-181-3/+3
* blk: Switch over to using uclass IDsSimon Glass2022-09-161-2/+2
* stm32mp: stm32prog: fix the last character of dfu_alt_add third parameterPatrick Delaunay2022-06-171-2/+2
* stm32mp: stm32prog: handle flashlayout without STM32 image headerPatrick Delaunay2022-05-101-1/+2
* stm32mp: stm32prog: handle U-Boot script in flashlayout alternatePatrick Delaunay2022-05-103-7/+13
* stm32mp: stm32prog: handle interruption during the first enumerationPatrick Delaunay2022-05-101-2/+5
* stm32mp: stm32prog: add support of UUID for FIP partitionPatrick Delaunay2022-05-102-20/+59
* stm32mp: stm32prog: add support of STM32IMAGE version 2Patrick Delaunay2022-05-103-48/+114
* stm32mp: stm32prog: add TEE support in stm32prog commandPatrick Delaunay2022-05-104-14/+142
* stm32mp: stm32prog: add CONFIG_CMD_STM32PROG_OTPPatrick Delaunay2022-05-102-27/+46
* stm32mp: stm32prog: fix commentPatrick Delaunay2022-05-101-1/+1
* stm32prog: add partition name in treat_partition_list error messagesPatrick Delaunay2022-01-241-6/+6
* doc: replace @return by Return:Heinrich Schuchardt2022-01-191-2/+2
* stm32mp: stm32prog: Normalise newlinesWilliam Grant2021-11-101-2/+1
* stm32mp1: stm32prog: remove stm32prog_get_tee_partitions with FIPPatrick Delaunay2021-08-163-0/+8
* global: Convert simple_strtoul() with decimal to dectoul()Simon Glass2021-08-022-2/+2
* global: Convert simple_strtoul() with hex to hextoul()Simon Glass2021-08-021-2/+2
* stm32mp: stm32prog: use defines for virtual partition sizePatrick Delaunay2021-07-163-4/+5
* stm32mp: stm32prog: fix the content of short help messagePatrick Delaunay2021-07-161-5/+5
* stm32mp: stm32prog: handle dfu errorPatrick Delaunay2021-06-181-0/+14
* stm32mp: stm32prog: change one message level to debugPatrick Delaunay2021-06-181-1/+1
* stm32mp: stm32prog: use get_cpu_dev for GetID commandPatrick Delaunay2021-06-181-4/+6
* stm32mp: stm32prog: correctly handle DM_PMICPatrick Delaunay2021-06-181-1/+4
* stm32mp: stm32prog: handle the next phase after USB re-enumerationPatrick Delaunay2021-06-181-5/+2
* stm32mp: stm32prog: solve compilation with CONFIG_FIT_SIGNATUREPatrick Delaunay2021-06-181-0/+2
* stm32mp: stm32prog: add support of initrd in flashlayoutPatrick Delaunay2021-06-183-10/+24
* stm32mp: stm32prog: add timeout in stm32prog_serial_get_bufferPatrick Delaunay2021-06-181-2/+10
* stm32mp: stm32prog: remove all the header check for UART downloadPatrick Delaunay2021-06-183-148/+22
* stm32mp: stm32prog: add FIP header supportPatrick Delaunay2021-04-094-37/+64
* stm32mp: stm32prog: replace alias by serial device sequence numberPatrick Delaunay2021-03-111-23/+6
* stm32mp: stm32prog: Add CONFIG_CMD_STM32PROG_SERIAL and _USBPatrick Delaunay2021-03-114-9/+46
* stm32mp: stm32prog: Add Kconfig file for stm32prog commandPatrick Delaunay2021-03-111-0/+18
* common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unusedSimon Glass2021-02-022-0/+2
* arm: stm32mp: stm32prog: always flush DFU on start command for uartPatrick Delaunay2021-01-131-7/+6
* arm: stm32mp: migrate cmd_stm32prog to log macroPatrick Delaunay2021-01-135-78/+78
* dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass2021-01-051-3/+3
* stm32mp: stm32prog: accept device without partitionPatrick Delaunay2020-10-211-2/+1
* arm: stm32mp: stm32prog: use IS_ENABLED to prevent ifdefPatrick Delaunay2020-08-132-47/+58