1. 5f19b2d board: ti: beagle_x15: added USB initializtion code by Kishon Vijay Abraham I · Wed Aug 19 14:13:19 2015 +0530
  2. 2a447bf include: configs: am43xx_evm: add 'usb stop' in usbboot env by Kishon Vijay Abraham I · Mon Aug 10 16:52:58 2015 +0530
  3. 76d0c1d board: ti: remove duplicate initialization of vbus_id_status by Kishon Vijay Abraham I · Mon Aug 10 16:52:57 2015 +0530
  4. cc55adf TI PHY: Add support to control 2nd USB PHY in DRA7xx/AM57xx by Kishon Vijay Abraham I · Mon Aug 10 16:52:56 2015 +0530
  5. e6bda8c ARM: DRA7: Enable clocks for USB OTGSS2 and USB PHY2 by Kishon Vijay Abraham I · Mon Aug 10 16:52:55 2015 +0530
  6. 4329a05 usb: dwc3: dwc3-omap: Use the clear register inorder to clear the interrupts by Kishon Vijay Abraham I · Mon Aug 10 16:52:54 2015 +0530
  7. 3d6ab74 Makefile: fix SOURCE_DATE_EPOCH for *BSD host by Andreas Bießmann · Fri Aug 28 10:29:55 2015 +0200
  8. 31f345e picosam9g45: adopt CONFIG_SYS_PROMPT by Andreas Bießmann · Tue Aug 25 09:48:16 2015 +0200
  9. 6e459e8 at91sam9260ek: add missing files to MAINTAINERS by Andreas Bießmann · Wed Aug 19 10:32:20 2015 +0200
  10. 9ed6823 at91sam9rlek: add missing files to MAINTAINERS by Andreas Bießmann · Wed Aug 19 10:31:31 2015 +0200
  11. dd15fab omap-common: SYS_BOOT fallback logic correction and support for more devices by Paul Kocialkowski · Thu Aug 27 10:46:09 2015 +0200
  12. abc574b mtd/nand/ubi: assortment of alignment fixes by Marcel Ziswiler · Tue Aug 18 13:06:37 2015 +0200
  13. a3b2986 arm: spear: Some changes / updates to the x600 config header by Stefan Roese · Tue Aug 18 09:27:20 2015 +0200
  14. 448e84f arm: spear: Enable caches on SPEAr by Stefan Roese · Tue Aug 18 09:27:19 2015 +0200
  15. 7618ad0 arm: spear: Move to common SPL infrastructure by Stefan Roese · Tue Aug 18 09:27:17 2015 +0200
  16. e83fa49 arm: spear: Fix booting - relocate vector table to 0 (low-vector) by Stefan Roese · Tue Aug 18 09:27:16 2015 +0200
  17. b4a96bd ARM: k2l: Fix device speeds by Lokesh Vutla · Mon Aug 17 19:58:34 2015 +0530
  18. 5e67bf0 ARM: keystone2: Update README by Lokesh Vutla · Mon Aug 17 19:54:52 2015 +0530
  19. 4a4c9f5 ARM: keystone2: Build MLO by default by Lokesh Vutla · Mon Aug 17 19:54:51 2015 +0530
  20. 0afbe87 ARM: keystone2: Rename u-boot-nand.gph to MLO by Lokesh Vutla · Mon Aug 17 19:54:50 2015 +0530
  21. cb66cbe ARM: keystone2: move the custom build rules out to keystone specific makefile by Nishanth Menon · Mon Aug 17 19:54:49 2015 +0530
  22. 736bb5a ARM: keystone2: configs: Move SP to end of u-boot section by Lokesh Vutla · Mon Aug 17 19:54:48 2015 +0530
  23. 8764fd6 env_mmc: Properly prefix mmc errors with '!' by Hans de Goede · Sat Aug 15 20:05:01 2015 +0200
  24. 57dbd91 malloc_simple: Correct the alignment logic in memalign_simple() by Simon Glass · Fri Aug 14 13:26:43 2015 -0600
  25. 1e642d7 kconfiglib: update to the latest version by Ulf Magnusson · Thu Aug 13 19:55:40 2015 +0200
  26. be3a553 ARM: DRA74-evm: Use SMA_1 spare register to workaround DP83865 phy on SR2.0 by Nishanth Menon · Thu Aug 13 09:51:00 2015 -0500
  27. 6759e7f ARM: DRA74-evm: Add iodelay values for SR2.0 by Nishanth Menon · Thu Aug 13 09:50:59 2015 -0500
  28. 4de1668 ARM: DRA7: Add detection of ES2.0 by Nishanth Menon · Thu Aug 13 09:50:58 2015 -0500
  29. 9b24773 Makefile: Use correct timezone for U_BOOT_TZ by Chris Packham · Thu Aug 13 18:08:27 2015 +1200
  30. 28ef5c5 lib/display_options: Fix print_freq by Suriyan Ramasami · Tue Aug 18 09:25:33 2015 -0700
  31. 71300b2 NDS32: Generic Board Support and Unsupport by Kun-Hua Huang · Mon Aug 24 14:52:36 2015 +0800
  32. 89299e2 NDS32: Generic Board Support and Unsupport by Kun-Hua Huang · Mon Aug 24 14:52:35 2015 +0800
  33. b2c20f6 rpi: set fdt_addr_r to 0x00000100 to match default device_tree_address by Jonathan Liu · Sat Aug 22 20:27:17 2015 +1000
  34. 6a2283f image: Fix loop condition to avoid warning by Thierry Reding · Thu Aug 20 11:45:43 2015 +0200
  35. b30eaad Merge git://git.denx.de/u-boot-x86 by Tom Rini · Wed Aug 26 17:48:05 2015 -0400
  36. 651ea8b dm: pci: Document binding of pci device drivers by Bin Meng · Mon Aug 24 01:14:04 2015 -0700
  37. 4521a6c x86: crownbay: Support Topcliff integrated pci uart devices with driver model by Bin Meng · Mon Aug 24 01:14:03 2015 -0700
  38. 82cdd78 dm: core: Fix code reentrancy issue in device_probe_child() by Bin Meng · Mon Aug 24 01:14:02 2015 -0700
  39. a4c3818 dm: pci: Optimize pci_uclass_post_bind() by Bin Meng · Mon Aug 24 01:14:01 2015 -0700
  40. ff1b635 video: ct69000: Remove unused codes by Bin Meng · Mon Aug 24 01:00:09 2015 -0700
  41. a2f61ba x86: crownbay: Enable on-board SMSC superio keyboard controller by Bin Meng · Mon Aug 24 01:00:08 2015 -0700
  42. e52e17a video: cfb_console: Allow VGA device to work without i8042 keyboard by Bin Meng · Mon Aug 24 01:00:07 2015 -0700
  43. ef4d785 x86: i8042: Correctly initialize the controller by Bin Meng · Mon Aug 24 01:00:06 2015 -0700
  44. bc82308 x86: i8042: Clean up the driver per coding convention by Bin Meng · Mon Aug 24 01:00:05 2015 -0700
  45. c89f251 x86: i8042: Reorder static functions by Bin Meng · Mon Aug 24 01:00:04 2015 -0700
  46. c8c1ef9 x86: i8042: Remove unused codes by Bin Meng · Mon Aug 24 01:00:03 2015 -0700
  47. 0773aed x86: gpio: Tidy up gpio_ich6_get_base() and callers by Simon Glass · Sat Aug 22 15:58:59 2015 -0600
  48. 94641cb x86: gpio: Correct calls to _ich6_gpio_set_direction() by Simon Glass · Sat Aug 22 15:58:58 2015 -0600
  49. bcab137 x86: minnowmax: Correct pad-offset value for host_en1 by Simon Glass · Sat Aug 22 15:58:56 2015 -0600
  50. f2b223f dm: pci: Add a comment to help find pci_hose_read_config_byte, etc. by Simon Glass · Sat Aug 22 15:58:55 2015 -0600
  51. 1b46485 x86: minnowmax: Add access to GPIOs E0, E1, E2 by Simon Glass · Sat Aug 22 15:58:53 2015 -0600
  52. af8d55f x86: Add DSDT table for supporting ACPI on QEMU by Saket Sinha · Sat Aug 22 12:20:57 2015 +0530
  53. d0103d9 x86: Add ACPI table support to QEMU by Saket Sinha · Sat Aug 22 12:20:56 2015 +0530
  54. 331141a x86: Generate a valid ACPI table by Saket Sinha · Sat Aug 22 12:20:55 2015 +0530
  55. 44344a6 dm: pci: Save devfn without bus number in pci_uclass_child_post_bind() by Bin Meng · Thu Aug 20 06:40:26 2015 -0700
  56. a2822b8 fdtdec: Fix possible infinite loop in fdtdec_get_pci_vendev() by Bin Meng · Thu Aug 20 06:40:25 2015 -0700
  57. 4990323 patman: use -D option for git format-patch by Masahiro Yamada · Tue Aug 18 11:30:29 2015 +0900
  58. df92cee x86: superio: Add keyboard controller support to smsc_lpc47m driver by Bin Meng · Fri Aug 21 00:18:51 2015 -0700
  59. c0820a4 x86: fsp: Call fsp_init_phase_pci() in pci_uclass_post_probe() by Bin Meng · Thu Aug 20 06:40:23 2015 -0700
  60. 1dde8c1 x86: baytrail: Remove the fsp_init_phase_pci() call by Bin Meng · Thu Aug 20 06:40:22 2015 -0700
  61. 549ef4d x86: queensbay: Move unprotect_spi_flash() to arch_misc_init() by Bin Meng · Thu Aug 20 06:40:21 2015 -0700
  62. 73574dc x86: fsp: Add comments about U-Boot entering start.S twice by Bin Meng · Thu Aug 20 06:40:20 2015 -0700
  63. 12440cd x86: fsp: Enlarge the size of malloc() pool before relocation by Bin Meng · Thu Aug 20 06:40:19 2015 -0700
  64. 178f897 x86: fsp: Delay x86_fsp_init() call a little bit by Bin Meng · Thu Aug 20 06:40:18 2015 -0700
  65. 984c0dc dm: pci: Support selected device/driver binding before relocation by Bin Meng · Thu Aug 20 06:40:17 2015 -0700
  66. 13b8cc9 x86: ifdtool: Drop microcode from the device tree when collating by Simon Glass · Sat Aug 15 14:37:54 2015 -0600
  67. 367c3ce x86: ifdtool: Support collating microcode into one place by Simon Glass · Sat Aug 15 14:37:53 2015 -0600
  68. 29e7e69 x86: ifdtool: Split microcode linking into its own function by Simon Glass · Sat Aug 15 14:37:52 2015 -0600
  69. 062d2a6 x86: ifdtool: Check that U-Boot does not overlap other regions by Simon Glass · Sat Aug 15 14:37:51 2015 -0600
  70. 35dffd5 x86: baytrail: Support multiple microcode copies by Bin Meng · Sat Aug 15 14:37:50 2015 -0600
  71. dddf6fd x86: baytrail: Add microcode for BayTrail-I D0 stepping by Bin Meng · Sat Aug 15 14:37:49 2015 -0600
  72. a62282b x86: Correct microcode documentation by Simon Glass · Sat Aug 15 14:37:48 2015 -0600
  73. 094f233 efi: Update README.efi to clarify build and test instructions by Bin Meng · Mon Aug 17 20:34:47 2015 -0700
  74. 9f671fd x86: Set up video framebuffer for coreboot before loading kernel by Bin Meng · Thu Aug 13 00:29:17 2015 -0700
  75. c8990bd video: coreboot: Save VESA mode for future use by Bin Meng · Thu Aug 13 00:29:16 2015 -0700
  76. 4dde045 x86: Enable CONFIG_PCI_CONFIG_HOST_BRIDGE for all boards by Bin Meng · Thu Aug 13 00:29:15 2015 -0700
  77. 5942d3e x86: Only include cbfs command for coreboot by Bin Meng · Thu Aug 13 00:29:14 2015 -0700
  78. fd53d3c x86: kconfig: Hide "System tables" for coreboot by Bin Meng · Thu Aug 13 00:29:13 2015 -0700
  79. cd7f944 x86: kconfig: Hide "System tables" for EFI by Bin Meng · Thu Aug 13 00:29:12 2015 -0700
  80. 2bc8b8a x86: coreboot: Allow >=4GiB memory bank size by Bin Meng · Thu Aug 13 00:29:11 2015 -0700
  81. 535109a x86: Remove calculate_relocation_address() by Bin Meng · Thu Aug 13 00:29:10 2015 -0700
  82. 345ceca x86: coreboot: Correctly report E820 types by Bin Meng · Thu Aug 13 00:29:09 2015 -0700
  83. 44f621f x86: coreboot: Increase memrange entry number to 32 by Bin Meng · Thu Aug 13 00:29:08 2015 -0700
  84. e8e70ad x86: doc: Update coreboot payload entry point address by Bin Meng · Thu Aug 13 00:29:07 2015 -0700
  85. d0ee7d0 net: e1000: Fix build warnings for 32-bit by Bin Meng · Wed Aug 26 06:17:27 2015 -0700
  86. b12d6fc Merge git://git.denx.de/u-boot-nand-flash by Tom Rini · Wed Aug 26 07:07:36 2015 -0400
  87. e3bbfb7 mtd: nand: mxs invalidate dcache before DMA read by Peng Fan · Tue Jul 21 16:15:21 2015 +0800
  88. c94f09d mtd: nand: mxs support oobsize bigger than 512 by Peng Fan · Tue Jul 21 16:15:19 2015 +0800
  89. 645949b arm: mvebu: Enable NAND on db-mv784mp-gp by Stefan Roese · Thu Jul 23 10:26:18 2015 +0200
  90. 75659da mtd: nand: Add mvebu (PXA / AXP / A38x) NAND device driver by Stefan Roese · Thu Jul 23 10:26:16 2015 +0200
  91. f16bd95 mtd: nand: Increase max sizes of OOB and Page size by Siva Durga Prasad Paladugu · Tue Apr 28 18:16:03 2015 +0530
  92. 3ea94ed nand: Sync with Linux v4.1 by Scott Wood · Fri Jun 26 19:03:26 2015 -0500
  93. fc9d57c mtd: Introduce mtd_block_isreserved() by Ezequiel Garcia · Wed May 21 19:06:12 2014 -0300
  94. 831bbad nand: Remove __UBOOT__ ifdefs by Scott Wood · Mon Jun 22 22:38:32 2015 -0500
  95. 92b4c99 Merge git://git.denx.de/u-boot-pxa by Tom Rini · Mon Aug 24 16:06:03 2015 -0400
  96. 99c5341 arm: pxa: colibri_pxa270: add optional i2c support by Marcel Ziswiler · Sun Aug 16 04:16:36 2015 +0200
  97. 3e2cb73 arm: pxa: colibri_pxa270: add optional lcd support by Marcel Ziswiler · Sun Aug 16 04:16:35 2015 +0200
  98. 7cc27c9 arm: pxa: colibri_pxa270: add some more nor flash details by Marcel Ziswiler · Sun Aug 16 04:16:34 2015 +0200
  99. e0d06be arm: pxa: palmtreo680: get rid of obsolete CONFIG_SYS_LCD_PXA_NO_L_BIAS by Marcel Ziswiler · Sun Aug 16 04:16:33 2015 +0200
  100. e822b4a lcd: pxa: clean-up include file order by Marcel Ziswiler · Sun Aug 16 04:16:31 2015 +0200