1. d56b4b1 configs: Migrate RBTREE, LZO, CMD_MTDPARTS, CMD_UBI and CMD_UBIFS by Tom Rini · 7 years ago
  2. fedb428 Convert CONFIG_SCSI to Kconfig by Simon Glass · 7 years ago
  3. c8f258d x86: Remove CONFIG_USB_MAX_CONTROLLER_COUNT by Bin Meng · 7 years ago
  4. 1b33089 Convert CONFIG_CMD_IRQ to Kconfig by Simon Glass · 7 years ago
  5. 594e8d1 Convert CONFIG_CMD_IO to Kconfig by Simon Glass · 7 years ago
  6. d91a9d7 Convert CONFIG_CMD_GETTIME to Kconfig by Simon Glass · 7 years ago
  7. fe7604a Convert CONFIG_CMD_FPGA_LOADBP et al to Kconfig by Simon Glass · 7 years ago
  8. 64d6ac5 Kconfig: USB: Migrate CONFIG_USB_EHCI_HCD users to Kconfig by Tom Rini · 7 years ago
  9. 8850c5d Kconfig: USB: Migrate CONFIG_USB_EHCI to CONFIG_USB_EHCI_HCD by Tom Rini · 7 years ago
  10. c9032ce cmd: add Kconfig option for 'date' command by Chris Packham · 7 years ago
  11. d66a10f fs: Convert CONFIG_CMD_CBFS to Kconfig by Simon Glass · 7 years ago
  12. a1b343d clean-up: Remove uselsess mentions of CONFIG_COMMAND_HISTORY by Alexey Brodkin · 7 years ago
  13. c04cf0a x86: Remove unused option by Andy Shevchenko · 8 years ago
  14. f40574e Kconfig: Migrate CONFIG_BAUDRATE by Philipp Tomsich · 8 years ago
  15. e856bdc flash: complete CONFIG_SYS_NO_FLASH move with renaming by Masahiro Yamada · 8 years ago
  16. b331cd6 cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPT by Patrick Delaunay · 8 years ago
  17. bd42a94 disk: convert CONFIG_EFI_PARTITION to Kconfig by Patrick Delaunay · 8 years ago
  18. 1acc008 disk: convert CONFIG_ISO_PARTITION to Kconfig by Patrick Delaunay · 8 years ago
  19. b0cf733 disk: convert CONFIG_DOS_PARTITION to Kconfig by Patrick Delaunay · 8 years ago
  20. f18fa31 disk: convert CONFIG_MAC_PARTITION to Kconfig by Patrick Delaunay · 8 years ago
  21. af27382 drivers/pci/Kconfig: Add PCI by Tom Rini · 8 years ago
  22. 869588d Convert CONFIG_SYS_STDIO_DEREGISTER to Kconfig by Simon Glass · 8 years ago
  23. 4ef6ece Convert CONFIG_USB_KEYBOARD to Kconfig by Simon Glass · 8 years ago
  24. f3f3eff Convert CONFIG_SYS_CONSOLE_INFO_QUIET to Kconfig by Simon Glass · 8 years ago
  25. b87ca80 Convert CONFIG_CONSOLE_SCROLL_LINES to Kconfig by Simon Glass · 8 years ago
  26. ef26d60 Convert CONFIG_SYS_CONSOLE_IS_IN_ENV and CONFIG_CONSOLE_MUX to Kconfig by Simon Glass · 8 years ago
  27. 5ebd27d Merge branch 'master' of git://git.denx.de/u-boot-x86 by Tom Rini · 8 years ago
  28. 19a9747 common/Kconfig: Add DISPLAY_CPUINFO by Lokesh Vutla · 8 years ago
  29. 00bcaed x86: Clean up unused macros in the configuration headers by Bin Meng · 8 years ago
  30. 0d9483a x86: Adjust config to support DM_VIDEO by Simon Glass · 8 years ago
  31. 645176d configs: Migrate CONFIG_USB_STORAGE by Tom Rini · 8 years ago
  32. bb597c0 common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option by Heiko Schocher · 8 years ago
  33. 030b9e3 x86: Remove acpi=off boot parameter when ACPI is on by Bin Meng · 8 years ago
  34. c649e3c dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSI by Simon Glass · 8 years ago
  35. 89cb2b5 configs: Re-sync with cmd/Kconfig by Tom Rini · 8 years ago
  36. cb04db1 include/configs: Whitespace fixup by Tom Rini · 8 years ago
  37. 78d1e1d configs: Re-sync almost all of cmd/Kconfig by Tom Rini · 8 years ago
  38. adad96e configs: Re-sync HUSH options by Tom Rini · 8 years ago
  39. 73223f0 Kconfig: Move CONFIG_FIT and related options to Kconfig by Simon Glass · 9 years ago
  40. 69e173e Move CONFIG_OF_LIBFDT to Kconfig by Simon Glass · 9 years ago
  41. f7c3638 x86: x86-common.h: Add CONFIG_BOOTDELAY by Stefan Roese · 9 years ago
  42. 0a34a5f x86: x86-common.h: Add generic FS commands by Stefan Roese · 9 years ago
  43. ece5c37 x86: adjust ramdisk load address by Miao Yan · 9 years ago
  44. 7030f27 x86: tsc: Move tsc_timer.c to drivers/timer by Bin Meng · 9 years ago
  45. 68d5342 sf: Move SPI flash drivers to defconfig by Bin Meng · 9 years ago
  46. e5d5d44 spi: Move SPI drivers to defconfig by Bin Meng · 9 years ago
  47. 9e39003 ns16550: move CONFIG_SYS_NS16550 to Kconfig by Thomas Chou · 9 years ago
  48. 6b44ae6 x86: Add an i8042 device for boards that have it by Simon Glass · 9 years ago
  49. e4aa8ed common: add CMD_GPIO to Kconfig by Thomas Chou · 9 years ago
  50. 1eb39a5 x86: Move CONFIG_8259_PIC and CONFIG_8254_TIMER to Kconfig by Bin Meng · 9 years ago
  51. da3fe24 x86: Rename pcat_ to i8254 and i8259 accordingly by Bin Meng · 9 years ago
  52. 6c50527 x86: Rename CONFIG_SYS_NUM_IRQS to SYS_NUM_IRQS by Bin Meng · 9 years ago
  53. a726075 cmd: Convert CONFIG_CMD_ELF to Kconfig by Bin Meng · 9 years ago
  54. 301dd6b x86: Remove quotation mark in CONFIG_HOSTNAME by Bin Meng · 9 years ago
  55. 26468d5 tpm: Convert board config TPM options to Kconfig by Simon Glass · 9 years ago
  56. 3ff2f00 x86: Enable CONFIG_PCI_CONFIG_HOST_BRIDGE for all boards by Bin Meng · 9 years ago
  57. c80ff56 x86: Only include cbfs command for coreboot by Bin Meng · 9 years ago
  58. ef0f2f5 Move defaults from config_cmd_default.h to Kconfig by Joe Hershberger · 9 years ago
  59. c9bb942 Move default y configs out of arch/board Kconfig by Joe Hershberger · 9 years ago
  60. 5466983 x86: qemu: Make host bridge (b.d.f=0.0.0) visible by Bin Meng · 9 years ago
  61. a40abfc x86: Add CONFIG_LBA48 and remove CONFIG_ATAPI in x86-common.h by Bin Meng · 9 years ago
  62. 3d5bbbc x86: Set CONFIG_NR_DRAM_BANKS to 8 and move it to x86-common.h by Bin Meng · 9 years ago
  63. 6eed378 net: Move the CMD_NET config to defconfigs by Joe Hershberger · 9 years ago
  64. 5e2400e x86: Write configuration tables in last_stage_init() by Bin Meng · 9 years ago
  65. d21d05f x86: Move CONFIG_ENV_IS_IN_SPI_FLASH to x86-common.h by Bin Meng · 10 years ago
  66. 8156345 sandbox: Move CONFIG_SYS_VSNPRINTF to Kconfig by Simon Glass · 10 years ago
  67. ee2b243 Kconfig: Move CONFIG_BOOTSTAGE to Kconfig by Simon Glass · 10 years ago
  68. ba45756 dm: x86: spi: Convert ICH SPI driver to driver model by Simon Glass · 10 years ago
  69. 6f1eba4 x86: Add ramboot and nfsboot commands in x86-common.h by Bin Meng · 10 years ago
  70. b724bd7 dm: Kconfig: Move CONFIG_SYS_MALLOC_F_LEN to Kconfig by Simon Glass · 10 years ago
  71. 9a89d50 dm: x86: Move driver model CONFIGs to Kconfig by Simon Glass · 10 years ago
  72. 7df546a x86: Remove CONFIG_SATA_INTEL from x86-common.h by Bin Meng · 10 years ago
  73. 8b4d659 x86: Enable bootstage features by Simon Glass · 10 years ago
  74. 8e899af x86: spi: Add device tree support by Simon Glass · 10 years ago
  75. d1a5d3c x86: config: Always scroll the display by 5 lines, for speed by Simon Glass · 10 years ago
  76. 65dd74a x86: ivybridge: Implement SDRAM init by Simon Glass · 10 years ago
  77. 880a3cc x86: config: Move common x86 configs to a common file by Simon Glass · 10 years ago