1. 5b7dd81 MIPS: start.S: fix boundary check in relocate_code by Gabor Juhos · 12 years ago
  2. 38a510d Merge branch 'master' of git://git.denx.de/u-boot by Kim Phillips · 12 years ago
  3. 14fdd1a MIPS: start{, 64}.S: fill branch delay slots with NOP instructions by Gabor Juhos · 12 years ago
  4. 0ef48d4 MIPS: convert IO port accessor functions to 'static inline' by Gabor Juhos · 12 years ago
  5. be002d0 MIPS: use inline directive for __in*s functions by Gabor Juhos · 12 years ago
  6. 71a988a imximage.cfg: run files through C preprocessor by Troy Kisky · 12 years ago
  7. 0023997 mxs: Add MX23 quirks into the clock code by Otavio Salvador · 12 years ago
  8. 4750953 woodburn: Set Write Protection GPIO as input by Fabio Estevam · 12 years ago
  9. 64a9386 mxs: Add MX23 olinuxino board support by Marek Vasut · 12 years ago
  10. 9fb6aa9 mxs: Linux uses ttyAMA0 as DUART by Marek Vasut · 12 years ago
  11. 30af6c0 mxs: Fix the memory init for MX23 by Otavio Salvador · 12 years ago
  12. 7788bf0 mxs: Add function to ungate the power block on MX23 by Marek Vasut · 12 years ago
  13. 1a3c5ff mmc: Limit the number of used SSP ports on MX23 by Marek Vasut · 12 years ago
  14. deb0757 mx23: config: Enable mxsboot tool for i.MX23 based boards by Otavio Salvador · 12 years ago
  15. e6d93c2 mx23: config: Enable building of u-boot.sb binary by Otavio Salvador · 12 years ago
  16. 1ddf386 mx23: SPL: Initialize DDR at 133MHz by Otavio Salvador · 12 years ago
  17. f942f7d mx23: SPL: Add boot mode support by Otavio Salvador · 12 years ago
  18. a8b2884 mx23: Add boot mode description by Otavio Salvador · 12 years ago
  19. f69077e mx23: Add support on print_cpuinfo() by Otavio Salvador · 12 years ago
  20. 95e873d mx23: ssp: Fix ssp-regs.h for MX23 by Marek Vasut · 12 years ago
  21. 06dc816 mx23: Add POWER and CLKCTRL register definitions by Marek Vasut · 12 years ago
  22. 180f47a mx23: Add iomux-mx23.h by Otavio Salvador · 12 years ago
  23. 3fd7f36 mx23: Add register base addresses by Otavio Salvador · 12 years ago
  24. bf48fcb mxs: clock: Use 'mxs' prefix for methods by Otavio Salvador · 12 years ago
  25. 14e26bc mxs: ssp: Pull out the SSP bus to regs conversion by Marek Vasut · 12 years ago
  26. 59b6def mxs: mmc: Drop unused members from struct mxsmmc_priv by Marek Vasut · 12 years ago
  27. 7cb70a3 fdt: fix dts preprocessor options by Allen Martin · 12 years ago
  28. 64e6ec1 tegra: fdt: add apbdma node by Allen Martin · 12 years ago
  29. b7723f3 tegra: fdt: sort dts files by Allen Martin · 12 years ago
  30. d3f8752 tegra: fdt: remove clocks nodes by Allen Martin · 12 years ago
  31. a6187dc Merge remote-tracking branch 'mpc83xx/next' by Kim Phillips · 12 years ago
  32. d08b9e9 tegra: remove IRDA pinmux synonym by Allen Martin · 12 years ago
  33. bb1e7cd Tegra30: I2C: Enable I2C driver on Cardhu by Tom Warren · 12 years ago
  34. 083bbbb Tegra30: fdt: Update DT files with I2C info for T30/Cardhu by Tom Warren · 12 years ago
  35. 619bd99 Tegra30: clocks: Fix clock tables for I2C and other periphs by Tom Warren · 12 years ago
  36. f01b631 Tegra30: Add/enable Cardhu build (T30 reference board) by Tom Warren · 12 years ago
  37. 6d6c0ba Tegra30: Add generic Tegra30 build support by Tom Warren · 12 years ago
  38. 79ce91b Tegra30: Cardhu: Add DT files by Tom Warren · 12 years ago
  39. b287103 Tegra30: Add common CPU (shared) files by Tom Warren · 12 years ago
  40. 5576aab Tegra30: Add CPU (armv7) files by Tom Warren · 12 years ago
  41. 1b245fe Tegra30: Add AVP (arm720t) files by Tom Warren · 12 years ago
  42. dc89ad1 Tegra30: Add arch-tegra30 include files by Tom Warren · 12 years ago
  43. 6eb3203 tegra: remove custom TEGRA_DEVICE_SETTINGS for board files by Marc Dietrich · 12 years ago
  44. 25dccd6 tegra: enable LCD on PAZ00 by Marc Dietrich · 12 years ago
  45. 716d943 tegra: display: add board pinmux by Marc Dietrich · 12 years ago
  46. e1abca5 tegra: Enable LCD on TEC by Thierry Reding · 12 years ago
  47. 7c3f386 tegra: Enable LCD on Medcom-Wide by Thierry Reding · 12 years ago
  48. 0c55875 video: tegra: Update line length to match resolution by Thierry Reding · 12 years ago
  49. 54b08ef README.mips: update known issues and TODOs by Daniel Schwierzeck · 12 years ago
  50. 3ed75b6 README.qemu-mips: move README file from board to doc directory by Daniel Schwierzeck · 12 years ago
  51. 2b086ce MIPS: qemu-mips: update and fix example usage in README by Daniel Schwierzeck · 12 years ago
  52. 3567e4e MIPS: qemu-mips: add '-M mips' switch to the example usage command by Gabor Juhos · 12 years ago
  53. 0f17f59 MIPS: qemu-mips: fix a typo in README by Gabor Juhos · 12 years ago
  54. 9c170e2 MIPS: bootm.c: add support for 'prep' and 'go' subcommands by Gabor Juhos · 12 years ago
  55. 0ea7213 MIPS: bootm.c: separate environment initialization by Gabor Juhos · 12 years ago
  56. e08634c MIPS: bootm.c: separate linux jump code by Gabor Juhos · 12 years ago
  57. 75a279c MIPS: bootm.c: use debug macro to print debug message by Gabor Juhos · 12 years ago
  58. 3a9d879 Prepare v2013.01 by Tom Rini · 12 years ago
  59. df3ad6c pxa: Save lr register in relocate_code function by Łukasz Dałek · 12 years ago
  60. 9814819 Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · 12 years ago
  61. f1972e3 Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging by Tom Rini · 12 years ago
  62. dfe3610 twl4030: fix 'could could' in error messages by Peter Meerwald · 12 years ago
  63. a672076 watchdog.h: Move hw_watchdog_init prototype to end, guard by Tom Rini · 12 years ago
  64. 44a53b5 VIDEO: better document the correct use of CONFIG_FB_ADDR by Wolfgang Denk · 12 years ago
  65. dad631c lcd: restore ability to display 8 bpp BMPs on 16 bpp LCDs by Nikita Kiryanov · 12 years ago
  66. a17617d Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  67. 1199c37 Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  68. e4660e0 video: exynos_fb: Make a call to draw_logo only when CONFIG_CMD_BMP is selected by Ajay Kumar · 12 years ago
  69. 02a58b9 video: exynos_dp: Remove unused variable disp_info by Ajay Kumar · 12 years ago
  70. d04df3c I2C: S3C24X0: Resolve build error for VCMA9 by Rajeshwari Shinde · 12 years ago
  71. 11d80af mx51evk: Add DVI output support by Fabio Estevam · 12 years ago
  72. acbb445 mx6qsabresd: Fix booting the kernel from SDHC3 by Fabio Estevam · 12 years ago
  73. bf0c224 mx6qsabre{auto, sd}: Add support to dynamically choose between fdt use or not by Otavio Salvador · 12 years ago
  74. 6efbe21 mx6qsabrelite: Add support to dynamically choose between fdt use or not by Otavio Salvador · 12 years ago
  75. e0df535 mx53loco: Add support to dynamically choose between fdt use or not by Otavio Salvador · 12 years ago
  76. 4c6b235 mx28evk: Add support to dynamically choose between fdt use or not by Otavio Salvador · 12 years ago
  77. 3c41e90 mx28evk: We shouldn't hardcode a rootfs filesystem type by Otavio Salvador · 12 years ago
  78. d17087c mx6qsabrelite: Use tabs to environment setting by Otavio Salvador · 12 years ago
  79. abbab70 mx31/mx35/mx51/mx53/mx6: add watchdog by Troy Kisky · 12 years ago
  80. 961ffc7 arm: at91sam9x5: add dataflash boot support by Bo Shen · 12 years ago
  81. fd70aa4 m68k/lib: fix serial driver relocation by angelo · 12 years ago
  82. 7a8e739 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
  83. 59ee45e Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  84. a2468de EXYNOS5: Enable console multiplexing in u-boot by Ajay Kumar · 12 years ago
  85. 99e5162 EXYNOS5: Make all display related code dependent on CONFIG_LCD by Ajay Kumar · 12 years ago
  86. 5374d38 Exynos: clock: add CLK_DIV_FSYS3 at set_mmc_clk by Jaehoon Chung · 12 years ago
  87. c39e969 Exynos: clock: support get_mmc_clk for exynos by Jaehoon Chung · 12 years ago
  88. 039cbae OMAP3: igep00x0: add CONFIG_SYS_NS16550_BROKEN_TEMT by Javier Martinez Canillas · 12 years ago
  89. 7de0fe1 serial/ns16550: add an option to avoid hanging on broken platforms by Javier Martinez Canillas · 12 years ago
  90. 94bcfe5 Makefile: remove MLO.byteswap on clobber by Nishanth Menon · 12 years ago
  91. 0e29a24 OMAP3: igep00x0: add CONFIG_SPL_BOARD_INIT for CONFIG_SPL_NAND_SUPPORT by Javier Martinez Canillas · 12 years ago
  92. 6fb4d74 Prepare v2013.01-rc3 by Tom Rini · 12 years ago
  93. 58bd77d bootm: relocate names of sub-command table for archs with CONFIG_NEEDS_MANUAL_RELOC by Daniel Schwierzeck · 12 years ago
  94. 80e4095 arm: Tabify code for MMC initialization by Taylor Hutt · 12 years ago
  95. 2f8d8d6 arm: Move bootstage record for board_init_f() to after arch_cpu_init() by Simon Glass · 12 years ago
  96. fe34f8d arm: Make interrupts.o and reset.o in libarm also appear in SPL by Tom Wai-Hong Tam · 12 years ago
  97. 15a33e4 Add option to display customised memory information by Simon Glass · 12 years ago
  98. e2e3e2b arm: Add CONFIG_DISPLAY_BOARDINFO_LATE to display board info on LCD by Simon Glass · 12 years ago
  99. b2b92f5 Document the CONFIG_DISPLAY_BOARDINFO option by Simon Glass · 12 years ago
  100. 06fd853 arm: Add CONFIG_DELAY_ENVIRONMENT to delay environment loading by Simon Glass · 12 years ago