1. 5f4f84e Convert CONFIG_SYS_BOOTCOUNT_LE et al to Kconfig by Tom Rini · 2 years, 5 months ago
  2. 3f00477 Convert CONFIG_LBA48 et al to Kconfig by Tom Rini · 2 years, 6 months ago
  3. 4ddbade Migrate CUSTOM_SYS_INIT_SP_ADDR to Kconfig using system-constants.h by Tom Rini · 2 years, 6 months ago
  4. c253f12 Convert CONFIG_SYS_BARGSIZE to Kconfig by Tom Rini · 2 years, 7 months ago
  5. ae17fa3 Convert CONFIG_SYS_CBSIZE to Kconfig by Tom Rini · 2 years, 7 months ago
  6. a45a3ef Convert CONFIG_BOOT_RETRY_TIME et al to Kconfig by Tom Rini · 2 years, 9 months ago
  7. 231e774 Convert CONFIG_SCSI_AHCI_PLAT et al to Kconfig by Simon Glass · 2 years, 10 months ago
  8. 1a46224 scsi: Drop CONFIG_SYS_SCSI_MAX_DEVICE by Simon Glass · 2 years, 10 months ago
  9. e065fb1 Convert CONFIG_SYS_MALLOC_LEN to Kconfig by Tom Rini · 3 years, 3 months ago
  10. e1e8544 Convert CONFIG_SKIP_LOWLEVEL_INIT et al to Kconfig by Tom Rini · 3 years, 3 months ago
  11. 0997ee0 Convert CONFIG_SYS_LOAD_ADDR to Kconfig by Tom Rini · 3 years, 3 months ago
  12. 8b63c0b arm: highbank: Remove artificial SDRAM size by Andre Przywara · 3 years, 8 months ago
  13. 7352fb9 net: calxedagmac: Convert to DM_ETH by Andre Przywara · 3 years, 8 months ago
  14. 8d1069f arm: highbank: Enable OF_CONTROL by Andre Przywara · 3 years, 8 months ago
  15. 36dd079 arm: highbank: Limit FDT and initrd load addresses by Andre Przywara · 3 years, 8 months ago
  16. 32c75d6 Convert CONFIG_CMD_ASKENV et al to Kconfig by Tom Rini · 4 years, 6 months ago
  17. 41e8edf treewide: mem: Move mtest related defines to Kconfig by Ashok Reddy Soma · 4 years, 7 months ago
  18. 5cd7ece env: Finish migration of common ENV options by Tom Rini · 5 years ago
  19. ba64b8b CONFIG_SYS_[DI]CACHE_OFF: convert to Kconfig by Trevor Woerner · 6 years ago
  20. 1054176 Convert CONFIG_MISC_INIT_R to Kconfig by Adam Ford · 6 years ago
  21. f226038 configs: Migrate CONFIG_NR_DRAM_BANKS by Tom Rini · 6 years ago
  22. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  23. e69ba98 Convert all of CONFIG_CONS_INDEX to Kconfig by Tom Rini · 7 years ago
  24. c98ed5f bootcount: Migrate CONFIG_SYS_BOOTCOUNT_ADDR by Tom Rini · 7 years ago
  25. c8d3462 Remove config_distro_defaults.h by Adam Ford · 7 years ago
  26. fe6a4b3 Convert CONFIG_SYS_BOOTCOUNT_SINGLEWORD to Kconfig by Lukasz Majewski · 7 years ago
  27. 6dd8c90 Convert CONFIG_BOOTCOUNT_LIMIT to Kconfig by Lukasz Majewski · 7 years ago
  28. 07edfae configs: Migrate CONFIG_SYS_TEXT_BASE by Tom Rini · 7 years ago
  29. 65bfb42 pl011: Convert CONFIG_PL011_SERIAL to Kconfig by Alexander Graf · 7 years ago
  30. fc1a4de ata: Migrate CONFIG_LIBATA to Kconfig by Tuomas Tynkkynen · 7 years ago
  31. edf9f62 ata: Migrate CONFIG_SCSI_AHCI to Kconfig by Tuomas Tynkkynen · 7 years ago
  32. 1b3d878 include/configs: drop default definitions of CONFIG_SYS_MAXARGS by Thomas Petazzoni · 7 years ago
  33. 00406b5 include/configs: drop default definitions of CONFIG_SYS_PBSIZE by Thomas Petazzoni · 7 years ago
  34. 690c05a Convert CONFIG_ENV_IS_IN_NVRAM to Kconfig by Simon Glass · 7 years ago
  35. 0e5faf0 Convert CONFIG_SCSI to Kconfig by Simon Glass · 7 years ago
  36. 29c8bc0 Kconfig: Migrate CONFIG_BAUDRATE by Philipp Tomsich · 8 years ago
  37. 1c640a6 arm: Migrate SYS_THUMB_BUILD to Kconfig, introduce SPL_SYS_THUMB_BUILD by Tom Rini · 8 years ago
  38. 8cea9b5 flash: complete CONFIG_SYS_NO_FLASH move with renaming by Masahiro Yamada · 8 years ago
  39. 8706b81 dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSI by Simon Glass · 9 years ago
  40. 998c479 include/configs: Whitespace fixup by Tom Rini · 9 years ago
  41. e3ee2fb Kconfig: Move CONFIG_FIT and related options to Kconfig by Simon Glass · 9 years ago
  42. cb064e4 arm, powerpc: select SYS_GENERIC_BOARD by Masahiro Yamada · 9 years ago
  43. 0caae19 ARM: highbank: remove DRAM bank setup by Rob Herring · 9 years ago
  44. 5a9d7f1 Move defaults from config_cmd_default.h to Kconfig by Joe Hershberger · 9 years ago
  45. 83da3f1 autoboot.c: Move config options to Kconfig by Stefan Roese · 10 years ago
  46. 317631e ARM: highbank: convert to generic board by Rob Herring · 11 years ago
  47. fbff5b3 ARM: highbank: use default prompt by Rob Herring · 11 years ago
  48. 5ed6a3d ARM: highbank: use config_distro_defaults.h by Rob Herring · 11 years ago
  49. 9d92da9 configs: clean up unused macro CONFIG_L2_OFF by Masahiro Yamada · 11 years ago
  50. 71d816f highbank: set AUTOBOOT_KEYED_CTRLC config option by Mark Langsdorf · 11 years ago
  51. 8ba859a ARM: highbank: convert to common timer code by Rob Herring · 11 years ago
  52. 33d1b9a config: remove platform CONFIG_SYS_HZ definition part 2/2 by Rob Herring · 11 years ago
  53. 83f6648 ahci: convert to use libata functions and definitions by Rob Herring · 11 years ago
  54. 315c12a Merge branch 'u-boot/master' into u-boot-arm/master by Albert ARIBAUD · 11 years ago
  55. 1ff83dd highbank: enable keyed autoboot stop by Rob Herring · 11 years ago
  56. fd7ec6e ARM: highbank: setup peripherals based on power domain status by Rob Herring · 11 years ago
  57. fd5700b ARM: highbank: enable reset on command timeout by Rob Herring · 11 years ago
  58. b184c73 ARM: highbank: update config options by Rob Herring · 11 years ago
  59. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  60. 72e6d65 ARM: Remove unused stack and irq config defines by Rob Herring · 12 years ago
  61. 033848e Consolidate bootcount code into drivers/bootcount by Stefan Roese · 12 years ago
  62. 8c0906e CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there by Tom Rini · 12 years ago
  63. 209432a ARM: highbank: change env config to use nvram by Jason Hobbs · 13 years ago
  64. 02fe785 ARM: highbank: Add boot counter support by Rob Herring · 13 years ago
  65. 847536a ARM: highbank: change TEXT_BASE to 0x8000 by Rob Herring · 13 years ago
  66. 6fd0942 ARM: highbank: enable networking and pxe by Rob Herring · 13 years ago
  67. 73089ad ARM: Add Calxeda Highbank platform by Rob Herring · 13 years ago