1. 38fed8a spl: Convert CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR to Kconfig by Semen Protsenko · 8 years ago
  2. 9e40ea0 Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot by Tom Rini · 8 years ago
  3. 3b64608 tools: mkimage: Add support for initialization table for Zynq and ZynqMP by Mike Looijmans · 8 years ago
  4. c7ae3df efi: Add support for a hello world test program by Simon Glass · 8 years ago
  5. aec9a0f sunxi: Rename CONFIG_SUNXI to CONFIG_ARCH_SUNXI by Jagan Teki · 8 years ago
  6. 869588d Convert CONFIG_SYS_STDIO_DEREGISTER to Kconfig by Simon Glass · 8 years ago
  7. f3f3eff Convert CONFIG_SYS_CONSOLE_INFO_QUIET to Kconfig by Simon Glass · 8 years ago
  8. 84f2a5d Convert CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE to Kconfig by Simon Glass · 8 years ago
  9. 3505bc5 Convert CONFIG_SYS_CONSOLE_ENV_OVERWRITE to Kconfig by Simon Glass · 8 years ago
  10. b87ca80 Convert CONFIG_CONSOLE_SCROLL_LINES to Kconfig by Simon Glass · 8 years ago
  11. 5ecf8c6 video: Drop CONFIG_CONSOLE_INFO_QUIET by Simon Glass · 8 years ago
  12. fbda683 Convert CONFIG_CONSOLE_EXTRA_INFO to Kconfig by Simon Glass · 8 years ago
  13. 0872d44 Convert CONFIG_VIDEO_SW_CURSOR to Kconfig by Simon Glass · 8 years ago
  14. a420657 video: Drop CONFIG_VIDEO_HW_CURSOR by Simon Glass · 8 years ago
  15. 1e1a0fb Convert CONFIG_VGA_AS_SINGLE_DEVICE to Kconfig by Simon Glass · 8 years ago
  16. ac8a32f video: Drop the sed13806 driver by Simon Glass · 8 years ago
  17. 9909aeb video: Drop the smiLynxEM driver by Simon Glass · 8 years ago
  18. 002f967 Convert CONFIG_SYS_CONSOLE_BG_COL et al to Kconfig by Simon Glass · 8 years ago
  19. cfa307f Convert CONFIG_VIDEO_CT69000 to Kconfig by Simon Glass · 8 years ago
  20. c674519 Convert CONFIG_CFB_CONSOLE_ANSI to Kconfig by Simon Glass · 8 years ago
  21. bdba2b3 Convert CONFIG_CFB_CONSOLE to Kconfig by Simon Glass · 8 years ago
  22. 12ca05a config: Drop CONFIG_CONSOLE_DEV by Simon Glass · 8 years ago
  23. 83302fb config: Drop CONFIG_CONSOLE by Simon Glass · 8 years ago
  24. ef26d60 Convert CONFIG_SYS_CONSOLE_IS_IN_ENV and CONFIG_CONSOLE_MUX to Kconfig by Simon Glass · 8 years ago
  25. f8b19a8 Convert CONFIG_LCD to Kconfig by Simon Glass · 8 years ago
  26. 8f92558 Convert CONSOLE_PRE_CONSOLE_BUFFER options to Kconfig by Simon Glass · 8 years ago
  27. 98af879 Convert SILENT_CONSOLE options to Kconfig by Simon Glass · 8 years ago
  28. 711b534 Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 8 years ago
  29. e19b0fb kbuild: generate u-boot.cfg as a byproduct of include/autoconf.mk by Masahiro Yamada · 8 years ago
  30. 1406992 kbuild: make dependencies in scripts/Makefile.autoconf more readable by Masahiro Yamada · 8 years ago
  31. 7b76daa check-config: fix wrong comment about how to build whitelist by Masahiro Yamada · 8 years ago
  32. 8bb0f7c config_whitelist: remove bogus options by Masahiro Yamada · 8 years ago
  33. 1da33a2 config_whitelist: sync by tool by Masahiro Yamada · 8 years ago
  34. 9608f43 build-whitelist: do not add new options to whitelist when update by Masahiro Yamada · 8 years ago
  35. 27229b2 scripts: Add script to extract default environment by Lukasz Majewski · 8 years ago
  36. fc0b594 Various, accumulated typos collected from around the tree. by Robert P. J. Day · 8 years ago
  37. fb2bf8c arm: Move FSL_LSCH2 FSL_LSCH3 to Kconfig by York Sun · 8 years ago
  38. bc5dbcb spl: dfu: add dfu support in SPL by B, Ravi · 8 years ago
  39. 8f2fe0c kconfig: introduce kconfig for UBI by Heiko Schocher · 8 years ago
  40. a6c1309 Makefile: rm u-boot.cfg dependencies are missing by Stephen Warren · 8 years ago
  41. fcd29a4 Makefile: use if_change_dep for u-boot.cfg by Stephen Warren · 8 years ago
  42. 60c629b PowerPC: Update last users of CONFIG_ISO_STRING to Kconfig by Tom Rini · 8 years ago
  43. adf32ad PowerPC: Update MIP405/MIP405T to use Kconfig better by Tom Rini · 8 years ago
  44. 371244c Makefile: Give a build error if ad-hoc CONFIG options are added by Simon Glass · 8 years ago
  45. eed921d9 Kconfig: Add a whitelist of ad-hoc CONFIG options by Simon Glass · 8 years ago
  46. 76f1f38 Use separate options for TPL support by Simon Glass · 8 years ago
  47. 716f908 scripts: Makefile.lib: Sanitize DTB names by Maxime Ripard · 8 years ago
  48. 63d9859 scripts: Add a cocci patch for miiphy_register by Joe Hershberger · 8 years ago
  49. d22199b dm: Don't attach the device tree to SPL with of-platdata by Simon Glass · 8 years ago
  50. 76bce10 dm: Add a more efficient libfdt library by Simon Glass · 8 years ago
  51. dbbe2e6 dm: Makefile: Build of-platdata files when the feature is enabled by Simon Glass · 8 years ago
  52. 72a7e07 Makefile: Allow the SPL final link rule to be overridden by Simon Glass · 8 years ago
  53. 1a6a6e9 ARM64: zynq: Fix boot.bin generation for Zynq and ZynqMP by Michal Simek · 8 years ago
  54. 6683584 acpi: Pass -D__ASSEMBLY__ when compiling ASL files by Bin Meng · 8 years ago
  55. ec8fb48 Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 8 years ago
  56. d9b58b3 tools: zynqmpimage: Add Xilinx ZynqMP boot header generation by Michal Simek · 8 years ago
  57. 6d54868 Merge branch 'master' of git://git.denx.de/u-boot-x86 by Tom Rini · 8 years ago
  58. c1420f8 kbuild: fixdep: Check fstat(2) return value by Tom Rini · 8 years ago
  59. bb68dd5 acpi: Quieten IASL output when 'make -s' is used by Bin Meng · 8 years ago
  60. 5dafcb8 acpi: Output all errors/warnings/remarks when compiling ASL by Bin Meng · 8 years ago
  61. 8c4cc21 acpi: Specify U-Boot include path for ASL files by Bin Meng · 8 years ago
  62. 3a2a3d0 acpi: Explicitly spell out dsdt.c in the make rule by Bin Meng · 8 years ago
  63. 68af8d8 acpi: Change build log for ASL files by Bin Meng · 8 years ago
  64. fd2d1e0 kbuild: Do not append dtb for OF_EMBED case by Michal Simek · 8 years ago
  65. e28fcb2 x86: Add a script to aid code conversion from coreboot by Simon Glass · 8 years ago
  66. 35b7867 kbuild: fix build rule of u-boot-spl.dtb by Masahiro Yamada · 8 years ago
  67. 514ec43 kbuild: add missing FORCE where $(call if_changed, ) is used by Masahiro Yamada · 8 years ago
  68. 8ee19a7 kbuild: remove unneeded ifdef conditionals around build rules by Masahiro Yamada · 8 years ago
  69. a187559 Use correct spelling of "U-Boot" by Bin Meng · 8 years ago
  70. bd7dc38 socfpga: Simplify Makefile filenames by Simon Glass · 9 years ago
  71. 03c25bc fdt: Build an SPL binary without device tree by Simon Glass · 9 years ago
  72. 30a1dca Makefile: Add rules to build in .ttf files by Simon Glass · 9 years ago
  73. 29c4d28 kbuild: Add clang detection by Tom Rini · 9 years ago
  74. 72a8cf8 Move all command code into its own directory by Simon Glass · 9 years ago
  75. 5b8031c Add more SPDX-License-Identifier tags by Tom Rini · 9 years ago
  76. f32c864 scripts/Makefile* Add SPDX-License-Identifier tag by Tom Rini · 9 years ago
  77. 192bc69 Fix GCC format-security errors and convert sprintfs. by Ben Whitten · 9 years ago
  78. 3572921 get_maintainer: fix perl 5.22/5.24 deprecated/incompatible "\C" use by Heiko Schocher · 9 years ago
  79. d8a1a30 checkpatch: fix left brace warning by Heiko Schocher · 9 years ago
  80. 08598d6 ARM: zynq: Add target for building bootable SPL image for Zynq by Nathan Rossi · 9 years ago
  81. 8d7a2b8 spl: Add support for CONFIG_OF_EMBED=y by Michal Simek · 9 years ago
  82. ca746f0 Fix trini email in the get_maintainer.pl script by Andy Fleming · 9 years ago
  83. da58dec Various Makefiles: Add SPDX-License-Identifier tags by Tom Rini · 9 years ago
  84. 021b4d1 dm: spl: Generate u-boot-spl-dtb.bin only when enabled by Simon Glass · 9 years ago
  85. af6bbd4 Move board_init_f_mem() into a common location by Simon Glass · 9 years ago
  86. 2fc1c80 kbuild: fixdep: drop meaningless hash table initialization by Masahiro Yamada · 9 years ago
  87. 867bcb6 x86: Generate a valid ACPI table by Saket Sinha · 9 years ago
  88. 0f92582 of: clean up OF_CONTROL ifdef conditionals by Masahiro Yamada · 9 years ago
  89. dffb86e of: flip CONFIG_SPL_DISABLE_OF_CONTROL into CONFIG_SPL_OF_CONTROL by Masahiro Yamada · 9 years ago
  90. 0a5804b dm: drop CONFIG_DM_DEVICE_REMOVE from uncmd list by Masahiro Yamada · 9 years ago
  91. d6c2ac5 spl: move SPL driver entries to driver/Makefile by Masahiro Yamada · 9 years ago
  92. 8be60f0 linux/kconfig.h: add CPP macros useful for per-image config options by Masahiro Yamada · 9 years ago
  93. 04a5c40 kbuild: add a makefile macro useful with per-image config options by Masahiro Yamada · 9 years ago
  94. 29974f7 kbuild: fixdep: optimize code slightly by Masahiro Yamada · 9 years ago
  95. 333b720 Makefile: Add target for building bootable SPL image for SoCFPGA by Marek Vasut · 9 years ago
  96. 9bbd213 driver/ddr/altera: Add DDR driver for Altera's SDRAM controller by Dinh Nguyen · 9 years ago
  97. 3834f41 Support removing default assembler flags by Simon Glass · 9 years ago
  98. a350c6a kbuild: create symbolic link only for ARM, AVR32, SPARC, PowerPC, x86 by Masahiro Yamada · 9 years ago
  99. 98bd0e0 kbuild: sync with Linux 4.1 by Masahiro Yamada · 9 years ago
  100. 9b5f0b1 kconfig: sync with Linux 4.1 by Masahiro Yamada · 9 years ago