1. e1b7bfd arm: mvebu: Only set CONFIG_SKIP_LOWLEVEL_INIT for SPL by Stefan Roese · 9 years ago
  2. 99b3ea7 arm: mvebu: Add option to use UART xmodem protocol via kwboot by Stefan Roese · 9 years ago
  3. 383e0c1 arm: mvebu: Move Armada XP/38x Kconfig to mach specific Kconfig file by Stefan Roese · 9 years ago
  4. 575537b Prepare v2015.10 by Tom Rini · 9 years ago
  5. a1f65e5 powerpc: Drop old non-generic-board code by Simon Glass · 9 years ago
  6. 6e66b41 sbc8641d: enable and test CONFIG_SYS_GENERIC_BOARD by Paul Gortmaker · 9 years ago
  7. 7095ab3 sbc8641d: increase monitor size from 256k to 384k by Paul Gortmaker · 9 years ago
  8. b86d17f sbc8641d: add basic flash setup instructions to README file by Paul Gortmaker · 9 years ago
  9. aa7b3f3 sbc8641d: set proper environment sector size. by Paul Gortmaker · 9 years ago
  10. efdcea5 sbc8641d: increase malloc pool size to a sane default by Paul Gortmaker · 9 years ago
  11. f71e21a sbc8641d: enable command line editing by Paul Gortmaker · 9 years ago
  12. 731c885 image-fit: Fix signature checking by Andrej Rosano · 9 years ago
  13. 8ed5b0b igep00x0: Use BCH8 ECC by Ladislav Michl · 9 years ago
  14. 8d1fdc3 vexpress64: Juno: Add initialisation code for Juno R1 PCIe host bridge. by Liviu Dudau · 9 years ago
  15. 086c977 vexpress64: Juno: Declare all 8GB of RAM and make them visible to the kernel. by Liviu Dudau · 9 years ago
  16. 4556b35 dfu: dfu_sf: Take the start address into account by Fabio Estevam · 9 years ago
  17. eae41e9 dfu: dfu_sf: Use the erase sector size for erase operations by Fabio Estevam · 9 years ago
  18. f8c62ee doc/README.scrapyard: Add more entries by Tom Rini · 9 years ago
  19. f2fba87 Revert "arm: Remove inetspace_v2_cmc board" by Tom Rini · 9 years ago
  20. 9a78ec1 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 9 years ago
  21. 0e83001 Revert "arm: Remove d2net_v2 defconfig file" by Tom Rini · 9 years ago
  22. bd2709e doc/README.scrapyard: Populate recent removals by Tom Rini · 9 years ago
  23. c87458c ARM: rpi: add another revision of Raspberry Pi A+ by Lubomir Rintel · 9 years ago
  24. 9be25dc ARM: dockstar: move start of environment area by Eric Cooper · 9 years ago
  25. da18b18 ARM: k2e/l: Apply WA for selecting PA clock source by Lokesh Vutla · 9 years ago
  26. f1f4a7a arch/powerpc/config.mk: Pass -fno-ira-hoist-pressure when possible by Tom Rini · 9 years ago
  27. c453793 Merge git://git.denx.de/u-boot-socfpga by Tom Rini · 9 years ago
  28. 2fcd326 arm: dts: socfpga: add "u-boot,dm-pre-reloc" to socfpga_cyclone5_socdk dts by Dinh Nguyen · 9 years ago
  29. e89ff70 arm: socfpga: enable data/inst prefetch and shared override in the L2 by Dinh Nguyen · 9 years ago
  30. 37f2989 vf610twr: Fix typo in DRAM init by Anthony Felice · 9 years ago
  31. 0ac9f40 Merge branch 'master' of git://git.denx.de/u-boot-samsung by Tom Rini · 9 years ago
  32. d89b72c arm: mmu: Add missing volatile for reading SCTLR register by Alison Wang · 9 years ago
  33. ece3cc0 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 9 years ago
  34. b5272bd pci: pcie_imx: Fix hang on mx6qp by Fabio Estevam · 9 years ago
  35. da1a904 armv8/gic: Fix GIC v2 initialization by Thierry Reding · 9 years ago
  36. a3e45ab armv8/mmu: Set bits marked RES1 in TCR by Thierry Reding · 9 years ago
  37. 0dcc889 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 9 years ago
  38. 673dc3f ARM: uniphier: fix address mapping in README.uniphier by Masahiro Yamada · 9 years ago
  39. c2d7076 armv8/mmu: Clean up TCR programming by Thierry Reding · 9 years ago
  40. 8bf5931 arm: vf610twr: improve memory layout by Stefan Agner · 9 years ago
  41. d19b782 colibri_vf: Fix bstlen field by Fabio Estevam · 9 years ago
  42. 59ae13a mtd: nand: vf610_nfc: resync with upstream Linux version by Stefan Agner · 9 years ago
  43. 88f4c83 Merge remote-tracking branch 'u-boot/master' by Albert ARIBAUD · 9 years ago
  44. 5710d06 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 9 years ago
  45. c29121b exynos: more debug and cleanup in do_sdhci_init() by Tobias Jakobi · 9 years ago
  46. 953d21b exynos: be more verbose in process_nodes() by Tobias Jakobi · 9 years ago
  47. 0ab570c exynos: Fix passing of errors in exynos_mmc_init() by Tobias Jakobi · 9 years ago
  48. 49b330d exynos: Properly zero initialize host in s5p_sdhci_init() by Tobias Jakobi · 9 years ago
  49. 83ef059 odroid: Add boot script (boot.scr) support by Guillaume GARDET · 9 years ago
  50. 0b84082 odroid: replace 'fatload' with 'load' to be able to use EXT* partitions by Guillaume GARDET · 9 years ago
  51. 0af008c ls102xa: Fix reset hang by Fabio Estevam · 9 years ago
  52. cd847ab imx_watchdog: Add a header file for watchdog registers by Fabio Estevam · 9 years ago
  53. ab67e15 Prepare v2015.10-rc5 by Tom Rini · 9 years ago
  54. bf84e64 env_eeprom.c: Correct using saved environment by Ludger Dreier · 9 years ago
  55. a3a095c pcm052: fix MTD partitioning by Albert ARIBAUD (3ADEV) · 9 years ago
  56. 94d3ce4 test/fs/fs-test.sh: Update expected results and TC10 logic by Tom Rini · 9 years ago
  57. c62d1b5 lpc32xx: fix calculation of HCLK PLL output clock by Vladimir Zapolskiy · 9 years ago
  58. 902d796 lpc32xx: remove surplus clock cycle in PL175 WAIT_OEN config by Vladimir Zapolskiy · 9 years ago
  59. 69cf8ad nand: omap_gpmc: Change correctable bit-flips messages to debug() by Ezequiel García · 9 years ago
  60. 1414f1f Fix variation in timestamps caused by timezone differences. by Vagrant Cascadian · 9 years ago
  61. fc1ae4c common/image.c: Make boot_get_ramdisk() perform a check for Android images by Tom Rini · 9 years ago
  62. e140a46 tools/mkimage.c: Clarify help text for -D slightly by Tom Rini · 9 years ago
  63. 363e424 arndale: Apply Cortex-A15 errata #773022 and #774769 by Ian Campbell · 9 years ago
  64. d979878 image: fix support for Android boot images with no ramdisk by Rob Herring · 9 years ago
  65. f41a3ca Add support for LZ4 decompression algorithm by Julius Werner · 9 years ago
  66. fc3abe0 ppc4xx: Remove lcd4_lwmon5 support by Stefan Roese · 9 years ago
  67. 41db9ed ppc4xx: Convert lwmon5 board to generic board by Stefan Roese · 9 years ago
  68. b47a63d Revert "powerpc: ppc4xx: remove lwmon5 support" by Stefan Roese · 9 years ago
  69. 8fed7d3 fs/fat/fat_write: Fix management of empty files by Benoît Thébaudeau · 9 years ago
  70. d1d390a fs/fat/fat_write: Factor out duplicate code by Benoît Thébaudeau · 9 years ago
  71. e0b8694 fs/fat/fat_write: Fix curclust/newclust mix-up by Benoît Thébaudeau · 9 years ago
  72. 39659ce fs/fat/fat_write: Merge calls to set_cluster() by Benoît Thébaudeau · 9 years ago
  73. ccc945b fs/fat/fat_write: Fix buffer alignments by Benoît Thébaudeau · 9 years ago
  74. 48b034a ti: omap3: config: remove 1 from boolean define by Igor Grinberg · 9 years ago
  75. a30356f vexpress64: juno: use /dev/sda2 by Ryan Harkin · 9 years ago
  76. 66fe7ee vexpress64: juno: add alternate kernel and device tree filenames by Ryan Harkin · 9 years ago
  77. f7e1e9e vexpress64: juno: add optional initrd by Ryan Harkin · 9 years ago
  78. 46143ed common/armflash: load_image returns success or failure by Ryan Harkin · 9 years ago
  79. 37f3170 common/armflash: add command to check if image exists by Ryan Harkin · 9 years ago
  80. 6abfbf4 vexpress64: juno: add androidboot.hardware=juno by Ryan Harkin · 9 years ago
  81. b6b9665 vexpress64: fvp dram: add DRAM configuration by Ryan Harkin · 9 years ago
  82. 642aa2c vexpress64: increase max gunzip size by Ryan Harkin · 9 years ago
  83. c98cd0d vexpress64: Kconfig: tidy up by Ryan Harkin · 9 years ago
  84. 64541f2 vexpress64: fix checkpatch warnings by Ryan Harkin · 9 years ago
  85. ad7dbd1 configs: ls1021atwr: Enable DSPI for LS1021ATWR by Yao Yuan · 9 years ago
  86. 3ca850c mtd: sf: Add support AT26DF081A chip by Yao Yuan · 9 years ago
  87. f983516 dm: dts: ls1021a-twr: Enable DSPI2 on LS1021ATWR by Yuan Yao · 9 years ago
  88. 960dad9 spi: tegra20: Add support for mode selection by Mirza Krak · 9 years ago
  89. a61e216 spi: zynq_spi: Fix to configure CPOL, CPHA mask by Jagan Teki · 9 years ago
  90. 0dc543f spi: xilinx_spi: Fix to configure CPOL, CPHA mask by Jagan Teki · 9 years ago
  91. 1984fac sunxi: Fix USB regulators in Linksprite_pcDuino_defconfig by Siarhei Siamashka · 9 years ago
  92. edac3c4 sunxi: Fix pcDuino reliability by downclocking DRAM to 360MHz by Siarhei Siamashka · 9 years ago
  93. 0836b1f Merge git://git.denx.de/u-boot-x86 by Tom Rini · 9 years ago
  94. e8bd746 pci: Fix expansion ROM programming for multi-function devices by Bin Meng · 9 years ago
  95. 83b648a Merge git://git.denx.de/u-boot-arc by Tom Rini · 9 years ago
  96. 8472503 Merge git://git.denx.de/u-boot-dm by Tom Rini · 9 years ago
  97. ade110a board: axs10x - cap max SDIO clock value to bus/2 by Alexey Brodkin · 9 years ago
  98. f575ab4 imximage: fix commands other than write_data by Troy Kisky · 9 years ago
  99. 07c41ed imximage: header.length of 4 is valid by Troy Kisky · 9 years ago
  100. 68a3d49 sandbox: Correct operaion of 'reset' command by Simon Glass · 9 years ago