1. a8a67ed board: stm32mp1: use const for struct node_info by Patrick Delaunay · Wed Jul 29 13:24:52 2020 +0200
  2. 63b4287 board: stm32mp1: remove board.c by Patrick Delaunay · Thu Jul 30 13:57:34 2020 +0200
  3. 15359e4 board: stm32mp1: update fdt fixup partitions table by Christophe Kerello · Fri Jul 31 09:53:42 2020 +0200
  4. 9d96e90 board: stm32mp1: use IS_ENABLED to prevent ifdef in ft_board_setup by Patrick Delaunay · Fri Jul 31 16:31:50 2020 +0200
  5. 821a9ba board: stm32mp1: use IS_ENABLED to prevent ifdef in env functions by Patrick Delaunay · Fri Jul 31 16:31:49 2020 +0200
  6. f118e4a board: stm32mp1: use IS_ENABLED to prevent ifdef in board_late_init by Patrick Delaunay · Fri Jul 31 16:31:48 2020 +0200
  7. c75bc6a board: stm32mp1: use IS_ENABLED to prevent ifdef in dk2_i2c1_fix by Patrick Delaunay · Fri Jul 31 16:31:47 2020 +0200
  8. b7b6752 board: stm32mp1: use IS_ENABLED to prevent ifdef in set_dfu_alt_inf by Patrick Delaunay · Fri Jul 31 16:31:46 2020 +0200
  9. 4b2bfd6 board: stm32mp1: use IS_ENABLED to prevent ifdef in sysconf_init by Patrick Delaunay · Fri Jul 31 16:31:45 2020 +0200
  10. 5fe5508 board: stm32mp1: use IS_ENABLED to prevent ifdef in board_check_usb_power by Patrick Delaunay · Fri Jul 31 16:31:44 2020 +0200
  11. a1d5f20 board: stm32mp1: use IS_ENABLED to prevent ifdef in g_dnl_board_usb_cable_connected by Patrick Delaunay · Fri Jul 31 16:31:43 2020 +0200
  12. f660485 board: stm32mp1: use IS_ENABLED to prevent ifdef in board_key_check by Patrick Delaunay · Fri Jul 31 16:31:42 2020 +0200
  13. 7130b95 sf: Drop dm.h header file from spi_flash.h by Simon Glass · Sun Jul 19 10:15:40 2020 -0600
  14. 75b1b04 board: update test on misc_read result in board_late_init by Patrick Delaunay · Fri Jul 03 17:45:07 2020 +0200
  15. 7179b09 configs:stm32mp1: activate env config in SPL by Patrick Delaunay · Mon Jun 15 11:18:24 2020 +0200
  16. 455b065 stm32mp1: board: add support of CONFIG_ENV_IS_IN_MMC by Patrick Delaunay · Mon Jun 15 11:18:22 2020 +0200
  17. f7ed78b treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · Fri Jun 26 15:13:33 2020 +0900
  18. fcb6b0b board: st: move type-c stusb1600 controller code in a driver by Patrick Delaunay · Mon Jun 29 10:34:06 2020 +0200
  19. d83072e board: st: stm32mp1: increase teed partition by Patrick Delaunay · Tue Jun 16 18:19:28 2020 +0200
  20. 9789640 board: stm32mp1: update the gpio hog support by Patrick Delaunay · Thu Jun 04 14:30:24 2020 +0200
  21. 79c0791 board: stm32mp1: move the function board_debug_uart_init in spl.c by Patrick Delaunay · Mon May 25 12:19:49 2020 +0200
  22. 08c891a board: stm32mp1: update vddcore in SPL by Patrick Delaunay · Mon May 25 12:19:47 2020 +0200
  23. f2f25c3 board: st: stpmic1: add function stpmic1_init by Patrick Delaunay · Mon May 25 12:19:46 2020 +0200
  24. ff0c0bc board: st: create common file stpmic1.c by Patrick Delaunay · Mon May 25 12:19:43 2020 +0200
  25. 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · Sun May 10 11:40:13 2020 -0600
  26. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · Sun May 10 11:40:11 2020 -0600
  27. 0f2af88 common: Drop log.h from common header by Simon Glass · Sun May 10 11:40:05 2020 -0600
  28. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · Sun May 10 11:40:03 2020 -0600
  29. 9758973 common: Drop init.h from common header by Simon Glass · Sun May 10 11:40:02 2020 -0600
  30. 2dc9c34 common: Drop image.h from common header by Simon Glass · Sun May 10 11:40:01 2020 -0600
  31. 1ea9789 common: Drop bootstage.h from common header by Simon Glass · Sun May 10 11:40:00 2020 -0600
  32. c1c4a8f part: Drop disk_partition_t typedef by Simon Glass · Sun May 10 11:39:57 2020 -0600
  33. 274e0b0 common: Drop net.h from common header by Simon Glass · Sun May 10 11:39:56 2020 -0600
  34. 2d583f9 stm32mp1: Fix warning display when 1.5A power supply is used by Patrice Chotard · Thu Apr 30 18:41:05 2020 +0200
  35. 181298e board: stm32mp1: add timeout for I/O compensation ready by Patrick Delaunay · Wed Apr 22 14:29:16 2020 +0200
  36. dcc6810 board: stm32mp1: remove bootdelay configuration for usb or serial boot by Patrick Delaunay · Wed Apr 22 14:29:15 2020 +0200
  37. 4533a2c board: stm32mp1: set environment variable fdtfile by Patrick Delaunay · Wed Apr 22 14:29:14 2020 +0200
  38. 486ae96 board: stm32mp1: gt9147 IRQ before reset on EV1 by Patrick Delaunay · Wed Apr 22 14:29:13 2020 +0200
  39. 8ae05cf board: stm32mp1: update management of boot-led by Patrick Delaunay · Wed Apr 22 14:29:12 2020 +0200
  40. c739368 board: stm32mp1: Keep error led ON in case of low power detection by Patrice Chotard · Wed Apr 22 14:29:11 2020 +0200
  41. c511224 stm32mp: stm32prog: adapt the MTD partitions by Patrick Delaunay · Wed Mar 18 09:24:55 2020 +0100
  42. 7daa91d stm32mp: add the command stm32prog by Patrick Delaunay · Wed Mar 18 09:24:49 2020 +0100
  43. cbbb53a board: stm32mp1: adapt MTD partition for BOOT from NOR or NAND by Patrick Delaunay · Wed Mar 18 09:22:53 2020 +0100
  44. b5a7ca2 board: stm32mp1: support boot from spi-nand by Patrick Delaunay · Wed Mar 18 09:22:52 2020 +0100
  45. 6557aa8 configs: stm32mp1: remove optee defconfig by Patrick Delaunay · Wed Mar 18 09:22:51 2020 +0100
  46. 472407a stm32mp1: dynamically detect op-tee presence by Patrick Delaunay · Wed Mar 18 09:22:49 2020 +0100
  47. 7511d14 stm32mp1: move MTDPART configuration in Kconfig by Patrick Delaunay · Wed Mar 18 09:22:47 2020 +0100
  48. c7d5b8c stm32mp1: dynamically build DFU_ALT_INFO by Patrick Delaunay · Wed Mar 18 09:22:46 2020 +0100
  49. cf07343 board: stm32mp1: move set_dfu_alt_info in st common directory by Patrick Delaunay · Wed Mar 18 09:22:45 2020 +0100
  50. daa5f01 board: stm32mp1: move board_get_mtdparts in st common directory by Patrick Delaunay · Wed Mar 18 09:22:44 2020 +0100
  51. 78f68f2 board: stm32mp1: correct CONFIG_IS_ENABLED usage for LED by Patrick Delaunay · Fri Apr 10 19:14:01 2020 +0200
  52. f8fe21d configs: stm32mp1: replace STM32MP1_TRUSTED by TFABOOT by Patrick Delaunay · Wed Apr 01 09:07:33 2020 +0200
  53. 2ebc211 ram: stm32mp1: increase vdd2_ddr: buck2 for 32bits LPDDR by Patrick Delaunay · Fri Mar 06 11:14:03 2020 +0100
  54. 0885c23 board: stm32mp1: display reference only for STMicroelectronics board by Patrick Delaunay · Wed Feb 12 19:37:42 2020 +0100
  55. 52163d9 board: stm32mp1: add finished good in board identifier OTP by Patrick Delaunay · Tue Mar 24 09:05:00 2020 +0100
  56. 3085ee3 board: stm32mp1: stboard: lock the OTP after programming by Patrick Delaunay · Wed Feb 12 19:37:39 2020 +0100
  57. b7ce015 board: stm32mp1: read OTP in command stboard by Patrick Delaunay · Wed Feb 12 19:37:36 2020 +0100
  58. 8e0b8fc board: stm32mp1: update command stboard on misc_write result by Patrick Delaunay · Wed Feb 12 19:37:35 2020 +0100
  59. 5f6fdcc doc: add board documentation for stm32mp1 by Patrick Delaunay · Tue Feb 25 19:04:14 2020 +0100
  60. f74ac23 board: stm32mp1: change dfu function to static by Patrick Delaunay · Tue Jan 28 10:44:13 2020 +0100
  61. 1e4229c board: stm32mp1: board: add include for dfu by Patrick Delaunay · Tue Jan 28 10:44:12 2020 +0100
  62. 36948cc board: stm32mp1: update readme by Patrick Delaunay · Tue Jan 28 10:11:04 2020 +0100
  63. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · Mon Feb 03 07:36:16 2020 -0700
  64. d66c5f7 dm: core: Require users of devres to include the header by Simon Glass · Mon Feb 03 07:36:15 2020 -0700
  65. a5483b1 Merge tag 'u-boot-stm32-20200117' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · Mon Jan 20 14:54:42 2020 -0500
  66. f11478f common: Move hang() to the same header as panic() by Simon Glass · Sat Dec 28 10:45:07 2019 -0700
  67. 310aa8a stm32mp1: split board and SOC support for STM32MP15x family by Patrick Delaunay · Mon Jan 13 15:17:42 2020 +0100
  68. 513495b board: stm32mp1: move CONFIG_ENV_XXX in defconfig by Patrick Delaunay · Mon Jan 13 15:17:41 2020 +0100
  69. 2a57bcb stm32mp1: move stboard command in board/st/common directory by Patrick Delaunay · Mon Jan 13 15:17:40 2020 +0100
  70. ad6cc94 stm32mp1: remove copro_state environment variable by Fabien Dessenne · Wed Oct 30 14:38:32 2019 +0100
  71. a7b5130 common: Move some board functions out of common.h by Simon Glass · Thu Nov 14 12:57:46 2019 -0700
  72. 1d91ba7 common: Move some cache and MMU functions out of common.h by Simon Glass · Thu Nov 14 12:57:37 2019 -0700
  73. 3673618 common: Move serial functions out of common.h by Simon Glass · Thu Nov 14 12:57:24 2019 -0700
  74. e7872cb common: Drop global inclusion of status_led.h by Simon Glass · Thu Nov 14 12:57:11 2019 -0700
  75. 8e5031b stm32mp1: add support for virtual partition read by Patrick Delaunay · Mon Oct 14 09:28:12 2019 +0200
  76. 11ad8cb stm32mp1: board: add spi nand support by Patrick Delaunay · Mon Oct 14 09:28:11 2019 +0200
  77. 093f6e1 stm32mp1: activate SET_DFU_ALT_INFO by Patrick Delaunay · Mon Oct 14 09:28:09 2019 +0200
  78. 0aafce6 board: stm32mp1: fixup the usb product id for USB download gadget by Patrick Delaunay · Fri Sep 13 15:24:17 2019 +0200
  79. b495e13 board: Add STM32F769 SoC, discovery board support by Yannick Fertré · Mon Oct 07 15:29:10 2019 +0200
  80. bff66f9 net: dwc_et_qos: update weak function board_interface_eth_init by Patrick Delaunay · Thu Aug 01 11:29:03 2019 +0200
  81. c0a698c stm32mp1: update README for remoteproc support by Patrick Delaunay · Fri Aug 02 15:07:22 2019 +0200
  82. 01bcfc2 stm32mp1: add example files for FIT generation by Patrick Delaunay · Fri Aug 02 15:07:21 2019 +0200
  83. c17d725 stm32mp1: Add copro image support for M4 firmware by Patrick Delaunay · Fri Aug 02 15:07:20 2019 +0200
  84. 984c22d stm32mp1: board update command stboard on misc_read result by Patrick Delaunay · Fri Aug 02 13:08:07 2019 +0200
  85. ceb82e3 stm32mp1: update sysconf_init on misc_read result by Patrick Delaunay · Fri Aug 02 13:08:06 2019 +0200
  86. dcb89fd stm32mp1: update test on misc_read result by Patrick Delaunay · Fri Aug 02 13:08:05 2019 +0200
  87. 9f89045 MAINTAINERS: update ARM STM STM32MP and STM32MP1 BOARD by Patrick Delaunay · Tue Jul 30 19:16:56 2019 +0200
  88. 266bf10 stm32mp1: board: cosmetic: cleanup file by Patrick Delaunay · Tue Jul 30 19:16:44 2019 +0200
  89. f6626e7 stm32mp1: board: remove board_check_usb_power when ADC is not activated by Patrick Delaunay · Tue Jul 30 19:16:43 2019 +0200
  90. 6b2baa0 stm32mp1: board: Update the way vdd-supply is retrieved from DT by Patrick Delaunay · Tue Jul 30 19:16:42 2019 +0200
  91. f245126 stm32mp1: board: check the boot-source to disable bootdelay by Patrick Delaunay · Tue Jul 30 19:16:41 2019 +0200
  92. 7a3e442 stm32mp1: board: protect the led function calls by Patrick Delaunay · Tue Jul 30 19:16:40 2019 +0200
  93. ae0931d0 stm32mp1: board: support of error led on ed1/ev1 board by Patrick Delaunay · Tue Jul 30 19:16:39 2019 +0200
  94. 9f76fdf stm32mp1: board: enable v1v2_hdmi and v3v3_hdmi regulator on dk2 boot by Patrick Delaunay · Tue Jul 30 19:16:38 2019 +0200
  95. e8566ec stm32mp1: board: add environment variable for board id and board rev by Patrick Delaunay · Tue Jul 30 19:16:37 2019 +0200
  96. bff284f stpmic1: program pmic to keep only the debug unit on by Patrick Delaunay · Tue Jul 30 19:16:20 2019 +0200
  97. 9d1f619 env: Rename environment.h to env_internal.h by Simon Glass · Fri Aug 02 09:44:25 2019 -0600
  98. db22961 env: Move env_get_f() to env.h by Simon Glass · Thu Aug 01 09:46:42 2019 -0600
  99. 33cfadc board: st: add missing gpio_request() for stm32f429-discovery by Patrice Chotard · Wed Jun 26 10:26:41 2019 +0200
  100. 500401f board: stm32mp1: Fix warnings when compiling with W=1 by Patrick Delaunay · Fri Jun 21 15:26:40 2019 +0200