1. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
  2. efc7a3b arm: stm32mp: stm32prog: always flush DFU on start command for uart by Patrick Delaunay · 4 years ago
  3. fbefc10 arm: stm32mp: bsec: migrate trace to log macro by Patrick Delaunay · 4 years, 1 month ago
  4. 2b15af5 arm: stm32mp: migrate cmd_stm32prog to log macro by Patrick Delaunay · 4 years, 1 month ago
  5. ba77940 arm: stm32mp: migrate trace to log macro by Patrick Delaunay · 4 years, 1 month ago
  6. 65130cd dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET() by Simon Glass · 4 years ago
  7. a7ece58 dm: core: Access device ofnode through functions by Simon Glass · 4 years ago
  8. 9558862 dm: Use access methods for dev/uclass private data by Simon Glass · 4 years ago
  9. b75b15b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 4 years ago
  10. aad29ae dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 4 years ago
  11. fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 4 years ago
  12. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
  13. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
  14. e93ee7b SPL: stm32mp1: fix spl_mmc_boot_partition not defined by Richard Genoud · 4 years, 2 months ago
  15. 0fa6228 arm: stm32mp: correct the ALIGN macro usage by Patrick Delaunay · 4 years, 1 month ago
  16. d5de938 stm32mp: stm32prog: accept device without partition by Patrick Delaunay · 4 years, 1 month ago
  17. cf6da85 arm: stm32: cleanup arch gpio.h by Patrick Delaunay · 4 years, 2 months ago
  18. ab7d644 stm32mp: limit size of cacheable DDR in pre-reloc stage by Patrick Delaunay · 4 years, 3 months ago
  19. 3a8e406 arm: stm32mp: cleanup test on eth_env_set_enetaddr result by Patrick Delaunay · 4 years, 8 months ago
  20. 8040da1 arm: stm32mp: stm32prog: use IS_ENABLED to prevent ifdef by Patrick Delaunay · 4 years, 4 months ago
  21. 1dffeaf arm: stm32mp: bsec: use IS_ENABLED to prevent ifdef by Patrick Delaunay · 4 years, 4 months ago
  22. 7130b95 sf: Drop dm.h header file from spi_flash.h by Simon Glass · 4 years, 4 months ago
  23. 9f6a368 Merge tag 'dm-pull-28jul20' of git://git.denx.de/u-boot-dm by Tom Rini · 4 years, 4 months ago
  24. c46090d Makefile: Rename ALL-y to INPUTS-y by Simon Glass · 4 years, 4 months ago
  25. 3188ee9 arm: stm32mp: use correct weak function name spl_board_prepare_for_linux by Patrick Delaunay · 4 years, 5 months ago
  26. f4aaeed arm: stm32mp: stm32prog: check result of find_mmc_device by Patrick Delaunay · 4 years, 5 months ago
  27. 51ac7f1 stm32mp1: mmu_set_region_dcache_behaviour by Patrick Delaunay · 4 years, 4 months ago
  28. 4c5821d arm: stm32mp: move dbgmcu_init call when DT is ready by Patrick Delaunay · 4 years, 4 months ago
  29. f7ed78b treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · 4 years, 5 months ago
  30. d0d1df6 arm: cmd_stm32prog: Fix the CONFIG_IS_ENABLED() usage by Bin Meng · 4 years, 5 months ago
  31. 59d0da1 stm32mp1: use the command env info in env_check by Patrick Delaunay · 4 years, 5 months ago
  32. 6332c04 arm: stm32mp: protect DBGMCU_IDC access with BSEC by Patrick Delaunay · 4 years, 5 months ago
  33. dd17838 arm: stm32mp: stm32prog: add "Device Name" in iproduct during DFU USB enumeration by Patrick Delaunay · 4 years, 5 months ago
  34. f2f25c3 board: st: stpmic1: add function stpmic1_init by Patrick Delaunay · 4 years, 6 months ago
  35. 3d1fe4e arm: stm32mp: add weak function to save vddcore by Patrick Delaunay · 4 years, 6 months ago
  36. b6cc505 arm: stm32mp: spl: add bsec driver in SPL by Patrick Delaunay · 4 years, 6 months ago
  37. e634113 board: stm32mp1: fix handling of DT OP-TEE reserved memory nodes by Etienne Carriere · 4 years, 6 months ago
  38. 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 7 months ago
  39. 559f1a8 Use __ASSEMBLY__ as the assembly macros by Simon Glass · 4 years, 7 months ago
  40. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
  41. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  42. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 7 months ago
  43. 9758973 common: Drop init.h from common header by Simon Glass · 4 years, 7 months ago
  44. 2dc9c34 common: Drop image.h from common header by Simon Glass · 4 years, 7 months ago
  45. c1c4a8f part: Drop disk_partition_t typedef by Simon Glass · 4 years, 7 months ago
  46. 274e0b0 common: Drop net.h from common header by Simon Glass · 4 years, 7 months ago
  47. 1a4f7cd arm: stm32mp: activate data cache on DDR in SPL by Patrick Delaunay · 4 years, 7 months ago
  48. 8e6985b arm: stm32mp: activate data cache in SPL and before relocation by Patrick Delaunay · 4 years, 7 months ago
  49. 60fa063 arm: stm32mp: spl: update error management in board_init_f by Patrick Delaunay · 4 years, 7 months ago
  50. f798cf6 arm: stm32mp: remove dependency for STM32KEY by Patrick Delaunay · 4 years, 7 months ago
  51. 41e6ace stm32mp: stm32prog: add support of RAM target by Patrick Delaunay · 4 years, 8 months ago
  52. c2fdd57 stm32mp: stm32prog: support for script by Patrick Delaunay · 4 years, 8 months ago
  53. 8610f22 stm32mp: stm32prog: enable videoconsole by Patrick Delaunay · 4 years, 8 months ago
  54. b823d99 stm32mp: stm32prog: add serial link support by Patrick Delaunay · 4 years, 8 months ago
  55. 541c7de stm32mp: stm32prog: add pmic NVM update support by Patrick Delaunay · 4 years, 8 months ago
  56. 1d96b18 stm32mp: stm32prog: add otp update support by Patrick Delaunay · 4 years, 8 months ago
  57. 291e722 stm32mp: stm32prog: add support for delete option in flashlayout by Patrick Delaunay · 4 years, 8 months ago
  58. 851d6f3 stm32mp: stm32prog: add support of ssbl copy by Patrick Delaunay · 4 years, 8 months ago
  59. c511224 stm32mp: stm32prog: adapt the MTD partitions by Patrick Delaunay · 4 years, 8 months ago
  60. 6ab7496 stm32mp: stm32prog: add MTD devices support by Patrick Delaunay · 4 years, 8 months ago
  61. 5ce5006 stm32mp: stm32prog: add upport of partial update by Patrick Delaunay · 4 years, 8 months ago
  62. 6915b49 stm32mp: stm32prog: add support of boot partition for eMMC device by Patrick Delaunay · 4 years, 8 months ago
  63. 7aae1e3 stm32mp: stm32prog: add MMC device by Patrick Delaunay · 4 years, 8 months ago
  64. 526f66c stm32mp: stm32prog: add flash layout parsing by Patrick Delaunay · 4 years, 8 months ago
  65. 7daa91d stm32mp: add the command stm32prog by Patrick Delaunay · 4 years, 8 months ago
  66. 79bc640 stm32mp: add function get_cpu_dev by Patrick Delaunay · 4 years, 8 months ago
  67. b5a7ca2 board: stm32mp1: support boot from spi-nand by Patrick Delaunay · 4 years, 8 months ago
  68. 9827611 board: stm32mp1: use FDT address provided by TF-A at boot time by Patrick Delaunay · 4 years, 8 months ago
  69. 472407a stm32mp1: dynamically detect op-tee presence by Patrick Delaunay · 4 years, 8 months ago
  70. d1633b3 board: stm32mp1: reserve memory for OP-TEE in device tree by Patrick Delaunay · 4 years, 8 months ago
  71. 70f8527 ARM: stm32: Add board_early_init_f() to SPL by Marek Vasut · 4 years, 7 months ago
  72. bf16c30 spl: mmc: Rename spl_boot_partition() to spl_mmc_boot_partition() by Harald Seiler · 4 years, 8 months ago
  73. 0bf7ab1 spl: mmc: Rename spl_boot_mode() to spl_mmc_boot_mode() by Harald Seiler · 4 years, 8 months ago
  74. 66111eb Revert "stm32mp1: remove the imply BOOTSTAGE" by Patrick Delaunay · 4 years, 9 months ago
  75. f8fe21d configs: stm32mp1: replace STM32MP1_TRUSTED by TFABOOT by Patrick Delaunay · 4 years, 8 months ago
  76. 93865c6 ARM: dts: stm32: Define FMC2 base address by Marek Vasut · 4 years, 8 months ago
  77. b9d856f Merge branch 'next' of git://git.denx.de/u-boot-usb into next by Tom Rini · 4 years, 8 months ago
  78. 2ebc211 ram: stm32mp1: increase vdd2_ddr: buck2 for 32bits LPDDR by Patrick Delaunay · 4 years, 9 months ago
  79. 5a40c51 stm32mp: psci: set cntfrq register of cpu on by Ludovic Barre · 4 years, 9 months ago
  80. db33b0e stm32mp1: add 800 MHz profile support by Patrick Delaunay · 4 years, 9 months ago
  81. fac5ba8 arm: stm32mp: fdt: update kernel device tree according the part number by Patrick Delaunay · 4 years, 10 months ago
  82. 3e738f2 arm: stm32mp: add function get_soc_name by Patrick Delaunay · 4 years, 10 months ago
  83. 5af430d arm: stm32mp: improve the error message for smc by Patrick Delaunay · 4 years, 10 months ago
  84. b10cddf arm: stm32mp: bsec: add permanent lock support in bsec driver by Patrick Delaunay · 4 years, 10 months ago
  85. 3b7dbd4 arm: stm32mp: bsec: remove unneeded test by Patrick Delaunay · 4 years, 10 months ago
  86. 3a6e387 stm32mp: update dependency for STM32_ETZPC by Patrick Delaunay · 4 years, 9 months ago
  87. c8d4afe stm32mp1: support of STM32MP15x Rev.Z by Patrick Delaunay · 4 years, 10 months ago
  88. 900494d stm32mp1: pwr: use the last binding for pwr by Patrick Delaunay · 4 years, 10 months ago
  89. 5ff0529 ARM: dts: stm32: Add DH Electronics DHCOM SoM and PDK2 board by Marek Vasut · 4 years, 10 months ago
  90. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 10 months ago
  91. d66c5f7 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 10 months ago
  92. a5483b1 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
  93. f11478f common: Move hang() to the same header as panic() by Simon Glass · 5 years ago
  94. 310aa8a stm32mp1: split board and SOC support for STM32MP15x family by Patrick Delaunay · 4 years, 11 months ago
  95. 187cae2 ARM: stm32: Allow overriding setup_mac_address() by Marek Vasut · 5 years ago
  96. e597349 stm32mp: remove redundant SYS_TEXT_BASE prompt by Thomas Hebb · 5 years ago
  97. 9ebbdc9 stm32mp1: reset coprocessor status at cold boot by Fabien Dessenne · 5 years ago
  98. d7700d1 stm32mp1: declare backup registers for coprocessor by Fabien Dessenne · 5 years ago
  99. 217ea5c stm32mp1: remove the imply BOOTSTAGE by Patrick Delaunay · 5 years ago
  100. f97beae stm32mp1: imply CMD_CLS by Patrick Delaunay · 5 years ago