1. 7edd07d dm: timer: Avoid using timer before it is ready by Simon Glass · Sat Nov 28 22:16:35 2015 -0700
  2. 7a149fc Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · Mon Nov 30 07:10:18 2015 -0500
  3. 7840c4a part:efi: add bootable parameter in gpt command by Patrick Delaunay · Tue Nov 17 11:36:52 2015 +0100
  4. 309691b gpt: command: Extend gpt command to support GPT table verification by Lukasz Majewski · Fri Nov 20 08:06:17 2015 +0100
  5. cc5f3d7 gpt: doc: Update gpt command's help description by Lukasz Majewski · Fri Nov 13 07:42:10 2015 +0100
  6. ad4e590 gpt: command: Remove duplicated check for empty partition description by Lukasz Majewski · Fri Nov 20 08:06:13 2015 +0100
  7. 363ab7b lib/tiny-printf.c: Add tiny printf function for space limited environments by Stefan Roese · Mon Nov 23 07:00:22 2015 +0100
  8. da8f104 common/console.c: Small coding style cleanup by Stefan Roese · Mon Nov 16 15:26:32 2015 +0100
  9. 19136bb common/console.c: Drop sandbox special-case console code by Stefan Roese · Mon Nov 16 15:26:31 2015 +0100
  10. a24ea7a eeprom: Clean up checkpatch issues by Marek Vasut · Tue Nov 10 20:53:33 2015 +0100
  11. 4d17f71 eeprom: Add support for selecting i2c bus by Marek Vasut · Tue Nov 10 20:53:32 2015 +0100
  12. f422ae7 eeprom: Add bus argument to eeprom_init() by Marek Vasut · Tue Nov 10 20:53:31 2015 +0100
  13. 7a23721 eeprom: Pull out the RW loop by Marek Vasut · Tue Nov 10 20:53:30 2015 +0100
  14. d062c48 eeprom: Pull out transfer length computation by Marek Vasut · Tue Nov 10 20:53:29 2015 +0100
  15. 4208679 eeprom: Pull out CONFIG_SYS_EEPROM_PAGE_WRITE_BITS by Marek Vasut · Tue Nov 10 20:53:28 2015 +0100
  16. a1d4aeb eeprom: Suck the ifdef into eeprom_init() by Marek Vasut · Tue Nov 10 20:53:27 2015 +0100
  17. d848b08 eeprom: Pull out CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS by Marek Vasut · Tue Nov 10 20:53:26 2015 +0100
  18. 2a632ffc eeprom: Make eeprom_write_enable() weak by Marek Vasut · Tue Nov 10 20:53:25 2015 +0100
  19. 6ae5957 eeprom: Pull out address computation by Marek Vasut · Tue Nov 10 20:53:24 2015 +0100
  20. 78990c7 eeprom: Pull out the I/O code by Marek Vasut · Tue Nov 10 20:53:23 2015 +0100
  21. ae59bfc eeprom: Zap CONFIG_SPI_X by Marek Vasut · Tue Nov 10 20:53:22 2015 +0100
  22. ff933f5 eeprom: Zap eeprom_probe() by Marek Vasut · Tue Nov 10 20:53:21 2015 +0100
  23. 44a6ac4 eeprom: Zap CONFIG_SYS_EEPROM_X40430 by Marek Vasut · Tue Nov 10 20:53:20 2015 +0100
  24. ee54144 eeprom: Zap CONFIG_SYS_I2C_MULTI_EEPROMS by Marek Vasut · Tue Nov 10 20:53:19 2015 +0100
  25. 704a096 eeprom: Shuffle code around by Marek Vasut · Tue Nov 10 20:53:18 2015 +0100
  26. ab88fdb usb: Avoid open-coded USB constants in usb_kbd.c by Simon Glass · Sun Nov 08 23:48:04 2015 -0700
  27. 48629c5 usb: Drop unused code in usb_kbd.c by Simon Glass · Sun Nov 08 23:48:03 2015 -0700
  28. 09def3a usb: Refactor USB tree output code for testing by Simon Glass · Sun Nov 08 23:47:51 2015 -0700
  29. 1bb4923 console: Add a console buffer by Simon Glass · Sun Nov 08 23:47:48 2015 -0700
  30. a73bda4 Move console definitions into a new console.h file by Simon Glass · Sun Nov 08 23:47:45 2015 -0700
  31. 2d7c499 dm: usb: Avoid time delays in sandbox tests by Simon Glass · Sun Nov 08 23:47:44 2015 -0700
  32. c2fbaa2 common/board_f.c: move mark_bootstage after arch_cpu_init_dm by Thomas Chou · Fri Oct 30 15:35:51 2015 +0800
  33. d3d4035 dm: stdio: Plumb in the new keyboard uclass by Simon Glass · Sun Oct 18 21:17:15 2015 -0600
  34. ed32c0c dm: input: Create a keyboard uclass by Simon Glass · Sun Oct 18 21:17:10 2015 -0600
  35. 02f0c28 dm: usb: Add support for USB keyboards with driver model by Simon Glass · Tue Sep 08 11:15:11 2015 -0600
  36. aae0088 LCD: Add an option to skip registration as an stdio output by Stephane Ayotte · Tue Nov 03 11:14:49 2015 -0500
  37. ecc0931 Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · Thu Nov 19 11:25:36 2015 -0500
  38. f3aabf1 common: mii: Do not allow to exceed max phy limit by Michal Simek · Mon Oct 19 15:13:34 2015 +0200
  39. ce1771e tools: zynqimage: Add Xilinx Zynq boot header generation to mkimage by Nathan Rossi · Tue Nov 17 22:56:56 2015 +1000
  40. 78d30e5 env_ubi.c: Correct pointer error in env load by Kevin Smith · Fri Oct 23 17:51:47 2015 +0000
  41. aa632ab itest: add missing break statements to evalexp() by Stephen Warren · Tue Nov 17 10:29:08 2015 -0700
  42. 3a077cd common: add CMD_GPIO to Kconfig by Thomas Chou · Wed Nov 11 21:39:33 2015 +0800
  43. e63b2dd spl: mmc: add support for BOOT_DEVICE_MMC2 by Nikita Kiryanov · Sun Nov 08 17:11:54 2015 +0200
  44. 8ec2e6c spl: announce boot devices by Nikita Kiryanov · Sun Nov 08 17:11:52 2015 +0200
  45. 3ed9478 spl: add support for alternative boot device by Nikita Kiryanov · Sun Nov 08 17:11:51 2015 +0200
  46. 0a97881 common: spl: move image load to its own function by Nikita Kiryanov · Sun Nov 08 17:11:50 2015 +0200
  47. 33eefe4 spl: change return values of spl_*_load_image() by Nikita Kiryanov · Sun Nov 08 17:11:49 2015 +0200
  48. 2b3ae5f spl: mmc: get rid of emmc boot code duplication by Nikita Kiryanov · Sun Nov 08 17:11:48 2015 +0200
  49. 642648c spl: mmc: move fs boot into its own function by Nikita Kiryanov · Sun Nov 08 17:11:47 2015 +0200
  50. 011cd8f spl: mmc: get rid of #ifdef CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION check by Nikita Kiryanov · Sun Nov 08 17:11:46 2015 +0200
  51. cc49f55 spl: mmc: remove #ifdef CONFIG_SPL_OS_BOOT check by Nikita Kiryanov · Sun Nov 08 17:11:45 2015 +0200
  52. 022ddb8 spl: mmc: refactor device location code to its own function by Nikita Kiryanov · Sun Nov 08 17:11:44 2015 +0200
  53. ed52f4d spl: mmc: add break statements in spl_mmc_load_image() by Nikita Kiryanov · Sun Nov 08 17:11:43 2015 +0200
  54. 08fb32e6 spl: nand: remove code duplication by Nikita Kiryanov · Sun Nov 08 17:11:42 2015 +0200
  55. 809c054 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · Mon Nov 16 08:35:38 2015 -0500
  56. 80ca30d splash_source: add support for filesystem formatted sata by Nikita Kiryanov · Thu Oct 29 11:54:43 2015 +0200
  57. bf5c3cc splash_source: add support for filesystem formatted usb by Nikita Kiryanov · Thu Oct 29 11:54:42 2015 +0200
  58. 7428271 splash_source: add support for filesystem formatted mmc by Nikita Kiryanov · Thu Oct 29 11:54:41 2015 +0200
  59. b8183de splash_source: rename *_read() to *_read_raw() by Nikita Kiryanov · Thu Oct 29 11:54:40 2015 +0200
  60. ee76cf6 Merge branch 'series1_v2' of git://git.denx.de/u-boot-sparc by Tom Rini · Fri Nov 13 10:04:34 2015 -0500
  61. e8e589d x86: Move timer_init() call a bit earlier by Bin Meng · Thu Oct 22 19:13:33 2015 -0700
  62. 9d59af9 sparc: leon3: Moved GRLIB core header files to common include/grlib directory by Daniel Hellstrom · Thu Jan 21 16:09:37 2010 +0100
  63. 7773202 sparc: Kconfig: Move the CMD_AMBAPP command to Kconfig by Francois Retief · Mon Oct 27 13:39:03 2014 +0200
  64. 02e2a84 sparc: leon3: Reimplemented AMBA Plug&Play scanning routines. by Daniel Hellstrom · Mon Jan 25 09:54:51 2010 +0100
  65. 38e1a97 board_init: Change the logic to setup malloc_base by Fabio Estevam · Thu Nov 12 12:30:19 2015 -0200
  66. d7f1892 common: Simplify get_clocks() #ifdef by Peng Fan · Fri Oct 30 17:30:02 2015 +0800
  67. 58f30d8 mmc: Use lldiv() for 64-bit division in write_raw_image() by Siarhei Siamashka · Wed Oct 28 06:24:16 2015 +0200
  68. 8248c8d gpt: add optional parameter type in gpt command by Patrick Delaunay · Tue Oct 27 11:00:27 2015 +0100
  69. 6af49bc sparse: Rename the file and header by Maxime Ripard · Thu Oct 15 14:34:19 2015 +0200
  70. 1812354 fastboot: nand: Add pre erase and write hooks by Maxime Ripard · Thu Oct 15 14:34:18 2015 +0200
  71. 33602a9 fastboot: Implement NAND backend by Maxime Ripard · Thu Oct 15 14:34:17 2015 +0200
  72. a60520e sparse: Implement several chunks flashing by Maxime Ripard · Thu Oct 15 14:34:16 2015 +0200
  73. aa3eba2 fastboot: Implement flashing session counter by Maxime Ripard · Thu Oct 15 14:34:15 2015 +0200
  74. a58e9c7 sparse: Implement storage abstraction by Maxime Ripard · Thu Oct 15 14:34:14 2015 +0200
  75. 00e8eb7 fastboot: Move fastboot response functions to fastboot core by Maxime Ripard · Thu Oct 15 14:34:13 2015 +0200
  76. 61715e7 sparse: Simplify multiple logic by Maxime Ripard · Thu Oct 15 14:34:12 2015 +0200
  77. 93c5610 sparse: Refactor chunk parsing function by Maxime Ripard · Thu Oct 15 14:34:11 2015 +0200
  78. aae9674 sparse: Move main header parsing to a function of its own by Maxime Ripard · Thu Oct 15 14:34:10 2015 +0200
  79. 7f30312 Merge branch 'master' of git://git.denx.de/u-boot-nios by Tom Rini · Fri Nov 06 09:21:33 2015 -0500
  80. 859e010 Merge branch 'master' of git://git.denx.de/u-boot-mips by Tom Rini · Fri Nov 06 09:17:17 2015 -0500
  81. bb08b0b common/board_f: enable setup_board_part1() for MIPS by Daniel Schwierzeck · Sun Nov 01 17:36:13 2015 +0100
  82. 133b9c3 nios2: use common sequence for reserve_uboot by Thomas Chou · Tue Oct 27 11:23:39 2015 +0800
  83. 41d02bb nios2: use dram bank in board info by Thomas Chou · Tue Oct 27 10:21:06 2015 +0800
  84. 1cd8761 sf: Add SPI NOR protection mechanism by Fabio Estevam · Thu Nov 05 12:43:42 2015 -0200
  85. dae7b73 Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · Thu Nov 05 07:47:21 2015 -0500
  86. 6abe4b6 video: Drop DEV_FLAGS_SYSTEM flag by Bin Meng · Tue Nov 03 23:23:37 2015 -0800
  87. d83b89d common/usb_storage.c: Clean up usb_storage_probe() by Tom Rini · Sun Oct 11 07:26:27 2015 -0400
  88. 71c44e8 Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · Fri Oct 30 12:56:58 2015 -0400
  89. d5987a9 Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · Thu Oct 29 16:30:33 2015 -0400
  90. a961e1f net: mdio: Add mdio_free() and mdio_unregister() API by Bin Meng · Wed Oct 07 21:32:37 2015 -0700
  91. 52de2e5 common/board_f.c: change the macro name and remove it for PPC platforms by Gong Qianyu · Mon Oct 26 19:47:42 2015 +0800
  92. 42c65e8 Merge git://git.denx.de/u-boot-dm by Tom Rini · Tue Oct 27 19:08:19 2015 -0400
  93. 648c444 image.c: Fix non-Android booting with ramdisk and/or device tree by Tom Rini · Tue Oct 27 19:04:40 2015 -0400
  94. edd551f fdt_support: Don't panic if stdout alias is missing by Scott Wood · Tue Sep 01 22:48:08 2015 -0500
  95. 94b66de ubi,ubifs: sync with linux v4.2 by Heiko Schocher · Thu Oct 22 06:19:21 2015 +0200
  96. 8bca435 common/board_f.c: modify the macro to use get_clocks() more common by Gong Qianyu · Wed Sep 09 16:44:16 2015 +0800
  97. 13a15e2 board_init_f_mem(): Don't create an unused early malloc() area by Simon Glass · Mon Oct 19 06:49:58 2015 -0600
  98. 90a2fbb board_init_f_mem(): Don't require memset() by Simon Glass · Mon Oct 19 06:49:57 2015 -0600
  99. b1beb11 Move board_init_f_mem() into a common location by Simon Glass · Mon Oct 19 06:49:56 2015 -0600
  100. 304ce79 itest: make memory access work under sandbox by Stephen Warren · Sat Oct 03 13:56:46 2015 -0600