1. ab76a47 x86: Add support for U-Boot as an EFI application by Ben Stoltz · Tue Aug 04 12:33:46 2015 -0600
  2. f2bf7ad x86: Add asm/elf.h for x86-specific ELF definitions by Simon Glass · Tue Aug 04 12:33:45 2015 -0600
  3. c615773 x86: Support skipping relocation for EFI by Simon Glass · Tue Aug 04 12:33:44 2015 -0600
  4. 57c5d36 efi: Support building a u-boot-app.efi executable by Simon Glass · Tue Aug 04 12:33:43 2015 -0600
  5. c24aae5 x86: Set up toolchain flags for running as EFI application by Ben Stoltz · Tue Aug 04 12:33:42 2015 -0600
  6. b7e4124 efi: Drop CONFIG_SYS_TEXT_BASE for EFI by Ben Stoltz · Tue Aug 04 12:33:41 2015 -0600
  7. 5a991bd efi: Add a serial driver by Simon Glass · Tue Aug 04 12:33:40 2015 -0600
  8. 00dd17a Add a way to skip relocation by Simon Glass · Tue Aug 04 12:33:39 2015 -0600
  9. c05168f x86: Update README to explain booting Ubuntu on Minnowmax by Simon Glass · Mon Jul 27 15:47:31 2015 -0600
  10. 171833e x86: minnowmax: Drop the old PCI settings by Simon Glass · Mon Jul 27 15:47:29 2015 -0600
  11. 3c5eeb9 x86: dts: Fix typo in intel,irq-router.txt by Simon Glass · Mon Jul 27 15:47:26 2015 -0600
  12. cec16f5 x86: Drop CONFIG_DCACHE_RAM_MRC_VAR_SIZE from header file by Simon Glass · Mon Jul 27 15:47:25 2015 -0600
  13. 1c32bdb x86: Move CONFIG_X86_SERIAL to Kconfig by Simon Glass · Mon Jul 27 15:47:23 2015 -0600
  14. dfb7c6c x86: Move Chrome OS options to defconfig by Simon Glass · Mon Jul 27 15:47:22 2015 -0600
  15. 147a560 dm: Add a return value comment to device_get_child() by Simon Glass · Mon Jul 27 15:47:19 2015 -0600
  16. a292d2a pci: Indicate prefetchable memory allocate when debugging by Simon Glass · Mon Jul 27 15:47:18 2015 -0600
  17. 84f5733 pci: Add a constant for an invalid interrupt by Simon Glass · Mon Jul 27 15:47:17 2015 -0600
  18. a459d66 efi: Display the correct initcall pre-relocation values by Simon Glass · Fri Jul 31 09:31:38 2015 -0600
  19. 1930e8d efi: Avoid using non-existent text base by Ben Stoltz · Fri Jul 31 09:31:37 2015 -0600
  20. 9539e69 efi: Add start-up library code by Simon Glass · Fri Jul 31 09:31:36 2015 -0600
  21. 7f65c09 x86: Allow use of global_data with EFI by Simon Glass · Fri Jul 31 09:31:35 2015 -0600
  22. 2b9acba pci: Fix up code for CONFIG_PCI_ENUM_ONLY by Simon Glass · Fri Jul 31 09:31:34 2015 -0600
  23. 927c104 pci: Use debug() instead of DEBUGF() in pci_auto.c by Simon Glass · Fri Jul 31 09:31:33 2015 -0600
  24. c4b9ef8 x86: Tidy up a few minor issues with interrupts by Simon Glass · Fri Jul 31 09:31:32 2015 -0600
  25. daa93d9 x86: Add some missing global_data declarations in files that use gd by Simon Glass · Fri Jul 31 09:31:31 2015 -0600
  26. f2d1a11 x86: Tidy up the 64-bit calling code by Simon Glass · Fri Jul 31 09:31:30 2015 -0600
  27. 1ec83e8 x86: Drop unused copy_fdt_to_ram() by Simon Glass · Fri Jul 31 09:31:29 2015 -0600
  28. 5d18dc9 x86: Tidy up global_data flags by Simon Glass · Fri Jul 31 09:31:28 2015 -0600
  29. feb0027 Reserve the top 16 flag bits for architecture-specific use by Simon Glass · Fri Jul 31 09:31:27 2015 -0600
  30. cecf90e x86: Use CR0 constants in CPU init by Simon Glass · Fri Jul 31 09:31:26 2015 -0600
  31. 611f749 x86: Add various minor tidy-ups to the 32-bit startup code by Simon Glass · Fri Jul 31 09:31:25 2015 -0600
  32. a922cb4 Bring in __aligned_u64 and friends to linux/types.h by Simon Glass · Fri Jul 31 09:31:24 2015 -0600
  33. 68ae3f8 Allow objcopy to work without filling gaps with 0xff by Simon Glass · Fri Jul 31 09:31:23 2015 -0600
  34. 3ed7dda elf: Add a few definitions for 64-bit relocation by Simon Glass · Fri Jul 31 09:31:21 2015 -0600
  35. 6664077 dm: serial: Correct logic in serial_find_console_or_panic() by Simon Glass · Fri Jul 31 09:31:20 2015 -0600
  36. 46766df dm: core: Check for empty list in uclass_find_device() by Simon Glass · Fri Jul 31 09:31:19 2015 -0600
  37. 68b27d3 Support removing default assembler flags by Simon Glass · Fri Jul 31 09:31:18 2015 -0600
  38. d6c09ba common: command add '\n' for debug msg by Peng Fan · Tue Jul 28 22:45:37 2015 +0800
  39. 6cd571b lib: fdt: fix indent of #ifdef..#endif conditional by Masahiro Yamada · Sat Aug 01 16:03:25 2015 +0900
  40. 6bd4484 common: Print nothing in the __weak checkboard() by Bin Meng · Fri Jul 31 00:24:40 2015 -0700
  41. 6b94c42 gitignore: Add defconfig and fdtgrep by Bin Meng · Fri Jul 31 00:24:39 2015 -0700
  42. 947391c x86: bayleybay: Configure PCI IRQ by Bin Meng · Thu Jul 30 03:49:18 2015 -0700
  43. e1c4935 x86: Add Intel Bayley Bay board support by Bin Meng · Thu Jul 30 03:49:17 2015 -0700
  44. 6a3de7c x86: Add microcode for BayTrail-I B0 stepping by Bin Meng · Thu Jul 30 03:49:16 2015 -0700
  45. a43c5d9 x86: baytrail: Update UPD setting for FSP Gold4 release by Bin Meng · Thu Jul 30 03:49:15 2015 -0700
  46. 82977a8 x86: minnowmax: Remove smsc47x superio codes by Bin Meng · Thu Jul 30 03:49:14 2015 -0700
  47. e751844 x86: Sanity test on vesa parameters before setting up kernel screen_info by Bin Meng · Thu Jul 30 03:49:13 2015 -0700
  48. 6647f57 x86: qemu: Add MP initialization by Bin Meng · Mon Jul 27 19:16:08 2015 +0800
  49. b9f3277 x86: Add a 'pause' instruction in __udelay() for QEMU target by Miao Yan · Mon Jul 27 19:16:07 2015 +0800
  50. 8571ea5 doc: dm: Update pci-info.txt for pci support by Bin Meng · Mon Jul 27 00:33:43 2015 -0700
  51. 02284a0 dm: pci: Allow scan bridge child devices before relocation by Bin Meng · Mon Jul 27 00:33:39 2015 -0700
  52. f78abfb Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · Tue Aug 04 12:21:45 2015 -0400
  53. 200eecd configs: ti_armv7_keystone2: replace addr_uboot with loadaddr by Vitaly Andrianov · Mon Aug 03 15:54:32 2015 -0400
  54. 817c1f0 armv8/ls2085ardb: Add USB support for ls2085ardb by Nikhil Badola · Fri Jun 26 17:02:18 2015 +0530
  55. 0393333 armv8/ls2085aqds: Add USB support for ls2085aqds by Nikhil Badola · Fri Jun 26 17:02:00 2015 +0530
  56. 2b53ade armv8/lsch3/config: Define USB XHCI controller base address for LS2085A by Nikhil Badola · Fri Jun 26 17:01:50 2015 +0530
  57. 883f720 armv8/lsch3/config: Define CONFIG_SYS_CACHELINE_SIZE for LS2085A by Nikhil Badola · Fri Jun 26 16:59:21 2015 +0530
  58. 999273f drivers/ddr/fsl: Adjust bstopre value by York Sun · Thu Jul 23 14:04:48 2015 -0700
  59. 9b39fa2 drivers/crypto/fsl: clean-up - use fdt_setprop_u32 helper by horia.geanta@freescale.com · Wed Jul 08 17:24:58 2015 +0300
  60. 66e26aa drivers/crypto/fsl: fix snooping for write transactions by horia.geanta@freescale.com · Wed Jul 08 17:24:57 2015 +0300
  61. 5016de2 drivers/crypto/fsl: fix "era" property value on LE platforms by horia.geanta@freescale.com · Wed Jul 08 17:24:56 2015 +0300
  62. 5d7d24b drivers/pci/layerscape: Add EP mode support by Minghuan Lian · Fri Jul 10 11:35:09 2015 +0800
  63. c5bc6aa drivers/pci: Add function to find an extended capability by Minghuan Lian · Fri Jul 10 11:35:08 2015 +0800
  64. 9564df6 drivers/fsl-mc: flib changes for mc 8.0.0 by Prabhakar Kushwaha · Tue Jul 07 15:40:06 2015 +0530
  65. befb5cb drivers/crypto/fsl: enable raw data instead of von Neumann data by Alex Porosanu · Tue May 05 16:48:35 2015 +0300
  66. 5a0d763 drivers/crypto/fsl: change starting entropy delay value by Alex Porosanu · Tue May 05 16:48:34 2015 +0300
  67. f8d6a7f drivers/crypto/fsl: disable RNG oscillator maximum frequency check by Alex Porosanu · Tue May 05 16:48:33 2015 +0300
  68. 158cff0 armv7/ls1021a/etsec: Enable Tx Data and TxBD snooping by Alison Wang · Thu Jul 09 11:09:05 2015 +0800
  69. 5dec9d7 armv7/ls1021a: allow OCRAM access permission as R/W in SPL by Alison Wang · Thu Jul 09 10:50:07 2015 +0800
  70. 0b5034c armv7/ls102xa: Fix non-boot cpus cannot correctly fall in spin table by Wang Dongsheng · Thu Jun 18 18:32:58 2015 +0800
  71. 08a01d4 armv7/ls1021atwr: program the regulator for deep sleep by chenhui zhao · Fri May 15 14:42:30 2015 +0800
  72. 8b160bc armv7/ls1021atwr: added deep sleep support in uboot by Tang Yuantian · Thu May 14 17:20:28 2015 +0800
  73. 3093be7 armv7/lS1021atwr: Enable bootscript for secure boot by gaurav rana · Tue May 12 12:25:01 2015 +0530
  74. d64f1a4 driver/qe: use strncpy instead of strcpy by Zhao Qiang · Tue May 05 15:53:33 2015 +0800
  75. 7879a49 drivers/qe: transform parameter to compatible type by Zhao Qiang · Tue May 05 15:53:32 2015 +0800
  76. 065bab8 armv7/ls1021a: Reserve secure code into RAM instead of OCRAM by Zhuoyu Zhang · Tue Mar 24 17:27:37 2015 +0800
  77. 3e120f6 Prepare v2015.10-rc1 by Tom Rini · Mon Aug 03 10:52:14 2015 -0400
  78. 4a43fe9 fsl_esdhc.c: Always make check_and_invalidate_dcache_range available by Tom Rini · Sun Aug 02 10:27:52 2015 -0400
  79. 65022b3 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · Sun Aug 02 07:40:37 2015 -0400
  80. 73f3ccb arm: mx6: tqma6: fix build for WRU-IV baseboard by Stefano Babic · Sun Jul 26 14:28:25 2015 +0200
  81. dbf316a imx: mx6ul_14x14_evk add basic board support by Peng Fan · Mon Jul 20 19:28:35 2015 +0800
  82. 96605db imx: imx6_spl add mx6ul support by Peng Fan · Mon Jul 20 19:28:34 2015 +0800
  83. 98f11a1 imx:mx6ul add dram spl configuration and header file by Peng Fan · Mon Jul 20 19:28:33 2015 +0800
  84. 3df187a mx6_common: Fix LOADADDR and SYS_TEXT_BASE for i.MX6UL by Peng Fan · Mon Jul 20 19:28:32 2015 +0800
  85. f5dd87e mxc: gpio add i.MX6UL support by Peng Fan · Mon Jul 20 19:28:31 2015 +0800
  86. 80b2415 imx: mx6 add PAD_CTL_SPEED_LOW for i.MX6SX/UL by Peng Fan · Mon Jul 20 19:28:30 2015 +0800
  87. cf333da imx: mx6ul update soc related settings by Peng Fan · Mon Jul 20 19:28:29 2015 +0800
  88. 6ac4a43 imx: mx6ul select SYS_L2CACHE_OFF by Peng Fan · Mon Jul 20 19:28:28 2015 +0800
  89. 40a6ed1 imx:mx6ul add clock support by Peng Fan · Mon Jul 20 19:28:27 2015 +0800
  90. d2d4fcb imx: mx6ul remove errata for i.MX6UL by Peng Fan · Mon Jul 20 19:28:26 2015 +0800
  91. ee869ca imx-common: timer: add i.MX6UL support by Peng Fan · Mon Jul 20 19:28:25 2015 +0800
  92. 52d3739 imx: mx6ul Add CONFIG_SYS_CACHELINE_SIZE for i.MX6UL by Peng Fan · Mon Jul 20 19:28:24 2015 +0800
  93. 59e680d imx: mx6ul: Update imx registers head file by Peng Fan · Mon Jul 20 19:28:23 2015 +0800
  94. 5049118 imx: mx6ul: Add pins IOMUX head file by Peng Fan · Mon Jul 20 19:28:22 2015 +0800
  95. eaa53a1 imx: mx6ul: Add i.MX6UL CPU type by Peng Fan · Mon Jul 20 19:28:21 2015 +0800
  96. b577da6 sf: kconfig: add kconfig options for spi flashes by Nikita Kiryanov · Thu Jul 23 17:19:38 2015 +0300
  97. 8184940 usb: kconfig: create a menu for usb by Nikita Kiryanov · Thu Jul 23 17:19:37 2015 +0300
  98. 2f260fb usb: kconfig: usb keyboard kconfig by Nikita Kiryanov · Thu Jul 23 17:19:36 2015 +0300
  99. 9924103 arm: mx6: usb: kconfig: add USB_EHCI_MX6 kconfig option by Nikita Kiryanov · Thu Jul 23 17:19:35 2015 +0300
  100. 484ccc1 arm: mx6: kconfig: don't select CPU_V7 per board by Nikita Kiryanov · Thu Jul 23 17:19:34 2015 +0300