1. 20ec253 x86: Factor out common values in the link script by Simon Glass · 10 years ago
  2. 1eb8ebc x86: Ensure that all relocation data is included in the image by Simon Glass · 10 years ago
  3. 2a883d7 x86: Panic if there is no relocation data by Simon Glass · 10 years ago
  4. d9de96d x86: Remove board_early_init_r() by Simon Glass · 10 years ago
  5. ba3df25 pci: Update pci_ids.h to include some missing IDs by Simon Glass · 10 years ago
  6. 437790e Align embedded device tree correctly by Simon Glass · 10 years ago
  7. 9bd36bc Fix SIZE_MAX compiler warning when using stdint.h by Simon Glass · 10 years ago
  8. 6e3af1e x86: Add ivybridge directory to Makefile by Simon Glass · 10 years ago
  9. 9b19233 Prepare v2015.01-rc2 by Tom Rini · 10 years ago
  10. 4b3175f Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 10 years ago
  11. ae68a82 Revert "hush: fix segfault on syntax error" by Rabin Vincent · 10 years ago
  12. 36f9f1b Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 10 years ago
  13. 7e08a1f Merge git://git.denx.de/u-boot-dm by Tom Rini · 10 years ago
  14. b660ae7 Merge git://git.denx.de/u-boot-x86 by Tom Rini · 10 years ago
  15. 12b043c mx6boards: Fix error handling in board_mmc_init() by Fabio Estevam · 10 years ago
  16. 2cf207f nitrogen6x: Fix error handling in board_mmc_init() by Fabio Estevam · 10 years ago
  17. 2a544ac ot1200: Fix error handling in board_mmc_init() by Fabio Estevam · 10 years ago
  18. b5c9ed3 arm: imx: stop sata on boot by Nikita Kiryanov · 10 years ago
  19. 9e08643 arm: mx6: cm_fx6: implement board specific sata stop by Nikita Kiryanov · 10 years ago
  20. 44fd1f9 cmd_sata: implement sata stop command by Nikita Kiryanov · 10 years ago
  21. b9666d6 sata: implement reset_sata for dwc_ahsata by Nikita Kiryanov · 10 years ago
  22. 63659b7 arm: mx6: introduce disable_sata_clock by Nikita Kiryanov · 10 years ago
  23. f9075a7 gw_ventana: Use the generic spl_sd.cfg by Fabio Estevam · 10 years ago
  24. 63fb548 ARM: bootm: Allow booting in secure mode on hyp capable systems by Hans de Goede · 10 years ago
  25. 8543735 ARM: Add arch/arm/cpu/armv7/Kconfig with non-secure and virt options by Hans de Goede · 10 years ago
  26. a50d5b5 Kconfig: Add EXPERT option by Tom Rini · 10 years ago
  27. ac1cf36 sandbox: script for testing sandbox/ext4/fat/fs commands by Suriyan Ramasami · 10 years ago
  28. 96171fb fs: API changes enabling extra parameter to return size of type loff_t by Suriyan Ramasami · 10 years ago
  29. 378da103 sandbox: Prepare API change for files greater than 2GB by Suriyan Ramasami · 10 years ago
  30. b3a2d5a ext4: Prepare API change for files greater than 2GB by Suriyan Ramasami · 10 years ago
  31. 441c223 fat: Prepare API change for files greater than 2GB by Suriyan Ramasami · 10 years ago
  32. 9780167 board/esd/common/auto_update.c: Use <flash.h> by Tom Rini · 10 years ago
  33. 95bfacb sandbox: Use md5sum and fatwrite to enable testing of fs commands by Suriyan Ramasami · 10 years ago
  34. 17c2af6 common/board_f: fix gcc warning on MIPS64 by Daniel Schwierzeck · 10 years ago
  35. 535696f common/board_f: add setup of initial stack frame for MIPS by Daniel Schwierzeck · 10 years ago
  36. 27484ea spl: fix descending condition to drivers/mtd/nand/ by Masahiro Yamada · 10 years ago
  37. 56ef2bf commands: add more command entries in Kconfig by Masahiro Yamada · 10 years ago
  38. 2321bb0 hush: add CONFIG_HUSH_PARSER to Kconfig by Masahiro Yamada · 10 years ago
  39. a7fa746 FIT: add some FIT configurations to Kconfig by Masahiro Yamada · 10 years ago
  40. 9522771 config: remove redundant CONFIG_SYS_PROMPT defines by Masahiro Yamada · 10 years ago
  41. 7cd60e4 tegra: do not descend into empty directories by Masahiro Yamada · 10 years ago
  42. abde127 kbuild: use SoC-specific CONFIG to descend into SoC directory by Masahiro Yamada · 10 years ago
  43. 2024319 x86: use CONFIG_SYS_COREBOOT to descend into coreboot/ directory by Masahiro Yamada · 10 years ago
  44. 40e73b1 kbuild: Descend into SOC directory from CPU directory by Masahiro Yamada · 10 years ago
  45. 09cf4cd Add pr_fmt() macro by Thierry Reding · 10 years ago
  46. 699b6d3 pci: Honour pci_skip_dev() by Thierry Reding · 10 years ago
  47. 68185b0 pci: Abort early if bus does not exist by Thierry Reding · 10 years ago
  48. 3e336c8 vsprintf: Add modifier for phys_addr_t by Thierry Reding · 10 years ago
  49. 9f9eec3 fs: make it possible to read the filesystem UUID by Christian Gmeiner · 10 years ago
  50. 886d367 sata: fix a bug in init_sata() for pci-sata card by li pengbo · 10 years ago
  51. 0056238 ARM: bcm: Enable bcm11130 boards by Steve Rae · 10 years ago
  52. 1c5f31c ARM: bcm: Enable five Cygnus boards by Steve Rae · 10 years ago
  53. ce21aa1 spl: Change debug to printf for "Unsupported boot-device" by Stefan Roese · 10 years ago
  54. db20464 linux/kernel.h: sync min, max, min3, max3 macros with Linux by Masahiro Yamada · 10 years ago
  55. 927609a dm: core: remove unnecessary return condition in uclass lookup by Masahiro Yamada · 10 years ago
  56. 251daad dm: core: remove unnecessary return condition in driver lookup by Masahiro Yamada · 10 years ago
  57. 75c6f67 dm: core: remove meaningless if conditional by Masahiro Yamada · 10 years ago
  58. 6cac81a dm: core: a trivial clean up by Masahiro Yamada · 10 years ago
  59. 73c1ecf cros_ec: Fix uninitialised variable in cros_ec.c by Simon Glass · 10 years ago
  60. d8a21f6 dm: spi: Use device_bind_driver() instead of our own function by Simon Glass · 10 years ago
  61. 5ef36f2 dm: spi: Correct handling of SPI chip selects in sandbox by Simon Glass · 10 years ago
  62. 54f79a0 dm: Add a function to bind a device by driver name by Simon Glass · 10 years ago
  63. 37ef325 dm: fdt: Correct handling of aliases with embedded digits by Simon Glass · 10 years ago
  64. 43f488a dm: core: Add functions to find parent and OF data by Simon Glass · 10 years ago
  65. 70c3a0e dm: core: Allow access to the device's driver_id data by Simon Glass · 10 years ago
  66. c3fb682 mx53ard: Fix error handling in board_mmc_init() by Fabio Estevam · 10 years ago
  67. 259f549 mx53evk: Fix error handling in board_mmc_init() by Fabio Estevam · 10 years ago
  68. 14d6e4d mx53smd: Fix error handling in board_mmc_init() by Fabio Estevam · 10 years ago
  69. 40ade08 mx6qarm2: Fix error handling in board_mmc_init() by Fabio Estevam · 10 years ago
  70. e48f038 mx51evk: Fix error handling in board_mmc_init() by Fabio Estevam · 10 years ago
  71. 1cad2c2 mx6: mx6sabre common: Enable i.MX thermal DM driver by Ye.Li · 10 years ago
  72. f19692c mx6: thermal: Check cpu temperature via thermal sensor by Ye.Li · 10 years ago
  73. d049afa DM: thermal: Add imx thermal DM driver by Ye.Li · 10 years ago
  74. 59f3be3 mx6: clock: Add thermal clock enable function by Nitin Garg · 10 years ago
  75. 7df4544 tbs2910: Fix error handling in board_mmc_init() by Soeren Moch · 10 years ago
  76. 2a30239 dm: i2c: Move error reporting into a common function by Simon Glass · 10 years ago
  77. 9fa901b dm: Update documentation to include CONFIG_DM... options by Simon Glass · 10 years ago
  78. 3df10c0 dm: arm: spl: Make driver model linker lists available by Simon Glass · 10 years ago
  79. 74472ac dm: tegra: Add platform data for the GPIO driver by Simon Glass · 10 years ago
  80. 19d3700 dm: tegra: Add platform data for the SPL uart by Simon Glass · 10 years ago
  81. dffe2ec dm: Disable dm_warn() in SPL by Simon Glass · 10 years ago
  82. c058d8b dm: Allow stdio registration to be dropped by Simon Glass · 10 years ago
  83. b38ea5a dm: Allow device removal features to be dropped by Simon Glass · 10 years ago
  84. 1801a3e dm: spl: Allow driver model to be used by Simon Glass · 10 years ago
  85. b2d6994 dm: spl: Make simple malloc() available when enabled by Simon Glass · 10 years ago
  86. 8aaab90 dm: arm: spl: Allow simple malloc() in SPL by Simon Glass · 10 years ago
  87. 9489046 dm: Split the simple malloc() implementation into its own file by Simon Glass · 10 years ago
  88. 339fc55 dm: tegra: Avoid using arch-specific memcpy() in SPL by Simon Glass · 10 years ago
  89. 593f50b dm: serial: Support changing the baud rate by Simon Glass · 10 years ago
  90. e4d357b dm: at91: Add myself as maintainer for snapper9260 by Simon Glass · 10 years ago
  91. 6d20e07 dm: at91: Convert snapper9260 to use driver model by Simon Glass · 10 years ago
  92. 7cbab24 dm: at91: Add driver model support for the serial driver by Simon Glass · 10 years ago
  93. 1e5c2a8 dm: at91: Refactor serial driver slightly for driver model by Simon Glass · 10 years ago
  94. c210f8b dm: at91: Add platform data for GPIO on at91sam9260-based boards by Simon Glass · 10 years ago
  95. 4d71788 dm: at91: Add driver model support for atmel GPIO driver by Simon Glass · 10 years ago
  96. 67cb0ed dm: at91: Move snapper9260 to generic baord by Simon Glass · 10 years ago
  97. 2697599 dm: at91: Correct text base for snapper9260 by Simon Glass · 10 years ago
  98. 26a2240 x86: Rename chromebook-x86 to coreboot by Simon Glass · 10 years ago
  99. 268eefd x86: ivybridge: Implement SDRAM init by Simon Glass · 10 years ago
  100. d22f5c9 x86: ivybridge: Add LAPIC support by Simon Glass · 10 years ago