1. e5a3bc2 Add config option for disabling DM9000-SROM support. by Remy Bohmer · 15 years ago
  2. 3c9b1ee mpc83xx: don't set SICRH_TSOBI1 to RMII/RTBI operation by Kim Phillips · 15 years ago
  3. 2c0234f smc911x: write back the manually set MAC address by Daniel Mack · 15 years ago
  4. 3bc8556 Merge branch 'master' of git://git.denx.de/u-boot-mmc by Wolfgang Denk · 15 years ago
  5. dfcd7f2 Redundant Environment: protect full sector size by Wolfgang Denk · 15 years ago
  6. b81830f mmc: it's safe to ignore mmc_send_if_cond() return value by Ilya Yanok · 15 years ago
  7. dba6fcf cfi_mtd: Fix bug in last sector detection by Stefan Roese · 15 years ago
  8. 4e3d89b mmc: Fix decoding of SCR & function switch data on little-endian machines by Yauhen Kharuzhy · 15 years ago
  9. f33cb34 mmc: Remove return from mmc_init for non SD 2.0 compatible cards. by Yauhen Kharuzhy · 15 years ago
  10. 998be3d mmc: drop unnecessary casts by Rabin Vincent · 16 years ago
  11. 0b453ff mmc: fix response decoding on little endian by Rabin Vincent · 16 years ago
  12. 9b1f942 mmc: use lldiv to fix arm eabi build by Rabin Vincent · 16 years ago
  13. e85649c mmc: check find_mmc_device return value by Rabin Vincent · 16 years ago
  14. ac0865f mmc: clean up help texts by Rabin Vincent · 16 years ago
  15. 7d6900e Blackfin: spi: fix pin handling of SPI0 SSEL4 by Mike Frysinger · 15 years ago
  16. 2157359 Blackfin: fix if() logic in bootrom evt1 check by Mike Frysinger · 15 years ago
  17. 5520ab1 Merge branch 'master' of git://git.denx.de/u-boot-blackfin by Wolfgang Denk · 15 years ago
  18. 76b5883 jffs2/mtdparts: Fix problem with usage from JFFS2 and MTDPARTS together by Stefan Roese · 15 years ago
  19. ab68790 Blackfin: bf518f-ezbrd: setup portmux for async flash by Graf Yang · 15 years ago
  20. f40f6db nand: Fix problem with ECC ordering for PPC4xx NDFC platforms by Stefan Roese · 15 years ago
  21. 399aab7 ppc4xx: Fix problem with ECC ordering for PPC4xx NDFC platforms by Stefan Roese · 15 years ago
  22. 5d841fa ppc4xx: Move definition for PPC4xx NAND FLASH controller to header by Stefan Roese · 15 years ago
  23. 5af210c Merge branch 'master' of git://git.denx.de/u-boot-ubi by Wolfgang Denk · 15 years ago
  24. ebf8619 Merge branch 'master' of git://git.denx.de/u-boot-blackfin by Wolfgang Denk · 15 years ago
  25. 2df72b8 common: fix inline--weak error spotted by gcc 4.4 by Kim Phillips · 15 years ago
  26. 9fd9abe TQM834x: remove defines causing gcc4.4 warnings by Kim Phillips · 15 years ago
  27. 0850301 UBI: fix return code in ubi_volume_read by Andreas Huber · 15 years ago
  28. ec01481 Blackfin: fix timer_init()/timer_reset() by Graf Yang · 15 years ago
  29. c06326c MIPS: lib_mips/board.c: Remove unused variables by Shinya Kuribayashi · 15 years ago
  30. 47f6a36 MIPS: Make all extern-ed functions in bitops.h static by Shinya Kuribayashi · 15 years ago
  31. 87423d7 MIPS: Implement ethernet halt for au1x00 by Thomas Lange · 15 years ago
  32. a2e0ffc Prepare v2009.06-rc2 by Wolfgang Denk · 15 years ago
  33. f4317ea ARM: fix PXA build by defining UP2OCR by Daniel Mack · 15 years ago
  34. e26ad0e Minor Coding Style fix; update CHANGELOG. by Wolfgang Denk · 15 years ago
  35. af75a45 IDE: bail out of dev_print() for unknown device types by Wolfgang Denk · 15 years ago
  36. c21f62d 74xx_7xx: Fix rounding problem in CPU frequency calculation by Stefan Roese · 15 years ago
  37. 3ad8a05 console.h: remove unused prototype 'console_realloc' by Jean-Christophe PLAGNIOL-VILLARD · 15 years ago
  38. 84bf7ca api: remove un-needed ifdef CONFIG_API already handle by the Makefile by Jean-Christophe PLAGNIOL-VILLARD · 15 years ago
  39. 792a09e Fix e-mail address of Gary Jennejohn. by Detlev Zundel · 15 years ago
  40. 5e2c08c Remove inline qualifier from show_boot_progress() by Emil Medve · 15 years ago
  41. fe6da48 MPC8260: fixup device tree by property instead of path by Wolfgang Denk · 15 years ago
  42. 12a6753 Fix OneNAND ipl to read CONFIG_SYS_MONITOR_LEN by Rohit Hagargundgi · 16 years ago
  43. c404cc5 Schedule removal of non-CONFIG_NET_MULTI net driver API by Ben Warren · 15 years ago
  44. 60bbcf0 powerpc/inka4x0: Remove left-over ide reset code. by Detlev Zundel · 15 years ago
  45. f578a2d Add imls utility command by Marco Stornelli · 15 years ago
  46. da95427 netloop: updates for NetLoop by Heiko Schocher · 15 years ago
  47. 3c1d895 82xx, ids8247: added ids8247 board to MAKEALL script by Heiko Schocher · 15 years ago
  48. 890a017 arm/imx31_phycore: Fix bi_arch_number by Detlev Zundel · 15 years ago
  49. ee47bfa remove myself as phycore/litekit Maintainer by Sascha Hauer · 15 years ago
  50. c63254e AFEB9260 network fix by Sergey Lapin · 15 years ago
  51. f8ddcd5 Blackfin: bf518f-ezbrd: reset ethernet PHY during init by Graf Yang · 15 years ago
  52. 53310b8 Blackfin: bf527-ezkit: fix SPI flash env params by Mike Frysinger · 15 years ago
  53. f58bf80 Blackfin: avoid get_sclk() with early serial debug by Mike Frysinger · 15 years ago
  54. 02778f2 Blackfin: fix booting with older bootroms (no EVT1) by Mike Frysinger · 15 years ago
  55. af2c373 Blackfin: recurse with early serial initcode by Mike Frysinger · 15 years ago
  56. 6b8edfd Prepare v2009.06-rc1 by Wolfgang Denk · 15 years ago
  57. 6b2beb5 at91: remove lowlevel_init.S by Jean-Christophe PLAGNIOL-VILLARD · 15 years ago
  58. 0ee7a31 Update CHANGELOG; minor coding style cleanup. by Wolfgang Denk · 15 years ago
  59. d3a513c OMAP3: Fix timer handling to 1ms and CONFIG_SYS_HZ to 1000 by Manikandan Pillai · 15 years ago
  60. 9d5e4d3 Merge branch 'master' of /home/wd/git/u-boot/custodians by Wolfgang Denk · 15 years ago
  61. ac91400 OMAP3: Beagle: Set pinmux conditionally for Rev C boards by Dirk Behme · 15 years ago
  62. c1a0fd5 ubifs: BUG: Blocks commpressed with zlib by Ricardo Ribalda Delgado · 15 years ago
  63. 35f6a94 lib_generic: gunzip: New function zunzip by Ricardo Ribalda Delgado · 15 years ago
  64. ccb71df Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · 15 years ago
  65. bf2ba6d Merge branch 'master' of git://git.denx.de/u-boot-cfi-flash by Wolfgang Denk · 15 years ago
  66. faf4fe7 Merge branch 'master' of git://git.denx.de/u-boot-video by Wolfgang Denk · 15 years ago
  67. a1e5f93 at91: fixed plla calc when no USB support is active by Daniel Gorsulowski · 15 years ago
  68. 3791a11 arm925t: Fix CONFIG_SYS_HZ to 1000 by Ladislav Michl · 15 years ago
  69. 42bf4b2 OMAP3: Remove legacy NAND defines by Dirk Behme · 15 years ago
  70. cba0b77 OMAP3: Print correct silicon revision by Sanjeev Premi · 15 years ago
  71. 90006e9 OMAP3: Remove unused board-types by Sanjeev Premi · 15 years ago
  72. 6a6b62e OMAP3: Use functions print_cpuinfo() and checkboard() by Sanjeev Premi · 15 years ago
  73. f8e2b31 MTD: Change cfi-mtd to accept non-uniform sector sizes by Stefan Roese · 16 years ago
  74. 3dcbe62 video: fix bug in cfb_console.c code by Anatolij Gustschin · 15 years ago
  75. 4d9eab8 cmd_ext2.c: fix compile warnings by Wolfgang Denk · 15 years ago
  76. 28afe01 ids8247: Remove legacy NAND defines by Heiko Schocher · 15 years ago
  77. dbd3361 ubifs: BUG realpath string must be ended with NULL by Ricardo Ribalda Delgado · 15 years ago
  78. 65351a8 bmp_logo: Check return value of fread() by Peter Tyser · 15 years ago
  79. eea8be8 ncb: Check return value of write() by Peter Tyser · 15 years ago
  80. dbe29e3 mtd: nand/onenand: Register mtd device upon device scanning by Stefan Roese · 15 years ago
  81. 10bb62d mtd: nand: Include linux/mtd/partitions.h in nand_base.h by Stefan Roese · 15 years ago
  82. 2d579e5 ubi: Remove flash selection parameter (nor|nand|onenand) from "ubi part" by Stefan Roese · 15 years ago
  83. 294f10c mips/vcth: Use generic 16550 uart driver by Detlev Zundel · 15 years ago
  84. 0c8a849 Separate mtdparts command from jffs2 by Ladislav Michl · 15 years ago
  85. 67c2e57 cmd_ide: Remove unused AmigaOneG3SE code by Peter Tyser · 15 years ago
  86. c93c102 AmigaOneG3SE: Fix CONFIG_CMD_CONSOLE definition by Peter Tyser · 15 years ago
  87. 54e822f Replace __asm references with __asm__ by Peter Tyser · 15 years ago
  88. f9a109b Replace __attribute references with __attribute__ by Peter Tyser · 15 years ago
  89. 08f077d mtdpart command: align output columns by David Brownell · 15 years ago
  90. 06f41f8 Remove sa1100.h by Shinya Kuribayashi · 15 years ago
  91. 7d3d30b UBIFS: Remove tnc_commit.c which is not used in the read-only version by Stefan Roese · 15 years ago
  92. 6356daf UBIFS: fix recovery bug by Adrian Hunter · 15 years ago
  93. 351f40c fs: Fix the wrong type of var by Gao Guanhua · 15 years ago
  94. 05f474c Update CHANGELOG by Wolfgang Denk · 15 years ago
  95. ad74cae dm9000 EEPROM reading bugfix by David Brownell · 15 years ago
  96. d4c02e6 rtl8169: fix cache coherency problem by Yoshihiro Shimoda · 16 years ago
  97. 9c48a8e Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx by Wolfgang Denk · 15 years ago
  98. a85693b OMAP3: Fix changed mmc init command by Dirk Behme · 15 years ago
  99. 34b76a1 lib_arm/board.c: remove misleading "test-only" comment. by Wolfgang Denk · 15 years ago
  100. 7239c5da minor DaVinci clock cleanup by David Brownell · 15 years ago