1. c548545 serial: powerpc: Implement CONFIG_SERIAL_MULTI into mpc85xx serial driver by Marek Vasut · 12 years ago
  2. 18a4779 serial: powerpc: Implement CONFIG_SERIAL_MULTI into mpc8260 serial drivers by Marek Vasut · 12 years ago
  3. 80ee3db serial: powerpc: Implement CONFIG_SERIAL_MULTI into mpc8220 serial driver by Marek Vasut · 12 years ago
  4. 58698e7 serial: powerpc: Implement CONFIG_SERIAL_MULTI into mpc5xx serial driver by Marek Vasut · 12 years ago
  5. 76cb60d serial: mips: Implement CONFIG_SERIAL_MULTI into JZ serial driver by Marek Vasut · 12 years ago
  6. 2a9d935 serial: mips: Implement CONFIG_SERIAL_MULTI into asc serial driver by Marek Vasut · 12 years ago
  7. 01f9ea8 serial: mips: Implement CONFIG_SERIAL_MULTI into au1x00 serial driver by Marek Vasut · 12 years ago
  8. 3862c4a serial: bfin: Flip the jtag serial console to CONFIG_SERIAL_MULTI by Marek Vasut · 12 years ago
  9. 6b6fcfc serial: zoom2: Remove zoom2 serial prototypes from serial.h by Marek Vasut · 12 years ago
  10. 840b724 serial: bfin: Adjust serial_register_bfin_uart() by Marek Vasut · 12 years ago
  11. d012436 serial: bfin: Remove the bfin_serialN_device exports from serial.h by Marek Vasut · 12 years ago
  12. 3f08506 serial: ns16550: Move serial registration from serial_initialize() by Marek Vasut · 12 years ago
  13. f9bf966 serial: mpc512x: Move serial registration from serial_initialize() by Marek Vasut · 12 years ago
  14. d97fb5c serial: microblaze: Move serial registration from serial_initialize() by Marek Vasut · 12 years ago
  15. 354531e serial: zynq: Move serial registration from serial_initialize() by Tom Rini · 12 years ago
  16. 533e31e serial: s5p: Move serial registration from serial_initialize() by Marek Vasut · 12 years ago
  17. f344201 serial: pxa: Move serial registration from serial_initialize() by Marek Vasut · 12 years ago
  18. b3e48aa serial: s3c24xx: Move serial registration from serial_initialize() by Marek Vasut · 12 years ago
  19. 419d894 serial: mpc8xx: Move serial registration from serial_initialize() by Marek Vasut · 12 years ago
  20. f6af048 serial: Implement serial_initfunc() macro by Marek Vasut · 12 years ago
  21. e79aa90 serial: mpc512x: Properly define CONFIG_SYS_PSC3 in config files by Marek Vasut · 12 years ago
  22. bcf4872 serial: pxa: Make local functions static by Marek Vasut · 12 years ago
  23. 0d4bef7 serial: pxa: Make use of default_serial_console in serial_pxa by Marek Vasut · 12 years ago
  24. bc53d14 serial: pxa: Implement default_serial_console in serial_pxa.c by Marek Vasut · 12 years ago
  25. 5bcdf24 serial: Properly spell out the structure member names of serial_driver by Marek Vasut · 12 years ago
  26. b46931d serial: Rename .init() and .uninit() in serial_device by Marek Vasut · 12 years ago
  27. 80919de serial: Coding style cleanup of struct serial_device by Marek Vasut · 12 years ago
  28. 1b476f9 COMMON: Use __stringify() instead of rest of implementations by Marek Vasut · 12 years ago
  29. 0b3176c COMMON: Use __stringify() instead of MK_STR() by Marek Vasut · 12 years ago
  30. fd5ba89 COMMON: Use __stringify() instead of xstr() by Marek Vasut · 12 years ago
  31. a3f1634 COMMON: Add __stringify() function by Marek Vasut · 12 years ago
  32. a16c1a5 SPL: Remove setting GD_FLG_RELOC in preloader_console_init() by Tom Rini · 12 years ago
  33. 036618c MAINTAINERS: Move dbau1x00 to orphaned. by Tom Rini · 12 years ago
  34. 3132715 gth2: Remove this platform by Tom Rini · 12 years ago
  35. c336f87 common: cmd_elf.c: use uintptr_t for casts from u32 to void* by Daniel Schwierzeck · 12 years ago
  36. fa87af3 common: cmd_elf.c: fix checkpath.pl warnings by Daniel Schwierzeck · 12 years ago
  37. a3e5c52 lib: vsprintf.c: replace NUM_TYPE with s64/u64 types by Daniel Schwierzeck · 12 years ago
  38. fc14785 lib: vsprintf.c: fix checkpath.pl warnings by Daniel Schwierzeck · 12 years ago
  39. d6d4ec8 ARM: prevent misaligned array inits by Albert ARIBAUD · 12 years ago
  40. e1680d3 Prepare v2012.10 by Tom Rini · 12 years ago
  41. 8ed7a80 m28: Properly configure the SPI flash chipselect by Marek Vasut · 12 years ago
  42. 4551ecc Prepare v2012.10-rc3 by Tom Rini · 12 years ago
  43. f30ef81 arm: armv7: omap3: Fix restore sequence in lowlevel_init by Albert ARIBAUD · 12 years ago
  44. 514c65c yaffs2: Fix GCC 4.6 compile warnings by Anatolij Gustschin · 12 years ago
  45. 71b4e3b disk: part_dos: don't claim whole-disk FAT filesystems by Stephen Warren · 12 years ago
  46. 2e1b357 FAT: check for partition 0 not 1 for whole-disk fs by Stephen Warren · 12 years ago
  47. 08d5451 arm: rmobile: bugfix: wrong register saving in lowlevel_init by Tetsuyuki Kobayashi · 12 years ago
  48. f5c0be0 ide: Correct IDE_BUS(dev) macro by Luka Perkov · 13 years ago
  49. 46a409d GPIO: pca953x: fix error reporting by Laurence Withers · 12 years ago
  50. 7a63c65 GPIO: pca953x: fix spelling in help by Laurence Withers · 12 years ago
  51. 7163a88 ml507: Fix Xilinx uartlite driver hang by Rommel Custodio · 12 years ago
  52. 89329dc Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
  53. dd66108 arm: armv7: temporarily set -mno-unaligned-access by Albert ARIBAUD · 12 years ago
  54. 4cd22c5 MAINTAINERS: Add Tetsuyuki Kobayshi for kzm9g by Tetsuyuki Kobayashi · 12 years ago
  55. a62685d env: fix crash using default -f -a by Gerlando Falauto · 12 years ago
  56. ceb18fc Improve license declaration for cmd_ini.h by Joe Hershberger · 12 years ago
  57. 178d49c MPC85xx: remove support for TQM85xx boards by Wolfgang Denk · 12 years ago
  58. 49c9c7a sh: ap_sh4a_4a: Fixed initialization value of DDR memory by Nobuhiro Iwamatsu · 12 years ago
  59. 659c9cd Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
  60. ad51f7c ARM: Add Altera SOCFPGA Cyclone5 by Dinh Nguyen · 12 years ago
  61. fd3682a snowball: Clear UART RX FIFO by Ramesh Chandrasekaran · 12 years ago
  62. af482d5 xilinx: Add new Zynq board by Michal Simek · 12 years ago
  63. dea68a7 arm: Support new Xilinx Zynq platform by Michal Simek · 12 years ago
  64. 76bed83 serial: Add Zynq serial driver by Michal Simek · 12 years ago
  65. 8c2ef80 arm: Fixed the offset for the no relocation. by Zhong Hongbo · 12 years ago
  66. ceea077 arm: Add CONFIG_OF_BOARD_SETUP support to bootm by Joe Hershberger · 12 years ago
  67. 216559a arm: Remove additional config flags by Michal Simek · 12 years ago
  68. 0a16790 armv7 cpu_init_crit: Simplify code by Benoît Thébaudeau · 12 years ago
  69. a8c7aea arm: work around assembler bug by Allen Martin · 12 years ago
  70. 4b4969b tools, config.mk: add binutils-version by Allen Martin · 12 years ago
  71. 13137f3 ARM: increase lmb stack space reservation to 4KB by Rob Herring · 12 years ago
  72. 181e06b ARM: Add X600 board support (SPEAr600 based) by Stefan Roese · 13 years ago
  73. ea8e519 ext4: Rename block group descriptor table from gd to bgd by Simon Glass · 12 years ago
  74. 5594677 Output strings from echo with puts where easy by Joe Hershberger · 12 years ago
  75. 59f3f52 Add a command to access the system timer by Joe Hershberger · 12 years ago
  76. 0fd32d7 Add a new "ini" command by Joe Hershberger · 12 years ago
  77. 8cab156 Cleanup cache command prints by Joe Hershberger · 12 years ago
  78. 3745b8c Fix checkpatch.pl complaints in cmd_cache.c by Joe Hershberger · 12 years ago
  79. 19d6bc0 net: fix netconsole filtering by Joe Hershberger · 12 years ago
  80. 47685cf Add parameter to md5sum to save the md5 sum by Joe Hershberger · 12 years ago
  81. cd39f64 Implement verify option for md5sum command by Joe Hershberger · 12 years ago
  82. 95e1108 Add parameter to sha1sum to save the SHA1 sum by Joe Hershberger · 12 years ago
  83. d448312 Implement verify option for sha1sum command by Joe Hershberger · 12 years ago
  84. eeff228 Change dead code in "test" cmd to debug output by Joe Hershberger · 12 years ago
  85. 96ccaf3 Allow runtime configuration of "zero-delay" check by Joe Hershberger · 12 years ago
  86. 1b0280e Merge remote-tracking branch 'u-boot-marvell/master' by Albert ARIBAUD · 12 years ago
  87. 61aa89f lsxl: also turn off fan in power down mode by Michael Walle · 12 years ago
  88. 8887481 km_kirkwood: enable MV88E6352_SWITCH support for kmnusa by Valentin Longchamp · 12 years ago
  89. 310164a arm/km: add mv88e6352 configuration for kmnusa by Valentin Longchamp · 12 years ago
  90. a1ec610 edminiv2: increase malloc len to 256K by Albert ARIBAUD · 12 years ago
  91. bd58c45 ARM: kirkwood/orion5x: Use reset_cpu definition in include/common.h by Dinh Nguyen · 12 years ago
  92. 50135dd kirkwood: ib62x0: Invert SATA activity LEDs by Simon Baatz · 12 years ago
  93. b59a955 arm/km: use kw_sdram_size_adjust to adjust SDRAM size by Holger Brunck · 12 years ago
  94. ea32b7e kirkwood: implement kw_sdram_size_adjust by Gerlando Falauto · 12 years ago
  95. ac935e2 kirkwood: implement kw_sdram_bs_set() by Gerlando Falauto · 12 years ago
  96. 67393fc kirkwood: use c-struct for access to SDRAM addr decode registers by Holger Brunck · 12 years ago
  97. 9f49706 kirkwood: add support for Iomega iConnect board by Luka Perkov · 12 years ago
  98. 6c46604 kirkwood: fix mpp.h coding style by Luka Perkov · 12 years ago
  99. caf09e2 ARM: add support for d2 Network v2 by Simon Guinot · 12 years ago
  100. 13c5ae6 ARM: add support for Network Space v2 Lite and Mini by Simon Guinot · 12 years ago