summaryrefslogtreecommitdiff
path: root/arch/arm/mach-stm32mp/cmd_stm32prog
AgeCommit message (Expand)Author
2023-02-10Correct SPL uses of PMIC_STPMIC1Simon Glass
2023-02-10Correct SPL uses of MTDSimon Glass
2023-02-09Correct SPL use of CMD_BOOTZSimon Glass
2023-01-16image: Move common image code to image_board and commandSimon Glass
2022-12-31cmd: source: Support specifying config nameSean Anderson
2022-12-31treewide: Use NULL for script image nameSean Anderson
2022-10-30video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEOSimon Glass
2022-09-23stm32mp: stm32prog: improve the partitioning tracePatrick Delaunay
2022-09-23stm32mp: stm32prog: correctly handle OTP when SMC is not supportedPatrick Delaunay
2022-09-23stm32mp: stm32prog: solve warning for 64bits compilationPatrick Delaunay
2022-09-23stm32mp: stm32prog: change default flashlayout location to CONFIG_SYS_LOAD_ADDRPatrick Delaunay
2022-09-23stm32mp: stm32prog: support empty flashlayoutPatrick Delaunay
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese
2022-09-16blk: Switch over to using uclass IDsSimon Glass
2022-06-17stm32mp: stm32prog: fix the last character of dfu_alt_add third parameterPatrick Delaunay
2022-05-10stm32mp: stm32prog: handle flashlayout without STM32 image headerPatrick Delaunay
2022-05-10stm32mp: stm32prog: handle U-Boot script in flashlayout alternatePatrick Delaunay
2022-05-10stm32mp: stm32prog: handle interruption during the first enumerationPatrick Delaunay
2022-05-10stm32mp: stm32prog: add support of UUID for FIP partitionPatrick Delaunay
2022-05-10stm32mp: stm32prog: add support of STM32IMAGE version 2Patrick Delaunay
2022-05-10stm32mp: stm32prog: add TEE support in stm32prog commandPatrick Delaunay
2022-05-10stm32mp: stm32prog: add CONFIG_CMD_STM32PROG_OTPPatrick Delaunay
2022-05-10stm32mp: stm32prog: fix commentPatrick Delaunay
2022-01-24stm32prog: add partition name in treat_partition_list error messagesPatrick Delaunay
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2021-11-10stm32mp: stm32prog: Normalise newlinesWilliam Grant
2021-08-16stm32mp1: stm32prog: remove stm32prog_get_tee_partitions with FIPPatrick Delaunay
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass
2021-07-16stm32mp: stm32prog: use defines for virtual partition sizePatrick Delaunay
2021-07-16stm32mp: stm32prog: fix the content of short help messagePatrick Delaunay
2021-06-18stm32mp: stm32prog: handle dfu errorPatrick Delaunay
2021-06-18stm32mp: stm32prog: change one message level to debugPatrick Delaunay
2021-06-18stm32mp: stm32prog: use get_cpu_dev for GetID commandPatrick Delaunay
2021-06-18stm32mp: stm32prog: correctly handle DM_PMICPatrick Delaunay
2021-06-18stm32mp: stm32prog: handle the next phase after USB re-enumerationPatrick Delaunay
2021-06-18stm32mp: stm32prog: solve compilation with CONFIG_FIT_SIGNATUREPatrick Delaunay
2021-06-18stm32mp: stm32prog: add support of initrd in flashlayoutPatrick Delaunay
2021-06-18stm32mp: stm32prog: add timeout in stm32prog_serial_get_bufferPatrick Delaunay
2021-06-18stm32mp: stm32prog: remove all the header check for UART downloadPatrick Delaunay
2021-04-09stm32mp: stm32prog: add FIP header supportPatrick Delaunay
2021-03-11stm32mp: stm32prog: replace alias by serial device sequence numberPatrick Delaunay
2021-03-11stm32mp: stm32prog: Add CONFIG_CMD_STM32PROG_SERIAL and _USBPatrick Delaunay
2021-03-11stm32mp: stm32prog: Add Kconfig file for stm32prog commandPatrick Delaunay
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-01-13arm: stm32mp: stm32prog: always flush DFU on start command for uartPatrick Delaunay
2021-01-13arm: stm32mp: migrate cmd_stm32prog to log macroPatrick Delaunay
2021-01-05dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass
2020-10-21stm32mp: stm32prog: accept device without partitionPatrick Delaunay
2020-08-13arm: stm32mp: stm32prog: use IS_ENABLED to prevent ifdefPatrick Delaunay