1. c30ea60 Introduce a header file for the BIOS emulator by Simon Glass · Fri Nov 14 20:56:28 2014 -0700
  2. 74d5b54 x86: Add a definition of asmlinkage by Simon Glass · Fri Nov 14 20:56:27 2014 -0700
  3. 9822ef2 x86: config: Enable SPI for chromebook_link by Simon Glass · Mon Nov 24 21:18:19 2014 -0700
  4. cf46d37 x86: Add init for model 206AX CPU by Simon Glass · Mon Nov 24 21:18:16 2014 -0700
  5. 8aeded9 x86: config: Enable USB on link by Simon Glass · Fri Nov 14 18:18:41 2014 -0700
  6. 585be5f x86: dts: Add SATA settings for link by Simon Glass · Fri Nov 14 18:18:39 2014 -0700
  7. cd0adb3 x86: ivybridge: Add SATA init by Simon Glass · Fri Nov 14 18:18:38 2014 -0700
  8. 6ac5af4 pci: Add functions to read and write a BAR address by Simon Glass · Fri Nov 14 18:18:30 2014 -0700
  9. 1099fcc x86: config: Enable plug-and-play for link PCI by Simon Glass · Fri Nov 14 18:18:29 2014 -0700
  10. 538059d rtc: mc146818: Set up RTC at start of day by Simon Glass · Fri Nov 14 18:18:26 2014 -0700
  11. d9de96d x86: Remove board_early_init_r() by Simon Glass · Fri Nov 14 18:18:22 2014 -0700
  12. ba3df25 pci: Update pci_ids.h to include some missing IDs by Simon Glass · Fri Nov 14 18:18:21 2014 -0700
  13. 9bd36bc Fix SIZE_MAX compiler warning when using stdint.h by Simon Glass · Mon Nov 24 21:18:21 2014 -0700
  14. 4b3175f Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · Mon Nov 24 17:05:11 2014 -0500
  15. 36f9f1b Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · Mon Nov 24 12:02:12 2014 -0500
  16. 7e08a1f Merge git://git.denx.de/u-boot-dm by Tom Rini · Mon Nov 24 12:01:48 2014 -0500
  17. b660ae7 Merge git://git.denx.de/u-boot-x86 by Tom Rini · Mon Nov 24 12:00:00 2014 -0500
  18. 44fd1f9 cmd_sata: implement sata stop command by Nikita Kiryanov · Fri Nov 21 12:47:24 2014 +0200
  19. b9666d6 sata: implement reset_sata for dwc_ahsata by Nikita Kiryanov · Fri Nov 21 12:47:23 2014 +0200
  20. 8543735 ARM: Add arch/arm/cpu/armv7/Kconfig with non-secure and virt options by Hans de Goede · Fri Nov 14 09:34:30 2014 +0100
  21. 96171fb fs: API changes enabling extra parameter to return size of type loff_t by Suriyan Ramasami · Mon Nov 17 14:39:38 2014 -0800
  22. 378da103 sandbox: Prepare API change for files greater than 2GB by Suriyan Ramasami · Mon Nov 17 14:39:37 2014 -0800
  23. b3a2d5a ext4: Prepare API change for files greater than 2GB by Suriyan Ramasami · Mon Nov 17 14:39:36 2014 -0800
  24. 441c223 fat: Prepare API change for files greater than 2GB by Suriyan Ramasami · Mon Nov 17 14:39:35 2014 -0800
  25. 95bfacb sandbox: Use md5sum and fatwrite to enable testing of fs commands by Suriyan Ramasami · Mon Nov 17 14:39:34 2014 -0800
  26. 9522771 config: remove redundant CONFIG_SYS_PROMPT defines by Masahiro Yamada · Thu Nov 13 18:43:52 2014 +0900
  27. 09cf4cd Add pr_fmt() macro by Thierry Reding · Wed Nov 12 18:26:50 2014 -0700
  28. 699b6d3 pci: Honour pci_skip_dev() by Thierry Reding · Wed Nov 12 18:26:49 2014 -0700
  29. 9f9eec3 fs: make it possible to read the filesystem UUID by Christian Gmeiner · Wed Nov 12 14:35:04 2014 +0100
  30. db20464 linux/kernel.h: sync min, max, min3, max3 macros with Linux by Masahiro Yamada · Fri Nov 07 03:03:31 2014 +0900
  31. d8a21f6 dm: spi: Use device_bind_driver() instead of our own function by Simon Glass · Tue Nov 11 10:46:23 2014 -0700
  32. 5ef36f2 dm: spi: Correct handling of SPI chip selects in sandbox by Simon Glass · Tue Nov 11 10:46:22 2014 -0700
  33. 54f79a0 dm: Add a function to bind a device by driver name by Simon Glass · Tue Nov 11 10:46:21 2014 -0700
  34. 43f488a dm: core: Add functions to find parent and OF data by Simon Glass · Tue Nov 11 10:46:19 2014 -0700
  35. 70c3a0e dm: core: Allow access to the device's driver_id data by Simon Glass · Tue Nov 11 10:46:18 2014 -0700
  36. 1cad2c2 mx6: mx6sabre common: Enable i.MX thermal DM driver by Ye.Li · Thu Nov 20 21:14:15 2014 +0800
  37. d049afa DM: thermal: Add imx thermal DM driver by Ye.Li · Thu Nov 20 21:14:13 2014 +0800
  38. dffe2ec dm: Disable dm_warn() in SPL by Simon Glass · Mon Nov 10 17:16:49 2014 -0700
  39. c058d8b dm: Allow stdio registration to be dropped by Simon Glass · Mon Nov 10 17:16:48 2014 -0700
  40. b38ea5a dm: Allow device removal features to be dropped by Simon Glass · Mon Nov 10 17:16:47 2014 -0700
  41. 9489046 dm: Split the simple malloc() implementation into its own file by Simon Glass · Mon Nov 10 17:16:43 2014 -0700
  42. 339fc55 dm: tegra: Avoid using arch-specific memcpy() in SPL by Simon Glass · Mon Nov 10 17:16:42 2014 -0700
  43. 6d20e07 dm: at91: Convert snapper9260 to use driver model by Simon Glass · Wed Oct 29 13:09:01 2014 -0600
  44. 67cb0ed dm: at91: Move snapper9260 to generic baord by Simon Glass · Wed Oct 29 13:08:56 2014 -0600
  45. 2697599 dm: at91: Correct text base for snapper9260 by Simon Glass · Wed Oct 29 13:08:55 2014 -0600
  46. 268eefd x86: ivybridge: Implement SDRAM init by Simon Glass · Wed Nov 12 22:42:28 2014 -0700
  47. 9a44768 x86: chromebook_link: Enable GPIO support by Simon Glass · Wed Nov 12 22:42:25 2014 -0700
  48. f79d538 x86: ivybridge: Perform Intel microcode update on boot by Simon Glass · Wed Nov 12 22:42:21 2014 -0700
  49. 3274ae0 x86: ivybridge: Enable PCI in early init by Simon Glass · Wed Nov 12 22:42:13 2014 -0700
  50. 6622b34 x86: Build a .rom file which can be flashed to an x86 machine by Simon Glass · Wed Nov 12 22:42:08 2014 -0700
  51. 0b36ecd x86: Add chromebook_link board by Simon Glass · Wed Nov 12 22:42:07 2014 -0700
  52. ff7636c x86: config: Move common x86 configs to a common file by Simon Glass · Mon Nov 10 18:00:23 2014 -0700
  53. 2c97a8f dm: gpio: Add a function to read an ID from a list of GPIOs by Simon Glass · Mon Nov 10 18:00:21 2014 -0700
  54. a4c2e13 dm: serial: Move current serial port pointer to global_data by Simon Glass · Mon Nov 10 18:00:20 2014 -0700
  55. eda0c3f fdt: Add a function to decode a variable-sized u32 array by Simon Glass · Mon Nov 10 18:00:19 2014 -0700
  56. b8f8921 linux/kernel.h: add typechecking to roundup macro by Masahiro Yamada · Fri Nov 07 03:03:30 2014 +0900
  57. 76a8520 linux/kernel.h: import more macros by Masahiro Yamada · Fri Nov 07 03:03:29 2014 +0900
  58. bd42662 include: move various macros to include/linux/kernel.h by Masahiro Yamada · Fri Nov 07 03:03:28 2014 +0900
  59. 959add8 include/common.h: remove DIV_ROUND definition by Masahiro Yamada · Fri Nov 07 03:03:27 2014 +0900
  60. a8b4c8c ARM: remove CONFIG_ARM1136 defines by Masahiro Yamada · Thu Nov 06 14:59:37 2014 +0900
  61. 4fb5d07 ARM: remove CONFIG_ARM926EJS defines by Masahiro Yamada · Thu Nov 06 14:59:36 2014 +0900
  62. 7a5b292 ARM: remove CONFIG_ARM920T defines by Masahiro Yamada · Thu Nov 06 14:59:35 2014 +0900
  63. 9a875e3 ARM: remove CONFIG_ARM1176 defines by Masahiro Yamada · Thu Nov 06 14:59:34 2014 +0900
  64. 062f654 ARM: remove CONFIG_ARMV7 defines by Masahiro Yamada · Thu Nov 06 14:59:33 2014 +0900
  65. cfaa23b imx: imx6q/dlsabreauto: Add PMIC Pfuze100 support by Ye.Li · Thu Nov 06 16:29:02 2014 +0800
  66. 2c4b732 power: pfuze100: Update definitions for buck regulators by Ye.Li · Thu Nov 06 16:28:58 2014 +0800
  67. 92616e8 imx: mx6sxsabresd: Add board support for USDHC2 and USDHC3 by Ye.Li · Tue Nov 04 15:36:40 2014 +0800
  68. a02eaa5 tqma6: (cosmetic) remove CONFIG_FLASH_SECTOR_SIZE by Markus Niebel · Tue Nov 18 13:22:54 2014 +0100
  69. 2623cb1 mx6qsabreauto: Add parallel NOR flash support by Fabio Estevam · Fri Nov 14 11:27:23 2014 -0200
  70. 9a81b1d imx: mx6slevk: Change default mmcdev to USDHC2 device by Ye.Li · Tue Nov 04 15:26:04 2014 +0800
  71. de45a1a Merge branch 'master' of git://git.denx.de/u-boot-ubi by Tom Rini · Wed Nov 19 23:18:29 2014 -0500
  72. ddf191a Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · Wed Nov 19 23:18:19 2014 -0500
  73. aec8ca6 Merge branch 'master' of git://git.denx.de/u-boot-mpc5xxx by Tom Rini · Wed Nov 19 23:17:13 2014 -0500
  74. f22d296 powerpc: mpc52xx: a3m071/a4m2k: Convert to generic board by Stefan Roese · Wed Nov 19 09:37:47 2014 +0100
  75. a09d72c powerpc: mpc52xx: a4m072: Convert to generic board by Stefan Roese · Wed Nov 19 09:37:46 2014 +0100
  76. f74a027 mpc83xx: Add gdsys hrcon board by Dirk Eibach · Thu Nov 13 19:21:18 2014 +0100
  77. 892de18 mtd: Handle 29LV800BT by Dirk Eibach · Thu Nov 13 19:21:13 2014 +0100
  78. 5f673f9 board: dlvision: Reduce memory footprint by Dirk Eibach · Thu Nov 13 19:21:12 2014 +0100
  79. 42597b9 ubi: enable error reporting in initialization by Andrew Ruder · Wed Nov 05 13:31:57 2014 -0600
  80. 58258bd ARM: atmel: add sama5d4 xplained ultra board support by Bo Shen · Mon Nov 10 15:46:22 2014 +0800
  81. 5864590 ARM: atmel: add sama5d4ek board support by Bo Shen · Mon Nov 10 15:24:02 2014 +0800
  82. 25d74a3 arm, spl, at91: add spl support for the corvus board by Heiko Schocher · Fri Oct 31 08:31:06 2014 +0100
  83. 5453c6c arm, at91, spl: add spl support for the taurus board by Heiko Schocher · Fri Oct 31 08:31:05 2014 +0100
  84. 4ff0c37 spl, nand, atmel_nand: add erase one block function by Heiko Schocher · Fri Oct 31 08:31:02 2014 +0100
  85. cf00027 spl, nand: add option to boot raw u-boot.bin image only by Heiko Schocher · Fri Oct 31 08:31:00 2014 +0100
  86. 398b45b arm, at91: add spi dataflash support for the taurus board by Heiko Schocher · Fri Oct 31 08:30:56 2014 +0100
  87. 0b5e6c2 spi, atmel: move CONFIG_SYS_SPI_WRITE_TOUT into common header by Heiko Schocher · Fri Oct 31 08:30:55 2014 +0100
  88. cfa5e44 ARM: at91 series: convert to generic board by Bo Shen · Wed Oct 22 18:01:23 2014 +0800
  89. 9773e70 Merge branch 'master' of git://git.denx.de/u-boot-sh by Tom Rini · Mon Nov 17 08:43:40 2014 -0500
  90. db74d8a Merge branch 'rmobile' of git://git.denx.de/u-boot-sh by Tom Rini · Mon Nov 17 08:43:21 2014 -0500
  91. 80d27fa blackfin: convert to use CONFIG_SYS_I2C framework by Scott Jiang · Thu Nov 13 15:30:55 2014 +0800
  92. 655761e blackfin: rename bfin-twi_i2c driver to adi_i2c by Scott Jiang · Thu Nov 13 15:30:53 2014 +0800
  93. b6169ac arm: rmobile: replacement of common parts of config by rcar-gen2-common.h by Nobuhiro Iwamatsu · Mon Nov 10 14:34:07 2014 +0900
  94. ae87012 arm: rmobile: configs: Collect up common part of config for R-Car SoCs by Nobuhiro Iwamatsu · Thu Nov 06 16:30:56 2014 +0900
  95. 3c01f36 sh: Move SH_32BIT to Kconfig by Nobuhiro Iwamatsu · Fri Nov 14 12:52:47 2014 +0900
  96. c75f97d Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Tom Rini · Fri Nov 14 16:39:32 2014 -0500
  97. 140b2bb powerpc/85xx: enable some P1/P2 boards mtdparts for nor flash by Yangbo Lu · Thu Oct 16 10:58:55 2014 +0800
  98. cde73e6 keymile/powerpc: move to the architecture-generic board system by Valentin Longchamp · Fri Oct 03 11:45:24 2014 +0200
  99. c457020 powerpc/BSC9131RDB: Enable creation of dynamic partitions for NAND by Ashish Kumar · Tue Oct 07 18:02:23 2014 +0530
  100. 4fbbfaa powerpc/BSC9132QDS: Enable creation of dynamic partition for NAND and NOR by Ashish Kumar · Mon Oct 06 18:24:56 2014 +0530