1. b9107ad arm: lager: Add support I2C by Nobuhiro Iwamatsu · 11 years ago
  2. 23565c6 arm: lager: Add support Ethernet by Nobuhiro Iwamatsu · 11 years ago
  3. 36da5f8 arm: rmobile: Update README.rmobile by Nobuhiro Iwamatsu · 11 years ago
  4. fcd0524 mtd: nand: omap: fix ecc ops assignment when changing ecc by Nikita Kiryanov · 11 years ago
  5. eb237a1 mtd: nand: omap: fix sw->hw->sw ecc switch by Nikita Kiryanov · 11 years ago
  6. 3ef1ead nand_util.c: Use '%zd' for length in nand_unlock debug print by Tom Rini · 11 years ago
  7. 2528460 mtd: nand: omap: fix HAM1_SW ecc using default value for ecc.size by Nikita Kiryanov · 11 years ago
  8. 5d7a49b mtd: nand: omap_gpmc: cosmetic: Fix indentation by Stefan Roese · 11 years ago
  9. 69cc97f mtd: nand: omap: fix ecc-layout for HAM1 ecc-scheme by pekon gupta · 11 years ago
  10. ebaf6b2 imx6: fix random hang when download by usb by Frank Li · 11 years ago
  11. 5b5a82e ARM: mxs: tools: Fix errno handling in strtoul() invocation by Marek Vasut · 11 years ago
  12. 119e990 mx6sabresd: Fix LVDS width and color format by Fabio Estevam · 11 years ago
  13. be4ab3d mx6sabresd: Allow probing HSYNC, VSYNC and DISP_CLK signals by Fabio Estevam · 11 years ago
  14. 89cfd0f mx6: clock: Fix the calculation of PLL_ENET frequency by Fabio Estevam · 11 years ago
  15. 502a710 ARM: mx53: video: Add IPUv3 LCD support for M53EVK by Marek Vasut · 11 years ago
  16. 1230743 MX6 SabreSD: Use readl() to read the CCM_CCGR3 register by Liu Ying · 11 years ago
  17. 02824dc ARM: mx6: Update non-Freescale boards to include CPU errata. by Eric Nelson · 11 years ago
  18. 0159995 configs: imx: Remove CONFIG_SYS_SPD_BUS_NUM option by Fabio Estevam · 11 years ago
  19. 98d0122 udoo: Add SATA support on uDoo Board. by Giuseppe Pagano · 11 years ago
  20. 164d984 nitrogen6x: Move setup_sata to common part by Giuseppe Pagano · 11 years ago
  21. d51a2a2 arm: atmel: at91sam9x5: move CONFIG_SYS_NO_FLASH to proper position by Bo Shen · 11 years ago
  22. 1ae37be arm: atmel: at91sam9x5: cleanup unneeded undef by Bo Shen · 11 years ago
  23. 8d7b363 arm: atmel: at91sam9x5: cleanup cs configure for spi by Bo Shen · 11 years ago
  24. b47abc3 i.MX6 (DQ/DLS): use macros for mux and pad declarations by Eric Nelson · 11 years ago
  25. 570aa2f imx: Explicitly pass the I2C bus number in pmic_init() by Fabio Estevam · 11 years ago
  26. fd44194 Prepare v2014.01-rc2 by Tom Rini · 11 years ago
  27. 215ab45 Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · 11 years ago
  28. 93b7b7f Merge branch 'master' of git://git.denx.de/u-boot-blackfin by Tom Rini · 11 years ago
  29. 475c506 Makefile, .gitignore: Cleanup non-existing binaries by Masahiro Yamada · 11 years ago
  30. aaed2eb examples: x86: delete 82559_eeprom by Masahiro Yamada · 11 years ago
  31. e8a8b82 Makefile: Select objects by CONFIG_ rather than $(ARCH) or $(CPU) by Masahiro Yamada · 11 years ago
  32. 6bb6049 Makefile: delete unnecessary lines by Masahiro Yamada · 11 years ago
  33. 82450b9 README.vxworks: add a document describing the new VxWorks boot interface by Miao Yan · 11 years ago
  34. 35940de common/fdt_support.c: avoid unintended return from fdt_fixup_memory_banks() by Miao Yan · 11 years ago
  35. 871a57b common/cmd_bootm: extend do_bootm_vxworks to support the new VxWorks boot interface. by Miao Yan · 11 years ago
  36. ecf9ce2 blackfin: remove build warning by Sonic Zhang · 11 years ago
  37. 31d5d4e blackfin: fixing warning by including proper headers by Sonic Zhang · 11 years ago
  38. 6e6b221 blackfin: fix building error by enlarging the memory size by Sonic Zhang · 11 years ago
  39. a2d1690 blackfin: Disable commands to reduce l1 ram requirement by Sonic Zhang · 11 years ago
  40. fa88d88 blackfin: fix building error by adding macro CONFIG_SYS_I2C by Sonic Zhang · 11 years ago
  41. 7b27a68 blackfin: fix build error by adding CONFIG_BFIN_SERIAL by Sonic Zhang · 11 years ago
  42. de37cdc common/config_defaults.h: make CONFIG_BOOTM_VXWORKS default configuration by Miao Yan · 11 years ago
  43. 17ab52f common/cmd_bootm.c: seperate do_bootm_vxworks related code from CONFIG_CMD_ELF. by Miao Yan · 11 years ago
  44. 878a095 Makefile: delete unnecessary CPPFLAGS settings by Masahiro Yamada · 11 years ago
  45. dd88ab3 Makefile: Move some scripts imported from Linux by Masahiro Yamada · 11 years ago
  46. 392ba52 drivers/mtd: descend into sub directories only when it is necessary by Masahiro Yamada · 11 years ago
  47. 4f57a90 drivers/usb/gadget: select objects by obj-$(CONFIG-...) by Masahiro Yamada · 11 years ago
  48. 755e08f post: descend only when CONFIG_HAS_POST is defined by Masahiro Yamada · 11 years ago
  49. 8e9a6cb Makefile: delete a make rule of $(LDSCRIPT) by Masahiro Yamada · 11 years ago
  50. 9aed5a2 board_f: explicitly disable console on early boot by Alexey Brodkin · 11 years ago
  51. 07a1a0c Correct vxWorks elf boot to load at correct address by Stany MARCEL · 11 years ago
  52. 93f70df .gitignore: ignore spl/ and tpl/ directories except spl/Makefile by Masahiro Yamada · 11 years ago
  53. de04d64 PowerPC: merge commonly-defined flags by Masahiro Yamada · 11 years ago
  54. e2ce816 netbsd:fix documentation typo. by Kees Jongenburger · 11 years ago
  55. ba93125 spl/Makefile: merge LIBS-y += arch/$(ARCH)/imx-common by Masahiro Yamada · 11 years ago
  56. 6b44adc yaffs2: Use lldiv for 64bit division by Tom Rini · 11 years ago
  57. 18e8672 JFFS2: Correct jffs2_1pass_build_lists to use lldiv by Tom Rini · 11 years ago
  58. 49a90e2 ARM:PXA: Correct tick_to_time / us_to_tick to use lldiv by Tom Rini · 11 years ago
  59. e83bab8 ARM:zynq: Correct __udelay to use lldiv by Tom Rini · 11 years ago
  60. 2cd1b57 time: fix usec_to_tick() by Stephen Warren · 11 years ago
  61. 74c43bb Makefile: correct dependencies of asm-offsets.[hs] by Masahiro Yamada · 11 years ago
  62. a8c0754 Makefile: use two double-quotations as a pair by Masahiro Yamada · 11 years ago
  63. 65947ab Makefile: Do not create empty autoconf.mk on error by Masahiro Yamada · 11 years ago
  64. 6496d00 sandbox: dumpimage: Test dumpimage by Guilherme Maciel Ferreira · 11 years ago
  65. a804b5c Add dumpimage, a tool to extract data from U-Boot images by Guilherme Maciel Ferreira · 11 years ago
  66. f86ed6a tools: moved code common to all image tools to a separated module. by Guilherme Maciel Ferreira · 11 years ago
  67. f1cc458 mkimage: added 'static' specifier to match function's prototype. by Guilherme Maciel Ferreira · 11 years ago
  68. 2c808a1 kgdb: configs: remove obsolete CONFIG_KGDB_SER_INDEX by Vladimir Zapolskiy · 11 years ago
  69. 5deccaf serial: lpc32xx: send CR before LF by Vladimir Zapolskiy · 11 years ago
  70. d2c7074 ARM: OMAP5: clocks: Update MPU settings for OPP_NOM by Lokesh Vutla · 11 years ago
  71. 5298f21 ARM: DRA7xx: Change clk divider setting by Lokesh Vutla · 11 years ago
  72. f3ef360 arm: omap: cm_t35: update config file by Nikita Kiryanov · 11 years ago
  73. 6a1df37 am3517_evm: activate Ethernet PHY by Yegor Yefremov · 11 years ago
  74. dc42736 am335x, siemens boards: adapt default environment setting by Heiko Schocher · 11 years ago
  75. 47b4bcf arm: omap: abb: add missing include by Nikita Kiryanov · 11 years ago
  76. 052fb19 arm: am437: Fix offset for USB registers by Dan Murphy · 11 years ago
  77. ba481c5 am335x_evm: Consolidate DFU environment parts into the DFU part of the file by Tom Rini · 11 years ago
  78. 3e51b7c arm: omap3: Add SPL support to cm_t35 by Stefan Roese · 11 years ago
  79. 8f0cbd6 arm: omap3: Add HEAD acoustics (HA) board variant omap3_ha to tao3530 by Stefan Roese · 11 years ago
  80. fcd9adc arm: omap3: Add board revision output to tao3530 by Stefan Roese · 11 years ago
  81. b36f457 arm: omap3: Remove bootargs mem_size handling by Stefan Roese · 11 years ago
  82. a9f5249 arm: omap3: Add SPL support to tao3530 by Stefan Roese · 11 years ago
  83. 550e375 arm, omap3: Add support for TechNexion modules by Tapani Utriainen · 11 years ago
  84. dcc2357 ARM: OMAP4: Move TEXT_BASE down to non-HS limit by Lokesh Vutla · 11 years ago
  85. 12115c6 am33xx: Enable D-CACHE on !CONFIG_SYS_DCACHE_OFF by Tom Rini · 11 years ago
  86. a5a42ee ARM: fix the standalone programs by Jeroen Hofstee · 11 years ago
  87. bd851c7 Revert "ARM: move interrupt_init to before relocation" by Albert ARIBAUD · 11 years ago
  88. e03c76c powerpc/mpc85xx: Update CONFIG_SYS_FSL_TBCLK_DIV for T1040 by Prabhakar Kushwaha · 11 years ago
  89. 5037947 powerpc/p1_p2_rdb_pc: Fix warnings for __iomem pointers by Claudiu Manoil · 11 years ago
  90. 732dfe0 net/fman: add ft_fixup_xgec to support 3rd and 4th 10GEC by Shengzhou Liu · 11 years ago
  91. c1015c6 powerpc/t4240: Add a frequency setting case for fman1 by Shaohui Xie · 11 years ago
  92. 4b210ad Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
  93. f15ea6e Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  94. 65b7fe2 Merge branch 'spi' of git://git.denx.de/u-boot-x86 by Tom Rini · 11 years ago
  95. e1e3de7 Merge branch 'master' of git://git.denx.de/u-boot-mmc by Tom Rini · 11 years ago
  96. 76a8265 Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · 11 years ago
  97. cb7ee1b vexpress: use correct timer address on extended memory map systems by Ian Campbell · 11 years ago
  98. 3b100f6 serial: zynq: Remove unused #defines by Soren Brinkmann · 11 years ago
  99. ca9a501 sandbox: spi: Enable new spi/sf layers by Mike Frysinger · 11 years ago
  100. ffdb20b sandbox: spi: Add new SPI flash driver by Mike Frysinger · 11 years ago