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