1. 189b87a arm: unify reset command by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  2. e6b5f1b arm: clean cache management by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  3. 9053b5a arm: update co-processor 15 access by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  4. e90368d PXA: timer use do_div and simplify it by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  5. e75f633 pxa: move mmc drivers to drivers/mmc by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  6. 4642a8a ARM:PXA Remove redefinition of mmc_cid and mmc_csd. by Tom Rix · 16 years ago
  7. 8a75a5b pxa: fixing get_timer to return time in miliseconds. by Micha Kalfon · 16 years ago
  8. 724ecf0 Eliminated arch-specific mmc header requirement by Andy Fleming · 16 years ago
  9. 9b81c6e Convert mmc_init to mmc_legacy_init by Andy Fleming · 16 years ago
  10. 0919258 Eliminate support for using MMC as memory by Andy Fleming · 16 years ago
  11. 13d598f i2c: merge all i2c_reg_read() and i2c_reg_write() into inline functions by Timur Tabi · 16 years ago
  12. ee2b00a Remove compiler warning: target CPU does not support interworking by Sergei Poselenov · 16 years ago
  13. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  14. 32a953d Set up SD/MMC OCR as comment describes. i.e. 3.2-3.4v. by Adrian Filipi · 16 years ago
  15. 3762825 Fix merge problems by Stefan Roese · 16 years ago
  16. c4fb57c Fix some more printf() format issues. by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  17. 5ec31c6 Fix build time warnings in function mmc_decode_csd() by Marcel Ziswiler · 16 years ago
  18. f78280f Minor spelling fix in comment. by Marcel Ziswiler · 16 years ago
  19. 31e5ad0 MMC: Consolidate MMC/SD command definitions by Haavard Skinnemoen · 17 years ago
  20. a1be476 Big white-space cleanup. by Wolfgang Denk · 17 years ago
  21. 5813617 pxa: fix previous definition on cpu init by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  22. df5d1ab pxa: fix assignment from incompatible pointer type by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  23. 2d4b253 ARM: cleanup duplicated exception handlingcode by Andreas Engel · 17 years ago
  24. 43300a1 MMC for PXA 27X (resubmit) by stefano babic · 17 years ago
  25. 1a7cbc1 Merge branch 'master' of git://www.denx.de/git/u-boot-usb by Wolfgang Denk · 17 years ago
  26. 0037635 fix various comments by Marcel Ziswiler · 17 years ago
  27. 2f1a4ce Merge git://www.denx.de/git/u-boot by Markus Klotzbuecher · 17 years ago
  28. a923f11 Fix compiler warnings for ARM systems. by Wolfgang Denk · 17 years ago
  29. 6416a73 PXA USB OHCI: "usb stop" implementation. by Rodolfo Giometti · 17 years ago
  30. bce7b14 delta: Fix OHCI_REGS_BASE undeclared and wait_ms implicit declaration by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  31. 733fc37 fix warning: no return statement in function returning non-void by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  32. 53761bc fix pxa255_idp board by Marcel Ziswiler · 17 years ago
  33. dae6b7a PXA USB OHCI: "usb stop" implementation. by Rodolfo Giometti · 17 years ago
  34. 430bd57 Fix warning differ in signedness in cpu/pxa/mmc.c by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  35. 5ab4f03 PXA270: Add support for multiple serial ports. by stefano babic · 17 years ago
  36. 4a7847b USB: cleanup monahans usb support. Remove dead code. by Markus Klotzbuecher · 18 years ago
  37. 6659da8 PXA: pxa27x USB OHCI support by Rodolfo Giometti · 18 years ago
  38. 3b9c8c6 Merge with git://www.denx.de/git/u-boot.git#testing-USB by Markus Klotzbuecher · 18 years ago
  39. 2089cab [PATCH 9_9] Use "void *" not "unsigned long *" for block dev read_write buffer pointers by Grant Likely · 18 years ago
  40. ffc2dd7 [PATCH 1_4] Merge common get_dev() routines for block devices by Grant Likely · 18 years ago
  41. 251921a Merge with /home/mk/git/u-boot-generic_ohci#generic_ohci by Wolfgang Denk · 18 years ago
  42. b761af6 Merge with /home/wd/git/u-boot/master by Wolfgang Denk · 18 years ago
  43. 43c8b31 Introduced the configuration option CONFIG_USB_OHCI_NEW in order to be able by Markus Klotzbuecher · 18 years ago
  44. 6a65e42 Move "ar" flags to config.mk to allow for silent "make -s" by Wolfgang Denk · 18 years ago
  45. d62379d Add support for a saving build objects in a separate directory. by Marian Balakowicz · 18 years ago
  46. aa21921 Support generic OHCI support for the s3c24x0 cpu. by Markus Klotzbuecher · 19 years ago
  47. d0a3878 Changed the mp2usb (at91rm9200) board to use the generic OHCI driver. Some by Markus Klotzbuecher · 19 years ago
  48. 9809551 More cleanup for the delta board and the generic usb_ohci driver. Added by Markus Klotzbuecher · 19 years ago
  49. 6405a15 GCC-4.x fixes: clean up global data pointer initialization for all boards. by Wolfgang Denk · 19 years ago
  50. 121db76 Added config options CFG_MONAHANS_RUN_MODE_OSC_RATIO and by Markus Klotzbuecher · 19 years ago
  51. 7cf18be delta board: DA9030 initialization and i2c support. Some minor changes to by Markus Klotzbuecher · 19 years ago
  52. 2105aa2 Cleanup (get rid of debug code that sneaked in) by Wolfgang Denk · 19 years ago
  53. 61ccd1d Merge with /home/wd/git/u-boot/master Code cleanup. by Wolfgang Denk · 19 years ago
  54. 27eba14 Cleanup of NAND support of delta board using the Monahans Data Flash Controller. by Markus Klotzbücher · 19 years ago
  55. 21a43f9 Lots of new stuff: by Markus Klotzbücher · 19 years ago
  56. d5dfcf9 All subsystem clocks not immediately need are turned at reset. by Markus Klotzbücher · 19 years ago
  57. f14cc26 Added GPIO initialization of DF signal. Still not working. by Markus Klotzbücher · 19 years ago
  58. 21e69a0 This is the first commit for the u-boot zylonite port. The following has be by Markus Klotzbücher · 19 years ago
  59. 03f9ba3 Update ARM Integrator boards: by Wolfgang Denk · 19 years ago
  60. aba5809 Make sure only supported compiler options are used by Wolfgang Denk · 19 years ago
  61. 2a83161 * Patches by Robert Whaley, 29 Nov 2004: by wdenk · 20 years ago
  62. 3d3d99f Patch by Steven Scholz, 4 Apr 2005: by wdenk · 20 years ago
  63. 7af1f9d Fix timer code for ARM systems: make sure that udelay() does not by wdenk · 20 years ago
  64. 1e8d0c5 Patch by Steven Scholz, 25 Oct 2004: by wdenk · 20 years ago
  65. 336b2bc Prepare for SoC rework of ARM code: by wdenk · 20 years ago
  66. 6800519 Patches by David Snowdon, 07 Sep 2004: by wdenk · 20 years ago
  67. 26c5843 * Patch by Jon Loeliger, 02 Sep 2004: by wdenk · 20 years ago
  68. ac40ade * Fix udelay() on AT91RM9200 for delays < 1 ms. by wdenk · 20 years ago
  69. 9ca7bbc * Clean up tools/bmp_logo.c to not add trailing white space by wdenk · 20 years ago
  70. 3c71176 * Patch by Paul Ruhland, 17 May 2004: by wdenk · 20 years ago
  71. 7f1447f Patch by Markus Pietrek, 04 May 2004: by wdenk · 20 years ago
  72. c12081a * Add start-up delay to make sure power has stabilized before by wdenk · 21 years ago
  73. 927034e Patch by Anders Larsen, 09 Jan 2004: by wdenk · 21 years ago
  74. c0aa5c5 * Patch by Gleb Natapov, 19 Sep 2003: by wdenk · 21 years ago
  75. 9c53f40 * Patches by Xianghua Xiao, 15 Oct 2003: by wdenk · 21 years ago
  76. 49c3f67 * Patch by Sangmoon Kim, 23 Sep 2003: by wdenk · 21 years ago
  77. 5958f4a * Patches by Anders Larsen, 17 Sep 2003: by wdenk · 21 years ago
  78. b6b2f0e Support new configuration of TRAB board with more memory by wdenk · 21 years ago
  79. 2c9b05d * Patches by Denis Peter, 9 Sep 2003: add FAT support for IDE, SCSI and USB by wdenk · 21 years ago
  80. 57b2d80 * Code cleanup: by wdenk · 21 years ago
  81. 7a428cc * Fix CONFIG_NET_MULTI support in include/net.h by wdenk · 21 years ago
  82. 0463e04 Patch by Kyle Harris, 20 May 2003: by wdenk · 22 years ago