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