1. 29fd7ce mpc5121: pdm360ng: add coprocessor POST by Anatolij Gustschin · 14 years ago
  2. 2ebdb9a mpc5121: add common post_word_load/store code by Anatolij Gustschin · 14 years ago
  3. a3921ee mpc5121: add support for PDM360NG board by Anatolij Gustschin · 14 years ago
  4. b9947bb mpc5121: determine RAM size using get_ram_size() by Anatolij Gustschin · 14 years ago
  5. 5d937e8 mpc512x: make MEM IO Control configuration a board config option by Anatolij Gustschin · 14 years ago
  6. 8e234e3 mpc5121: add PSC serial communication routines by Anatolij Gustschin · 14 years ago
  7. e3b28e6 mpc512x: add multi serial PSC support by Anatolij Gustschin · 14 years ago
  8. fbb0030 serial: struct serial_device: add uninit() entry for drivers by Anatolij Gustschin · 14 years ago
  9. 6e5fb4e Merge branch 'master' of git://git.denx.de/u-boot-mmc by Wolfgang Denk · 14 years ago
  10. a77034a Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx by Wolfgang Denk · 14 years ago
  11. 500fbae Merge branch 'master' of git://git.denx.de/u-boot-microblaze by Wolfgang Denk · 14 years ago
  12. b919a3f Merge branch 'master' of git://git.denx.de/u-boot-i2c by Wolfgang Denk · 14 years ago
  13. 77c1458 ppc/85xx: PIO Support for FSL eSDHC Controller Driver by Dipen Dudhat · 15 years ago
  14. a47a12b Move arch/ppc to arch/powerpc by Stefan Roese · 14 years ago
  15. cf6eb6d ppc4xx: TLB init file cleanup by Stefan Roese · 14 years ago
  16. 26a3350 fsl_i2c: Added a callpoint for i2c_board_late_init by Richard Retanubun · 14 years ago
  17. 254ab7b nios2: Move individual board linker scripts to common script in cpu tree. by Scott McNutt · 14 years ago
  18. 8ff972c microblaze: Consolidate cache code by Michal Simek · 14 years ago
  19. 9b4d905 microblaze: Flush cache before jumping to kernel by Michal Simek · 14 years ago
  20. 7052488 microblaze: Support system with WB cache by Michal Simek · 14 years ago
  21. 9769b73 microblaze: Change initialization sequence by Michal Simek · 14 years ago
  22. e6177b3 microblaze: Change cache report messages by Michal Simek · 14 years ago
  23. 8125c98 microblaze: Fix interrupt handler code by Michal Simek · 14 years ago
  24. b266409 microblaze: Move FSL initialization to board.c by Michal Simek · 14 years ago
  25. 5bbcb6c microblaze: Move timer initialization to board.c by Michal Simek · 14 years ago
  26. cc53690 microblaze: Fix irq.S code by Michal Simek · 14 years ago
  27. 398b1d5 microblaze: Add FDT support by Arun Bhanu · 14 years ago
  28. 2a72e9e ppc4xx: Add option for PPC440SPe ports without old Rev. A support by Stefan Roese · 14 years ago
  29. 288991c ppc4xx: alpr: Remove some not needed commands to make image fit again by Stefan Roese · 14 years ago
  30. 8d321b8 Update README to reflect new directory structure by Peter Tyser · 14 years ago
  31. 37e4daf nios2: Move cpu/nios2/* to arch/nios2/cpu/* by Peter Tyser · 14 years ago
  32. 6a8a2b7 nios: Move cpu/nios/* to arch/nios/cpu/* by Peter Tyser · 14 years ago
  33. 1e9c265 sparc: Move cpu/leon[23] to arch/sparc/cpu/leon[23] by Peter Tyser · 14 years ago
  34. e9a8828 i386: Move cpu/i386/* to arch/i386/cpu/* by Peter Tyser · 14 years ago
  35. 6260fb0 microblaze: Move cpu/microblaze/* to arch/microblaze/cpu/* by Peter Tyser · 14 years ago
  36. 8a15c2d avr32: Move cpu/at32ap/* to arch/avr32/cpu/* by Peter Tyser · 14 years ago
  37. 1e3827d mips: Move cpu/mips/* to arch/mips/cpu/* by Peter Tyser · 14 years ago
  38. c6fb83d blackfin: Move cpu/blackfin/* to arch/blackfin/cpu/* by Peter Tyser · 14 years ago
  39. a414553 m68k: Move cpu/$CPU to arch/m68k/cpu/$CPU by Peter Tyser · 14 years ago
  40. 84ad688 arm: Move cpu/$CPU to arch/arm/cpu/$CPU by Peter Tyser · 14 years ago
  41. 8f0fec7 sh: Move cpu/$CPU to arch/sh/cpu/$CPU by Peter Tyser · 14 years ago
  42. 8d1f268 ppc: Move cpu/$CPU to arch/ppc/cpu/$CPU by Peter Tyser · 14 years ago
  43. 819833a Move architecture-specific includes to arch/$ARCH/include/asm by Peter Tyser · 14 years ago
  44. 61f2b38 Replace "#include <asm-$ARCH/$FILE>" with "#include <asm/$FILE>" by Peter Tyser · 14 years ago
  45. 0de71d5 Move libfdt/ into lib/ by Peter Tyser · 14 years ago
  46. 78acc47 Rename lib_generic/ to lib/ by Peter Tyser · 14 years ago
  47. ea0364f Move lib_$ARCH directories to arch/$ARCH/lib by Peter Tyser · 14 years ago
  48. 89f39e1 Change directory-specific CFLAGS to use full path by Peter Tyser · 14 years ago
  49. 03b7004 Create CPUDIR variable by Peter Tyser · 14 years ago
  50. fd4e49c Merge branch 'master' of git://git.denx.de/u-boot-blackfin by Wolfgang Denk · 14 years ago
  51. 30dc165 FIX: watchdog timeout, while waiting for input by Jens Scharsig · 14 years ago
  52. 8178110 config_cmd_all.h: Sort entries alphabetically by Detlev Zundel · 14 years ago
  53. 9157e9c config_cmd_all.h: added missing CONFIG_CMD_UBI and CONFIG_CMD_UBIFS by Frans Meulenbroeks · 14 years ago
  54. ae30b8c malloc: sbrk() should return MORECORE_FAILURE instead of NULL on failure by karl.beldan@gmail.com · 14 years ago
  55. a2513e2 mkimage: Fix strict-aliasing compiler warning by Peter Tyser · 14 years ago
  56. 1f2463d Add initial support for Matrix Vision mvSMR board based on MPC5200B. by Andre Schwarz · 14 years ago
  57. 9acd4f0 cmd_bmp.c: add standard subcommand handling by Frans Meulenbroeks · 14 years ago
  58. f852a0c drivers/mtd/spi/eeprom_m95xxx.c: add missing error checking by Albin Tonnerre · 14 years ago
  59. 74b86d2 Merge branch 'master' of git://git.denx.de/u-boot-ubi by Wolfgang Denk · 14 years ago
  60. 2aa4c57 Merge branch 'master' of git://git.denx.de/u-boot-usb by Wolfgang Denk · 14 years ago
  61. 3b653fd cmd_ubi: Fix uninitialized variable warning by Peter Tyser · 14 years ago
  62. fac71cc USB storage probe by Kim B. Heino · 14 years ago
  63. aaad108 USB storage count by Kim B. Heino · 14 years ago
  64. d7a22a3 EHCI: add NEC PCI ID by Sergei Shtylyov · 14 years ago
  65. c8b2d1d EHCI: fix port reset reporting by Sergei Shtylyov · 14 years ago
  66. e06a055 EHCI: fix off-by-one error in ehci_submit_root() by Sergei Shtylyov · 14 years ago
  67. 6d313c8 EHCI: fix root hub device descriptor by Sergei Shtylyov · 14 years ago
  68. 760bce0 video: ati_radeon_fb.c: fix warning while compiling with DEBUG by Anatolij Gustschin · 14 years ago
  69. f6a7a2e ati_radeon: Support PCI virtual not eq bus mapping. by Ed Swarthout · 14 years ago
  70. 9624f6d ati_radeon: return with error when emulator fails by Ed Swarthout · 14 years ago
  71. d501176 video: cfb_console.c: add support for RLE8 bitmaps by Anatolij Gustschin · 14 years ago
  72. a233631 Merge branch 'master' of git://git.denx.de/u-boot-cfi-flash by Wolfgang Denk · 14 years ago
  73. 797131c Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Wolfgang Denk · 14 years ago
  74. 92abce8 Merge branch 'master' of git://git.denx.de/u-boot-i2c by Wolfgang Denk · 14 years ago
  75. 6a1f7e5 Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · 14 years ago
  76. 22d6c8f cfi_flash: reset timer in flash status check by Thomas Chou · 14 years ago
  77. 9334190 ppc/85xx: Use CONFIG_NS16550_MIN_FUNCTIONS to reduce NAND_SPL size by Kumar Gala · 14 years ago
  78. 5a46960 p2020ds: add alternate boot bank support using the ngPIXIS FPGA by Timur Tabi · 14 years ago
  79. 2feb4af fsl: improve the PIXIS code and fix a few bugs by Timur Tabi · 14 years ago
  80. ff8473e 85xx: Set HID1[mbdd] on e500v2 rev5.0 or greater by Sandeep Gopalpet · 14 years ago
  81. 2160827 85xx: Added various P1012/P1013/P1021/P1022 defines by Kumar Gala · 14 years ago
  82. 5a85a30 ppc/8xxx: Delete PCI nodes from device tree if not configured by Kumar Gala · 14 years ago
  83. 3f1a5c1 Blackfin: IP04: new board port by Brent Kandetzki · 14 years ago
  84. a3c0836 Blackfin: drop bfin #undef in linker script by Mike Frysinger · 14 years ago
  85. 0c080aa Blackfin: call watchdog_init() for external watchdogs by Mike Frysinger · 14 years ago
  86. b874ed1 Blackfin: link with normal ABI target by Mike Frysinger · 14 years ago
  87. dd97022 Blackfin: sync ptrace headers with linux by Mike Frysinger · 15 years ago
  88. 6a0be8f Blackfin: cm-bf561: update network/env settings by Harald Krapfenbauer · 15 years ago
  89. 216818c Blackfin: bf537-stamp: add board test defines by Mike Frysinger · 15 years ago
  90. 38b9b74 Blackfin: relax .data alignment by Mike Frysinger · 15 years ago
  91. 03f7053 Blackfin: drop reference to gd->reloc_off by Mike Frysinger · 15 years ago
  92. 49b97d9 fdt: Add fdt_del_node_and_alias helper by Kumar Gala · 14 years ago
  93. 459c41a Blackfin: disable NetBSD bootm support by default by Mike Frysinger · 15 years ago
  94. 69bcf5b 85xx: Add defines for BUCSR bits to make code more readable by Kumar Gala · 14 years ago
  95. 22c9de0 fsl-ddr: change the default burst mode for DDR3 by Dave Liu · 14 years ago
  96. ec145e8 fsl-ddr: Fix the turnaround timing for TIMING_CFG_4 by Dave Liu · 14 years ago
  97. ab467c5 fsl_esdhc: Only modify the field we are changing in WML by Roy Zang · 14 years ago
  98. 48bb3bb fsl_esdhc: Add function to reset the eSDHC controller by Jerry Huang · 14 years ago
  99. cc4d122 fsl_esdhc: Always stop clock before changing frequency by Kumar Gala · 14 years ago
  100. d0b0dca i2c: Move PPC4xx I2C driver into drivers/i2c directory by Stefan Roese · 14 years ago