1. a1ea8e5 README: Update ver env var description by Benoît Thébaudeau · 12 years ago
  2. 69fd2d3 pci: add CONFIG_PCI_ENUM_ONLY for platforms that don't need PCI setup done by Andrew Sharp · 12 years ago
  3. c6c621b README: fix references to config_cmd_default.h by Stephen Warren · 12 years ago
  4. 33eee33 powerpc/fsl-corenet: work around erratum A004510 by Scott Wood · 12 years ago
  5. fc54c7f powerpc/corenet_ds: Update README and README.srio-pcie-boot-corenet by Liu Gang · 12 years ago
  6. 48a3e99 net: nfs: make NFS_TIMEOUT configurable by Tetsuyuki Kobayashi · 12 years ago
  7. 5e724ca Add env vars describing U-Boot target board by Stephen Warren · 12 years ago
  8. afa6b55 PATCH 1/4][v4] doc:Add documentation for e500 external debugger support by Prabhakar Kushwaha · 12 years ago
  9. d22c338 net: Add link-local addressing support by Joe Hershberger · 12 years ago
  10. 2c00e09 net: Add option CONFIG_BOOTP_MAY_FAIL by Joe Hershberger · 12 years ago
  11. 5356f54 ARM: enable Thumb build by Aneesh V · 13 years ago
  12. 5f6db68 Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Wolfgang Denk · 12 years ago
  13. 0a85a9e powerpc/corenet_ds: Slave reads ENV from master when boot from SRIO by Liu Gang · 13 years ago
  14. 292dc6c powerpc/corenet_ds: Slave module for boot from SRIO by Liu Gang · 13 years ago
  15. c8339f5 CMD: Fix typo CMD_FSL -> CMD_MFSL in readme by Marek Vasut · 12 years ago
  16. 4d675ae README: supported boards are in boards.cfg, not Makefile by Michael Jones · 13 years ago
  17. 6cb461b MIPS: fix endianess handling by Daniel Schwierzeck · 12 years ago
  18. a7ed871 Merge branch 'master' of git://git.denx.de/u-boot-usb by Wolfgang Denk · 12 years ago
  19. 017e1f3 BOOT: Add RAW ramdisk support to bootz by Marek Vasut · 13 years ago
  20. 44f074c BOOT: Add "bootz" command to boot Linux zImage on ARM by Marek Vasut · 13 years ago
  21. a939ea3 Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging by Wolfgang Denk · 12 years ago
  22. 9ab4ce2 usb: Add support for txfifo threshold by Simon Glass · 13 years ago
  23. f9da0f8 Enable high speed support for USB device framework and usbtty by Vipin KUMAR · 13 years ago
  24. 9557979 README: document more SPL config options by Tom Rini · 13 years ago
  25. 656f4c6 cmd_fat: add FAT write command by Donggeun Kim · 13 years ago
  26. 3fa4977 Revert "Add board_pre_console_putc to deal with early console output" by Simon Glass · 13 years ago
  27. 3a608ca bootstage: Implement core microsecond boot time measurement by Simon Glass · 13 years ago
  28. fa34f6b common/image.c: align usage of fdt_high with initrd_high by Shawn Guo · 13 years ago
  29. e9d44b3 Merge branch 'sf' of git://git.denx.de/u-boot-blackfin by Wolfgang Denk · 13 years ago
  30. f61ec45 README: Add description of SPI Flash (SF) command configuration by Eric Nelson · 13 years ago
  31. b67d881 arm, arm926ejs: Add option CONFIG_SYS_EXCEPTION_VECTORS_HIGH by Christian Riesch · 13 years ago
  32. b75190d README: update (C) entry by Wolfgang Denk · 13 years ago
  33. efdd731 net: add Calxeda xgmac driver by Rob Herring · 13 years ago
  34. 046a37b Add safe vsnprintf and snprintf library functions by Sonny Rao · 13 years ago
  35. d70a560 README: add documentation for CONFIG_USB_ULPI* by Igor Grinberg · 13 years ago
  36. 295d394 Add board_pre_console_putc to deal with early console output by Simon Glass · 13 years ago
  37. c53043b MPC7xx: remove obsolete "BAB7xx" board by Wolfgang Denk · 13 years ago
  38. 5e12472 Introduce generic TPM support in u-boot by Vadim Bendebury · 13 years ago
  39. f2717b4 powerpc/85xx: clean up and document the QE/FMAN microcode macros by Timur Tabi · 13 years ago
  40. dc02bad arm, davinci_emac: fix driver bug if more then 3 PHYs are detected by Heiko Schocher · 13 years ago
  41. 2e3cd1c README: Fix supported i.MX SoC list for CONFIG_MXC_SPI by Fabio Estevam · 13 years ago
  42. 68bb829 spl, nand: add 4bit HW ecc oob first nand_read_page function by Heiko Schocher · 13 years ago
  43. 4e8b754 rtc: Make mc13783-rtc driver generic by Fabio Estevam · 13 years ago
  44. ce5207e e1000: Allow direct access to the E1000 SPI EEPROM device by Kyle Moffett · 13 years ago
  45. 9660e44 cosmetic: s/BOARD_LATE_INIT/CONFIG_BOARD_LATE_INIT by Helmut Raiger · 13 years ago
  46. 1ebcd65 README: improve documentation of network related CONFIG_ settings by Wolfgang Denk · 13 years ago
  47. c0f4085 README: white-space cleanup by Wolfgang Denk · 13 years ago
  48. c30a15e FAT: Add FAT write feature by Donggeun Kim · 13 years ago
  49. eea63e0 fdt: ARM: Add fdtcontroladdr to set device tree address in environment by Simon Glass · 13 years ago
  50. 2c0f79e fdt: Add support for a separate device tree (CONFIG_OF_SEPARATE) by Simon Glass · 13 years ago
  51. bbb0b12 fdt: Add support for embedded device tree (CONFIG_OF_EMBED) by Simon Glass · 13 years ago
  52. 45ba807 fdt: ARM: Add device tree control of U-Boot (CONFIG_OF_CONTROL) by Simon Glass · 13 years ago
  53. 1fb7cd4 net: tftpput: implement tftp logic by Simon Glass · 13 years ago
  54. afc1ce8 doc/README: documents and readme for NDS32 arch by Macpaul Lin · 13 years ago
  55. dc0b7b0 README: document standard image variables by Jason Hobbs · 13 years ago
  56. d8fffa0 Merge branch 'master' of git://git.denx.de/u-boot-mips by Wolfgang Denk · 13 years ago
  57. 80421fc MIPS: Ingenic XBurst Jz4740 processor support by Xiangfu Liu · 13 years ago
  58. 6f5e1dc powerpc/8xxx: Add support for interactive DDR programming interface by York Sun · 13 years ago
  59. ca366d0 cmd_time: add time command by Che-liang Chiou · 13 years ago
  60. 6feff89 README: fix typos and such. by Wolfgang Denk · 13 years ago
  61. 4cf2609 README: fix documentation of CONFIG_SHOW_BOOT_PROGRESS by Wolfgang Denk · 13 years ago
  62. e2a5345 net: drop !NET_MULTI code by Mike Frysinger · 13 years ago
  63. 9558b48 console: Implement pre-console buffer by Graeme Russ · 13 years ago
  64. e46fedf powerpc/85xx: introduce and document CONFIG_SYS_CCSRBAR macros by Timur Tabi · 13 years ago
  65. 04e5ae7 Minor coding style cleanup. by Wolfgang Denk · 13 years ago
  66. 6eb0921 README: fix arm920t/at91 path by Andreas Bießmann · 13 years ago
  67. 92bbd64 README: update MIPS related informations by Daniel Schwierzeck · 13 years ago
  68. 7ca9296 README: udate Coding Style description to current status quo by Wolfgang Denk · 13 years ago
  69. f9a78b8 cosmetic: spell fixes etc. by Michael Jones · 13 years ago
  70. c3eb3fe env: allow people to force envcrc building by Mike Frysinger · 13 years ago
  71. 401bb30 replace CONFIG_PRELOADER with CONFIG_SPL_BUILD by Aneesh V · 13 years ago
  72. 6a11cf4 spl: add initial support for a generic SPL framework by Daniel Schwierzeck · 13 years ago
  73. 74fac70 Merge branch 'master' of git://git.denx.de/u-boot-mmc by Wolfgang Denk · 13 years ago
  74. cdf1a23 Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · 13 years ago
  75. 7eb2939 arm: add CONFIG_MACH_TYPE setting and documentation by Igor Grinberg · 13 years ago
  76. a28afca Add uboot "fdt_high" enviroment variable by David A. Long · 13 years ago
  77. afb3566 mmc: sh_mmcif: add support for Renesas MMCIF by Yoshihiro Shimoda · 13 years ago
  78. 1b3e3c4 powerpc/mpc8xxx: Enable calculation for fixed DDR chips by York Sun · 13 years ago
  79. 93bc219 armv7: add PL310 support to u-boot by Aneesh V · 13 years ago
  80. 2c451f7 armv7: cache maintenance operations for armv7 by Aneesh V · 13 years ago
  81. eced462 NAND: Add 16bit NAND support for the NDFC by Alex Waterman · 13 years ago
  82. 566e5cf ARM: drop unsupported 'trab' board by Wolfgang Denk · 13 years ago
  83. 8f29084 powerpc/fsl_pci: Fix device tree fixups for newer platforms by Kumar Gala · 13 years ago
  84. 7a83af0 TFTP: add tftpsrv command by Luca Ceresoli · 13 years ago
  85. 6abe6fb README: Clarify difference of CONFIG_WATCHDOG and CONFIG_HW_WATCHDOG by Detlev Zundel · 13 years ago
  86. 8eccee7 README: remove spurious line by Luca Ceresoli · 13 years ago
  87. 910f1ae Serial: p1011: new vendor init options by John Rigby · 13 years ago
  88. aeabdeb Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Wolfgang Denk · 13 years ago
  89. 0abddf8 cmd_ide: enhance new feature "CONFIG_IDE_AHB" by Macpaul Lin · 13 years ago
  90. 66412c6 powerpc/85xx: Change timebase divisor to be defined per processor by Kumar Gala · 14 years ago
  91. ba8e76b powerpc: use 'video-mode' environment variable to configure DIU by Timur Tabi · 13 years ago
  92. a000b79 common: add a grepenv command by Kim Phillips · 13 years ago
  93. f38536f Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · 13 years ago
  94. d32a1a4 Don't grab memory for LCD if FB address is defined by Minkyu Kang · 13 years ago
  95. d8834a1 arm: Use optimized memcpy and memset from linux by Matthias Weisser · 14 years ago
  96. c3624e6 Default to bootm_size() when CONFIG_SYS_BOOTMAPSZ is not defined by Grant Likely · 14 years ago
  97. 71d19f3 rtc, rv3029: add trickle charger support. by Heiko Schocher · 14 years ago
  98. 9dd5dad Merge branch 'misc' of git://git.denx.de/u-boot-blackfin by Wolfgang Denk · 13 years ago
  99. 710b993 crc32: make command optional by Mike Frysinger · 14 years ago
  100. a641b97 make `go` optional by Mike Frysinger · 14 years ago