1. 5888bd2 dm: x86: baytrail: Correct PCI region 3 when driver model is used by Simon Glass · Fri Jul 03 18:28:27 2015 -0600
  2. 0e87edc dm: x86: minnowmax: Move PCI to use driver model by Simon Glass · Fri Jul 03 18:28:26 2015 -0600
  3. a1548b8 x86: pci: Tidy up the generic x86 PCI driver by Simon Glass · Fri Jul 03 18:28:25 2015 -0600
  4. c297701 x86: Add ROM image description for minnowmax by Simon Glass · Fri Jul 03 18:28:24 2015 -0600
  5. 76484b7 dm: spi: Enable environment for minnowmax by Simon Glass · Fri Jul 03 18:28:23 2015 -0600
  6. bf1623b dm: spi: Correct BIOS protection logic for ICH9 by Simon Glass · Fri Jul 03 18:28:22 2015 -0600
  7. 6634f81 dm: spi: Correct status register access width by Simon Glass · Fri Jul 03 18:28:21 2015 -0600
  8. f6d504f x86: Configure VESA parameters before loading Linux kernel by Bin Meng · Mon Jul 06 16:31:36 2015 +0800
  9. 45e3e81 x86: crownbay: Enable graphics support by Bin Meng · Mon Jul 06 16:31:35 2015 +0800
  10. a742b06 x86: Remove MARK_GRAPHICS_MEM_WRCOMB by Bin Meng · Mon Jul 06 16:31:34 2015 +0800
  11. 4de3886 x86: Move VGA option rom macros to Kconfig by Bin Meng · Mon Jul 06 16:31:33 2015 +0800
  12. 933a29b x86: cmd_mtrr: Improve MTRR list information by Bin Meng · Mon Jul 06 16:31:32 2015 +0800
  13. fcf3bdd x86: queensbay: Change CPU_ADDR_BITS to 32 by Bin Meng · Mon Jul 06 16:31:31 2015 +0800
  14. c45a93b x86: Setup fixed range MTRRs for legacy regions by Bin Meng · Mon Jul 06 16:31:30 2015 +0800
  15. 4000260 video: Add 32-bit color depth support for VBE by Jian Luo · Mon Jul 06 16:31:29 2015 +0800
  16. 589ff32 x86: bios: Allow pci config read/write to host bridge in int1a_handler by Jian Luo · Mon Jul 06 16:31:28 2015 +0800
  17. 71269fc x86: bios: Synchronize stack between real and protected mode by Jian Luo · Mon Jul 06 16:42:06 2015 +0800
  18. 931c054 video: vesa_fb: Look up VGA device by class instead of id by Bin Meng · Mon Jul 06 16:31:26 2015 +0800
  19. b87014c dm: pci: Correct bus number when scanning sub-buses by Simon Glass · Sun Jun 07 08:50:41 2015 -0600
  20. d82fbe9 dm: pci: Use the correct hose when configuring devices by Simon Glass · Sun Jun 07 08:50:40 2015 -0600
  21. d2f66a3 x86: queensbay: Change PCIe root ports' interrupt routing by Bin Meng · Tue Jun 23 12:18:55 2015 +0800
  22. 47f27ec x86: crownbay: Enable writing MP table by Bin Meng · Tue Jun 23 12:18:54 2015 +0800
  23. 5a86652 x86: Update README.x86 for SMP support by Bin Meng · Tue Jun 23 12:18:53 2015 +0800
  24. c4f407e x86: Generate a valid MultiProcessor (MP) table by Bin Meng · Tue Jun 23 12:18:52 2015 +0800
  25. f91cf6b x86: Add MultiProcessor (MP) table APIs by Bin Meng · Tue Jun 23 12:18:51 2015 +0800
  26. e5d0500 x86: Remove inline for lapic access routines by Bin Meng · Tue Jun 23 12:18:50 2015 +0800
  27. 8fefeec x86: Add I/O APIC register access routines by Bin Meng · Tue Jun 23 12:18:49 2015 +0800
  28. 964a3a3 x86: Clean up ioapic header file by Bin Meng · Tue Jun 23 12:18:48 2015 +0800
  29. 16758a3 x86: Reduce PIRQ routing table size by Bin Meng · Tue Jun 23 12:18:47 2015 +0800
  30. 3a531a3 x86: Ignore function number when writing PIRQ routing table by Bin Meng · Tue Jun 23 12:18:46 2015 +0800
  31. 5ed2c5c x86: Write correct bus number for the irq router by Bin Meng · Tue Jun 23 12:18:45 2015 +0800
  32. c9d0525 x86: queensbay: Correct Topcliff device irqs by Bin Meng · Tue Jun 23 12:18:44 2015 +0800
  33. 8800c41 x86: crownbay: Enable DM RTC support by Bin Meng · Tue Jun 23 12:18:43 2015 +0800
  34. 8755d2c cmd: date: Change to use CONFIG_DM_RTC instead of CONFIG_DM_I2C by Bin Meng · Tue Jun 23 12:18:42 2015 +0800
  35. 5c8c6b5 dm: rtc: Support mc146818 driver in driver model by Bin Meng · Tue Jun 23 12:18:41 2015 +0800
  36. 3916df5 x86: crownbay: Add MP initialization by Bin Meng · Wed Jun 17 11:15:39 2015 +0800
  37. c9dea01 x86: Clean up lapic codes by Bin Meng · Wed Jun 17 11:15:38 2015 +0800
  38. 6b602b2 x86: Move lapic_setup() call into init_bsp() by Bin Meng · Wed Jun 17 11:15:37 2015 +0800
  39. f967f9a x86: Move MP initialization codes into a common place by Bin Meng · Wed Jun 17 11:15:36 2015 +0800
  40. eb0bc56 x86: ivybridge: Remove SMP from CPU_SPECIFIC_OPTIONS by Bin Meng · Wed Jun 17 11:15:35 2015 +0800
  41. d13b014 dm: cpu: Add a new get_count method to cpu uclass by Bin Meng · Wed Jun 17 11:15:34 2015 +0800
  42. 6bd2446 x86: kconfig: Fix minor nits in MAX_CPUS by Bin Meng · Fri Jun 12 14:52:23 2015 +0800
  43. 5ec1058 x86: kconfig: Make MAX_CPUS and AP_STACK_SIZE depend on SMP by Bin Meng · Fri Jun 12 14:52:22 2015 +0800
  44. 12d4105 x86: dm: Clean up cpu drivers by Bin Meng · Fri Jun 12 14:52:20 2015 +0800
  45. 6e02ec8 dm: cpu: Test against cpu_ops->get_info in cpu_get_info() by Bin Meng · Fri Jun 12 14:52:19 2015 +0800
  46. b891f78 dm: cpu: Fix undefined ENOSYS build error by Bin Meng · Fri Jun 12 14:52:18 2015 +0800
  47. 7f66bc1 dm: spi: Correct minor nits in ICH driver by Simon Glass · Sun Jun 07 08:50:33 2015 -0600
  48. 4806148 spi: sf: Print the error code on failure by Simon Glass · Sun Jun 07 08:50:32 2015 -0600
  49. d560c5c x86: fsp: Move FspInitEntry call to board_init_f() by Bin Meng · Sun Jun 07 11:33:14 2015 +0800
  50. a3c9fb0 x86: fsp: Load GDT before calling FspInitEntry by Bin Meng · Sun Jun 07 11:33:13 2015 +0800
  51. 51b0f62 x86: Add Kconfig options to be used by arch/x86/cpu/config.mk by Bin Meng · Sun Jun 07 11:33:12 2015 +0800
  52. 6793aa8 builderthread.py: Keep 'SPL' by Tom Rini · Mon Apr 27 11:34:38 2015 -0400
  53. 04f8d68 RFC: Deprecate MAKEALL by Simon Glass · Thu Aug 28 09:43:46 2014 -0600
  54. de108a8 Prepare v2015.07 by Tom Rini · Tue Jul 14 13:32:21 2015 -0400
  55. 644a8bd scsi: fix compiler warning with DEBUG and 48bit LBAs by Andre Przywara · Thu Jul 02 01:04:23 2015 +0100
  56. 904c4b9 Merge git://git.denx.de/u-boot-samsung by Tom Rini · Fri Jul 10 09:40:59 2015 -0400
  57. 52771bd Merge git://git.denx.de/u-boot-marvell by Tom Rini · Fri Jul 10 09:40:48 2015 -0400
  58. 26256d2 mtd: fix false positive "Offset exceeds device limit" error by Masahiro Yamada · Wed Jul 01 21:35:49 2015 +0900
  59. 2feb226 arm: mvebu: db-88f6820-gp: Add USB/EHCI support by Stefan Roese · Mon Jun 29 14:58:16 2015 +0200
  60. 9aa3197 usb: Add EHCI support for Armada 38x (mvebu) by Stefan Roese · Mon Jun 29 14:58:15 2015 +0200
  61. 10aad20 arm: mvebu: db-88f6820-gp.h: Add SATA/SCSI (AHCI) support by Stefan Roese · Mon Jun 29 14:58:14 2015 +0200
  62. bb1c0bd arm: mvebu: Add SATA/SCSI (AHCI) support for Armada A38x by Stefan Roese · Mon Jun 29 14:58:13 2015 +0200
  63. 939d840 block: ahci: Don't enable port interrupts by Stefan Roese · Mon Jun 29 14:58:12 2015 +0200
  64. 1746e87 arm: mvebu: db-88f6820-gp: Add MMC/SDIO support by Stefan Roese · Mon Jun 29 14:58:11 2015 +0200
  65. d3e3473 arm: mvebu: Add SDIO/SDHCI support for Armada A38x by Stefan Roese · Mon Jun 29 14:58:10 2015 +0200
  66. 13a547f mmc: sdhci.c: Add config option to use a fixed buffer for transfers by Stefan Roese · Mon Jun 29 14:58:09 2015 +0200
  67. 42817a4 mmc: sdhci: Use timer based timeout detection in sdhci_send_command() by Stefan Roese · Mon Jun 29 14:58:08 2015 +0200
  68. 85c149d arm: mvebu: db-88f6820-gp: Add MAINTAINERS file by Stefan Roese · Wed Jul 01 17:38:05 2015 +0200
  69. 8db5f47 exynos: i2c: Correct bug in pinmux selection by Simon Glass · Thu Jul 02 18:15:44 2015 -0600
  70. 084f550 arm: adds the status info for odroid-xu3 by Minkyu Kang · Thu Jul 02 10:27:48 2015 +0900
  71. 3f262d0 ahci: Fix compiling warnings under 64bit platforms by Tang Yuantian · Thu Jul 09 14:37:30 2015 +0800
  72. d7bd6cb arm: baltos: change USB ports functions by Yegor Yefremov · Thu Jul 09 13:34:24 2015 +0200
  73. 229b37b keystone2: config: update default mtd by Michael Scherban · Fri Jun 26 09:17:31 2015 -0500
  74. a05464f stm32f4: fix gpio description in comment by Antonio Borneo · Wed Jul 01 16:04:14 2015 +0800
  75. da34bd3 stm32f4: fix minor typo in comment by Antonio Borneo · Wed Jul 01 14:15:03 2015 +0800
  76. 6d8ff56 stm32f4: fix MAINTAINERS file by Antonio Borneo · Wed Jul 01 14:15:02 2015 +0800
  77. 21c5f72 siemens,am33x: adjust mtd partition by Egli, Samuel · Wed Jul 01 17:57:39 2015 +0200
  78. 51c4ccb arm: baltos: fix NAND boot by Yegor Yefremov · Mon Jul 06 17:28:36 2015 +0200
  79. 429b079 arm: baltos: drop I2C speed to 1000 Hz by Yegor Yefremov · Mon Jul 06 17:28:35 2015 +0200
  80. 949efd0 arm: baltos: enable CMD_NET and FIT support in defconfig by Yegor Yefremov · Mon Jul 06 17:28:34 2015 +0200
  81. a0f0309 arm: convert am3517_crane and am3517_evm to generic boards by Yegor Yefremov · Tue Jun 30 09:59:47 2015 +0200
  82. 80d95b5 ARM: beagle_x15: prevent DCAN1 _wait_target_disable failure in kernel by Roger Quadros · Thu Jun 25 10:25:50 2015 +0300
  83. f1d634d ARM: DRA7-evm: prevent DCAN1 _wait_target_disable failure in kernel by Roger Quadros · Wed Jun 24 17:00:11 2015 +0300
  84. 75560a9 Makefile:Add GCC flag -fno-delete-null-pointer-checks by Prabhakar Kushwaha · Thu Jul 02 12:00:17 2015 +0530
  85. 9eda2c5 ti: Add SPDX license identifier to omap.h by Simon Glass · Tue Jun 30 16:03:02 2015 -0600
  86. 7790de7 README.distro: fix typos by Masahiro Yamada · Tue Jul 07 18:47:17 2015 +0900
  87. 9083f1c blackfin: Fix build regression due to image size by Joe Hershberger · Mon Jun 22 17:57:37 2015 -0500
  88. 8ab8b72 Allow CONFIG_REGEX to be disabled when CONFIG_NET by Joe Hershberger · Mon Jun 22 17:57:36 2015 -0500
  89. b137d31 Merge branch 'master' of git://git.denx.de/u-boot-mips by Tom Rini · Wed Jul 08 17:14:02 2015 -0400
  90. 2ddfa2a net: designware: Program MAC address to hardware after soft reset by Bin Meng · Mon Jun 15 18:40:19 2015 +0800
  91. 718904a sunxi: Adjust Ippo_q8h_v1_2_a33_1024x600 dts filename to match the upstream kernel by Hans de Goede · Wed Jul 08 16:18:39 2015 +0200
  92. 5f9e59f ARM: DRA72x: fix io delay calibration for ethernet by Mugunthan V N · Mon Jun 22 14:43:10 2015 +0530
  93. aca9c2c Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · Tue Jul 07 08:42:35 2015 -0400
  94. a837626 board: baltos - add maintainer information by Yegor Yefremov · Wed Jul 01 22:17:34 2015 +0200
  95. 0628059 ARM: disable HAVE_PRIVATE_LIBGCC for ARM64 by Masahiro Yamada · Fri Jul 03 16:13:09 2015 +0900
  96. 3eba81a board: am43xx: Add maintainer information by Lokesh Vutla · Thu Jul 02 09:37:59 2015 +0530
  97. f35b6c2 cairo: add missing MAINTAINERS file by Albert ARIBAUD \(3ADEV\) · Wed Jul 01 15:28:39 2015 +0200
  98. 6d4b78b arm: dcc: Add uart dcc support for armv8 by Siva Durga Prasad Paladugu · Fri May 29 09:54:37 2015 +0200
  99. ea279e9 Revert "break build if it would produce broken binary" by Simon Glass · Tue Jun 02 11:08:21 2015 -0600
  100. ba4d90a arm: Add ENTRY/ENDPROC to private libgcc functions by Simon Glass · Tue Jun 02 11:08:20 2015 -0600