1. c8f3482 sandbox: Split bootm code out into lib/bootm by Sjoerd Simons · Mon Apr 13 22:54:20 2015 +0200
  2. 16519a3 ahci: mmio_base is a virtual address by Scott Wood · Fri Apr 17 09:19:01 2015 -0500
  3. 4f3b9d1 sandbox: Move CONFIG_SYS_VSNPRINTF to Kconfig by Simon Glass · Fri Mar 06 13:19:02 2015 -0700
  4. 5322d62 Kconfig: Move CONFIG_BOOTSTAGE to Kconfig by Simon Glass · Mon Mar 02 17:04:37 2015 -0700
  5. 6e37874 Kconfig: Move CONFIG_DESIGNWARE_ETH to Kconfig by Simon Glass · Sun Apr 05 16:07:34 2015 -0600
  6. 9f09a36 net: cosmetic: Fix var naming net <-> eth drivers by Joe Hershberger · Wed Apr 08 01:41:06 2015 -0500
  7. a8ca4f6 net: cosmetic: Cleanup internal packet buffer names by Joe Hershberger · Wed Apr 08 01:41:05 2015 -0500
  8. 8ecdbed net: cosmetic: Name ethaddr variables consistently by Joe Hershberger · Wed Apr 08 01:41:04 2015 -0500
  9. 51995c2 powerpc: ids8313: use "select" instead of default value in defconfig by Masahiro Yamada · Tue Mar 31 12:48:03 2015 +0900
  10. 2d4d832 ARM: cm_fx6: use "select" instead of default value in defconfig by Masahiro Yamada · Tue Mar 31 12:48:02 2015 +0900
  11. 0906a82 ARM: stv0991: use "select" instead of default value in defconfig by Masahiro Yamada · Tue Mar 31 12:48:01 2015 +0900
  12. 20c5781 ARM: bav335x: use "select" instead of default value in defconfig by Masahiro Yamada · Tue Mar 31 12:48:00 2015 +0900
  13. e200554 ARM: socfpga: use "select" instead of default value in defconfig by Masahiro Yamada · Tue Mar 31 12:47:59 2015 +0900
  14. d158964 ARM: mx6: use "select" instead of default value in defconfig by Masahiro Yamada · Tue Mar 31 12:47:58 2015 +0900
  15. 4bb8f82 ARM: snapper9260: use "select" instead of default value in defconfig by Masahiro Yamada · Tue Mar 31 12:47:57 2015 +0900
  16. 635be63 ARM: rmobile: use "select" instead of default value in defconfig by Masahiro Yamada · Tue Mar 31 12:47:56 2015 +0900
  17. 2df07d4 ARM: zynq: use "select" instead of default value in defconfig by Masahiro Yamada · Tue Mar 31 12:47:55 2015 +0900
  18. 85eb826 ARM: UniPhier: use "select" instead of default value in defconfig by Masahiro Yamada · Tue Mar 31 12:47:54 2015 +0900
  19. 5ef5ccc dm: select CONFIG_DM* options by Masahiro Yamada · Tue Mar 31 12:47:53 2015 +0900
  20. 3cefdb3 dm: usb: exynos: Enable both EHCI and XHCI on snow by Simon Glass · Wed Mar 25 12:22:58 2015 -0600
  21. 1a32ec3 dm: usb: exynos: Use driver model for USB by Simon Glass · Wed Mar 25 12:22:56 2015 -0600
  22. ce3ca2e dm: usb: dts: sandbox: Add some sample USB devices to sandbox by Simon Glass · Wed Mar 25 12:22:42 2015 -0600
  23. 99df60c dm: usb: tegra: Add vbus GPIOs for nyan by Simon Glass · Wed Mar 25 12:22:35 2015 -0600
  24. 07c851e dm: ls1021a: dts: Add QSPI dts node by Haikun.Wang@freescale.com · Tue Mar 24 21:20:40 2015 +0800
  25. 6670a16 dm: ls1021a: dts: Update DSPI node to support DM SPI by Haikun.Wang@freescale.com · Tue Mar 24 21:19:23 2015 +0800
  26. b9fe9e2 dm: ls1021a: dts: Change address_cells and size_cells from 2 to 1 by haikun · Tue Mar 24 21:16:31 2015 +0800
  27. f6580d0 dm: ls1021a: Bring in ls1021a dts files from linux kernel by haikun · Wed Mar 25 20:23:26 2015 +0800
  28. 9f9e2f1 dm: arm: Bring in skeleton64 device tree file from Linux by Haikun.Wang@freescale.com · Tue Mar 24 21:12:13 2015 +0800
  29. 73f220c cros_ec: exynos: Match up device tree with kernel version by Simon Glass · Thu Mar 26 09:29:39 2015 -0600
  30. 7441523 cros_ec: Drop unused CONFIG_DM_CROS_EC by Simon Glass · Thu Mar 26 09:29:32 2015 -0600
  31. 06e694f x86: chromebook_link: dts: Add PCH and LPC devices by Simon Glass · Thu Mar 26 09:29:29 2015 -0600
  32. a5caa37 dm: x86: Add a uclass for an Low Pin Count (LPC) device by Simon Glass · Thu Mar 26 09:29:28 2015 -0600
  33. 404bc5e dm: x86: Add a uclass for a Platform Controller Hub by Simon Glass · Thu Mar 26 09:29:27 2015 -0600
  34. 35f15f6 dm: x86: spi: Convert ICH SPI driver to driver model by Simon Glass · Thu Mar 26 09:29:26 2015 -0600
  35. a892192 sandbox: eth: Add support for using the 'lo' interface by Joe Hershberger · Sun Mar 22 17:09:23 2015 -0500
  36. 586cbd1 sandbox: eth: Add a bridge to a real network for sandbox by Joe Hershberger · Sun Mar 22 17:09:21 2015 -0500
  37. a630b6c sandbox: eth: Add ability to disable ping reply in sandbox eth driver by Joe Hershberger · Sun Mar 22 17:09:19 2015 -0500
  38. e4d7cb1 sandbox: eth: Add ARP and PING response to sandbox driver by Joe Hershberger · Sun Mar 22 17:09:14 2015 -0500
  39. 6ab7699 sandbox: eth: Add network support to sandbox by Joe Hershberger · Sun Mar 22 17:09:13 2015 -0500
  40. 3dbe17e net: Remove the bd* parameter from net stack functions by Joe Hershberger · Sun Mar 22 17:09:06 2015 -0500
  41. 11cd5a0 net: Provide a function to get the current MAC address by Joe Hershberger · Sun Mar 22 17:09:00 2015 -0500
  42. 65b905b common: Make sure arch-specific map_sysmem() is defined by Joe Hershberger · Sun Mar 22 17:08:59 2015 -0500
  43. e0e7b36 dm: x86: pci: Convert chromebook_link to use driver model for pci by Simon Glass · Thu Mar 05 12:25:33 2015 -0700
  44. 3da658a dm: x86: pci: Convert coreboot to use driver model for pci by Simon Glass · Thu Mar 05 12:25:32 2015 -0700
  45. 4e03781 dm: x86: pci: Add a PCI driver for driver model by Simon Glass · Thu Mar 05 12:25:31 2015 -0700
  46. 70778bc dm: sandbox: pci: Add PCI support for sandbox by Simon Glass · Thu Mar 05 12:25:26 2015 -0700
  47. 7567f46 x86: Split up arch_cpu_init() by Simon Glass · Thu Mar 05 12:25:17 2015 -0700
  48. 240d06d x86: Add a x86_ prefix to the x86-specific PCI functions by Simon Glass · Thu Mar 05 12:25:15 2015 -0700
  49. f905be8 sandbox: Update device tree 'reg' properties for I2C and SPI by Simon Glass · Thu Mar 05 12:25:13 2015 -0700
  50. 5f8865f x86: Add support for panther (Asus Chromebox) by Simon Glass · Mon Mar 02 12:40:54 2015 -0700
  51. 745b1d1 x86: Support machines with >4GB of RAM by Simon Glass · Mon Mar 02 12:40:49 2015 -0700
  52. 1242b87 ti: dwc3: Enable clocks in enable_basic_clocks() in hw_data.c by Kishon Vijay Abraham I · Thu Apr 16 17:17:00 2015 +0530
  53. 273ac5b Merge branch 'master' of http://git.denx.de/u-boot-sunxi by Tom Rini · Thu Apr 16 12:51:23 2015 -0400
  54. 0a3ec0a sunxi: Complete i2c support for each supported platform by Paul Kocialkowski · Fri Apr 10 23:09:52 2015 +0200
  55. 2fae3e7 i2c: mvtwsi: Support for up to 4 different controllers by Paul Kocialkowski · Fri Apr 10 23:09:51 2015 +0200
  56. 444af39 sunxi: usbc: Wait for vbus to fall after disabling it by Hans de Goede · Fri Mar 27 21:46:00 2015 +0100
  57. ad70d0c sunxi: usbc: Initialize vusb value on request_resources by Hans de Goede · Fri Mar 27 21:57:54 2015 +0100
  58. d390d8c sunxi: Complete mmc pin mux for each supported platform, configured with Kconfig by Paul Kocialkowski · Sun Mar 22 18:12:23 2015 +0100
  59. ae358a4 sunxi: GPIO pin mux hardware-feature-specific function index defines by Paul Kocialkowski · Sun Mar 22 18:12:22 2015 +0100
  60. 7e9b7de sunxi: common VBUS detection logic in usbc by Paul Kocialkowski · Sun Mar 22 18:07:12 2015 +0100
  61. d273edb sunxi: usb: Drop AXP-sepcific VBUS detection and drive logic by Paul Kocialkowski · Sun Mar 22 18:07:10 2015 +0100
  62. 6604a13 power: axp221: Virtual VBUS detect and enable GPIOs to replace separate logic by Paul Kocialkowski · Sun Mar 22 18:07:09 2015 +0100
  63. c97e168 sunxi: gpio: Indentation fix by Paul Kocialkowski · Sun Mar 22 18:07:08 2015 +0100
  64. 08ff0fd board: ti: AM43xx: added USB initializtion code by Kishon Vijay Abraham I · Mon Feb 23 18:40:21 2015 +0530
  65. ce61fd7 board: ti: DRA7: added USB initializtion code by Kishon Vijay Abraham I · Mon Feb 23 18:40:19 2015 +0530
  66. 19e221e include: asm: types: add resource_size_t type by Kishon Vijay Abraham I · Mon Feb 23 18:39:59 2015 +0530
  67. cec6d1c arm: asm: dma-mapping: added dma_free_coherent API by Kishon Vijay Abraham I · Mon Feb 23 18:39:56 2015 +0530
  68. 1484150 include: asm: dma-mapping: get rid of the compilation warning in udc-core by Kishon Vijay Abraham I · Mon Feb 23 18:39:49 2015 +0530
  69. ac75bb1 ARM: AM43xx: Enable clocks for USB OTGSS and USB PHY by Kishon Vijay Abraham I · Mon Feb 23 18:39:45 2015 +0530
  70. b606585 ARM: DRA7: Enable clocks for USB OTGSS and USB PHY by Kishon Vijay Abraham I · Mon Feb 23 18:39:44 2015 +0530
  71. b44229c ARM: bcm2835: use phys_to_bus() for mbox by Stephen Warren · Mon Apr 06 20:28:39 2015 -0600
  72. c01ed07 ARM: bcm2835: implement phys_to_bus/bus_to_phys by Stephen Warren · Tue Mar 24 20:07:34 2015 -0600
  73. 320d289 break build if it would produce broken binary by Pavel Machek · Mon Apr 13 14:49:28 2015 +0200
  74. 9a36b5b Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · Mon Apr 13 10:52:46 2015 -0400
  75. 3648a85 ARM: rpi: add a couple more revision IDs by Stephen Warren · Sun Apr 12 21:43:25 2015 -0600
  76. c7ec843 ARM: fix arch/arm/Makefile for Tegra by Masahiro Yamada · Sun Apr 12 00:58:14 2015 +0900
  77. 00b154f arm: armada-xp: Fix SPL for AXP by using save_boot_params_ret by Stefan Roese · Wed Mar 11 12:05:04 2015 +0100
  78. 396a904 Merge git://git.denx.de/u-boot-arc by Tom Rini · Fri Apr 10 12:39:13 2015 -0400
  79. 0acda9b arc: fix separate compilation of start.o by Alexey Brodkin · Fri Apr 10 19:22:40 2015 +0300
  80. 002d130 Merge branch 'master' of git://git.denx.de/u-boot-fdt by Tom Rini · Fri Apr 10 10:32:50 2015 -0400
  81. 71f8e54 arc: make sure _start is in the beginning of .text section by Alexey Brodkin · Fri Apr 10 18:41:58 2015 +0300
  82. 9a3fe06 fdt: nios: Fix warning in ft_cpu_setup() by Simon Glass · Fri Apr 03 17:57:24 2015 -0600
  83. ee69a39 lpc32xx: add support for board work_92105 by Albert ARIBAUD \(3ADEV\) · Tue Mar 31 11:40:51 2015 +0200
  84. 24bfa9d lpc32xx: add LPC32xx SSP support (SPI mode) by Albert ARIBAUD \(3ADEV\) · Tue Mar 31 11:40:47 2015 +0200
  85. eb135ad lpc32xx: add GPIO support by Albert ARIBAUD \(3ADEV\) · Tue Mar 31 11:40:46 2015 +0200
  86. b23324c lpc32xx: i2c: add LPC32xx I2C interface support by Albert ARIBAUD \(3ADEV\) · Tue Mar 31 11:40:45 2015 +0200
  87. 7c97f70 lpc32xx: mtd: nand: add MLC NAND controller by Albert ARIBAUD \(3ADEV\) · Tue Mar 31 11:40:44 2015 +0200
  88. 391e163 lpc32xx: add Ethernet support by Albert ARIBAUD \(3ADEV\) · Tue Mar 31 11:40:43 2015 +0200
  89. 93afc87 Merge branch 'u-boot/master' by Albert ARIBAUD · Fri Apr 10 14:22:23 2015 +0200
  90. fddfa9c ARM: mx5: add support for USB armory board by Andrej Rosano · Wed Apr 08 18:56:30 2015 +0200
  91. 1ac4bca ARM: mx5: move to a standard arch/board approach by Andrej Rosano · Wed Apr 08 18:56:29 2015 +0200
  92. e26108b am33xx/ddr.c: Fix regression on DDR2 platforms by Tom Rini · Thu Apr 02 16:01:33 2015 -0400
  93. c979656 dts: peach_pi: Add DT properties needed for display by Ajay Kumar · Wed Mar 04 19:05:30 2015 +0530
  94. bc38c08 dts: peach_pit: Add SLP and RST GPIO properties in parade DT node by Ajay Kumar · Wed Mar 04 19:05:29 2015 +0530
  95. b8441ae dts: exynos54xx: Add samsung, pwm-out-gpio property to FIMD node by Ajay Kumar · Wed Mar 04 19:05:28 2015 +0530
  96. 0f8609a Exynos5: Fix rpll_sdiv to support both peach-pit and peach-pi panels by Ajay Kumar · Wed Mar 04 19:05:25 2015 +0530
  97. f0df958 arm: exynos: add display clocks for Exynos5800 by Ajay Kumar · Wed Mar 04 19:05:24 2015 +0530
  98. f87f8ee Exynos: Clock: Fix exynos5_get_periph_rate for I2C. by Guillaume GARDET · Wed Mar 11 10:34:27 2015 +0100
  99. 6e8c723 Merge git://git.denx.de/u-boot-arc by Tom Rini · Fri Apr 03 09:14:44 2015 -0400
  100. c1a1955 Merge branch 'master' of git://git.denx.de/u-boot-tegra by Tom Rini · Fri Apr 03 09:14:38 2015 -0400