1. aae0088 LCD: Add an option to skip registration as an stdio output by Stephane Ayotte · Tue Nov 03 11:14:49 2015 -0500
  2. aa632ab itest: add missing break statements to evalexp() by Stephen Warren · Tue Nov 17 10:29:08 2015 -0700
  3. 3a077cd common: add CMD_GPIO to Kconfig by Thomas Chou · Wed Nov 11 21:39:33 2015 +0800
  4. e63b2dd spl: mmc: add support for BOOT_DEVICE_MMC2 by Nikita Kiryanov · Sun Nov 08 17:11:54 2015 +0200
  5. 8ec2e6c spl: announce boot devices by Nikita Kiryanov · Sun Nov 08 17:11:52 2015 +0200
  6. 3ed9478 spl: add support for alternative boot device by Nikita Kiryanov · Sun Nov 08 17:11:51 2015 +0200
  7. 0a97881 common: spl: move image load to its own function by Nikita Kiryanov · Sun Nov 08 17:11:50 2015 +0200
  8. 33eefe4 spl: change return values of spl_*_load_image() by Nikita Kiryanov · Sun Nov 08 17:11:49 2015 +0200
  9. 2b3ae5f spl: mmc: get rid of emmc boot code duplication by Nikita Kiryanov · Sun Nov 08 17:11:48 2015 +0200
  10. 642648c spl: mmc: move fs boot into its own function by Nikita Kiryanov · Sun Nov 08 17:11:47 2015 +0200
  11. 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
  12. cc49f55 spl: mmc: remove #ifdef CONFIG_SPL_OS_BOOT check by Nikita Kiryanov · Sun Nov 08 17:11:45 2015 +0200
  13. 022ddb8 spl: mmc: refactor device location code to its own function by Nikita Kiryanov · Sun Nov 08 17:11:44 2015 +0200
  14. ed52f4d spl: mmc: add break statements in spl_mmc_load_image() by Nikita Kiryanov · Sun Nov 08 17:11:43 2015 +0200
  15. 08fb32e6 spl: nand: remove code duplication by Nikita Kiryanov · Sun Nov 08 17:11:42 2015 +0200
  16. 809c054 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · Mon Nov 16 08:35:38 2015 -0500
  17. 80ca30d splash_source: add support for filesystem formatted sata by Nikita Kiryanov · Thu Oct 29 11:54:43 2015 +0200
  18. bf5c3cc splash_source: add support for filesystem formatted usb by Nikita Kiryanov · Thu Oct 29 11:54:42 2015 +0200
  19. 7428271 splash_source: add support for filesystem formatted mmc by Nikita Kiryanov · Thu Oct 29 11:54:41 2015 +0200
  20. b8183de splash_source: rename *_read() to *_read_raw() by Nikita Kiryanov · Thu Oct 29 11:54:40 2015 +0200
  21. ee76cf6 Merge branch 'series1_v2' of git://git.denx.de/u-boot-sparc by Tom Rini · Fri Nov 13 10:04:34 2015 -0500
  22. e8e589d x86: Move timer_init() call a bit earlier by Bin Meng · Thu Oct 22 19:13:33 2015 -0700
  23. 9d59af9 sparc: leon3: Moved GRLIB core header files to common include/grlib directory by Daniel Hellstrom · Thu Jan 21 16:09:37 2010 +0100
  24. 7773202 sparc: Kconfig: Move the CMD_AMBAPP command to Kconfig by Francois Retief · Mon Oct 27 13:39:03 2014 +0200
  25. 02e2a84 sparc: leon3: Reimplemented AMBA Plug&Play scanning routines. by Daniel Hellstrom · Mon Jan 25 09:54:51 2010 +0100
  26. 38e1a97 board_init: Change the logic to setup malloc_base by Fabio Estevam · Thu Nov 12 12:30:19 2015 -0200
  27. d7f1892 common: Simplify get_clocks() #ifdef by Peng Fan · Fri Oct 30 17:30:02 2015 +0800
  28. 58f30d8 mmc: Use lldiv() for 64-bit division in write_raw_image() by Siarhei Siamashka · Wed Oct 28 06:24:16 2015 +0200
  29. 8248c8d gpt: add optional parameter type in gpt command by Patrick Delaunay · Tue Oct 27 11:00:27 2015 +0100
  30. 6af49bc sparse: Rename the file and header by Maxime Ripard · Thu Oct 15 14:34:19 2015 +0200
  31. 1812354 fastboot: nand: Add pre erase and write hooks by Maxime Ripard · Thu Oct 15 14:34:18 2015 +0200
  32. 33602a9 fastboot: Implement NAND backend by Maxime Ripard · Thu Oct 15 14:34:17 2015 +0200
  33. a60520e sparse: Implement several chunks flashing by Maxime Ripard · Thu Oct 15 14:34:16 2015 +0200
  34. aa3eba2 fastboot: Implement flashing session counter by Maxime Ripard · Thu Oct 15 14:34:15 2015 +0200
  35. a58e9c7 sparse: Implement storage abstraction by Maxime Ripard · Thu Oct 15 14:34:14 2015 +0200
  36. 00e8eb7 fastboot: Move fastboot response functions to fastboot core by Maxime Ripard · Thu Oct 15 14:34:13 2015 +0200
  37. 61715e7 sparse: Simplify multiple logic by Maxime Ripard · Thu Oct 15 14:34:12 2015 +0200
  38. 93c5610 sparse: Refactor chunk parsing function by Maxime Ripard · Thu Oct 15 14:34:11 2015 +0200
  39. aae9674 sparse: Move main header parsing to a function of its own by Maxime Ripard · Thu Oct 15 14:34:10 2015 +0200
  40. 7f30312 Merge branch 'master' of git://git.denx.de/u-boot-nios by Tom Rini · Fri Nov 06 09:21:33 2015 -0500
  41. 859e010 Merge branch 'master' of git://git.denx.de/u-boot-mips by Tom Rini · Fri Nov 06 09:17:17 2015 -0500
  42. bb08b0b common/board_f: enable setup_board_part1() for MIPS by Daniel Schwierzeck · Sun Nov 01 17:36:13 2015 +0100
  43. 133b9c3 nios2: use common sequence for reserve_uboot by Thomas Chou · Tue Oct 27 11:23:39 2015 +0800
  44. 41d02bb nios2: use dram bank in board info by Thomas Chou · Tue Oct 27 10:21:06 2015 +0800
  45. 1cd8761 sf: Add SPI NOR protection mechanism by Fabio Estevam · Thu Nov 05 12:43:42 2015 -0200
  46. dae7b73 Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · Thu Nov 05 07:47:21 2015 -0500
  47. 6abe4b6 video: Drop DEV_FLAGS_SYSTEM flag by Bin Meng · Tue Nov 03 23:23:37 2015 -0800
  48. d83b89d common/usb_storage.c: Clean up usb_storage_probe() by Tom Rini · Sun Oct 11 07:26:27 2015 -0400
  49. 71c44e8 Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · Fri Oct 30 12:56:58 2015 -0400
  50. d5987a9 Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · Thu Oct 29 16:30:33 2015 -0400
  51. a961e1f net: mdio: Add mdio_free() and mdio_unregister() API by Bin Meng · Wed Oct 07 21:32:37 2015 -0700
  52. 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
  53. 42c65e8 Merge git://git.denx.de/u-boot-dm by Tom Rini · Tue Oct 27 19:08:19 2015 -0400
  54. 648c444 image.c: Fix non-Android booting with ramdisk and/or device tree by Tom Rini · Tue Oct 27 19:04:40 2015 -0400
  55. edd551f fdt_support: Don't panic if stdout alias is missing by Scott Wood · Tue Sep 01 22:48:08 2015 -0500
  56. 94b66de ubi,ubifs: sync with linux v4.2 by Heiko Schocher · Thu Oct 22 06:19:21 2015 +0200
  57. 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
  58. 13a15e2 board_init_f_mem(): Don't create an unused early malloc() area by Simon Glass · Mon Oct 19 06:49:58 2015 -0600
  59. 90a2fbb board_init_f_mem(): Don't require memset() by Simon Glass · Mon Oct 19 06:49:57 2015 -0600
  60. b1beb11 Move board_init_f_mem() into a common location by Simon Glass · Mon Oct 19 06:49:56 2015 -0600
  61. 304ce79 itest: make memory access work under sandbox by Stephen Warren · Sat Oct 03 13:56:46 2015 -0600
  62. a164477 ubifs: Modify ubifs u-boot wrapper function prototypes for generic fs use by Hans de Goede · Thu Sep 17 18:46:56 2015 -0400
  63. de4e949 Allow imxtract to extract part of script image. by Pierre Aubert · Wed Sep 16 08:29:11 2015 +0200
  64. c5dcb4a allow LED initialization without STATUS_LED_BOOT by Bernhard Nortmann · Fri Aug 21 15:13:21 2015 +0200
  65. 4fda281 env: export fdt_blob to the environment variable by Thomas Chou · Fri Oct 16 08:44:51 2015 +0800
  66. 52d309b dm: tpm: Remove every compilation switch for TPM driver model by Christophe Ricard · Tue Oct 06 22:54:43 2015 +0200
  67. de44acf dm: Rename dev_get_parentdata() to dev_get_parent_priv() by Simon Glass · Mon Sep 28 23:32:01 2015 -0600
  68. 221d2ac nios2: convert altera timer to driver model by Thomas Chou · Thu Oct 22 22:28:53 2015 +0800
  69. 7881597 timer: start a new timer after relocation by Thomas Chou · Fri Oct 09 13:48:56 2015 +0800
  70. 47903a6 nios2: Switch to generic timer by Thomas Chou · Thu Oct 08 21:17:42 2015 +0800
  71. 08b9dc2 drivers: Introduce a simplified remoteproc framework by Nishanth Menon · Thu Sep 17 15:42:39 2015 -0500
  72. 7afc48d Merge git://git.denx.de/u-boot-x86 by Tom Rini · Wed Oct 21 20:47:40 2015 -0400
  73. f6900e2 cmd: bootvx: Add asmlinkage to the VxWorks x86 entry by Bin Meng · Wed Oct 07 20:19:19 2015 -0700
  74. 321e860 cmd: bootvx: Pass E820 information to an x86 VxWorks kernel by Bin Meng · Wed Oct 07 20:19:18 2015 -0700
  75. fb694b9 cmd: bootvx: Always get VxWorks bootline from env by Bin Meng · Wed Oct 07 20:19:17 2015 -0700
  76. bf0ba25 cmd: bootvx: Pass netmask and gatewayip to VxWorks bootline by Bin Meng · Wed Oct 07 20:19:16 2015 -0700
  77. 0401c86 cmd: bootvx: Avoid strlen() calls when constructing VxWorks bootline by Bin Meng · Wed Oct 07 20:19:15 2015 -0700
  78. 8c77af6 cmd: elf: Reorder load_elf_image_phdr() and load_elf_image_shdr() by Bin Meng · Wed Oct 07 20:19:14 2015 -0700
  79. 53f3afb cmd: Clean up cmd_elf a little bit by Bin Meng · Wed Oct 07 20:19:13 2015 -0700
  80. 47f889c cmd: Convert CONFIG_CMD_ELF to Kconfig by Bin Meng · Wed Oct 07 20:19:12 2015 -0700
  81. 65ba412 malloc_simple: Add debug() information by Simon Glass · Tue Sep 08 17:52:46 2015 -0600
  82. 8f28038 malloc_simple: Add support for switching to DRAM heap by Hans de Goede · Sun Sep 13 15:04:17 2015 +0200
  83. 9f9df6f malloc_simple: Add Kconfig option for using only malloc_simple in the SPL by Hans de Goede · Sun Sep 13 14:45:15 2015 +0200
  84. a2c3672 spl: spl_relocate_stack_gd: Do not unnecessarily clear bss by Hans de Goede · Sun Sep 13 15:36:18 2015 +0200
  85. 731c885 image-fit: Fix signature checking by Andrej Rosano · Wed Oct 14 17:45:40 2015 +0200
  86. bf84e64 env_eeprom.c: Correct using saved environment by Ludger Dreier · Mon Oct 12 13:34:24 2015 +0200
  87. fc1ae4c common/image.c: Make boot_get_ramdisk() perform a check for Android images by Tom Rini · Thu Aug 27 15:42:41 2015 -0400
  88. d979878 image: fix support for Android boot images with no ramdisk by Rob Herring · Mon Oct 05 14:37:07 2015 -0500
  89. f41a3ca Add support for LZ4 decompression algorithm by Julius Werner · Tue Oct 06 20:03:53 2015 -0700
  90. 46143ed common/armflash: load_image returns success or failure by Ryan Harkin · Fri Oct 09 17:18:05 2015 +0100
  91. 37f3170 common/armflash: add command to check if image exists by Ryan Harkin · Fri Oct 09 17:18:04 2015 +0100
  92. 1167a6c net: avoid eth_unregister() call when function is unavailable by Bernhard Nortmann · Mon Sep 14 15:29:45 2015 +0200
  93. 4dd5bdc malloc_simple: fix malloc_ptr calculation by Philipp Rosenberger · Tue Sep 08 12:41:24 2015 +0200
  94. d1c9fe5 drivers/net/vsc9953: Add commands for VLAN ingress filtering by Codrin Ciubotariu · Fri Jul 24 16:55:35 2015 +0300
  95. 3a74bbe drivers/net/vsc9953: Add command for shared/private VLAN learning by Codrin Ciubotariu · Fri Jul 24 16:55:34 2015 +0300
  96. 4718f95 drivers/net/vsc9953: Add VLAN commands for VSC9953 by Codrin Ciubotariu · Fri Jul 24 16:55:33 2015 +0300
  97. 4732e35 drivers/net/vsc9953: Add commands to manipulate the FDB for VSC9953 by Codrin Ciubotariu · Wed Sep 09 18:00:52 2015 +0300
  98. 265c0d3 common/env_flags.c: Add function to validate a MAC address by Codrin Ciubotariu · Wed Sep 09 18:00:51 2015 +0300
  99. 2d1607f drivers/net/vsc9953: Add commands to enable/disable HW learning by Codrin Ciubotariu · Fri Jul 24 16:55:30 2015 +0300
  100. c003473 drivers/net/vsc9953: Add command to show/clear port counters by Codrin Ciubotariu · Fri Jul 24 16:55:29 2015 +0300