1. ef47683 cmd/fdt: add possibilty to have 'extrasize' on fdt resize by Hannes Schmelzer · 8 years ago
  2. c69f6d0 Merge branch 'master' of http://git.denx.de/u-boot-mmc by Tom Rini · 8 years ago
  3. 7949360 Merge git://git.denx.de/u-boot-dm by Tom Rini · 8 years ago
  4. 5ebd27d Merge branch 'master' of git://git.denx.de/u-boot-x86 by Tom Rini · 8 years ago
  5. f812574 Merge branch 'master' of git://git.denx.de/u-boot-tegra by Tom Rini · 8 years ago
  6. c14d4b0 Merge branch 'master' of http://git.denx.de/u-boot-sunxi by Tom Rini · 8 years ago
  7. 3c594d3 Merge branch 'master' of git://git.denx.de/u-boot-uniphier by Tom Rini · 8 years ago
  8. 99615d8 Merge git://www.denx.de/git/u-boot-marvell by Tom Rini · 8 years ago
  9. 711b534 Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 8 years ago
  10. 8435179 common: Add DISPLAY_BOARDINFO by Lokesh Vutla · 8 years ago
  11. 19a9747 common/Kconfig: Add DISPLAY_CPUINFO by Lokesh Vutla · 8 years ago
  12. 00bcaed x86: Clean up unused macros in the configuration headers by Bin Meng · 8 years ago
  13. 21c9bce video: Remove legacy VESA and coreboot framebuffer drivers by Bin Meng · 8 years ago
  14. 2d3c573 x86: coreboot: Convert to use DM coreboot video driver by Bin Meng · 8 years ago
  15. 3968398 dm: video: Don't do anything in alloc_fb() when plat->size is zero by Bin Meng · 8 years ago
  16. 13b2bfc dm: video: Add driver for coreboot framebuffer device by Bin Meng · 8 years ago
  17. 5f6ad02 vbe: Make vbe_setup_video_priv() public by Bin Meng · 8 years ago
  18. 10491c8 x86: doc: Correct qfw command example by Bin Meng · 8 years ago
  19. fcda8c3 x86: Convert to use DM VESA video driver by Bin Meng · 8 years ago
  20. f0920e4 dm: video: Output verbose information in vbe_setup_video() by Bin Meng · 8 years ago
  21. 02c57ab dm: video: Add driver for VESA-compatible device by Bin Meng · 8 years ago
  22. 4dc5e54 x86: doc: Document coreboot framebuffer driver issue on QEMU by Bin Meng · 8 years ago
  23. bfeba01 cmd: cros_ec: Move crosec commands to cmd subdirectory by Moritz Fischer · 8 years ago
  24. 2f15940 sandbox/fs: Set correct filetype for unknown filetype by Stefan Brüns · 8 years ago
  25. 80793db sandbox: Use the address in readl/writel() functions by Simon Glass · 8 years ago
  26. bf635ed sandbox/fs: Use readdir instead of deprecated readdir_r by Stefan Brüns · 8 years ago
  27. f189899c sandbox/fs: Use correct size path name buffer by Stefan Brüns · 8 years ago
  28. ce2ec19 sandbox/fs: Make linking of nodes in os_dirent_ls more obvious by Stefan Brüns · 8 years ago
  29. 8616708 sandbox/fs: Free memory allocated by os_dirent_ls by Stefan Brüns · 8 years ago
  30. 99785de power: regulator: lp873x: Add regulator support by Keerthy · 8 years ago
  31. ca1de0b power: pmic: lp873x: Add the base pmic support by Keerthy · 8 years ago
  32. 08941bb configs: am57xx_evm_defconfig: Enable CMD_REG option by Keerthy · 8 years ago
  33. fc1636d configs: am57xx_evm_defconfig: Enable PALMAS options by Keerthy · 8 years ago
  34. 9017f1f configs: dra7xx_evm_defconfig: Enable PALMAS options by Keerthy · 8 years ago
  35. 884d88b power: regulator: palmas: Add regulator support by Keerthy · 8 years ago
  36. 33621d2 power: pmic: Palmas: Add the base pmic support by Keerthy · 8 years ago
  37. 34514b8 power: regulator: Add ctrl_reg and volt_reg fields for pmic by Keerthy · 8 years ago
  38. 477dfe2 power: regulator: Add support for gpio regulators by Keerthy · 8 years ago
  39. 252788b dm: mmc: Enable DM_MMC_OPS by default with DM_MMC by Simon Glass · 8 years ago
  40. 896a74f dm: blk: Enable CONFIG_BLK if DM_MMC is enabled by Simon Glass · 8 years ago
  41. 54cd240 x86: mrccache: Fix error handling in mrccache_get_region() by Simon Glass · 8 years ago
  42. 9b43dbf x86: Drop unused init_helper functions by Simon Glass · 8 years ago
  43. 2545fa5 x86: ivybridge: Tidy up enable_clock_gating() for 64-bit by Simon Glass · 8 years ago
  44. 4e0318c x86: ivybridge: Fix PCH power setup by Simon Glass · 8 years ago
  45. 5d7ec3d x86: Don't export interrupt handlers with x86_64 by Simon Glass · 8 years ago
  46. fac3e79 x86: i2c: Fix cast of address to 32-bit value by Simon Glass · 8 years ago
  47. 21b3b66 x86: Correct address casts in interrupt code by Simon Glass · 8 years ago
  48. d30b310 x86: Correct address casts in cpu code by Simon Glass · 8 years ago
  49. 35233da x86: Allow interrupts to be disabled in 64-bit mode by Simon Glass · 8 years ago
  50. b11e298 usb: pci: Fix cast for 64-bit compilation by Simon Glass · 8 years ago
  51. 22230e9 tpm: Tidy up use of size_t by Simon Glass · 8 years ago
  52. 3f14f81 rtc: Use CONFIG_X86 instead of __I386__ by Simon Glass · 8 years ago
  53. 2547f3e elf: Add the Elf64_Rela type by Simon Glass · 8 years ago
  54. 006bccb board_f: Drop the extra fdtdec_prepare_fdt() by Simon Glass · 8 years ago
  55. 2cd11a2 bios_emulator: Fix cast for 64-bit compilation by Simon Glass · 8 years ago
  56. 22d9574 Add _image_binary_end section declaration by Simon Glass · 8 years ago
  57. b6409ec dm: x86: Move link to use driver model for video by Simon Glass · 8 years ago
  58. 443ffe5 dm: x86: Move samus to use new driver model support by Simon Glass · 8 years ago
  59. 0d9483a x86: Adjust config to support DM_VIDEO by Simon Glass · 8 years ago
  60. 2c94380 dm: x86: video: Add a driver-model driver for ivybridge graphics by Simon Glass · 8 years ago
  61. ee87ee8 dm: video: Add driver-model support to vesa graphics by Simon Glass · 8 years ago
  62. d8441ea dm: stdio: Allow lazy probing of video devices by Simon Glass · 8 years ago
  63. 1df9127 x86: video: Fix typo in broadwell Kconfig by Simon Glass · 8 years ago
  64. 0a5f6f8 dm: core: Add a function to get a uclass name by Simon Glass · 8 years ago
  65. 5023bd7 list: Add list_last_entry() to find the last entry by Simon Glass · 8 years ago
  66. b91c6a1 Fix return value in trailing_strtoln() by Simon Glass · 8 years ago
  67. a5b8722 x86: Add an accelerated memmove() function by Simon Glass · 8 years ago
  68. 26f50fb Revert "x86: broadwell: gpio: Remove the codes to set up pin control" by Simon Glass · 8 years ago
  69. 88d915b x86: Fix Linux v4.7+ zimage booting (update bootparam.h) by Stefan Roese · 8 years ago
  70. 5572367 x86: baytrail: Add 2nd eMMC controller to the PCI probe list by Stefan Roese · 8 years ago
  71. df233e7 x86: conga-qeval20-qa3: Add README to explain the console UART options by Stefan Roese · 8 years ago
  72. 57718f0 mmc: Fix cast for 64-bit compilation by Simon Glass · 8 years ago
  73. d40d69e ARM: tegra: reduce DRAM size mapped into MMU on ARM64 by Stephen Warren · 8 years ago
  74. d5a24d8 colibri_t20: fix usb operation and controller order by Marcel Ziswiler · 8 years ago
  75. 28f224a colibri_t20: fix display configuration by Marcel Ziswiler · 8 years ago
  76. dc06f63 regulator: fixed: honour optionality of enable gpio by Marcel Ziswiler · 8 years ago
  77. 28c694c simple panel: fix spelling of debug message by Marcel Ziswiler · 8 years ago
  78. 7e17846 tegra: usb gadget: fix ci udc operation if not hostpc capable by Marcel Ziswiler · 8 years ago
  79. 55cdcda sunxi: OLinuXino Lime A20 boards: Use 384 MHz DRAM clock by Josh Marshall · 8 years ago
  80. 7c9454d sunxi: Fix H3 DRAM impedance calibration on rev. A chips by Jens Kuske · 8 years ago
  81. 2cb5d67 mmc: sdhci: use the generic error number by Jaehoon Chung · 8 years ago
  82. 895549a mmc: sdhci: use the host version value in sdhci_setup_cfg by Jaehoon Chung · 8 years ago
  83. e5113c3 mmc: dw_mmc: remove the unnecessary arguments for dwmci_setup_cfg by Jaehoon Chung · 8 years ago
  84. 7aedafd mmc: s5p_sdhci: support the Driver model for Exynos by Jaehoon Chung · 8 years ago
  85. 561e624 dm: mmc: Support erase by Simon Glass · 8 years ago
  86. 4fb96c4 reset: uniphier: add reset controller driver for UniPhier SoCs by Masahiro Yamada · 8 years ago
  87. d9f5d99 reset: declare fdtdec_phandle_args as struct to fix warning by Masahiro Yamada · 8 years ago
  88. 66e3efe ARM: uniphier: insert udelay() just before support_card_reset_deassert() by Masahiro Yamada · 8 years ago
  89. f1d9a9e ARM: uniphier: define CONFIG_SMC911X along with CONFIG_MICRO_SUPPORT_CARD by Masahiro Yamada · 8 years ago
  90. f4c93a4 ARM: uniphier: enable CONFIG_SYS_NO_FLASH if no CONFIG_MICRO_SUPPORT_CARD by Masahiro Yamada · 8 years ago
  91. 66deb91 ARM: uniphier: fix typos in a comment block by Masahiro Yamada · 8 years ago
  92. baaafaa ARM: uniphier: add work-around for VBO noise problem by Masahiro Yamada · 8 years ago
  93. c89638a ARM: uniphier: update DRAM init code for LD20 SoC (2nd) by Masahiro Yamada · 8 years ago
  94. 6c22742 ARM: uniphier: enable SSC for DPLL (DRAM PLL) on LD11 SoC by Masahiro Yamada · 8 years ago
  95. dacdb24 ARM: uniphier: do not setup pins for System Bus on NAND boot mode by Masahiro Yamada · 8 years ago
  96. d5fe013 tools: buildman: Add compiler wrapper by York Sun · 8 years ago
  97. f40fa9b tools: buildman: Remove duplicated code by York Sun · 8 years ago
  98. 34c3889 dtoc: Make integer division python 3.x safe by Paul Burton · 8 years ago
  99. c4c5f9e dtoc: Decode strings for struct.unpack on python 3.x by Paul Burton · 8 years ago
  100. 4ae6549 dtoc: Use items() to iterate over dictionaries in python 3.x by Paul Burton · 8 years ago