1. 2fdc9b7 vexpress64: Juno: Add initialisation code for Juno R1 PCIe host bridge. by Liviu Dudau · 9 years ago
  2. 2d0cee1 vexpress64: Juno: Declare all 8GB of RAM and make them visible to the kernel. by Liviu Dudau · 9 years ago
  3. 2727f3b dfu: dfu_sf: Take the start address into account by Fabio Estevam · 9 years ago
  4. f4c9258 dfu: dfu_sf: Use the erase sector size for erase operations by Fabio Estevam · 9 years ago
  5. d718ff7 doc/README.scrapyard: Add more entries by Tom Rini · 9 years ago
  6. 04d6f14 Revert "arm: Remove inetspace_v2_cmc board" by Tom Rini · 9 years ago
  7. 7003e4c Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 9 years ago
  8. ef1e571 Revert "arm: Remove d2net_v2 defconfig file" by Tom Rini · 9 years ago
  9. 461f592 doc/README.scrapyard: Populate recent removals by Tom Rini · 9 years ago
  10. 79ad5ce ARM: rpi: add another revision of Raspberry Pi A+ by Lubomir Rintel · 9 years ago
  11. d1a2f32 ARM: dockstar: move start of environment area by Eric Cooper · 9 years ago
  12. 8626cb8 ARM: k2e/l: Apply WA for selecting PA clock source by Lokesh Vutla · 9 years ago
  13. b9f06b3 arch/powerpc/config.mk: Pass -fno-ira-hoist-pressure when possible by Tom Rini · 9 years ago
  14. ac6a532 Merge git://git.denx.de/u-boot-socfpga by Tom Rini · 9 years ago
  15. 3790a8c arm: dts: socfpga: add "u-boot,dm-pre-reloc" to socfpga_cyclone5_socdk dts by Dinh Nguyen · 9 years ago
  16. 8d8e13e arm: socfpga: enable data/inst prefetch and shared override in the L2 by Dinh Nguyen · 9 years ago
  17. 4b8cdd4 vf610twr: Fix typo in DRAM init by Anthony Felice · 9 years ago
  18. a7e2c6f Merge branch 'master' of git://git.denx.de/u-boot-samsung by Tom Rini · 9 years ago
  19. 53fd4b8 arm: mmu: Add missing volatile for reading SCTLR register by Alison Wang · 9 years ago
  20. 1275456 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 9 years ago
  21. aaf87f0 pci: pcie_imx: Fix hang on mx6qp by Fabio Estevam · 9 years ago
  22. b1964c7 armv8/gic: Fix GIC v2 initialization by Thierry Reding · 9 years ago
  23. ad3d6e8 armv8/mmu: Set bits marked RES1 in TCR by Thierry Reding · 9 years ago
  24. cb4c833 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 9 years ago
  25. c57a9a6 ARM: uniphier: fix address mapping in README.uniphier by Masahiro Yamada · 9 years ago
  26. 55aa0be armv8/mmu: Clean up TCR programming by Thierry Reding · 9 years ago
  27. cf04ad3 arm: vf610twr: improve memory layout by Stefan Agner · 9 years ago
  28. d45fd01 colibri_vf: Fix bstlen field by Fabio Estevam · 9 years ago
  29. e24bb2b mtd: nand: vf610_nfc: resync with upstream Linux version by Stefan Agner · 9 years ago
  30. 13a3972 Merge remote-tracking branch 'u-boot/master' by Albert ARIBAUD · 9 years ago
  31. 297facc Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 9 years ago
  32. 2308ea7 exynos: more debug and cleanup in do_sdhci_init() by Tobias Jakobi · 9 years ago
  33. 995a54c exynos: be more verbose in process_nodes() by Tobias Jakobi · 9 years ago
  34. 6a9fbb6 exynos: Fix passing of errors in exynos_mmc_init() by Tobias Jakobi · 9 years ago
  35. 1a9d173 exynos: Properly zero initialize host in s5p_sdhci_init() by Tobias Jakobi · 9 years ago
  36. 8e34a74 odroid: Add boot script (boot.scr) support by Guillaume GARDET · 9 years ago
  37. 4ed5080 odroid: replace 'fatload' with 'load' to be able to use EXT* partitions by Guillaume GARDET · 9 years ago
  38. f861f51 ls102xa: Fix reset hang by Fabio Estevam · 9 years ago
  39. f532727 imx_watchdog: Add a header file for watchdog registers by Fabio Estevam · 9 years ago
  40. 87a9595 Prepare v2015.10-rc5 by Tom Rini · 9 years ago
  41. e3cc5bc env_eeprom.c: Correct using saved environment by Ludger Dreier · 9 years ago
  42. 040ef8f pcm052: fix MTD partitioning by Albert ARIBAUD (3ADEV) · 9 years ago
  43. e8de6d7 test/fs/fs-test.sh: Update expected results and TC10 logic by Tom Rini · 9 years ago
  44. 4c90234 lpc32xx: fix calculation of HCLK PLL output clock by Vladimir Zapolskiy · 9 years ago
  45. f0aa26f lpc32xx: remove surplus clock cycle in PL175 WAIT_OEN config by Vladimir Zapolskiy · 9 years ago
  46. d1d0167 nand: omap_gpmc: Change correctable bit-flips messages to debug() by Ezequiel García · 9 years ago
  47. 0219e4b Fix variation in timestamps caused by timezone differences. by Vagrant Cascadian · 9 years ago
  48. 1fec3c5 common/image.c: Make boot_get_ramdisk() perform a check for Android images by Tom Rini · 9 years ago
  49. 3549730 tools/mkimage.c: Clarify help text for -D slightly by Tom Rini · 9 years ago
  50. e392b92 arndale: Apply Cortex-A15 errata #773022 and #774769 by Ian Campbell · 9 years ago
  51. 9950098 image: fix support for Android boot images with no ramdisk by Rob Herring · 9 years ago
  52. 027b728 Add support for LZ4 decompression algorithm by Julius Werner · 9 years ago
  53. b6b5e39 ppc4xx: Remove lcd4_lwmon5 support by Stefan Roese · 9 years ago
  54. c0c7a55 ppc4xx: Convert lwmon5 board to generic board by Stefan Roese · 9 years ago
  55. 04386f6 Revert "powerpc: ppc4xx: remove lwmon5 support" by Stefan Roese · 9 years ago
  56. 1254b44 fs/fat/fat_write: Fix management of empty files by Benoît Thébaudeau · 9 years ago
  57. e876be4 fs/fat/fat_write: Factor out duplicate code by Benoît Thébaudeau · 9 years ago
  58. 5e1a860 fs/fat/fat_write: Fix curclust/newclust mix-up by Benoît Thébaudeau · 9 years ago
  59. 1d7f2ec fs/fat/fat_write: Merge calls to set_cluster() by Benoît Thébaudeau · 9 years ago
  60. 8133f43 fs/fat/fat_write: Fix buffer alignments by Benoît Thébaudeau · 9 years ago
  61. 689821f ti: omap3: config: remove 1 from boolean define by Igor Grinberg · 9 years ago
  62. 492f24e vexpress64: juno: use /dev/sda2 by Ryan Harkin · 9 years ago
  63. ecbed5d vexpress64: juno: add alternate kernel and device tree filenames by Ryan Harkin · 9 years ago
  64. 4a6bdb5 vexpress64: juno: add optional initrd by Ryan Harkin · 9 years ago
  65. 6607d39 common/armflash: load_image returns success or failure by Ryan Harkin · 9 years ago
  66. 1a9717f common/armflash: add command to check if image exists by Ryan Harkin · 9 years ago
  67. 74e264b vexpress64: juno: add androidboot.hardware=juno by Ryan Harkin · 9 years ago
  68. fc04b92 vexpress64: fvp dram: add DRAM configuration by Ryan Harkin · 9 years ago
  69. 0d3012a vexpress64: increase max gunzip size by Ryan Harkin · 9 years ago
  70. b483cb5 vexpress64: Kconfig: tidy up by Ryan Harkin · 9 years ago
  71. c0ae970 vexpress64: fix checkpatch warnings by Ryan Harkin · 9 years ago
  72. 03d1d56 configs: ls1021atwr: Enable DSPI for LS1021ATWR by Yao Yuan · 9 years ago
  73. f2b76c6 mtd: sf: Add support AT26DF081A chip by Yao Yuan · 9 years ago
  74. a8ee68d dm: dts: ls1021a-twr: Enable DSPI2 on LS1021ATWR by Yuan Yao · 9 years ago
  75. 5cb1b7b spi: tegra20: Add support for mode selection by Mirza Krak · 9 years ago
  76. a22bba8 spi: zynq_spi: Fix to configure CPOL, CPHA mask by Jagan Teki · 9 years ago
  77. d5f6073 spi: xilinx_spi: Fix to configure CPOL, CPHA mask by Jagan Teki · 9 years ago
  78. 9a4c6e9 sunxi: Fix USB regulators in Linksprite_pcDuino_defconfig by Siarhei Siamashka · 9 years ago
  79. 974936a sunxi: Fix pcDuino reliability by downclocking DRAM to 360MHz by Siarhei Siamashka · 9 years ago
  80. 38ab75a Merge git://git.denx.de/u-boot-x86 by Tom Rini · 9 years ago
  81. 7445435 pci: Fix expansion ROM programming for multi-function devices by Bin Meng · 9 years ago
  82. e928fbf Merge git://git.denx.de/u-boot-arc by Tom Rini · 9 years ago
  83. 739c5e0 Merge git://git.denx.de/u-boot-dm by Tom Rini · 9 years ago
  84. f6e27ba board: axs10x - cap max SDIO clock value to bus/2 by Alexey Brodkin · 9 years ago
  85. 61903b7 imximage: fix commands other than write_data by Troy Kisky · 9 years ago
  86. 835c30e imximage: header.length of 4 is valid by Troy Kisky · 9 years ago
  87. 7bb91dd sandbox: Correct operaion of 'reset' command by Simon Glass · 9 years ago
  88. cbfc2ff dm: test: Show the amount of leaked memory on error by Simon Glass · 9 years ago
  89. 84d26e2 dm: core: Don't use pinctrl for the root device by Simon Glass · 9 years ago
  90. b1f492c rockchip: Reconfigure the malloc based to point to system memory by Sjoerd Simons · 9 years ago
  91. d18f37c serial: rockchip: make ROCKCHIP_SERIAL depend on ARCH_ROCKCHIP by Masahiro Yamada · 9 years ago
  92. 996ec1d Merge branch 'master' of git://git.denx.de/u-boot-fdt by Tom Rini · 9 years ago
  93. cce573e trats: fdt: disable unused DW MMC by Przemyslaw Marczak · 9 years ago
  94. 7241df1 mach-exynos: clock: restore calling dead exynos4_get_mmc_clk() by Przemyslaw Marczak · 9 years ago
  95. 6f183e8 gpio: s5p: call: dev_get_addr() instead of fdtdec_get_addr() by Przemyslaw Marczak · 9 years ago
  96. ff0a635 fdtdec: fix parsing 'reg' property with zero value in '#size-cells' by Przemyslaw Marczak · 9 years ago
  97. d93b9a0 fdt: fix fdtdec_get_addr_size not to require any size cells by Stephen Warren · 9 years ago
  98. 3d3f60c dts: Add a comment about CONFIG_OF_EMBED being for local use by Simon Glass · 9 years ago
  99. 97fec71 sunxi: Add generic defconfigs for A23 Q8 tablets with 800x480 LCD by Hans de Goede · 9 years ago
  100. fbb0c7b Merge branch 'master' of git://git.denx.de/u-boot-tegra by Tom Rini · 9 years ago