1. 72cc538 Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE by Simon Glass · Thu Oct 20 18:22:39 2022 -0600
  2. be5ae06 configs: increase SYS_MALLOC_F_LEN for STM32 MCU's board by Patrice Chotard · Mon Sep 26 17:59:36 2022 +0200
  3. ce53ec8 configs: Resync with savedefconfig by Tom Rini · Tue Aug 23 15:24:14 2022 -0400
  4. d38112c Convert CONFIG_SYS_MAX_FLASH_SECT to Kconfig by Tom Rini · Sat Jul 23 13:05:04 2022 -0400
  5. 4ddbade Migrate CUSTOM_SYS_INIT_SP_ADDR to Kconfig using system-constants.h by Tom Rini · Wed May 25 12:16:03 2022 -0400
  6. cbfa139 Convert CONFIG_SYS_PBSIZE to Kconfig by Tom Rini · Wed May 11 17:38:09 2022 -0400
  7. 4b2fcb3 configs: Resync with savedefconfig by Tom Rini · Fri Apr 08 13:36:51 2022 -0400
  8. 1576abf configs: Migrate CONFIG_SYS_MAX_FLASH_BANKS to Kconfig by Patrick Delaunay · Tue Jan 04 14:24:00 2022 +0100
  9. e25a03a configs: Resync with savedefconfig by Tom Rini · Mon Nov 01 12:19:22 2021 +0000
  10. 1c05dc9 configs: Resync with savedefconfig by Tom Rini · Fri Oct 15 08:06:20 2021 -0400
  11. 5a6815b Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · Tue Oct 12 12:01:00 2021 -0400
  12. b3eda20 stm32f429: move CONFIG_BOOTCOMMAND in defconfig by Patrick Delaunay · Wed Oct 06 17:16:23 2021 +0200
  13. 754ff3b Convert CONFIG_STM32_FLASH to Kconfig by Patrick Delaunay · Mon Oct 04 11:05:52 2021 +0200
  14. e065fb1 Convert CONFIG_SYS_MALLOC_LEN to Kconfig by Tom Rini · Sat Aug 28 21:34:49 2021 -0400
  15. 0997ee0 Convert CONFIG_SYS_LOAD_ADDR to Kconfig by Tom Rini · Mon Aug 23 10:25:31 2021 -0400
  16. a20e51f configs: Resync with savedefconfig by Tom Rini · Mon Jun 28 10:17:29 2021 -0400
  17. fd1b341 configs: stm32: Remove BOARD_EARLY_INIT_F and BOARD_LATE_INIT for stm32 boards by Patrice Chotard · Wed Feb 24 13:38:19 2021 +0100
  18. f92b6fa configs: Resync with savedefconfig by Tom Rini · Fri Oct 09 12:22:06 2020 -0400
  19. 2e262c4 configs: Resync with savedefconfig by Tom Rini · Mon Aug 10 15:31:07 2020 -0400
  20. 8461027 configs: Resync with savedefconfig by Tom Rini · Tue Jul 28 08:46:52 2020 -0400
  21. 2bcc1ed rename symbol: CONFIG_STM32 -> CONFIG_ARCH_STM32 by Trevor Woerner · Wed May 06 08:02:42 2020 -0400
  22. f6e6e1a configs: Resync with savedefconfig by Tom Rini · Wed Jan 22 13:38:00 2020 -0500
  23. 5cd7ece env: Finish migration of common ENV options by Tom Rini · Mon Nov 18 20:02:10 2019 -0500
  24. 2434935 configs: stm32f429-discovery: Disable CONFIG_NET flag by Patrice Chotard · Tue Sep 17 10:09:41 2019 +0200
  25. c9285bf configs: Resync with savedefconfig by Tom Rini · Mon Apr 29 15:54:04 2019 -0400
  26. a26adcd efi_loader: CMD_BOOTEFI_HELLO_COMPILE in configs by Heinrich Schuchardt · Sun Dec 30 10:11:14 2018 +0100
  27. 9af56e5 configs: stm32: Remove CONFIG_OF_EMBED by Patrice Chotard · Fri Jan 04 11:48:55 2019 +0100
  28. 7406032 configs: Resync with savedefconfig by Tom Rini · Mon Sep 03 15:26:12 2018 -0400
  29. 1054176 Convert CONFIG_MISC_INIT_R to Kconfig by Adam Ford · Sun Jul 29 13:13:29 2018 -0500
  30. f226038 configs: Migrate CONFIG_NR_DRAM_BANKS by Tom Rini · Thu Aug 16 08:16:24 2018 -0400
  31. 58dbf86 Convert CONFIG_BOOTP_BOOTPATH et al to Kconfig by Adam Ford · Tue Feb 06 07:58:59 2018 -0600
  32. 07edfae configs: Migrate CONFIG_SYS_TEXT_BASE by Tom Rini · Sat Feb 03 12:10:38 2018 -0500
  33. 1226eaf configs: stm32: move config flag from defconfig to Kconfig by Patrice Chotard · Fri Jan 12 09:23:50 2018 +0100
  34. 9e27650 serial: stm32: Rename serial_stm32x7.c to serial_stm32.c by Patrice Chotard · Fri Jan 12 09:23:49 2018 +0100
  35. 1a4b8de board: stm32f429-disco: switch to DM STM32 pinctrl and gpio driver by Patrice Chotard · Tue Dec 12 09:49:40 2017 +0100
  36. f3a701a board: stm32f429-disco: switch to DM STM32 clock driver by Patrice Chotard · Tue Dec 12 09:49:39 2017 +0100
  37. 3d995f8 board: stm32f429-disco: switch to DM STM32 serial driver by Patrice Chotard · Tue Dec 12 09:49:37 2017 +0100
  38. 1d48f38 configs: stm32f429-disco: enable MISC, STM32_RCC, DM_RESET and STM32_RESET by Patrice Chotard · Tue Dec 12 09:49:36 2017 +0100
  39. b59d10f board: stm32f429-discovery: switch to DM STM32 sdram driver by Patrice Chotard · Tue Dec 12 09:49:34 2017 +0100
  40. 28d56bd cmd: Toggle the default value of CONFIG_CMD_IMLS by Tuomas Tynkkynen · Sun Oct 08 21:48:01 2017 +0300
  41. 5b0b040 configs: Resync with savedefconfig by Tom Rini · Mon Aug 28 07:16:32 2017 -0400
  42. bd7bffe common: Move CONFIG_BOOTARGS to Kconfig by Sam Protsenko · Mon Aug 14 20:22:17 2017 +0300
  43. 41f661d Convert CONFIG_ENV_IS_IN_FLASH to Kconfig by Simon Glass · Sun Jul 23 21:19:41 2017 -0600
  44. 9834b90 configs: Re-sync by Tom Rini · Mon Mar 13 13:48:42 2017 -0400
  45. 8cea9b5 flash: complete CONFIG_SYS_NO_FLASH move with renaming by Masahiro Yamada · Sat Feb 11 22:43:54 2017 +0900
  46. 7a99a87 Convert CONFIG_BOARD_EARLY_INIT_F to Kconfig by Simon Glass · Mon Jan 23 13:31:20 2017 -0700
  47. a5ed4be mmc: complete unfinished move of CONFIG_MMC by Masahiro Yamada · Wed Dec 07 22:10:26 2016 +0900
  48. 74f09b8 Sync defconfig files by savedefconfig by Masahiro Yamada · Wed Dec 07 22:10:25 2016 +0900
  49. b548351 efi_loader: Allow to compile helloworld.efi w/o bundling it by Alexander Graf · Thu Nov 17 22:40:10 2016 +0100
  50. 94d95e4 common: Add DISPLAY_BOARDINFO by Lokesh Vutla · Tue Oct 11 21:33:46 2016 -0400
  51. fbad370 common/Kconfig: Add DISPLAY_CPUINFO by Lokesh Vutla · Sat Oct 08 14:41:44 2016 -0400
  52. 0b368b1 common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option by Heiko Schocher · Tue Jun 07 08:31:14 2016 +0200
  53. 0f2dcb9 configs: Re-sync almost all of cmd/Kconfig by Tom Rini · Fri Apr 22 16:41:25 2016 -0400
  54. f852e73 configs: Re-sync HUSH options by Tom Rini · Thu Apr 21 21:37:19 2016 -0400
  55. a66c541 Move CONFIG_OF_LIBFDT to Kconfig by Simon Glass · Mon Feb 22 22:55:42 2016 -0700
  56. 95c8919 stm32: move stm32 specific code to mach-stm32 by Vikas Manocha · Fri Jan 15 17:49:06 2016 -0800
  57. 63c1098 Reorder defconfigs with 'savedefconfig' by Bin Meng · Mon Sep 28 05:14:15 2015 -0700
  58. 067fcd5 kconfig: add config option for shell prompt by Nikita Kiryanov · Mon Aug 03 12:36:58 2015 +0300
  59. 5a9d7f1 Move defaults from config_cmd_default.h to Kconfig by Joe Hershberger · Mon Jun 22 16:15:30 2015 -0500
  60. 9c1c43c net: Move the CMD_NET config to defconfigs by Joe Hershberger · Fri May 29 19:46:35 2015 -0500
  61. 6b5e5a9 stm32f4: Add support for stm32f429-discovery board by rev13@wp.pl · Sun Mar 01 12:44:42 2015 +0100