summaryrefslogtreecommitdiff
path: root/arch/arm/mach-stm32mp/cmd_stm32prog/cmd_stm32prog.c
AgeCommit message (Expand)Author
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-06arm: stm32/stm32mp: Remove <common.h> and add needed includesTom Rini
2023-12-21stm32: Use bootm_run() and bootz_run()Simon Glass
2023-12-21stm32: Use local vars in stm32prog for initrd and fdtSimon Glass
2023-09-24common: Drop linux/printk.h from common headerSimon Glass
2023-06-16stm32mp: stm32prog: Remove tee_detected from stm32prog_data structPatrice Chotard
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: solve warning for 64bits compilationPatrick Delaunay
2022-09-23stm32mp: stm32prog: change default flashlayout location to CONFIG_SYS_LOAD_ADDRPatrick Delaunay
2022-05-10stm32mp: stm32prog: handle U-Boot script in flashlayout alternatePatrick Delaunay
2022-05-10stm32mp: stm32prog: add support of STM32IMAGE version 2Patrick Delaunay
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: fix the content of short help messagePatrick Delaunay
2021-06-18stm32mp: stm32prog: change one message level to debugPatrick Delaunay
2021-06-18stm32mp: stm32prog: solve compilation with CONFIG_FIT_SIGNATUREPatrick Delaunay
2021-06-18stm32mp: stm32prog: add support of initrd in flashlayoutPatrick Delaunay
2021-04-09stm32mp: stm32prog: add FIP header supportPatrick Delaunay
2021-03-11stm32mp: stm32prog: Add CONFIG_CMD_STM32PROG_SERIAL and _USBPatrick Delaunay
2021-01-13arm: stm32mp: migrate cmd_stm32prog to log macroPatrick Delaunay
2020-08-13arm: stm32mp: stm32prog: use IS_ENABLED to prevent ifdefPatrick Delaunay
2020-07-09arm: cmd_stm32prog: Fix the CONFIG_IS_ENABLED() usageBin Meng
2020-05-18command: Remove the cmd_tbl_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: adapt the MTD partitionsPatrick Delaunay
2020-05-14stm32mp: add the command stm32progPatrick Delaunay