1. 1a2e203 mpc83xx: turn on icache in core initialization to improve u-boot boot time by Kim Phillips · 15 years ago
  2. a059e90 mpc83xx: enable command line autocompletion by Kim Phillips · 15 years ago
  3. a47a12b Move arch/ppc to arch/powerpc by Stefan Roese · 15 years ago
  4. 26a3350 fsl_i2c: Added a callpoint for i2c_board_late_init by Richard Retanubun · 15 years ago
  5. 2a72e9e ppc4xx: Add option for PPC440SPe ports without old Rev. A support by Stefan Roese · 15 years ago
  6. 288991c ppc4xx: alpr: Remove some not needed commands to make image fit again by Stefan Roese · 15 years ago
  7. c6fb83d blackfin: Move cpu/blackfin/* to arch/blackfin/cpu/* by Peter Tyser · 15 years ago
  8. 8d1f268 ppc: Move cpu/$CPU to arch/ppc/cpu/$CPU by Peter Tyser · 15 years ago
  9. 819833a Move architecture-specific includes to arch/$ARCH/include/asm by Peter Tyser · 15 years ago
  10. 61f2b38 Replace "#include <asm-$ARCH/$FILE>" with "#include <asm/$FILE>" by Peter Tyser · 15 years ago
  11. 78acc47 Rename lib_generic/ to lib/ by Peter Tyser · 15 years ago
  12. ea0364f Move lib_$ARCH directories to arch/$ARCH/lib by Peter Tyser · 15 years ago
  13. fd4e49c Merge branch 'master' of git://git.denx.de/u-boot-blackfin by Wolfgang Denk · 15 years ago
  14. 8178110 config_cmd_all.h: Sort entries alphabetically by Detlev Zundel · 15 years ago
  15. 9157e9c config_cmd_all.h: added missing CONFIG_CMD_UBI and CONFIG_CMD_UBIFS by Frans Meulenbroeks · 15 years ago
  16. 1f2463d Add initial support for Matrix Vision mvSMR board based on MPC5200B. by Andre Schwarz · 15 years ago
  17. 797131c Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Wolfgang Denk · 15 years ago
  18. 92abce8 Merge branch 'master' of git://git.denx.de/u-boot-i2c by Wolfgang Denk · 15 years ago
  19. 6a1f7e5 Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · 15 years ago
  20. 9334190 ppc/85xx: Use CONFIG_NS16550_MIN_FUNCTIONS to reduce NAND_SPL size by Kumar Gala · 15 years ago
  21. 5a46960 p2020ds: add alternate boot bank support using the ngPIXIS FPGA by Timur Tabi · 15 years ago
  22. 2feb4af fsl: improve the PIXIS code and fix a few bugs by Timur Tabi · 15 years ago
  23. ff8473e 85xx: Set HID1[mbdd] on e500v2 rev5.0 or greater by Sandeep Gopalpet · 15 years ago
  24. 2160827 85xx: Added various P1012/P1013/P1021/P1022 defines by Kumar Gala · 15 years ago
  25. 3f1a5c1 Blackfin: IP04: new board port by Brent Kandetzki · 15 years ago
  26. dd97022 Blackfin: sync ptrace headers with linux by Mike Frysinger · 15 years ago
  27. 6a0be8f Blackfin: cm-bf561: update network/env settings by Harald Krapfenbauer · 15 years ago
  28. 216818c Blackfin: bf537-stamp: add board test defines by Mike Frysinger · 15 years ago
  29. 49b97d9 fdt: Add fdt_del_node_and_alias helper by Kumar Gala · 15 years ago
  30. 459c41a Blackfin: disable NetBSD bootm support by default by Mike Frysinger · 15 years ago
  31. 69bcf5b 85xx: Add defines for BUCSR bits to make code more readable by Kumar Gala · 15 years ago
  32. ab467c5 fsl_esdhc: Only modify the field we are changing in WML by Roy Zang · 15 years ago
  33. 48bb3bb fsl_esdhc: Add function to reset the eSDHC controller by Jerry Huang · 15 years ago
  34. cc4d122 fsl_esdhc: Always stop clock before changing frequency by Kumar Gala · 15 years ago
  35. d0b0dca i2c: Move PPC4xx I2C driver into drivers/i2c directory by Stefan Roese · 15 years ago
  36. 0701f73 at91: use C structs for AT91 OHCI code by Matthias Fuchs · 15 years ago
  37. c9f72b3 at91: boards cleanup for deprecated CONFIG_CMD_AUTOSCRIPT by Daniel Gorsulowski · 15 years ago
  38. 2528dc5 SAMSUNG: SMDKC100: Adds ethernet support. by Naveen Krishna CH · 15 years ago
  39. 01802e0 S5PC100: Function to configure the SROMC registers. by Naveen Krishna CH · 15 years ago
  40. a28bec8 S5PC100: Memory SubSystem Header file, register description(SROMC). by Naveen Krishna CH · 15 years ago
  41. ab693e9 s5pc1xx: support the GPIO interface by Minkyu Kang · 15 years ago
  42. 6c71a8f S5PC100: Moves the Macros to a common header file by Naveen Krishna CH · 15 years ago
  43. 3a89a91 nios2: Set CONFIG_SYS_HZ to 1000 all nios2 boards. by Scott McNutt · 15 years ago
  44. 3ea0037 nios2: Fix outx/writex parameter order in io.h by Scott McNutt · 15 years ago
  45. c72bfaf nios2: add struct stat support in linux/stat.h by Thomas Chou · 15 years ago
  46. 3bef253 nios2: use bitops from linux-2.6 asm-generic by Thomas Chou · 15 years ago
  47. d8b73df nios2: add local_irq_enable/disable to asm-nios2/system.h by Thomas Chou · 15 years ago
  48. 54d809e nios2: add asm-nios2/errno.h by Thomas Chou · 15 years ago
  49. c9d4f46 nios2: Move serial drivers to individual files in drivers/serial by Scott McNutt · 15 years ago
  50. ffa37fc Merge branch 'next' by Wolfgang Denk · 15 years ago
  51. 9ff32d8 mpc86xx: set the DDR BATs after calculating true DDR size by Timur Tabi · 15 years ago
  52. 33f57bd 85xx: Fix enabling of L1 cache parity on secondary cores by Kumar Gala · 15 years ago
  53. fd03ea8 i2c: made unused function i2c_mux_add_device static by Frans Meulenbroeks · 15 years ago
  54. 0020db3 Merge remote branch 'origin/master' into next by Wolfgang Denk · 15 years ago
  55. a574cff ml300: remove support for broken, orphaned board by Wolfgang Denk · 15 years ago
  56. be1a913 Merge branch 'next' of git://git.denx.de/u-boot-coldfire into next by Wolfgang Denk · 15 years ago
  57. f26a247 ColdFire: Fix incorrect M5253DEMO default environment by TsiChung Liew · 15 years ago
  58. dd9f054 ColdFire: Cache update for all platforms by TsiChung Liew · 15 years ago
  59. f628e2f ColdFire: Fix SDRAM size on M5208evb rev E by TsiChung Liew · 15 years ago
  60. 9e8e927 ColdFire: Misc update for M53017 by TsiChung Liew · 15 years ago
  61. 0e8a755 ColdFire: Update Extra environment Data for M5275EVB by TsiChung Liew · 15 years ago
  62. ac265f7 ColdFire: Update M5253DEMO configuration file by TsiChung Liew · 15 years ago
  63. 52affe0 ColdFire: Update processors' serial port configuration by TsiChung Liew · 15 years ago
  64. d04c1ef ColdFire: Correct bit definition by TsiChung Liew · 15 years ago
  65. 8908334 add block write function to spartan3 slave serial load by Wolfgang Wegner · 15 years ago
  66. 9d79e57 add ASTRO MCF5373L board by Wolfgang Wegner · 15 years ago
  67. c550afa ppc4xx fix unstable 440EPx bootstrap options by Rupjyoti Sarmah · 15 years ago
  68. fb508b8 at91: Get rid of some warnings when building for otc570 by Matthias Fuchs · 15 years ago
  69. cc41a59 TI: Davinci: NAND Driver Cleanup by Cyril Chemparathy · 15 years ago
  70. b46b353 Merge remote branch 'origin/master' into next by Wolfgang Denk · 15 years ago
  71. 3c950e2 fdt_support: add partitions fixup in mtd node by Anatolij Gustschin · 15 years ago
  72. e070a56 POST: add progress API by Michael Zaidman · 15 years ago
  73. a6a0496 nios2: Added support to YANU UART by Renato Andreola · 15 years ago
  74. 352745a nios2: use generic unaligned.h by Thomas Chou · 15 years ago
  75. fd428c0 mpc5xxx: Remove all references to MGT5100 by Detlev Zundel · 15 years ago
  76. daa989b correct a syntax typo in at91_matrix.h by Asen Dimov · 15 years ago
  77. 5647f78 mod change 755 => 644 for multiple files by Thomas Weber · 15 years ago
  78. 67c7189 nios2: Added support to YANU UART by Renato Andreola · 15 years ago
  79. 1e67fb3 nios2: use generic unaligned.h by Thomas Chou · 15 years ago
  80. 0502262 asm-blackfin/unaligned.h: add for zlib code by Mike Frysinger · 15 years ago
  81. 3adc1fd asm-generic/unaligned.h: dynamic default unaligned accesses by Mike Frysinger · 15 years ago
  82. 93910ed Prepare v2010.03-rc1 by Wolfgang Denk · 15 years ago
  83. 9c9cbe7 mpc82xx: Remove SL8245 board and the now orpahned sk98lin network driver. by Detlev Zundel · 15 years ago
  84. ca02f6f 85xx: Drop FIT support to allow u-boot image to fit in 512k by Kumar Gala · 15 years ago
  85. 7026ead TQM8xx: enable device tree support on all TQM8xx based boards. by Heiko Schocher · 15 years ago
  86. 4b99327 PPC: Record U-Boot's relocated address in RAM and show in bdinfo. by Richard Retanubun · 15 years ago
  87. 6258b04 AT91: Update otc570 board to new SoC access by Daniel Gorsulowski · 15 years ago
  88. 7cedb29 updates the at91 main_clock calculation by Jens Scharsig · 15 years ago
  89. e4d3449 MX51: removed warnings for the mx51evk by Stefano Babic · 15 years ago
  90. 67fa8c2 arm: add support for the suen3 board from keymile by Heiko Schocher · 15 years ago
  91. 6895d45 Add support for KARO TX25 board by John Rigby · 15 years ago
  92. 740d6ae fec_mxc: add MX25 support by John Rigby · 15 years ago
  93. cb17b92 fec_mxc: cleanup and factor out MX27 dependencies by John Rigby · 15 years ago
  94. 552ff8f Add support for Freescale MX25 SOC by John Rigby · 15 years ago
  95. e911c98 mxc_serial replace platform specific clock by John Rigby · 15 years ago
  96. c5fb70c Add initial support for Freescale mx51evk board by Stefano Babic · 15 years ago
  97. c67bee1 fsl_esdhc: add support for mx51 processor by Stefano Babic · 15 years ago
  98. 69df00f ARM: add accessors functions by Stefano Babic · 15 years ago
  99. 11fdade MMC: add weak function to detect MMC/SD card by Stefano Babic · 15 years ago
  100. 67adcee0 MX51: Add pin and multiplexer definitions. by Stefano Babic · 15 years ago