summaryrefslogtreecommitdiff
path: root/arch/arm/mach-stm32mp/cmd_stm32prog
AgeCommit message (Expand)AuthorFilesLines
2021-08-16stm32mp1: stm32prog: remove stm32prog_get_tee_partitions with FIPPatrick Delaunay3-0/+8
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass2-2/+2
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-2/+2
2021-07-16stm32mp: stm32prog: use defines for virtual partition sizePatrick Delaunay3-4/+5
2021-07-16stm32mp: stm32prog: fix the content of short help messagePatrick Delaunay1-5/+5
2021-06-18stm32mp: stm32prog: handle dfu errorPatrick Delaunay1-0/+14
2021-06-18stm32mp: stm32prog: change one message level to debugPatrick Delaunay1-1/+1
2021-06-18stm32mp: stm32prog: use get_cpu_dev for GetID commandPatrick Delaunay1-4/+6
2021-06-18stm32mp: stm32prog: correctly handle DM_PMICPatrick Delaunay1-1/+4
2021-06-18stm32mp: stm32prog: handle the next phase after USB re-enumerationPatrick Delaunay1-5/+2
2021-06-18stm32mp: stm32prog: solve compilation with CONFIG_FIT_SIGNATUREPatrick Delaunay1-0/+2
2021-06-18stm32mp: stm32prog: add support of initrd in flashlayoutPatrick Delaunay3-10/+24
2021-06-18stm32mp: stm32prog: add timeout in stm32prog_serial_get_bufferPatrick Delaunay1-2/+10
2021-06-18stm32mp: stm32prog: remove all the header check for UART downloadPatrick Delaunay3-148/+22
2021-04-09stm32mp: stm32prog: add FIP header supportPatrick Delaunay4-37/+64
2021-03-11stm32mp: stm32prog: replace alias by serial device sequence numberPatrick Delaunay1-23/+6
2021-03-11stm32mp: stm32prog: Add CONFIG_CMD_STM32PROG_SERIAL and _USBPatrick Delaunay4-9/+46
2021-03-11stm32mp: stm32prog: Add Kconfig file for stm32prog commandPatrick Delaunay1-0/+18
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass2-0/+2
2021-01-13arm: stm32mp: stm32prog: always flush DFU on start command for uartPatrick Delaunay1-7/+6
2021-01-13arm: stm32mp: migrate cmd_stm32prog to log macroPatrick Delaunay5-78/+78
2021-01-05dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass1-3/+3
2020-10-21stm32mp: stm32prog: accept device without partitionPatrick Delaunay1-2/+1
2020-08-13arm: stm32mp: stm32prog: use IS_ENABLED to prevent ifdefPatrick Delaunay2-47/+58
2020-08-04sf: Drop dm.h header file from spi_flash.hSimon Glass1-0/+1
2020-07-28arm: stm32mp: stm32prog: check result of find_mmc_devicePatrick Delaunay1-1/+1
2020-07-09arm: cmd_stm32prog: Fix the CONFIG_IS_ENABLED() usageBin Meng1-1/+1
2020-07-07arm: stm32mp: stm32prog: add "Device Name" in iproduct during DFU USB enumera...Patrick Delaunay1-2/+4
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass2-2/+2
2020-05-19part: Drop disk_partition_t typedefSimon Glass1-1/+1
2020-05-14stm32mp: stm32prog: add support of RAM targetPatrick Delaunay3-2/+62
2020-05-14stm32mp: stm32prog: support for scriptPatrick Delaunay1-0/+14
2020-05-14stm32mp: stm32prog: enable videoconsolePatrick Delaunay1-0/+28
2020-05-14stm32mp: stm32prog: add serial link supportPatrick Delaunay6-1/+1021
2020-05-14stm32mp: stm32prog: add pmic NVM update supportPatrick Delaunay3-1/+115
2020-05-14stm32mp: stm32prog: add otp update supportPatrick Delaunay3-1/+151
2020-05-14stm32mp: stm32prog: add support for delete option in flashlayoutPatrick Delaunay1-0/+105
2020-05-14stm32mp: stm32prog: add support of ssbl copyPatrick Delaunay2-5/+94
2020-05-14stm32mp: stm32prog: adapt the MTD partitionsPatrick Delaunay3-0/+36
2020-05-14stm32mp: stm32prog: add MTD devices supportPatrick Delaunay2-3/+115
2020-05-14stm32mp: stm32prog: add upport of partial updatePatrick Delaunay2-0/+70
2020-05-14stm32mp: stm32prog: add support of boot partition for eMMC devicePatrick Delaunay2-36/+90
2020-05-14stm32mp: stm32prog: add MMC devicePatrick Delaunay2-1/+206
2020-05-14stm32mp: stm32prog: add flash layout parsingPatrick Delaunay1-1/+371
2020-05-14stm32mp: add the command stm32progPatrick Delaunay5-0/+927