1. ade4e04 stm32mp: don't map the reserved region with no-map property by Patrick Delaunay · 3 years, 5 months ago
  2. 7dc6068 stm32mp: Increase the reserved memory in board_get_usable_ram_top by Patrick Delaunay · 3 years, 5 months ago
  3. 3f2e3c7 Merge tag 'u-boot-stm32-20210409' of https://source.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 3 years, 6 months ago
  4. 2c2d7d6 arm: stm32mp1: Set soc_type, soc_pkg, soc_rev env variables by Marek Vasut · 3 years, 6 months ago
  5. cbea7b3 stm32mp: replace printf by log macro in setup_boot_mode by Patrick Delaunay · 3 years, 6 months ago
  6. 5fc6e86 stm32mp: update uart number in trace of serial device not found by Patrick Delaunay · 3 years, 6 months ago
  7. 4fb7b3e stm32mp: stm32prog: add FIP header support by Patrick Delaunay · 3 years, 6 months ago
  8. 0441b48 board: stm32: Add Engicam MicroGEA STM32MP1 MicroDev 2.0 7" OF by Jagan Teki · 3 years, 7 months ago
  9. fd4dc09 board: stm32: Add Engicam MicroGEA STM32MP1 MicroDev 2.0 board by Jagan Teki · 3 years, 7 months ago
  10. b594ec8 board: stm32: Add Engicam i.Core STM32MP1 C.TOUCH 2.0 by Jagan Teki · 3 years, 7 months ago
  11. 30edf40 board: stm32: Add Engicam i.Core STM32MP1 EDIMM2.2 Starter Kit by Jagan Teki · 3 years, 7 months ago
  12. 14dcdc6 ARM: stm32: Imply SPL_SPI_LOAD by Jagan Teki · 3 years, 7 months ago
  13. 22fc991 Merge tag 'v2021.04-rc4' into next by Tom Rini · 3 years, 7 months ago
  14. 23e20b2 arm: stm32mp: Fix compilation issue when SYS_DCACHE_OFF and/or SYS_DCACHE_SYS are enabled by Patrice Chotard · 3 years, 7 months ago
  15. 622c956 stm32mp: bsec: manage clock when present in device tree by Patrick Delaunay · 3 years, 7 months ago
  16. f49eb16 stm32mp: stm32prog: replace alias by serial device sequence number by Patrick Delaunay · 3 years, 7 months ago
  17. b9d5e3a stm32mp: stm32prog: reactivate console and display serial error by Patrick Delaunay · 3 years, 7 months ago
  18. 5a05af8 stm32mp: stm32prog: Add CONFIG_CMD_STM32PROG_SERIAL and _USB by Patrick Delaunay · 3 years, 7 months ago
  19. 2dc2216 stm32mp: stm32prog: Add Kconfig file for stm32prog command by Patrick Delaunay · 3 years, 7 months ago
  20. aad8414 stm32mp: update the mmu configuration for SPL and prereloc by Patrick Delaunay · 3 years, 8 months ago
  21. 1419e5b stm32mp: update MMU config before the relocation by Patrick Delaunay · 3 years, 8 months ago
  22. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 4 years ago
  23. 751f918 arm: stm32mp: stm32prog: always flush DFU on start command for uart by Patrick Delaunay · 3 years, 10 months ago
  24. b66bfdf arm: stm32mp: bsec: migrate trace to log macro by Patrick Delaunay · 3 years, 11 months ago
  25. 711b5bc arm: stm32mp: migrate cmd_stm32prog to log macro by Patrick Delaunay · 3 years, 11 months ago
  26. eb653ac arm: stm32mp: migrate trace to log macro by Patrick Delaunay · 3 years, 11 months ago
  27. 65e25be dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET() by Simon Glass · 3 years, 9 months ago
  28. f10643c dm: core: Access device ofnode through functions by Simon Glass · 3 years, 9 months ago
  29. 0fd3d91 dm: Use access methods for dev/uclass private data by Simon Glass · 3 years, 9 months ago
  30. 8a8d24b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 3 years, 10 months ago
  31. d1998a9 dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 3 years, 10 months ago
  32. c69cda2 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 3 years, 10 months ago
  33. caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 3 years, 10 months ago
  34. 41575d8 dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 3 years, 10 months ago
  35. 40426d6 SPL: stm32mp1: fix spl_mmc_boot_partition not defined by Richard Genoud · 4 years ago
  36. 77c077e arm: stm32mp: correct the ALIGN macro usage by Patrick Delaunay · 3 years, 11 months ago
  37. 53de79f stm32mp: stm32prog: accept device without partition by Patrick Delaunay · 4 years ago
  38. 6af78d0 arm: stm32: cleanup arch gpio.h by Patrick Delaunay · 4 years ago
  39. 67f9f11 stm32mp: limit size of cacheable DDR in pre-reloc stage by Patrick Delaunay · 4 years, 1 month ago
  40. cf8df34 arm: stm32mp: cleanup test on eth_env_set_enetaddr result by Patrick Delaunay · 4 years, 6 months ago
  41. 9a2b054 arm: stm32mp: stm32prog: use IS_ENABLED to prevent ifdef by Patrick Delaunay · 4 years, 2 months ago
  42. 4e9e358 arm: stm32mp: bsec: use IS_ENABLED to prevent ifdef by Patrick Delaunay · 4 years, 2 months ago
  43. a00867b sf: Drop dm.h header file from spi_flash.h by Simon Glass · 4 years, 2 months ago
  44. 719f421 Merge tag 'dm-pull-28jul20' of git://git.denx.de/u-boot-dm by Tom Rini · 4 years, 2 months ago
  45. e6385c7 Makefile: Rename ALL-y to INPUTS-y by Simon Glass · 4 years, 2 months ago
  46. 346034a arm: stm32mp: use correct weak function name spl_board_prepare_for_linux by Patrick Delaunay · 4 years, 3 months ago
  47. ded48be arm: stm32mp: stm32prog: check result of find_mmc_device by Patrick Delaunay · 4 years, 3 months ago
  48. 43fe9d2 stm32mp1: mmu_set_region_dcache_behaviour by Patrick Delaunay · 4 years, 2 months ago
  49. 97f7e39 arm: stm32mp: move dbgmcu_init call when DT is ready by Patrick Delaunay · 4 years, 2 months ago
  50. b75d8dc treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · 4 years, 3 months ago
  51. 7d5de35 arm: cmd_stm32prog: Fix the CONFIG_IS_ENABLED() usage by Bin Meng · 4 years, 3 months ago
  52. c16cba8 stm32mp1: use the command env info in env_check by Patrick Delaunay · 4 years, 3 months ago
  53. bd3f60d arm: stm32mp: protect DBGMCU_IDC access with BSEC by Patrick Delaunay · 4 years, 4 months ago
  54. 03c4e62 arm: stm32mp: stm32prog: add "Device Name" in iproduct during DFU USB enumeration by Patrick Delaunay · 4 years, 4 months ago
  55. d1a4b09 board: st: stpmic1: add function stpmic1_init by Patrick Delaunay · 4 years, 4 months ago
  56. 4e62642 arm: stm32mp: add weak function to save vddcore by Patrick Delaunay · 4 years, 4 months ago
  57. 95bd49a arm: stm32mp: spl: add bsec driver in SPL by Patrick Delaunay · 4 years, 4 months ago
  58. 164873a board: stm32mp1: fix handling of DT OP-TEE reserved memory nodes by Etienne Carriere · 4 years, 4 months ago
  59. cd93d62 common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 5 months ago
  60. f09f1ec Use __ASSEMBLY__ as the assembly macros by Simon Glass · 4 years, 5 months ago
  61. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 5 months ago
  62. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  63. 0914011 command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 5 months ago
  64. 691d719 common: Drop init.h from common header by Simon Glass · 4 years, 5 months ago
  65. 4d72caa common: Drop image.h from common header by Simon Glass · 4 years, 5 months ago
  66. 0528979 part: Drop disk_partition_t typedef by Simon Glass · 4 years, 5 months ago
  67. 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 5 months ago
  68. dc7e5f1 arm: stm32mp: activate data cache on DDR in SPL by Patrick Delaunay · 4 years, 5 months ago
  69. 7e8471c arm: stm32mp: activate data cache in SPL and before relocation by Patrick Delaunay · 4 years, 5 months ago
  70. eaec1f9 arm: stm32mp: spl: update error management in board_init_f by Patrick Delaunay · 4 years, 5 months ago
  71. 586117c arm: stm32mp: remove dependency for STM32KEY by Patrick Delaunay · 4 years, 5 months ago
  72. 306a5cf stm32mp: stm32prog: add support of RAM target by Patrick Delaunay · 4 years, 7 months ago
  73. d0686c6 stm32mp: stm32prog: support for script by Patrick Delaunay · 4 years, 7 months ago
  74. 99d643c stm32mp: stm32prog: enable videoconsole by Patrick Delaunay · 4 years, 7 months ago
  75. 468f050 stm32mp: stm32prog: add serial link support by Patrick Delaunay · 4 years, 7 months ago
  76. 6ce1f4a stm32mp: stm32prog: add pmic NVM update support by Patrick Delaunay · 4 years, 7 months ago
  77. 936f1ae stm32mp: stm32prog: add otp update support by Patrick Delaunay · 4 years, 7 months ago
  78. 2bad5d0 stm32mp: stm32prog: add support for delete option in flashlayout by Patrick Delaunay · 4 years, 7 months ago
  79. b83caf9 stm32mp: stm32prog: add support of ssbl copy by Patrick Delaunay · 4 years, 7 months ago
  80. 8f035f7 stm32mp: stm32prog: adapt the MTD partitions by Patrick Delaunay · 4 years, 7 months ago
  81. eb845d6 stm32mp: stm32prog: add MTD devices support by Patrick Delaunay · 4 years, 7 months ago
  82. ffc405e stm32mp: stm32prog: add upport of partial update by Patrick Delaunay · 4 years, 7 months ago
  83. 878f754 stm32mp: stm32prog: add support of boot partition for eMMC device by Patrick Delaunay · 4 years, 7 months ago
  84. aff4c5d stm32mp: stm32prog: add MMC device by Patrick Delaunay · 4 years, 7 months ago
  85. 6ee6839 stm32mp: stm32prog: add flash layout parsing by Patrick Delaunay · 4 years, 7 months ago
  86. 954bd1a stm32mp: add the command stm32prog by Patrick Delaunay · 4 years, 7 months ago
  87. 7802a44 stm32mp: add function get_cpu_dev by Patrick Delaunay · 4 years, 7 months ago
  88. b664a74 board: stm32mp1: support boot from spi-nand by Patrick Delaunay · 4 years, 7 months ago
  89. 4ac3452 board: stm32mp1: use FDT address provided by TF-A at boot time by Patrick Delaunay · 4 years, 7 months ago
  90. 43df0a1 stm32mp1: dynamically detect op-tee presence by Patrick Delaunay · 4 years, 7 months ago
  91. 4a1b975 board: stm32mp1: reserve memory for OP-TEE in device tree by Patrick Delaunay · 4 years, 7 months ago
  92. 65e38e8 ARM: stm32: Add board_early_init_f() to SPL by Marek Vasut · 4 years, 5 months ago
  93. c51b751 spl: mmc: Rename spl_boot_partition() to spl_mmc_boot_partition() by Harald Seiler · 4 years, 6 months ago
  94. e975906 spl: mmc: Rename spl_boot_mode() to spl_mmc_boot_mode() by Harald Seiler · 4 years, 6 months ago
  95. 15ac0c7 Revert "stm32mp1: remove the imply BOOTSTAGE" by Patrick Delaunay · 4 years, 7 months ago
  96. 654706b configs: stm32mp1: replace STM32MP1_TRUSTED by TFABOOT by Patrick Delaunay · 4 years, 6 months ago
  97. cb25126 ARM: dts: stm32: Define FMC2 base address by Marek Vasut · 4 years, 6 months ago
  98. 2b18b89 Merge branch 'next' of git://git.denx.de/u-boot-usb into next by Tom Rini · 4 years, 6 months ago
  99. e9a20f8 ram: stm32mp1: increase vdd2_ddr: buck2 for 32bits LPDDR by Patrick Delaunay · 4 years, 7 months ago
  100. 40e70ab stm32mp: psci: set cntfrq register of cpu on by Ludovic Barre · 4 years, 7 months ago