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