1. 6637cb7 Merge git://git.denx.de/u-boot-fdt by Tom Rini · 8 years ago
  2. ab1f75a imx: mx6ullevk: correct boot device macro by Peng Fan · 8 years ago
  3. 204d1f6 imx: mx6ullevk: support plugin by Peng Fan · 8 years ago
  4. b3513c5 imx-common: compile plugin code by Peng Fan · 8 years ago
  5. 8b62d54 imx-common: introduce USE_IMXIMG_PLUGIN Kconfig by Peng Fan · 8 years ago
  6. ac1475a imx: mx7: Add plugin support by Peng Fan · 8 years ago
  7. a45eb26 imx: mx6: Add plugin support by Peng Fan · 8 years ago
  8. b55e4f4 tools: imximage: add plugin support by Peng Fan · 8 years ago
  9. 869588d Convert CONFIG_SYS_STDIO_DEREGISTER to Kconfig by Simon Glass · 8 years ago
  10. 4ef6ece Convert CONFIG_USB_KEYBOARD to Kconfig by Simon Glass · 8 years ago
  11. f3f3eff Convert CONFIG_SYS_CONSOLE_INFO_QUIET to Kconfig by Simon Glass · 8 years ago
  12. 84f2a5d Convert CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE to Kconfig by Simon Glass · 8 years ago
  13. 3505bc5 Convert CONFIG_SYS_CONSOLE_ENV_OVERWRITE to Kconfig by Simon Glass · 8 years ago
  14. b87ca80 Convert CONFIG_CONSOLE_SCROLL_LINES to Kconfig by Simon Glass · 8 years ago
  15. 5ecf8c6 video: Drop CONFIG_CONSOLE_INFO_QUIET by Simon Glass · 8 years ago
  16. 0a6eac8 video: Move video_get_info_str() prototype to a header file by Simon Glass · 8 years ago
  17. fbda683 Convert CONFIG_CONSOLE_EXTRA_INFO to Kconfig by Simon Glass · 8 years ago
  18. 0872d44 Convert CONFIG_VIDEO_SW_CURSOR to Kconfig by Simon Glass · 8 years ago
  19. a420657 video: Drop CONFIG_VIDEO_HW_CURSOR by Simon Glass · 8 years ago
  20. 1e1a0fb Convert CONFIG_VGA_AS_SINGLE_DEVICE to Kconfig by Simon Glass · 8 years ago
  21. ac8a32f video: Drop the sed13806 driver by Simon Glass · 8 years ago
  22. c370d38 video: Drop the s3c-fb driver by Simon Glass · 8 years ago
  23. 14438e1 video: Drop the imx25lcdc driver by Simon Glass · 8 years ago
  24. 9909aeb video: Drop the smiLynxEM driver by Simon Glass · 8 years ago
  25. 002f967 Convert CONFIG_SYS_CONSOLE_BG_COL et al to Kconfig by Simon Glass · 8 years ago
  26. cfa307f Convert CONFIG_VIDEO_CT69000 to Kconfig by Simon Glass · 8 years ago
  27. c674519 Convert CONFIG_CFB_CONSOLE_ANSI to Kconfig by Simon Glass · 8 years ago
  28. bdba2b3 Convert CONFIG_CFB_CONSOLE to Kconfig by Simon Glass · 8 years ago
  29. 12ca05a config: Drop CONFIG_CONSOLE_DEV by Simon Glass · 8 years ago
  30. 83302fb config: Drop CONFIG_CONSOLE by Simon Glass · 8 years ago
  31. ef26d60 Convert CONFIG_SYS_CONSOLE_IS_IN_ENV and CONFIG_CONSOLE_MUX to Kconfig by Simon Glass · 8 years ago
  32. f8b19a8 Convert CONFIG_LCD to Kconfig by Simon Glass · 8 years ago
  33. 27604b1 Convert CONFIG_VIDEO to Kconfig by Simon Glass · 8 years ago
  34. 8f92558 Convert CONSOLE_PRE_CONSOLE_BUFFER options to Kconfig by Simon Glass · 8 years ago
  35. 98af879 Convert SILENT_CONSOLE options to Kconfig by Simon Glass · 8 years ago
  36. 53302bd Remove some merge markers by Simon Glass · 8 years ago
  37. b0a928a test/py: ensure a log section exists for skipped tests by Stephen Warren · 8 years ago
  38. 610db70 libfdt: Sync overlay with upstream by Maxime Ripard · 8 years ago
  39. 3431b39 Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot by Tom Rini · 8 years ago
  40. 3fb97e2 efi_loader: Revert device_handle to disk after net boot by Alexander Graf · 8 years ago
  41. 3c63db9 efi_loader: Rename EFI_RUNTIME_{TEXT, DATA} to __efi_runtime{, _data} by Alexander Graf · 8 years ago
  42. 65e4c0b x86: efi: Add EFI loader support for x86 by Simon Glass · 8 years ago
  43. e275458 efi: Fix missing EFIAPI specifiers by Simon Glass · 8 years ago
  44. a0b49bc efi: Use asmlinkage for EFIAPI by Simon Glass · 8 years ago
  45. 6fb580d smbios: Provide serial number by Alexander Graf · 8 years ago
  46. aba5e91 efi_loader: Fix efi_install_configuration_table by Alexander Graf · 8 years ago
  47. e663b35 smbios: Expose in efi_loader as table by Alexander Graf · 8 years ago
  48. 9647620 smbios: Generate type 4 on non-x86 systems by Alexander Graf · 8 years ago
  49. 94eaa79 cpu: Add get_vendor callback by Alexander Graf · 8 years ago
  50. 6f192dd cpu: Add DMTF id and family fields by Alexander Graf · 8 years ago
  51. e824cf3 smbios: Allow compilation on 64bit systems by Alexander Graf · 8 years ago
  52. 488bf12 efi_loader: Expose efi_install_configuration_table by Alexander Graf · 8 years ago
  53. 4b6dddc x86: Move smbios generation into arch independent directory by Alexander Graf · 8 years ago
  54. 1befb38 x86: Move table csum into separate file by Alexander Graf · 8 years ago
  55. 8f661a5 efi_loader: gop: Expose fb when 32bpp by Alexander Graf · 8 years ago
  56. 712cd29 efi_loader: Allow bouncing for network by Alexander Graf · 8 years ago
  57. b6575f3 efi_loader: Add generic PSCI RTS by Alexander Graf · 8 years ago
  58. 8069821 arm: Provide common PSCI based reset handler by Alexander Graf · 8 years ago
  59. 68ff827 Merge branch 'master' of git://git.denx.de/u-boot-uniphier by Tom Rini · 8 years ago
  60. bb297ce Merge git://git.denx.de/u-boot-x86 by Tom Rini · 8 years ago
  61. f822403 x86: Add implementations of setjmp() and longjmp() by Simon Glass · 8 years ago
  62. 2b445e4 x86: Move table csum into separate header by Alexander Graf · 8 years ago
  63. 3ee655e arm: Add PSCI shutdown function by Alexander Graf · 8 years ago
  64. 51bfb5b arm: Disable HVC PSCI calls by default by Alexander Graf · 8 years ago
  65. 80a4800 efi_loader: Allow boards to implement get_time and reset_system by Alexander Graf · 8 years ago
  66. 511d0b9 efi_loader: Do not leak memory when unlinking a mapping by Stefan Brüns · 8 years ago
  67. b6a9517 efi_loader: Keep memory mapping sorted when splitting an entry by Stefan Brüns · 8 years ago
  68. b61d857 efi_loader: Readd freed pages to memory pool by Stefan Brüns · 8 years ago
  69. 42417bc efi_loader: Track size of pool allocations to allow freeing by Stefan Brüns · 8 years ago
  70. ead1274 efi_loader: Move efi_allocate_pool implementation to efi_memory.c by Stefan Brüns · 8 years ago
  71. 991d62f efi_loader: Fix crash on 32-bit systems by Robin Randhawa · 8 years ago
  72. bdf5c1b efi_loader: Fix memory map size check to avoid out-of-bounds access by Stefan Brüns · 8 years ago
  73. 852efbf efi_loader: Update description of internal efi_mem_carve_out by Stefan Brüns · 8 years ago
  74. 12a5ce7 ARM: uniphier: update doc/README.uniphier by Masahiro Yamada · 8 years ago
  75. 70dda1b ARM: uniphier: remove unnecessary EHCI reset deassertion by Masahiro Yamada · 8 years ago
  76. 52159d2 ARM: dts: uniphier: sync DT with latest Linux by Masahiro Yamada · 8 years ago
  77. 805dc44 clk: uniphier: rework UniPhier clk driver by Masahiro Yamada · 8 years ago
  78. f666a65 ARM: uniphier: remove unneeded CONFIG_USB_MAX_CONTROLLER_COUNT define by Masahiro Yamada · 8 years ago
  79. 0bd203b ARM: uniphier: fix addresses of Cortex-A72 gear setting macros by Masahiro Yamada · 8 years ago
  80. 935e09c pinctrl: uniphier: fix unused-const-variable warnings for GCC 6.x by Masahiro Yamada · 8 years ago
  81. 6440746 watchdog: Fix Watchdog Reset while in U-Boot Prompt by Andreas J. Reichel · 8 years ago
  82. d5a8153 Prepare v2016.11-rc2 by Tom Rini · 8 years ago
  83. 9cc3ad6 mx6sabresd: Add README file by Diego Dorta · 8 years ago
  84. d96796c mx6sabresd: Add Falcon mode support by Diego Dorta · 8 years ago
  85. 940afa4 nitrogen6x: add secure boot support by Gary Bisson · 8 years ago
  86. e667239 mx7_common: add secure boot support by Gary Bisson · 8 years ago
  87. e22685d mx6_common: add secure boot support by Gary Bisson · 8 years ago
  88. 436baaa arm: imx-common: introduce back usec2ticks by Peng Fan · 8 years ago
  89. 6e1f4d2 arm: imx-common: add SECURE_BOOT option to Kconfig by Gary Bisson · 8 years ago
  90. 78ad715 Merge git://git.denx.de/u-boot-mpc85xx by Tom Rini · 8 years ago
  91. ebf7fff spl: move FDT_FIXUP_PARTITIONS to Kconfig by Heiko Schocher · 8 years ago
  92. 29d3bc7 spl: move SYS_OS_BASE to Kconfig by Heiko Schocher · 8 years ago
  93. c20ae2f spl: move SPL_OS_BOOT to Kconfig by Heiko Schocher · 8 years ago
  94. 2b2c6e5 test/py/tests/test_sleep.py: Add check for CONFIG_CMD_MISC by Tom Rini · 8 years ago
  95. 2fe1281 ARM: create .secure_stack section only for PSCI by Masahiro Yamada · 8 years ago
  96. a9320c4 arch: powerpc: Remove unused dts frequency fixup for lbc_clk by Prabhakar Kushwaha · 8 years ago
  97. c5938c1 pbl: use "wait" command instead of "flush" command by Zhao Qiang · 8 years ago
  98. ec90ac7 Txxx/RCW: Split unified RCW to RCWs for sd, spi and nand. by Zhao Qiang · 8 years ago
  99. 4504062 Merge git://git.denx.de/u-boot-fdt by Tom Rini · 8 years ago
  100. 42b7600 libfdt: Drop inlining of fdt_path_offset() by Simon Glass · 8 years ago