1. 6c9e7ea preboot: Introduce CONFIG_USE_PREBOOT and migrate CONFIG_PREBOOT by Masahiro Yamada · 6 years ago
  2. 38617e8 log: Add a Kconfig option to set the default log level by Simon Glass · 6 years ago
  3. 6e455c3 log: Fix up Kconfig log level names by Simon Glass · 6 years ago
  4. cb2d432 Convert CONFIG_BOARD_TYPES to Kconfig by Simon Glass · 6 years ago
  5. b302747 Kconfig: Migrate BOUNCE_BUFFER by Philipp Tomsich · 6 years ago
  6. 83ad248 common: Kconfig: miscellaneous spelling fixes by Chris Packham · 6 years ago
  7. 712bd2d Add core support for a bloblist to convey data from SPL by Simon Glass · 6 years ago
  8. b56cdc0 spl: Add support for logging in SPL and TPL by Simon Glass · 6 years ago
  9. a4bea1f spl: Support bootstage, log, hash and early malloc in TPL by Simon Glass · 6 years ago
  10. b550fd7 ARC: Enable DISPLAY_CPUINFO & DISPLAY_BOARDINFO by Alexey Brodkin · 6 years ago
  11. c7a8810 Convert CONFIG_DISABLE_CONSOLE to Kconfig by Christian Gmeiner · 6 years ago
  12. 37ad270 arm64: zynqmp: Handle CONFIG_BOARD_LATE_INIT via Kconfig by Michal Simek · 6 years ago
  13. d6d3597 common: kconfig: Mark AVB_VERIFY as dependent on PARTITION_UUIDS by Eugeniu Rosca · 6 years ago
  14. 1054176 Convert CONFIG_MISC_INIT_R to Kconfig by Adam Ford · 6 years ago
  15. 4fcaf49 common: Log should depends on DM not be selected by DM by Michal Simek · 6 years ago
  16. e0df035 avb2.0: add proper dependencies by Igor Opaniuk · 6 years ago
  17. 7cd5199 configs: Make NAND_BOOT and ONENAND_BOOT imply NAND by Adam Ford · 6 years ago
  18. 1fbafc6 bootmenu: Extend BOOTDELAY help text by Alex Kiernan · 6 years ago
  19. c861bd0 log: CONFIG_LOG should select CONFIG_DM by Heinrich Schuchardt · 7 years ago
  20. f705544 treewide: Migrate CONFIG_DISPLAY_BOARDINFO_LATE to Kconfig by Mario Six · 7 years ago
  21. 8febc7a treewide: Migrate CONFIG_LAST_STAGE_INIT to Kconfig by Mario Six · 7 years ago
  22. 75b23ed treewide: Migrate CONFIG_BOARD_EARLY_INIT_R to Kconfig by Mario Six · 7 years ago
  23. 58dbf86 Convert CONFIG_BOOTP_BOOTPATH et al to Kconfig by Adam Ford · 7 years ago
  24. 055fc40 cmd: fitupd: Convert CONFIG_UPDATE_TFTP and co. by Marek Vasut · 7 years ago
  25. aa1d73b log: Add a way to log error-return values by Simon Glass · 7 years ago
  26. 3146b4d common/board_f.c: align m68k arch to use CONFIG_DISPLAY_CPUINFO by Angelo Dureghello · 7 years ago
  27. 14c8a06 log: Add a test command by Simon Glass · 7 years ago
  28. a68ce92 log: Add a console driver by Simon Glass · 7 years ago
  29. d95645d log: Add an implementation of logging by Simon Glass · 7 years ago
  30. 80d51a4 Kconfig: Introduce USE_BOOTCOMMAND and migrate BOOTCOMMAND by Tom Rini · 7 years ago
  31. 2037fa4 dts: renamed FIT_EMBED to MULTI_DTB_FIT and moved it to the dts Kconfig by Jean-Jacques Hiblot · 7 years ago
  32. 10cbc1c common: Drop LOGLEVEL to 4 by Tom Rini · 7 years ago
  33. bf9c293 printk: collect printk stuff into <linux/printk.h> with loglevel support by Masahiro Yamada · 7 years ago
  34. 72eec11 bootstage: Provide a separate record count setting for SPL by Simon Glass · 7 years ago
  35. b501191 bootstage: Drop unused options by Simon Glass · 7 years ago
  36. 547cb40 Move environment files from common/ to env/ by Simon Glass · 7 years ago
  37. bd7bffe common: Move CONFIG_BOOTARGS to Kconfig by Sam Protsenko · 7 years ago
  38. 6f40e7c x86: kconfig: Select ARCH_EARLY_INIT_R in the platform Kconfig by Bin Meng · 7 years ago
  39. 842a8de x86: kconfig: Let board select BOARD_EARLY_INIT_F by Bin Meng · 7 years ago
  40. 17f14d9 env: Migrate CONFIG_ENV_IS_IN_FAT options to Kconfig by Tom Rini · 7 years ago
  41. 4b48bac Convert CONFIG_ENV_IS_IN_ONENAND to Kconfig by Simon Glass · 7 years ago
  42. 5b32e18 Convert CONFIG_ENV_IS_IN_FAT to Kconfig by Simon Glass · 7 years ago
  43. 8d8f742 Convert CONFIG_ENV_IS_IN_REMOTE to Kconfig by Simon Glass · 7 years ago
  44. 3b21fdd Convert CONFIG_ENV_IS_IN_SPI_FLASH to Kconfig by Simon Glass · 7 years ago
  45. 6617a73 Convert CONFIG_ENV_IS_IN_DATAFLASH to Kconfig by Simon Glass · 7 years ago
  46. a3a0023 Convert CONFIG_ENV_IS_IN_EEPROM to Kconfig by Simon Glass · 7 years ago
  47. 690c05a Convert CONFIG_ENV_IS_IN_NVRAM to Kconfig by Simon Glass · 7 years ago
  48. 41f661d Convert CONFIG_ENV_IS_IN_FLASH to Kconfig by Simon Glass · 7 years ago
  49. a19d3d2 env: Move help from README to Kconfig by Simon Glass · 7 years ago
  50. 73c18b4 Convert CONFIG_ENV_IS_IN_MMC/NAND/UBI and NOWHERE to Kconfig by Simon Glass · 7 years ago
  51. 00c34d5b sandbox: Enable more console options by Simon Glass · 7 years ago
  52. d8b354a board_f: Add new function to allow runtime DTB selection by Cooper Jr., Franklin · 7 years ago
  53. 899aad2 boot_fit: Create helper functions that can be used to select DTB out of FIT by Cooper Jr., Franklin · 7 years ago
  54. 6f90e58 powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512x by Heiko Schocher · 7 years ago
  55. 01154cb bootstage: Support SPL by Simon Glass · 8 years ago
  56. 60d1ebd bootstage: Use rec_count as the array index by Simon Glass · 8 years ago
  57. 80e5d4d bootstage: Change CONFIG_BOOTSTAGE_USER_COUNT to an int by Simon Glass · 8 years ago
  58. b22ec7a Kconfig: Add CONFIG_HASH to enable hashing API by Simon Glass · 8 years ago
  59. 6940d67 Merge branch 'master' of git://git.denx.de/u-boot-sunxi by Tom Rini · 8 years ago
  60. 58d48b0 common, kconfig: Fix defaut value of BOOTSTAGE_STASH_SIZE by Nobuhiro Iwamatsu · 8 years ago
  61. d780cdc common: Move environment choice to Kconfig by Maxime Ripard · 8 years ago
  62. fef2bd1 SPARC: Remove by Tom Rini · 8 years ago
  63. 210ebce Blackfin: Remove by Tom Rini · 8 years ago
  64. 8cea9b5 flash: complete CONFIG_SYS_NO_FLASH move with renaming by Masahiro Yamada · 8 years ago
  65. ab051bb Drop prt_mpc5xxx_clks() in favour of print_cpuinfo() by Simon Glass · 8 years ago
  66. 95d3141 Convert CONFIG_ARCH_MISC_INIT to Kconfig by Simon Glass · 8 years ago
  67. 7a99a87 Convert CONFIG_BOARD_EARLY_INIT_F to Kconfig by Simon Glass · 8 years ago
  68. 62adede Convert CONFIG_ARCH_EARLY_INIT_R to Kconfig by Simon Glass · 8 years ago
  69. 22d567e Kconfig: Migrate BOARD_LATE_INIT to a select by Tom Rini · 8 years ago
  70. 4487fac common: Kconfig: Add BOARD_LATE_INIT entry by Jagan Teki · 8 years ago
  71. 697f473 cmd: Convert CMD_BOOTMENU by Tom Rini · 8 years ago
  72. 753b345 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 8 years ago
  73. 60fdcab config: Move CONFIG_DEFAULT_FDT_FILE to defconfigs by Jagan Teki · 8 years ago
  74. 3110ece Convert CONFIG_SYS_STDIO_DEREGISTER to Kconfig by Simon Glass · 8 years ago
  75. bd5618d Convert CONFIG_SYS_CONSOLE_INFO_QUIET to Kconfig by Simon Glass · 8 years ago
  76. ac3ee42 Convert CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE to Kconfig by Simon Glass · 8 years ago
  77. 217652f Convert CONFIG_SYS_CONSOLE_ENV_OVERWRITE to Kconfig by Simon Glass · 8 years ago
  78. 9fd2a02 Convert CONFIG_SYS_CONSOLE_IS_IN_ENV and CONFIG_CONSOLE_MUX to Kconfig by Simon Glass · 8 years ago
  79. e304a5e Convert CONSOLE_PRE_CONSOLE_BUFFER options to Kconfig by Simon Glass · 8 years ago
  80. 4458d3b Convert SILENT_CONSOLE options to Kconfig by Simon Glass · 8 years ago
  81. 94d95e4 common: Add DISPLAY_BOARDINFO by Lokesh Vutla · 8 years ago
  82. fbad370 common/Kconfig: Add DISPLAY_CPUINFO by Lokesh Vutla · 8 years ago
  83. 809438d Kconfig: Move config IDENT_STRING to Kconfig by Siva Durga Prasad Paladugu · 8 years ago
  84. ffe1976 Kconfig: Move SPL settings into their own file by Simon Glass · 8 years ago
  85. 20ea7ab common, kconfig: move VERSION_VARIABLE to Kconfig by Heiko Schocher · 8 years ago
  86. e9c629c common/Kconfig: Fix various innocuous typos. by Robert P. J. Day · 8 years ago
  87. 0b15e30 Kconfig: Move option CONFIG_SYS_NO_FLASH to Kconfig by Siva Durga Prasad Paladugu · 8 years ago
  88. 5fadc7f autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECK by Masahiro Yamada · 8 years ago
  89. 921e858 doc: bootdelay: drop explanation about CONFIG_BOOTDELAY from README by Masahiro Yamada · 8 years ago
  90. 979b3ad common: add new boot media kconfig entry by Peng Fan · 8 years ago
  91. c9044e4 Kconfig: make NOR_BOOT a common option by Peng Fan · 8 years ago
  92. 622a01c autoboot: add CONFIG_AUTOBOOT to allow to not compile autoboot.c by Masahiro Yamada · 8 years ago
  93. b47fd23 common/Kconfig: Change the default BOOTDELAY to 2 by Tom Rini · 8 years ago
  94. 0b368b1 common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option by Heiko Schocher · 8 years ago
  95. 29499a0 Move all command code into its own directory by Simon Glass · 9 years ago
  96. 2451dec cmd_boot: Add a poweroff command by Michael van Slingerland · 9 years ago
  97. 1bb4923 console: Add a console buffer by Simon Glass · 9 years ago
  98. 3a077cd common: add CMD_GPIO to Kconfig by Thomas Chou · 9 years ago
  99. 7773202 sparc: Kconfig: Move the CMD_AMBAPP command to Kconfig by Francois Retief · 10 years ago
  100. 08b9dc2 drivers: Introduce a simplified remoteproc framework by Nishanth Menon · 9 years ago