1. 90eed7f eeprom: fix eeprom write procedure by Alexey Brodkin · Mon Dec 14 18:45:34 2015 +0300
  2. f5d90db Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · Mon Dec 14 20:27:23 2015 -0500
  3. b3e9820 armv8/ls1043ardb: add SECURE BOOT target for NOR by Aneesh Bansal · Tue Dec 08 13:54:29 2015 +0530
  4. 5073937 common: Rewrite hiding the end of memory by York Sun · Mon Dec 07 11:05:29 2015 -0800
  5. 5d286cd Reserve secure memory by York Sun · Fri Dec 04 11:57:07 2015 -0800
  6. d09e59f spl: mmc: use block device number, not hard-coded 0 by Eric Nelson · Sat Dec 05 12:32:28 2015 -0700
  7. 78bb0c1 part: fix "part list ... -bootable varname" to use hex by Stephen Warren · Wed Dec 09 09:48:04 2015 -0700
  8. 0978ef3 common: cli_hush: Fix up simple typo by Nishanth Menon · Fri Dec 04 13:02:11 2015 -0600
  9. 46f2daa VxWorks: fixup MAC address for VxWorks by Miao Yan · Tue Dec 01 23:39:01 2015 -0800
  10. 3161764 common: Remove timer_init() call for x86 by Bin Meng · Tue Dec 08 17:31:40 2015 -0800
  11. d9a0093 fdt: Change OF_BAD_ADDR to FDT_ADDR_T_NONE by Bin Meng · Mon Dec 07 01:39:47 2015 -0800
  12. 23415e5 CONFIG_NEEDS_MANUAL_RELOC: Fix warnings when not set by Tom Rini · Mon Dec 07 08:23:29 2015 -0500
  13. 28990ed i2c: cmd: Relocate subcommands when MANUAL_RELOC by Michal Simek · Fri Dec 04 16:56:57 2015 +0100
  14. abffd31 common: board: Dont relocate FDT incase of CONFIG_OF_EMBED by Siva Durga Prasad Paladugu · Thu Dec 03 15:46:03 2015 +0100
  15. 51ace32 spl: mmc: Unify non/driver model spl_mmc_find_device() by Simon Glass · Wed Dec 02 10:59:13 2015 -0700
  16. 4faf63b spl: mmc: Rename 'mmc' variable to 'mmcp' by Simon Glass · Wed Dec 02 10:59:12 2015 -0700
  17. a2b771c spl: mmc: Fix compiler warning with CONFIG_DM_MMC by Simon Glass · Wed Dec 02 10:59:11 2015 -0700
  18. 27a9d26 common: cli_hush: avoid memory leak by Peng Fan · Fri Nov 27 10:12:02 2015 +0800
  19. 74c8389 common/Makefile: Compile fdt_support is enabled in SPL by Stefan Roese · Thu Nov 26 13:38:15 2015 +0100
  20. b2b7c44 common: miiphyutil: avoid memory leak by Peng Fan · Thu Nov 26 10:26:59 2015 +0800
  21. b1e455a common: mmc: unsigned char compared against 0 by Peng Fan · Wed Nov 25 17:16:21 2015 +0800
  22. cd41c21 common: miiphyutil: no need to check name of mii_dev by Peng Fan · Tue Nov 24 17:03:47 2015 +0800
  23. ab80a11 common: image-fdt: correct fdt_blob for IMAGE_FORMAT_LEGACY by Peng Fan · Tue Nov 24 16:54:22 2015 +0800
  24. 0db5f0b common: cli_hush: avoid dead code by Peng Fan · Tue Nov 24 16:54:21 2015 +0800
  25. 9029029 Merge branch 'master' of http://git.denx.de/u-boot-sparc by Tom Rini · Fri Dec 04 17:50:34 2015 -0500
  26. fc7784e sparc: Update PROM initialization code for generic board by Francois Retief · Mon Nov 23 13:05:44 2015 +0200
  27. 7d07d68 sparc: Update cpu_init.c to use generic timer infrastructure by Francois Retief · Wed Oct 28 15:18:22 2015 +0200
  28. e3051d9 sparc: Initial ground work for generic board initialization by Francois Retief · Wed Oct 28 14:29:32 2015 +0200
  29. 6cf39d4 Revert "LCD: Add an option to skip registration as an stdio output" by Anatolij Gustschin · Wed Dec 02 15:38:00 2015 +0100
  30. 85bcce3 dm: pci: Convert 'pci' command to driver model by Simon Glass · Thu Nov 26 19:51:29 2015 -0700
  31. b62a43b pci: Move PCI header output code into its own function by Simon Glass · Thu Nov 26 19:51:28 2015 -0700
  32. 6ed88ae pci: Use a separate 'dev' variable for the PCI device by Simon Glass · Thu Nov 26 19:51:27 2015 -0700
  33. 1d8193c pci: Use common functions to read/write config by Simon Glass · Thu Nov 26 19:51:26 2015 -0700
  34. 8743ea5 pci: Tidy up function comments in cmd_pci.c by Simon Glass · Thu Nov 26 19:51:25 2015 -0700
  35. 723a523 dm: pci: Reorder functions in cmd_pci.c by Simon Glass · Thu Nov 26 19:51:24 2015 -0700
  36. eea22f7 pci: Refactor the pciinfo() function by Simon Glass · Thu Nov 26 19:51:20 2015 -0700
  37. 3b6c418 pci: Use a separate variable for the bus number by Simon Glass · Thu Nov 26 19:51:19 2015 -0700
  38. 13c7f47 pci: Use a common return in command processing by Simon Glass · Thu Nov 26 19:51:18 2015 -0700
  39. 88c3645 dm: pci: Avoid a driver model build error with CONFIG_CMD_PCI_ENUM by Simon Glass · Thu Nov 19 20:26:56 2015 -0700
  40. 7edd07d dm: timer: Avoid using timer before it is ready by Simon Glass · Sat Nov 28 22:16:35 2015 -0700
  41. 7a149fc Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · Mon Nov 30 07:10:18 2015 -0500
  42. 7840c4a part:efi: add bootable parameter in gpt command by Patrick Delaunay · Tue Nov 17 11:36:52 2015 +0100
  43. 309691b gpt: command: Extend gpt command to support GPT table verification by Lukasz Majewski · Fri Nov 20 08:06:17 2015 +0100
  44. cc5f3d7 gpt: doc: Update gpt command's help description by Lukasz Majewski · Fri Nov 13 07:42:10 2015 +0100
  45. ad4e590 gpt: command: Remove duplicated check for empty partition description by Lukasz Majewski · Fri Nov 20 08:06:13 2015 +0100
  46. 363ab7b lib/tiny-printf.c: Add tiny printf function for space limited environments by Stefan Roese · Mon Nov 23 07:00:22 2015 +0100
  47. da8f104 common/console.c: Small coding style cleanup by Stefan Roese · Mon Nov 16 15:26:32 2015 +0100
  48. 19136bb common/console.c: Drop sandbox special-case console code by Stefan Roese · Mon Nov 16 15:26:31 2015 +0100
  49. a24ea7a eeprom: Clean up checkpatch issues by Marek Vasut · Tue Nov 10 20:53:33 2015 +0100
  50. 4d17f71 eeprom: Add support for selecting i2c bus by Marek Vasut · Tue Nov 10 20:53:32 2015 +0100
  51. f422ae7 eeprom: Add bus argument to eeprom_init() by Marek Vasut · Tue Nov 10 20:53:31 2015 +0100
  52. 7a23721 eeprom: Pull out the RW loop by Marek Vasut · Tue Nov 10 20:53:30 2015 +0100
  53. d062c48 eeprom: Pull out transfer length computation by Marek Vasut · Tue Nov 10 20:53:29 2015 +0100
  54. 4208679 eeprom: Pull out CONFIG_SYS_EEPROM_PAGE_WRITE_BITS by Marek Vasut · Tue Nov 10 20:53:28 2015 +0100
  55. a1d4aeb eeprom: Suck the ifdef into eeprom_init() by Marek Vasut · Tue Nov 10 20:53:27 2015 +0100
  56. d848b08 eeprom: Pull out CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS by Marek Vasut · Tue Nov 10 20:53:26 2015 +0100
  57. 2a632ffc eeprom: Make eeprom_write_enable() weak by Marek Vasut · Tue Nov 10 20:53:25 2015 +0100
  58. 6ae5957 eeprom: Pull out address computation by Marek Vasut · Tue Nov 10 20:53:24 2015 +0100
  59. 78990c7 eeprom: Pull out the I/O code by Marek Vasut · Tue Nov 10 20:53:23 2015 +0100
  60. ae59bfc eeprom: Zap CONFIG_SPI_X by Marek Vasut · Tue Nov 10 20:53:22 2015 +0100
  61. ff933f5 eeprom: Zap eeprom_probe() by Marek Vasut · Tue Nov 10 20:53:21 2015 +0100
  62. 44a6ac4 eeprom: Zap CONFIG_SYS_EEPROM_X40430 by Marek Vasut · Tue Nov 10 20:53:20 2015 +0100
  63. ee54144 eeprom: Zap CONFIG_SYS_I2C_MULTI_EEPROMS by Marek Vasut · Tue Nov 10 20:53:19 2015 +0100
  64. 704a096 eeprom: Shuffle code around by Marek Vasut · Tue Nov 10 20:53:18 2015 +0100
  65. ab88fdb usb: Avoid open-coded USB constants in usb_kbd.c by Simon Glass · Sun Nov 08 23:48:04 2015 -0700
  66. 48629c5 usb: Drop unused code in usb_kbd.c by Simon Glass · Sun Nov 08 23:48:03 2015 -0700
  67. 09def3a usb: Refactor USB tree output code for testing by Simon Glass · Sun Nov 08 23:47:51 2015 -0700
  68. 1bb4923 console: Add a console buffer by Simon Glass · Sun Nov 08 23:47:48 2015 -0700
  69. a73bda4 Move console definitions into a new console.h file by Simon Glass · Sun Nov 08 23:47:45 2015 -0700
  70. 2d7c499 dm: usb: Avoid time delays in sandbox tests by Simon Glass · Sun Nov 08 23:47:44 2015 -0700
  71. c2fbaa2 common/board_f.c: move mark_bootstage after arch_cpu_init_dm by Thomas Chou · Fri Oct 30 15:35:51 2015 +0800
  72. d3d4035 dm: stdio: Plumb in the new keyboard uclass by Simon Glass · Sun Oct 18 21:17:15 2015 -0600
  73. ed32c0c dm: input: Create a keyboard uclass by Simon Glass · Sun Oct 18 21:17:10 2015 -0600
  74. 02f0c28 dm: usb: Add support for USB keyboards with driver model by Simon Glass · Tue Sep 08 11:15:11 2015 -0600
  75. aae0088 LCD: Add an option to skip registration as an stdio output by Stephane Ayotte · Tue Nov 03 11:14:49 2015 -0500
  76. ecc0931 Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · Thu Nov 19 11:25:36 2015 -0500
  77. f3aabf1 common: mii: Do not allow to exceed max phy limit by Michal Simek · Mon Oct 19 15:13:34 2015 +0200
  78. ce1771e tools: zynqimage: Add Xilinx Zynq boot header generation to mkimage by Nathan Rossi · Tue Nov 17 22:56:56 2015 +1000
  79. 78d30e5 env_ubi.c: Correct pointer error in env load by Kevin Smith · Fri Oct 23 17:51:47 2015 +0000
  80. aa632ab itest: add missing break statements to evalexp() by Stephen Warren · Tue Nov 17 10:29:08 2015 -0700
  81. 3a077cd common: add CMD_GPIO to Kconfig by Thomas Chou · Wed Nov 11 21:39:33 2015 +0800
  82. e63b2dd spl: mmc: add support for BOOT_DEVICE_MMC2 by Nikita Kiryanov · Sun Nov 08 17:11:54 2015 +0200
  83. 8ec2e6c spl: announce boot devices by Nikita Kiryanov · Sun Nov 08 17:11:52 2015 +0200
  84. 3ed9478 spl: add support for alternative boot device by Nikita Kiryanov · Sun Nov 08 17:11:51 2015 +0200
  85. 0a97881 common: spl: move image load to its own function by Nikita Kiryanov · Sun Nov 08 17:11:50 2015 +0200
  86. 33eefe4 spl: change return values of spl_*_load_image() by Nikita Kiryanov · Sun Nov 08 17:11:49 2015 +0200
  87. 2b3ae5f spl: mmc: get rid of emmc boot code duplication by Nikita Kiryanov · Sun Nov 08 17:11:48 2015 +0200
  88. 642648c spl: mmc: move fs boot into its own function by Nikita Kiryanov · Sun Nov 08 17:11:47 2015 +0200
  89. 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
  90. cc49f55 spl: mmc: remove #ifdef CONFIG_SPL_OS_BOOT check by Nikita Kiryanov · Sun Nov 08 17:11:45 2015 +0200
  91. 022ddb8 spl: mmc: refactor device location code to its own function by Nikita Kiryanov · Sun Nov 08 17:11:44 2015 +0200
  92. ed52f4d spl: mmc: add break statements in spl_mmc_load_image() by Nikita Kiryanov · Sun Nov 08 17:11:43 2015 +0200
  93. 08fb32e6 spl: nand: remove code duplication by Nikita Kiryanov · Sun Nov 08 17:11:42 2015 +0200
  94. 809c054 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · Mon Nov 16 08:35:38 2015 -0500
  95. 80ca30d splash_source: add support for filesystem formatted sata by Nikita Kiryanov · Thu Oct 29 11:54:43 2015 +0200
  96. bf5c3cc splash_source: add support for filesystem formatted usb by Nikita Kiryanov · Thu Oct 29 11:54:42 2015 +0200
  97. 7428271 splash_source: add support for filesystem formatted mmc by Nikita Kiryanov · Thu Oct 29 11:54:41 2015 +0200
  98. b8183de splash_source: rename *_read() to *_read_raw() by Nikita Kiryanov · Thu Oct 29 11:54:40 2015 +0200
  99. ee76cf6 Merge branch 'series1_v2' of git://git.denx.de/u-boot-sparc by Tom Rini · Fri Nov 13 10:04:34 2015 -0500
  100. e8e589d x86: Move timer_init() call a bit earlier by Bin Meng · Thu Oct 22 19:13:33 2015 -0700