summaryrefslogtreecommitdiff
path: root/arch/arm/mach-stm32mp/cmd_stm32prog
AgeCommit message (Expand)Author
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
2020-08-03sf: Drop dm.h header file from spi_flash.hSimon Glass
2020-07-28arm: stm32mp: stm32prog: check result of find_mmc_devicePatrick Delaunay
2020-07-09arm: cmd_stm32prog: Fix the CONFIG_IS_ENABLED() usageBin Meng
2020-07-07arm: stm32mp: stm32prog: add "Device Name" in iproduct during DFU USB enumera...Patrick Delaunay
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2020-05-18part: Drop disk_partition_t typedefSimon Glass
2020-05-14stm32mp: stm32prog: add support of RAM targetPatrick Delaunay
2020-05-14stm32mp: stm32prog: support for scriptPatrick Delaunay
2020-05-14stm32mp: stm32prog: enable videoconsolePatrick Delaunay
2020-05-14stm32mp: stm32prog: add serial link supportPatrick Delaunay
2020-05-14stm32mp: stm32prog: add pmic NVM update supportPatrick Delaunay
2020-05-14stm32mp: stm32prog: add otp update supportPatrick Delaunay
2020-05-14stm32mp: stm32prog: add support for delete option in flashlayoutPatrick Delaunay
2020-05-14stm32mp: stm32prog: add support of ssbl copyPatrick Delaunay
2020-05-14stm32mp: stm32prog: adapt the MTD partitionsPatrick Delaunay
2020-05-14stm32mp: stm32prog: add MTD devices supportPatrick Delaunay
2020-05-14stm32mp: stm32prog: add upport of partial updatePatrick Delaunay
2020-05-14stm32mp: stm32prog: add support of boot partition for eMMC devicePatrick Delaunay
2020-05-14stm32mp: stm32prog: add MMC devicePatrick Delaunay
2020-05-14stm32mp: stm32prog: add flash layout parsingPatrick Delaunay
2020-05-14stm32mp: add the command stm32progPatrick Delaunay