1. d6bab95 fsl_pci: Move prototypes into fsl_pci.h and remove explicit externs by Kumar Gala · 16 years ago
  2. 9bbd643 fsl_pci: Renamed immap_fsl_pci.h to fsl_pci.h by Kumar Gala · 16 years ago
  3. 937ca56 include/ns16550.h: Unify structure declaration for registers by Detlev Zundel · 16 years ago
  4. b06976d Add support for building native win32 tools by Peter Tyser · 16 years ago
  5. f18298a elf.h: Use stdint.h to provide standard typedefs for WIN32 by Peter Tyser · 16 years ago
  6. f0b1bdd mflash: Initial mflash support by unsik Kim · 16 years ago
  7. 3f6ba81 Merge branch 'master' of git://git.denx.de/u-boot-blackfin by Wolfgang Denk · 16 years ago
  8. e94fe61 Merge branch 'master' of git://git.denx.de/u-boot-fdt by Wolfgang Denk · 16 years ago
  9. 166fb54 Rename common ns16550 constants with UART_ prefix to prevent conflicts by Detlev Zundel · 16 years ago
  10. 85c25df Add "source" command; prepare removal of "autoscr" command by Wolfgang Denk · 16 years ago
  11. dc67fa8 Blackfin: force all boards to HZ of 1000 by Mike Frysinger · 16 years ago
  12. 4752c19 Blackfin: bf518f-ezbrd: new board port by Mike Frysinger · 16 years ago
  13. 0378355 Blackfin: bf526-ezbrd: new board port by Mike Frysinger · 16 years ago
  14. cc24408 Blackfin: bf538f-ezkit: new board port by Mike Frysinger · 16 years ago
  15. 3cced46 Blackfin: bf527-ezkit: new board port by Mike Frysinger · 16 years ago
  16. 979294f Blackfin: bf548-ezkit: new board port by Mike Frysinger · 16 years ago
  17. a84542a libfdt: Fix C++ compile-time cast error on gnu 4.2.1 by Laurent Gregoire · 16 years ago
  18. c85a21e Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · 16 years ago
  19. 7acde32 mpc83xx: Set guarded bit on BAT that covers the end of the address space by Scott Wood · 16 years ago
  20. 3fd7ce3 Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Wolfgang Denk · 16 years ago
  21. 0b10a0f rtc: remove broken rtc_read and rtc_write declarations by Kim Phillips · 16 years ago
  22. 56d150e 86xx: Cleanup MP support by Kumar Gala · 16 years ago
  23. bd25537 MPC85xx: Add MPC8569MDS board support by Haiying Wang · 16 years ago
  24. c984913 MPC85xx: Add MPC8569 CPU support by Haiying Wang · 16 years ago
  25. 4be87b2 fsl-ddr: add the DDR3 SPD infrastructure by Dave Liu · 16 years ago
  26. ac05b5e 83xx: Use common LSDMR defines from asm/fsl_lbc.h by Kumar Gala · 16 years ago
  27. 727c6a6 85xx: Use common LSDMR defines from asm/fsl_lbc.h by Kumar Gala · 16 years ago
  28. 2e611e8 Add LSDMR (SDRAM Mode Register) definition on localbus by Kumar Gala · 16 years ago
  29. 993e57d OMAP: rename timer divisor by Ladislav Michl · 16 years ago
  30. 55a5c3c s3c2410: move nand driver to drivers/mtd/nand by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  31. 945342c s3c24x0: move serial driver to drivers/serial by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  32. f681250 davinci: move nand driver to drivers/mtd/nand by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  33. a3fe017 imx: move serial driver to drivers/serial by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  34. 6906496 inka4x0: Add hardware diagnosis and RTC in configuration. by Detlev Zundel · 16 years ago
  35. 27e2e47 inka4x0: Add hardware diagnosis functions for inka4x0 by Detlev Zundel · 16 years ago
  36. 58d0bff rtc: add support for 4543 RTC (manufactured by e.g. EPSON) by Detlev Zundel · 16 years ago
  37. a9036ab drivers/twserial: Add protocol driver for "three wire serial" interface. by Detlev Zundel · 16 years ago
  38. f711026 arm720t/clps7111: move serial driver to drivers/serial by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  39. 3d2fdc8 lpc2292: move serial driver to drivers/serial by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  40. b2c4d40 ks8695: move serial driver to drivers/serial by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  41. f4d33f6 s3c64xx: move usb driver to drivers/usb by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  42. 02992ab netarm: move serial driver to drivers/serial by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  43. 0b4c064 sa1100: move serial driver to drivers/serial by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  44. 0a5bd9f s3c44b0: move serial driver to drivers/serial by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  45. 20b5080 s3c44b0: move rtc driver to drivers/rtc by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  46. ac09d35 s3c44b0: move i2c driver to drivers/i2c by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  47. bc57ce3 s3c4510b: move specific code to soc directory by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  48. d0dcaf1 NetStar: add RTC support by Ladislav Michl · 16 years ago
  49. 6d93dd9 NetStar: use generic flash driver by Ladislav Michl · 16 years ago
  50. 274d252 Remove nowhere used symbol CONFIG_SYS_CLKS_IN_HZ by Ladislav Michl · 16 years ago
  51. 5e6c06b command.c: Expose the core of do_help as _do_help to the rest of u-boot. by Detlev Zundel · 16 years ago
  52. 590ca37 mpc5xxx: Add structure definition for several more register blocks. by Detlev Zundel · 16 years ago
  53. 50219e6 ppc: cleanup compiler errors/warnings by Heiko Schocher · 16 years ago
  54. 7567bf7 Merge branch 'master' of git://git.denx.de/u-boot-at91 by Wolfgang Denk · 16 years ago
  55. 54cec62 Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · 16 years ago
  56. 1997cd9 ads5121: enable instruction cache by Wolfgang Denk · 16 years ago
  57. f55448d Merge branch 'master' of git://git.denx.de/u-boot-blackfin by Wolfgang Denk · 16 years ago
  58. ddb14ac OMAP3:Beagle: Enable mtdparts by Nishanth Menon · 16 years ago
  59. e120afd Blackfin: bf537-stamp: increase monitor size by Mike Frysinger · 16 years ago
  60. 40069e1 Blackfin: bf537-stamp: bump default SCLK up to 125MHz by Mike Frysinger · 16 years ago
  61. 606ed32 Blackfin: bf537-stamp: rewrite MAC-in-flash handling by Mike Frysinger · 16 years ago
  62. a66097a Blackfin: add clkin_hz= to default kernel command line for ADI boards by Mike Frysinger · 16 years ago
  63. 7bd158f Blackfin: bf533-stamp: bump up default clocks by Mike Frysinger · 16 years ago
  64. 9427ef8 Blackfin: bf533-stamp: rewrite startup LED notifications by Mike Frysinger · 16 years ago
  65. 62d2a23 Blackfin: unify common ADI board settings by Mike Frysinger · 17 years ago
  66. f0dba9a Add multi-chip NAND support for the TQM8548 modules by Wolfgang Grandegger · 16 years ago
  67. 64de8db Add wait flags to support board/chip specific delays by Wolfgang Grandegger · 16 years ago
  68. ac20533 Add support for TQM-specific chip select logic to FSL-UPM by Wolfgang Grandegger · 16 years ago
  69. f154044 Add multi chip support to the FSL-UPM driver by Wolfgang Grandegger · 16 years ago
  70. e2e5eefb Blackfin: fix SIC_RVECT definition: it is 16bits, not 32bits by Mike Frysinger · 16 years ago
  71. 171957e Blackfin: drop SPORT_TX read helper macros by Mike Frysinger · 16 years ago
  72. e562dcc Blackfin: unify duplicate CPU port definitions by Mike Frysinger · 16 years ago
  73. c539dac Blackfin: drop now-unused CONFIG_SYS_BFIN_CMD_XXX by Mike Frysinger · 16 years ago
  74. 5396624 Blackfin: update lockbox api according to latest documentation by Mike Frysinger · 16 years ago
  75. 9a4e5f9 Blackfin: fix SWRST/SYSCR register sizes by Mike Frysinger · 16 years ago
  76. d4bf13a Blackfin: update anomaly lists by Mike Frysinger · 16 years ago
  77. 471aef4 Merge branch 'master' of git://git.denx.de/u-boot-avr32 by Wolfgang Denk · 16 years ago
  78. 953f353 Merge branch 'evk1100-prep' by Haavard Skinnemoen · 16 years ago
  79. 4636ab2 Merge branch 'mimc200' by Haavard Skinnemoen · 16 years ago
  80. 0a6a173 avr32: fix cacheflush.h location introducted by d8f2aa3298610b by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  81. e74bbcb Add define for mpc5200 CDM_CLK_ENA by Jon Smirl · 16 years ago
  82. 4ef545e at91: Support for the at91sam9g20 : Atmel 400Mhz ARM 926ej-s SOC. by Nicolas Ferre · 16 years ago
  83. c9539ba at91sam9/at91cap: move nand drivers to drivers/mtd/nand by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  84. fafa923 at91sam9/at91cap: move common macb initialisation to cpu by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  85. 4fc81fb at91sam9/at91cap: move common usb host initialisation to cpu by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  86. 476d10e at91sam9/at91cap: move common led management to cpu by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  87. 12dcdef at91sam9/at91cap: move common spi initialisation to cpu by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  88. 6b0b3db at91sam9/at91cap: move common serial initialisation to cpu by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  89. 2fc10f6 UBIFS: Implement read-only UBIFS support in U-Boot by Stefan Roese · 16 years ago
  90. 371abe8 Add LZO decompressor support by Stefan Roese · 16 years ago
  91. b1423dd Separate mtdparts command from jffs2 by Stefan Roese · 16 years ago
  92. afc9d6d Add support for the digsy MTC board. by Grzegorz Bernacki · 16 years ago
  93. 5dde4e2 ppc4xx: Use correct io accessors for esd 405/440 boards by Matthias Fuchs · 16 years ago
  94. c20a872 ppc4xx: Update TEXT_BASE for DASA_SIM boards by Matthias Fuchs · 16 years ago
  95. b4458ff ppc4xx: DU405 maintenance fix by Matthias Fuchs · 16 years ago
  96. c39f713 ppc4xx: Abort autoboot only by space key on CPCI405 boards by Matthias Fuchs · 16 years ago
  97. 8495964 Add basic relocation to i386 port by Graeme Russ · 16 years ago
  98. 7679d1f Implement SC520 timers by Graeme Russ · 16 years ago
  99. 77290ee Rewrite i386 interrupt handling by Graeme Russ · 16 years ago
  100. e6d4f43 Move ali512x.h by Graeme Russ · 16 years ago