aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-stm32mp/cmd_stm32prog/cmd_stm32prog.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-09Correct SPL use of CMD_BOOTZSimon Glass1-1/+1
2023-01-16image: Move common image code to image_board and commandSimon Glass1-1/+1
2022-12-31cmd: source: Support specifying config nameWIP/2022-12-31-cmd-source-support-specifying-config-nameSean Anderson1-1/+1
2022-12-31treewide: Use NULL for script image nameSean Anderson1-1/+1
2022-10-30video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEOSimon Glass1-1/+1
2022-09-23stm32mp: stm32prog: solve warning for 64bits compilationPatrick Delaunay1-7/+7
2022-09-23stm32mp: stm32prog: change default flashlayout location to CONFIG_SYS_LOAD_ADDRPatrick Delaunay1-1/+1
2022-05-10stm32mp: stm32prog: handle U-Boot script in flashlayout alternatePatrick Delaunay1-7/+2
2022-05-10stm32mp: stm32prog: add support of STM32IMAGE version 2Patrick Delaunay1-4/+4
2021-08-16stm32mp1: stm32prog: remove stm32prog_get_tee_partitions with FIPPatrick Delaunay1-0/+2
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass1-1/+1
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-2/+2
2021-07-16stm32mp: stm32prog: fix the content of short help messagePatrick Delaunay1-5/+5
2021-06-18stm32mp: stm32prog: change one message level to debugPatrick Delaunay1-1/+1
2021-06-18stm32mp: stm32prog: solve compilation with CONFIG_FIT_SIGNATUREPatrick Delaunay1-0/+2
2021-06-18stm32mp: stm32prog: add support of initrd in flashlayoutPatrick Delaunay1-7/+15
2021-04-09stm32mp: stm32prog: add FIP header supportPatrick Delaunay1-9/+10
2021-03-11stm32mp: stm32prog: Add CONFIG_CMD_STM32PROG_SERIAL and _USBPatrick Delaunay1-2/+2
2021-01-13arm: stm32mp: migrate cmd_stm32prog to log macroPatrick Delaunay1-2/+2
2020-08-13arm: stm32mp: stm32prog: use IS_ENABLED to prevent ifdefPatrick Delaunay1-3/+2
2020-07-09arm: cmd_stm32prog: Fix the CONFIG_IS_ENABLED() usageBin Meng1-1/+1
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass1-1/+1
2020-05-14stm32mp: stm32prog: add support of RAM targetPatrick Delaunay1-0/+28
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 Delaunay1-1/+10
2020-05-14stm32mp: stm32prog: adapt the MTD partitionsPatrick Delaunay1-0/+17
2020-05-14stm32mp: add the command stm32progPatrick Delaunay1-0/+96