1. 727ff7d dm: i2c: Move definitions to the top of the header file by Simon Glass · Thu Jul 02 18:15:41 2015 -0600
  2. cefb0ef dm: i2c: Correct comment nits in dm_i2c_reg_read/write() by Simon Glass · Thu Jul 02 18:15:40 2015 -0600
  3. a8e64c4 dm: i2c: Add a message debug function by Simon Glass · Thu Jul 02 18:15:39 2015 -0600
  4. 75f00df dm: core: Support finding a device by phandle by Simon Glass · Thu Jul 02 18:15:38 2015 -0600
  5. b1b8333 dm: usb: fix USB Ethernet without CONFIG_DM_ETH regression by Marcel Ziswiler · Wed Aug 05 16:58:17 2015 +0200
  6. 5c35b75 configs: Remove CONFIG_SERIAL_MULTI by Stephen Warren · Wed Aug 05 11:51:38 2015 -0600
  7. 096ee30 Merge git://git.denx.de/u-boot-x86 by Tom Rini · Wed Aug 05 14:12:37 2015 -0400
  8. cdee6d9 x86: Document how to write PIRQ information in the device tree by Bin Meng · Sun Aug 02 20:33:35 2015 -0700
  9. 9944a52 pci: Remove DEBUG from pci_compat.c by Bin Meng · Sun Aug 02 20:33:34 2015 -0700
  10. f390874 usb: Fix device detection code by Marek Vasut · Wed Aug 05 03:19:22 2015 +0200
  11. 7bbbb3c net: asix: fix operation without eeprom by Marcel Ziswiler · Wed Aug 05 17:16:59 2015 +0200
  12. 35e80a4 sunxi: Drop our own copy of the USB_KEYBOARD options by Hans de Goede · Tue Aug 04 17:04:13 2015 +0200
  13. d449dd3 usb: USB storage-specific part ifdef in uclass by Paul Kocialkowski · Tue Aug 04 17:04:12 2015 +0200
  14. a5310eb sunxi: MUSB gadget config provisions, with fastboot and USB mass storage support by Paul Kocialkowski · Tue Aug 04 17:04:11 2015 +0200
  15. 9634fa5 musb: sunxi: Force EP0 on re-enable by Maxime Ripard · Tue Aug 04 17:04:10 2015 +0200
  16. 00529e3 sunxi: config update to stick with Kconfig changes by Paul Kocialkowski · Tue Aug 04 17:04:09 2015 +0200
  17. e16ab87 sunxi: usb: USB_MUSB_SUNXI move to musb-new Kconfig by Paul Kocialkowski · Tue Aug 04 17:04:08 2015 +0200
  18. f4865f5 usb: musb-new: Kconfig support for USB_MUSB_HOST and USB_MUSB_GADGET by Paul Kocialkowski · Tue Aug 04 17:04:07 2015 +0200
  19. f34dfcb usb: musb-new: CONFIG_MUSB prefix replacement with CONFIG_USB_MUSB by Paul Kocialkowski · Tue Aug 04 17:04:06 2015 +0200
  20. 4815f8e usb: Generic USB Kconfig option, that fits both host and gadget and comments by Paul Kocialkowski · Tue Aug 04 17:04:05 2015 +0200
  21. c580409 usb: USB_ARCH_HAS_HCD Kconfig option removal by Paul Kocialkowski · Tue Aug 04 17:04:04 2015 +0200
  22. 4ed4cf0 usb: dwc2: Call board_usb_init() from usb_lowlevel_init() by Peter Griffin · Wed Jul 29 22:39:29 2015 +0100
  23. 9191329 efi: Add a README to explain how things work by Simon Glass · Tue Aug 04 12:34:05 2015 -0600
  24. be3767e x86: Gracefully disable the vesa driver when running from EFI by Simon Glass · Tue Aug 04 12:34:04 2015 -0600
  25. 752f976 x86: qemu: Support operation as an EFI payload by Simon Glass · Tue Aug 04 12:34:03 2015 -0600
  26. a815df7 x86: baytrail: Support operation as an EFI payload by Simon Glass · Tue Aug 04 12:34:02 2015 -0600
  27. d2269f2 x86: Add helper code for running from EFI by Simon Glass · Tue Aug 04 12:34:01 2015 -0600
  28. 2b6d80b x86: Handle running as EFI payload by Simon Glass · Tue Aug 04 12:34:00 2015 -0600
  29. 2997bb4 efi: Add a command to display the memory map by Simon Glass · Tue Aug 04 12:33:59 2015 -0600
  30. 91e24e4 efi: Add functions for decoding the EFI tables by Simon Glass · Tue Aug 04 12:33:58 2015 -0600
  31. f95ad8c x86: Add support for passing tables into U-Boot by Simon Glass · Tue Aug 04 12:33:57 2015 -0600
  32. ce62a25 efi: Add 64-bit payload support by Simon Glass · Tue Aug 04 12:33:56 2015 -0600
  33. bae81c7 x86: Add a way to call 32-bit code from 64-bit mode by Simon Glass · Tue Aug 04 12:33:55 2015 -0600
  34. d360b2f x86: Add an enum for some commonly-used GDT bits by Simon Glass · Tue Aug 04 12:33:54 2015 -0600
  35. 9e72e64 x86: Support building the EFI stub by Simon Glass · Tue Aug 04 12:33:53 2015 -0600
  36. 63f581f efi: Add support for loading U-Boot through an EFI stub by Simon Glass · Tue Aug 04 12:33:52 2015 -0600
  37. 672e82c x86: Add relocation and link script for a 64-bit EFI application by Simon Glass · Tue Aug 04 12:33:51 2015 -0600
  38. b7d47db x86: Add definitions for the x86-efi board and plumb it in by Ben Stoltz · Tue Aug 04 12:33:50 2015 -0600
  39. 32ad3c0 x86: Allow relocation code to build without text base by Simon Glass · Tue Aug 04 12:33:49 2015 -0600
  40. 8aea77a x86: dts: Add a device tree file for EFI by Simon Glass · Tue Aug 04 12:33:48 2015 -0600
  41. 19c23fd x86: Add EFI board code by Ben Stoltz · Tue Aug 04 12:33:47 2015 -0600
  42. ab76a47 x86: Add support for U-Boot as an EFI application by Ben Stoltz · Tue Aug 04 12:33:46 2015 -0600
  43. f2bf7ad x86: Add asm/elf.h for x86-specific ELF definitions by Simon Glass · Tue Aug 04 12:33:45 2015 -0600
  44. c615773 x86: Support skipping relocation for EFI by Simon Glass · Tue Aug 04 12:33:44 2015 -0600
  45. 57c5d36 efi: Support building a u-boot-app.efi executable by Simon Glass · Tue Aug 04 12:33:43 2015 -0600
  46. c24aae5 x86: Set up toolchain flags for running as EFI application by Ben Stoltz · Tue Aug 04 12:33:42 2015 -0600
  47. b7e4124 efi: Drop CONFIG_SYS_TEXT_BASE for EFI by Ben Stoltz · Tue Aug 04 12:33:41 2015 -0600
  48. 5a991bd efi: Add a serial driver by Simon Glass · Tue Aug 04 12:33:40 2015 -0600
  49. 00dd17a Add a way to skip relocation by Simon Glass · Tue Aug 04 12:33:39 2015 -0600
  50. c05168f x86: Update README to explain booting Ubuntu on Minnowmax by Simon Glass · Mon Jul 27 15:47:31 2015 -0600
  51. 171833e x86: minnowmax: Drop the old PCI settings by Simon Glass · Mon Jul 27 15:47:29 2015 -0600
  52. 3c5eeb9 x86: dts: Fix typo in intel,irq-router.txt by Simon Glass · Mon Jul 27 15:47:26 2015 -0600
  53. cec16f5 x86: Drop CONFIG_DCACHE_RAM_MRC_VAR_SIZE from header file by Simon Glass · Mon Jul 27 15:47:25 2015 -0600
  54. 1c32bdb x86: Move CONFIG_X86_SERIAL to Kconfig by Simon Glass · Mon Jul 27 15:47:23 2015 -0600
  55. dfb7c6c x86: Move Chrome OS options to defconfig by Simon Glass · Mon Jul 27 15:47:22 2015 -0600
  56. 147a560 dm: Add a return value comment to device_get_child() by Simon Glass · Mon Jul 27 15:47:19 2015 -0600
  57. a292d2a pci: Indicate prefetchable memory allocate when debugging by Simon Glass · Mon Jul 27 15:47:18 2015 -0600
  58. 84f5733 pci: Add a constant for an invalid interrupt by Simon Glass · Mon Jul 27 15:47:17 2015 -0600
  59. a459d66 efi: Display the correct initcall pre-relocation values by Simon Glass · Fri Jul 31 09:31:38 2015 -0600
  60. 1930e8d efi: Avoid using non-existent text base by Ben Stoltz · Fri Jul 31 09:31:37 2015 -0600
  61. 9539e69 efi: Add start-up library code by Simon Glass · Fri Jul 31 09:31:36 2015 -0600
  62. 7f65c09 x86: Allow use of global_data with EFI by Simon Glass · Fri Jul 31 09:31:35 2015 -0600
  63. 2b9acba pci: Fix up code for CONFIG_PCI_ENUM_ONLY by Simon Glass · Fri Jul 31 09:31:34 2015 -0600
  64. 927c104 pci: Use debug() instead of DEBUGF() in pci_auto.c by Simon Glass · Fri Jul 31 09:31:33 2015 -0600
  65. c4b9ef8 x86: Tidy up a few minor issues with interrupts by Simon Glass · Fri Jul 31 09:31:32 2015 -0600
  66. daa93d9 x86: Add some missing global_data declarations in files that use gd by Simon Glass · Fri Jul 31 09:31:31 2015 -0600
  67. f2d1a11 x86: Tidy up the 64-bit calling code by Simon Glass · Fri Jul 31 09:31:30 2015 -0600
  68. 1ec83e8 x86: Drop unused copy_fdt_to_ram() by Simon Glass · Fri Jul 31 09:31:29 2015 -0600
  69. 5d18dc9 x86: Tidy up global_data flags by Simon Glass · Fri Jul 31 09:31:28 2015 -0600
  70. feb0027 Reserve the top 16 flag bits for architecture-specific use by Simon Glass · Fri Jul 31 09:31:27 2015 -0600
  71. cecf90e x86: Use CR0 constants in CPU init by Simon Glass · Fri Jul 31 09:31:26 2015 -0600
  72. 611f749 x86: Add various minor tidy-ups to the 32-bit startup code by Simon Glass · Fri Jul 31 09:31:25 2015 -0600
  73. a922cb4 Bring in __aligned_u64 and friends to linux/types.h by Simon Glass · Fri Jul 31 09:31:24 2015 -0600
  74. 68ae3f8 Allow objcopy to work without filling gaps with 0xff by Simon Glass · Fri Jul 31 09:31:23 2015 -0600
  75. 3ed7dda elf: Add a few definitions for 64-bit relocation by Simon Glass · Fri Jul 31 09:31:21 2015 -0600
  76. 6664077 dm: serial: Correct logic in serial_find_console_or_panic() by Simon Glass · Fri Jul 31 09:31:20 2015 -0600
  77. 46766df dm: core: Check for empty list in uclass_find_device() by Simon Glass · Fri Jul 31 09:31:19 2015 -0600
  78. 68b27d3 Support removing default assembler flags by Simon Glass · Fri Jul 31 09:31:18 2015 -0600
  79. d6c09ba common: command add '\n' for debug msg by Peng Fan · Tue Jul 28 22:45:37 2015 +0800
  80. 6cd571b lib: fdt: fix indent of #ifdef..#endif conditional by Masahiro Yamada · Sat Aug 01 16:03:25 2015 +0900
  81. 6bd4484 common: Print nothing in the __weak checkboard() by Bin Meng · Fri Jul 31 00:24:40 2015 -0700
  82. 6b94c42 gitignore: Add defconfig and fdtgrep by Bin Meng · Fri Jul 31 00:24:39 2015 -0700
  83. 947391c x86: bayleybay: Configure PCI IRQ by Bin Meng · Thu Jul 30 03:49:18 2015 -0700
  84. e1c4935 x86: Add Intel Bayley Bay board support by Bin Meng · Thu Jul 30 03:49:17 2015 -0700
  85. 6a3de7c x86: Add microcode for BayTrail-I B0 stepping by Bin Meng · Thu Jul 30 03:49:16 2015 -0700
  86. a43c5d9 x86: baytrail: Update UPD setting for FSP Gold4 release by Bin Meng · Thu Jul 30 03:49:15 2015 -0700
  87. 82977a8 x86: minnowmax: Remove smsc47x superio codes by Bin Meng · Thu Jul 30 03:49:14 2015 -0700
  88. e751844 x86: Sanity test on vesa parameters before setting up kernel screen_info by Bin Meng · Thu Jul 30 03:49:13 2015 -0700
  89. 6647f57 x86: qemu: Add MP initialization by Bin Meng · Mon Jul 27 19:16:08 2015 +0800
  90. b9f3277 x86: Add a 'pause' instruction in __udelay() for QEMU target by Miao Yan · Mon Jul 27 19:16:07 2015 +0800
  91. 8571ea5 doc: dm: Update pci-info.txt for pci support by Bin Meng · Mon Jul 27 00:33:43 2015 -0700
  92. 02284a0 dm: pci: Allow scan bridge child devices before relocation by Bin Meng · Mon Jul 27 00:33:39 2015 -0700
  93. f78abfb Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · Tue Aug 04 12:21:45 2015 -0400
  94. 200eecd configs: ti_armv7_keystone2: replace addr_uboot with loadaddr by Vitaly Andrianov · Mon Aug 03 15:54:32 2015 -0400
  95. 817c1f0 armv8/ls2085ardb: Add USB support for ls2085ardb by Nikhil Badola · Fri Jun 26 17:02:18 2015 +0530
  96. 0393333 armv8/ls2085aqds: Add USB support for ls2085aqds by Nikhil Badola · Fri Jun 26 17:02:00 2015 +0530
  97. 2b53ade armv8/lsch3/config: Define USB XHCI controller base address for LS2085A by Nikhil Badola · Fri Jun 26 17:01:50 2015 +0530
  98. 883f720 armv8/lsch3/config: Define CONFIG_SYS_CACHELINE_SIZE for LS2085A by Nikhil Badola · Fri Jun 26 16:59:21 2015 +0530
  99. 999273f drivers/ddr/fsl: Adjust bstopre value by York Sun · Thu Jul 23 14:04:48 2015 -0700
  100. 9b39fa2 drivers/crypto/fsl: clean-up - use fdt_setprop_u32 helper by horia.geanta@freescale.com · Wed Jul 08 17:24:58 2015 +0300