1. 75e73af fdt: Add fdt_node_offset_by_compat_reg helper by Kumar Gala · 14 years ago
  2. a0342c0 fdt: Add fdt_translate_address to convert reg node to cpu phys addr by Kumar Gala · 14 years ago
  3. 0fe247b Drop support for GTH board by Wolfgang Denk · 14 years ago
  4. b6c208a Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Wolfgang Denk · 14 years ago
  5. 199e262 mpc85xx: Add reginfo command by Becky Bruce · 14 years ago
  6. 5d0c3b5 fdt: move fsl specific code from common fdt area to mpc8xxx/fdt.c by Kim Phillips · 14 years ago
  7. 8c35d0c Enable PXAFB for PXA27X and PXA3XX by Marek Vasut · 15 years ago
  8. 53504a2 NAND: formatting cleanups from env.oob support by Scott Wood · 14 years ago
  9. c9f7351 NAND: environment offset in OOB (CONFIG_ENV_OFFSET_OOB) by Ben Gardiner · 14 years ago
  10. 54841ab Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  11. b218ccb Redundant environment: move flag definitions to header file by Wolfgang Denk · 14 years ago
  12. d9c2725 Make *printf() return "int" instead of "void" by Wolfgang Denk · 14 years ago
  13. c0c1537 exports.c: fix warning: 'dummy' defined but not used by Wolfgang Denk · 14 years ago
  14. cd47a83 cmd_ide.c: fix unused variable warning for SC3 board by Wolfgang Denk · 14 years ago
  15. 0e70aaa shannon/INFERNO: fix special handling of environment configuration by Wolfgang Denk · 14 years ago
  16. 7319bca add redundant environment for env_sf.c by Wolfgang Wegner · 15 years ago
  17. 0a9463e Merge branch 'master' into next by Wolfgang Denk · 14 years ago
  18. c99ea79 Fix #if chain and added AVR32 case in cmd_bdinfo.c by Reinhard Meyer · 14 years ago
  19. 3bf74a4 hwconfig: Add some unit tests by Anton Vorontsov · 14 years ago
  20. 81f8d3b hwconfig: Fix stop characters parsing for subkeys by Anton Vorontsov · 14 years ago
  21. 1f9d10f Fix console_buffer size conflict error. by Remy Bohmer · 14 years ago
  22. 953b7e6 Remove AmigaOneG3SE board by Wolfgang Denk · 14 years ago
  23. 482126e Prepare v2010.06-rc3 by Wolfgang Denk · 14 years ago
  24. 3057c6b fdt_support: add entry for sec3.1 and fix sec3.3 by Kim Phillips · 15 years ago
  25. 1117cbf nios: remove nios-32 arch by Thomas Chou · 14 years ago
  26. 445093d Fix "par[t]ition" typo. by Wolfgang Denk · 15 years ago
  27. bcb6c2b Enabled support for Rev 1.3 SPD for DDR2 DIMMs by York Sun · 15 years ago
  28. 65d3425 cmd_usb.c: show cmd usage if no args given by Serge Ziryukin · 15 years ago
  29. 54fa2c5 Move test for unnecessary memmove to memmove_wd() by Larry Johnson · 15 years ago
  30. 39f7aac command.c: Enable auto tab for the editenv command by Trübenbach, Ralf · 15 years ago
  31. bf16500 x86: Use CONFIG_SERIAL_MULTI by Graeme Russ · 15 years ago
  32. 8cd8528 cmd_onenand.c: moved to standard subcommand handling by Frans Meulenbroeks · 15 years ago
  33. 900a1fe Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · 15 years ago
  34. 46a3b5c SAMSUNG: serial: modify name from s5pc1xx to s5p by Minkyu Kang · 15 years ago
  35. e1d2950 mtdparts: get rid of custom DEBUG macro, use debug() by Wolfgang Denk · 15 years ago
  36. 2697eff mtdparts: fix write through NULL pointer by Wolfgang Denk · 15 years ago
  37. e3b28e6 mpc512x: add multi serial PSC support by Anatolij Gustschin · 15 years ago
  38. a47a12b Move arch/ppc to arch/powerpc by Stefan Roese · 15 years ago
  39. 30dc165 FIX: watchdog timeout, while waiting for input by Jens Scharsig · 15 years ago
  40. ae30b8c malloc: sbrk() should return MORECORE_FAILURE instead of NULL on failure by karl.beldan@gmail.com · 15 years ago
  41. 9acd4f0 cmd_bmp.c: add standard subcommand handling by Frans Meulenbroeks · 15 years ago
  42. 74b86d2 Merge branch 'master' of git://git.denx.de/u-boot-ubi by Wolfgang Denk · 15 years ago
  43. 3b653fd cmd_ubi: Fix uninitialized variable warning by Peter Tyser · 15 years ago
  44. fac71cc USB storage probe by Kim B. Heino · 15 years ago
  45. aaad108 USB storage count by Kim B. Heino · 15 years ago
  46. 49b97d9 fdt: Add fdt_del_node_and_alias helper by Kumar Gala · 15 years ago
  47. ffa37fc Merge branch 'next' by Wolfgang Denk · 15 years ago
  48. 24de2f4 bootm, linux: fix booting Multi-File Image with "kernel+ramdisk+fdt" by Heiko Schocher · 15 years ago
  49. fd03ea8 i2c: made unused function i2c_mux_add_device static by Frans Meulenbroeks · 15 years ago
  50. 2c0dc99 cmd_i2c: introduced get_alen helper function by Frans Meulenbroeks · 15 years ago
  51. a266fe9 cmd_i2c: moved a define to before the functions by Frans Meulenbroeks · 15 years ago
  52. 4a8cf33 cmd_i2c: moved mispositioned comment for i2c md by Frans Meulenbroeks · 15 years ago
  53. 3a6dcb9 cmd_i2c.c: declared local functions as static by Frans Meulenbroeks · 15 years ago
  54. 0020db3 Merge remote branch 'origin/master' into next by Wolfgang Denk · 15 years ago
  55. 060f285 cmd_usb.c: print debug messages only when DEBUG is defined by Wolfgang Denk · 15 years ago
  56. be1a913 Merge branch 'next' of git://git.denx.de/u-boot-coldfire into next by Wolfgang Denk · 15 years ago
  57. 116095e fix cmd_bdinfo.c:354: warning: 'print_eth' defined but not used by Philippe De Muyter · 15 years ago
  58. acb1386 lcd: make 16bpp work by Alessandro Rubini · 15 years ago
  59. 6b94b49 cmd_nand: show nand scrub confirmation character by Florian Fainelli · 15 years ago
  60. b46b353 Merge remote branch 'origin/master' into next by Wolfgang Denk · 15 years ago
  61. 3c950e2 fdt_support: add partitions fixup in mtd node by Anatolij Gustschin · 15 years ago
  62. d611295 cmd history: Match history buffer size to console buffer by John Schmoller · 15 years ago
  63. 6475b9f console: Fix console buffer overrun by John Schmoller · 15 years ago
  64. 47ab5ad cmd_setexpr: allow memory addresses in expressions by Frans Meulenbroeks · 15 years ago
  65. 652e535 cmd_i2c.c: added i2c read to memory function by Frans Meulenbroeks · 15 years ago
  66. fb0070e cmd_i2c.c: sorted commands alphabetically by Frans Meulenbroeks · 15 years ago
  67. bfc3b77 cmd_i2c.c: reworked subcommand handling by Frans Meulenbroeks · 15 years ago
  68. f74d9bd cmd_bootm.c: made subcommand array static by Frans Meulenbroeks · 15 years ago
  69. faffe14 cmd_i2c.c: reduced subaddress length to 3 bytes by Frans Meulenbroeks · 15 years ago
  70. a749081 console.c: fix problem with splashimage by Anatolij Gustschin · 15 years ago
  71. 9d90a93 cmd_mmc remove \n by Frans Meulenbroeks · 15 years ago
  72. 93910ed Prepare v2010.03-rc1 by Wolfgang Denk · 15 years ago
  73. 5f84195 Cosmetic change - indentation correction. by Michael Zaidman · 15 years ago
  74. a693447 cmd_mtdparts.c: prevent printbuffer overflows by Anatolij Gustschin · 15 years ago
  75. 143cd21 Move CONFIG_UPDATE_TFTP code after CONFIG_PREBOOT by Wolfgang Denk · 15 years ago
  76. 4b99327 PPC: Record U-Boot's relocated address in RAM and show in bdinfo. by Richard Retanubun · 15 years ago
  77. f365176 cmd_itest.c: fix pointer dereferencing by Frans Meulenbroeks · 15 years ago
  78. ab5a0dc net: Use 0.5 sec timeout in miiphy_reset() instead of counting loop by Stefan Roese · 15 years ago
  79. 84d36b3 USB: usb_control_msg wait for driver ISR to set status. by Remy Bohmer · 15 years ago
  80. 5c1a1a3 Merge branch 'master' of git://git.denx.de/u-boot-nand-flash by Wolfgang Denk · 15 years ago
  81. 0ae016f Merge branch 'master' of git://git.denx.de/u-boot-video by Wolfgang Denk · 15 years ago
  82. 5f566f4 cmd_ximg.c: fix error: 'i' undeclared by Wolfgang Denk · 15 years ago
  83. a6e42ed lcd: remove CONFIG_ATMEL_LCD ifdefs from lcd_setfgcolor by Anatolij Gustschin · 15 years ago
  84. 15b86c3 env_nand.c: print error message and fail gracefully by Wolfgang Denk · 15 years ago
  85. 4194b36 Add support to disable cpu's in multicore processors by Kumar Gala · 15 years ago
  86. 5912d36 add ability to handle compressed images to imxtract by Wolfgang Wegner · 15 years ago
  87. 2903ad3 jffs2: fix hangs/crashs when not using CONFIG_JFFS2_PART_SIZE by Mike Frysinger · 15 years ago
  88. 44431ca gzip/zlib: make features optional by Mike Frysinger · 15 years ago
  89. 8edcde5 mkimage: Add Freescale imx Boot Image support (imximage) by Stefano Babic · 15 years ago
  90. a16028d lmb: only force on arches that use it by Mike Frysinger · 15 years ago
  91. 88ffb26 CRAMFS: support cramfs in RAM by Heiko Schocher · 15 years ago
  92. 1567b59 env, eeprom: add redundant environment support by Heiko Schocher · 15 years ago
  93. 548738b cmd_eeprom: I2C updates by Heiko Schocher · 15 years ago
  94. c3d7eec cmd_bootm.c: Change interpretation of standalone image parameters. by Detlev Zundel · 15 years ago
  95. 8b828a8 cmd_bootm.c: Do not load a ramdisk when not booting a kernel. by Detlev Zundel · 15 years ago
  96. 16035bc kgdb: update mem2hex/hex2mem funcs by Robin Getz · 15 years ago
  97. 0c90955 kgdb: add default generic stubs by Robin Getz · 15 years ago
  98. 10c32ff config_defaults.h: new header for common u-boot config defaults by Mike Frysinger · 15 years ago
  99. 2740544 malloc: return NULL if not initialized yet by Wolfgang Denk · 15 years ago
  100. b821cea onenand: Fix compile errors due to FlexOneNAND by Sanjeev Premi · 15 years ago