1. b956fba nfs: NfsTimeout() updates by Evan Samanas · 15 years ago
  2. 694a393 bootm: Fix help message's sub-command ordering by Peter Tyser · 15 years ago
  3. 3ea16c3 help: Correct syntax of nandecc help output. by Robert P. J. Day · 15 years ago
  4. f4761af smc911x: update SMC911X related configuration description by Mike Rapoport · 15 years ago
  5. 0b3cc38 smc911x: fix typo in smc911x_handle_mac_address name by Mike Rapoport · 15 years ago
  6. 867d870 fix nfs symlink name corruption by Ed Swarthout · 15 years ago
  7. e5032c8 at91sam9261ek.c: fix minor coding style issue. by Wolfgang Denk · 15 years ago
  8. 73188ee trab: fix warning: implicit declaration of function 'disable_vfd' by Wolfgang Denk · 15 years ago
  9. 46e2d06 zlib.c: avoid build conflicts for cradle board by Wolfgang Denk · 15 years ago
  10. ec40b4c Fix out-of-tree building of "apollon" board. by Wolfgang Denk · 15 years ago
  11. a502df9 lzma: ignore unset filesizes by Mike Frysinger · 15 years ago
  12. 0ecb611 README: Rearrange paragraphs to regain linear arrangement. by Detlev Zundel · 15 years ago
  13. b2f8b94 tools/mkimage: Print FIT image contents after creation by Peter Tyser · 15 years ago
  14. 943195c tools/fit_image.c: Remove unused fit_set_header() by Peter Tyser · 15 years ago
  15. 94734e6 tools/mkimage: Assume FDT image type for FIT images by Peter Tyser · 15 years ago
  16. bcd124b EXT2FS: fix inode size for ext2fs rev#0 by Michael Brandt · 15 years ago
  17. 580d641 Remove superfluous preprocessor tests from some cmd_*.c files. by Robert P. J. Day · 15 years ago
  18. 111ac12 README: Update the list of directories. by Robert P. J. Day · 15 years ago
  19. 83e3535 Removes dead code in the file common/cmd_i2c.c by Pratap Chandu · 15 years ago
  20. 838f20a smc91111_eeprom: drop CONFIG stub protection by Mike Frysinger · 15 years ago
  21. de7c7a7 RTC: Fix return code in MC13783 RTC driver. by Magnus Lilja · 15 years ago
  22. 5599236 cmd_date: Fix spelling in error message. by Magnus Lilja · 15 years ago
  23. 4274443 Move do_irqinfo() to common/cmd_irq.c by Peter Tyser · 15 years ago
  24. 5e9be69 cmd_license: Remove unneeded #ifdef CONFIG_CMD_LICENSE by Peter Tyser · 15 years ago
  25. 73e24da m41t11: Remove unused functions by Peter Tyser · 15 years ago
  26. e8b39e4 circbuf: Move to lib_generic and conditionally compile by Peter Tyser · 15 years ago
  27. 68db235 Fix build failure in examples/standalone by Sanjeev Premi · 15 years ago
  28. ce3c1db 85xx: Remove unused CONFIG_ASSUME_AMD_FLASH from config files by Becky Bruce · 15 years ago
  29. 9adfabf MAINTAINERS: update responsible for MPC85xx/86xx by Wolfgang Denk · 15 years ago
  30. 5c61e5f Merge branch 'master' of git://git.denx.de/u-boot-nios by Wolfgang Denk · 15 years ago
  31. d3bdfea Fix example FIT image source files by Ira W. Snyder · 15 years ago
  32. 3bf11b6 img2srec: use standard types by Mike Frysinger · 15 years ago
  33. 3485452 tools: gitignore *.exe binaries by Mike Frysinger · 15 years ago
  34. da1a4fc ppc: Move conditional compilation of kgdb.c to Makefile by Peter Tyser · 15 years ago
  35. e4c698b spi_flash.h: pull in linux/types.h for u## types by Mike Frysinger · 15 years ago
  36. 6c1616a bootm: mark local boot_os[] table static by Mike Frysinger · 15 years ago
  37. e83cc36 mkconfig: deny messed up ARCH definition by Nishanth Menon · 15 years ago
  38. ca091b1 Merge branch 'master' of git://git.denx.de/u-boot-net by Wolfgang Denk · 15 years ago
  39. a2af77a Merge branch 'master-sync' of git://git.denx.de/u-boot-arm by Wolfgang Denk · 15 years ago
  40. 0ddb8e8 Repair the 'netretry=once' option. by Remy Bohmer · 15 years ago
  41. 00d8656 Repair build fail in case CONFIG_PPC=n and CONFIG_FIT=y by Remy Bohmer · 15 years ago
  42. dae1f77 OMAP3: pandora: fix booting without serial attached by Grazvydas Ignotas · 15 years ago
  43. 7b2b5d3 Add support for CS2 dataflash for Atmel-SPI. by Remy Bohmer · 15 years ago
  44. 274888a Fix mingw tools build by Remy Bohmer · 15 years ago
  45. 903fc15 Building of FIT images does not work. by Remy Bohmer · 15 years ago
  46. c3e530a Nios2: do_boom_linux(): kernel gunzip input data integrity problem due to by Renato Andreola · 15 years ago
  47. 283637f Nios2: Fix compiler warnings in lib_nios2/board.c (unused variables) by Scott McNutt · 15 years ago
  48. f495020 Nios2/Nios: Remove unnecessary (residual) linker Nios command scripts from by Scott McNutt · 15 years ago
  49. 382d09f sf: fix stmicro offset setup while erasing by Mike Frysinger · 15 years ago
  50. 64e5f3a sf: new driver for Winbond W25X16/32/64 devices by Jason McMullan · 15 years ago
  51. 2534d23 mpc8260: move FDT memory node fixup into common CPU code. by Marcel Ziswiler · 15 years ago
  52. 372b179 Add driver for FTRTC010 real time clock by Po-Yu Chuang · 15 years ago
  53. 3a0b9ab MIMC200: set default fbmem value by Mark Jackson · 15 years ago
  54. 15fd4fb ppc4xx: Initialize magnetic coupler on VOM405 boards by Matthias Fuchs · 15 years ago
  55. d1c6045 ppc4xx: Initialize magnetic couplers in PLU405 by Matthias Fuchs · 15 years ago
  56. 46f0d3e Add minimal SJA1000 header for basic CAN mode by Matthias Fuchs · 15 years ago
  57. 9475d05 Merge branch 'master' of git://git.denx.de/u-boot-net by Wolfgang Denk · 15 years ago
  58. 0416569 Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Wolfgang Denk · 15 years ago
  59. 61ef307 Merge branch 'master-sync' of git://git.denx.de/u-boot-arm by Wolfgang Denk · 15 years ago
  60. 7601fb2 ppc/85xx: Fix how we determine the number of CAM entries by Kumar Gala · 15 years ago
  61. 907975a smc911x: make smc911x_initialize return correct value by Mike Rapoport · 15 years ago
  62. 17e9012 smc911x_eeprom: fix building after smc911x overhaul by Mike Frysinger · 15 years ago
  63. 0f9318f fsl-ddr: Fix the chip-select interleaving issue by Dave Liu · 15 years ago
  64. c37d5d5 Merge branch 'master' of git://git.denx.de/u-boot-net by Wolfgang Denk · 15 years ago
  65. 4fff665 Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx by Wolfgang Denk · 15 years ago
  66. e87eb99 mxc_fec: avoid free() calls to already freed pointers. by javier Martin · 15 years ago
  67. ce2519a mxc_fec: fix some erroneous PHY accesses. by javier Martin · 15 years ago
  68. 27c6e0b ARM Don't inline weak symbols by Ron Lee · 15 years ago
  69. 9b2594b Fix SMC91111 regression: lpd7a40x build failures by Ben Warren · 15 years ago
  70. e7dbed3 SMC91111: Clean up SMC_inx macros on xsengine and xaeniax by Ben Warren · 15 years ago
  71. 2093635 Merge branch 'master-sync' of git://git.denx.de/u-boot-arm by Wolfgang Denk · 15 years ago
  72. 3b6be93 Fix CS8900 regression on impa7 board by Ben Warren · 15 years ago
  73. 36a9206 clarify eth driver halt/recv steps by Mike Frysinger · 15 years ago
  74. 9007f3c Fix cs8900 dev->priv not init issue by Hui.Tang · 15 years ago
  75. 3774888 ppc4xx: 44x_spd_ddr2.c: Fix register macro ECCCR -> ECCES (SDRAM_ECCES) by Stefan Roese · 15 years ago
  76. 94b46f9 ppc4xx: Canyonlands: Change EBC bus config to drive always (no high-z) by Stefan Roese · 15 years ago
  77. de881a3 ARM: Use Linux version for unaligned access code by Remy Bohmer · 15 years ago
  78. 76f2399 ppc/85xx: Fix inclusion of 83xx immap in 85xx builds by Kumar Gala · 15 years ago
  79. f98a2b7 86xx: Remove redundant code in initdram by Becky Bruce · 15 years ago
  80. 4451a6d fsl_pci_init_port end-point initialization is broken by Ed Swarthout · 15 years ago
  81. b83ff07 Revert "ppc/85xx/pci: fsl_pci_init: pcie agent mode support" by Kumar Gala · 15 years ago
  82. b8bb411 ppc/85xx: Fix misc L2 cache enabling bug by Dave Liu · 15 years ago
  83. 5f00ba2 Merge branch 'master' of /home/wd/git/u-boot/custodians by Wolfgang Denk · 15 years ago
  84. 00bf47c sh: Update lowlevel_init.S of espt-giga by Nobuhiro Iwamatsu · 15 years ago
  85. b5a01d3 sh: Move some defs to convince 'pcrel too far' by Nobuhiro Iwamatsu · 15 years ago
  86. 2164e65 sh: Remove malloc_bin_reloc from lib_sh, lib_nios2 and lib_nios. by Nobuhiro Iwamatsu · 15 years ago
  87. 8707f62 Fix DM9000 MAC address handling by Ben Warren · 15 years ago
  88. 07c3a3d sbc8349: fix incorrect comment by Wolfgang Denk · 15 years ago
  89. eec6b14 Merge branch 'master' of git://git.denx.de/u-boot-cfi-flash by Wolfgang Denk · 15 years ago
  90. 2f441b4 Merge branch 'master' of git://git.denx.de/u-boot-sparc by Wolfgang Denk · 15 years ago
  91. 74394f0 Fix Compliation warning for TNY-A9260 and TNY-A9G20 by Sandeep Paulraj · 15 years ago
  92. 20de35e Fix Compliation warning for SBC35-A9G20 board by Sandeep Paulraj · 15 years ago
  93. 0ae3d67 galaxy5200: Add default environment variables by Eric Millbrandt · 15 years ago
  94. 6e83e34 cfi: Add weak default function for flash_cmd_reset() by Stefan Roese · 15 years ago
  95. d61fbcc Coding Style cleanup; update CHANGELOG, prepare -rc1 by Wolfgang Denk · 15 years ago
  96. 0deafa2 Add 'editenv' command by Peter Tyser · 15 years ago
  97. 9fb48fd setenv(): Delete 0-length environment variables by Peter Tyser · 15 years ago
  98. 8ad15a9 readline(): Add ability to modify a string buffer by Peter Tyser · 15 years ago
  99. 03e46c4 cread_line(): Remove unused variables by Peter Tyser · 15 years ago
  100. c144e01 Check for NULL prompt in readline_into_buffer() by Peter Tyser · 15 years ago