1. c9638f5 Split out the memory tests into separate functions by Simon Glass · 12 years ago
  2. 0628ab8 sandbox: Change memory commands to use map_physmem by Simon Glass · 12 years ago
  3. 6b3ff98 Tidy up error checking and fix bug in hash command by Simon Glass · 12 years ago
  4. a1eac57 common/env_nand.c: calculate crc only when readenv was OK by Phil Sutter · 12 years ago
  5. b76a147 env_nand.c: clarify log messages when env reading fails by Phil Sutter · 12 years ago
  6. ced199d nand: fix nand read.option parsing by Harvey Chapman · 12 years ago
  7. 8fdf1e0 imls: Add support to list images in NAND device by Vipin Kumar · 12 years ago
  8. 3e34cf7 gpt: fix partion size limit by Piotr Wilczek · 12 years ago
  9. 4f47ace led: The gpio_led.c code expects that LED state is from the enum by Holger Hans Peter Freyther · 12 years ago
  10. 1b3e0b1 cmd_elf: Fix broken bootvx command by Reinhard Arlt · 12 years ago
  11. 70d7cb9 cmd_load.c: Add #endif comments to reduce confusion by Robert P. J. Day · 12 years ago
  12. 85de63e cmd_mem.c: Fix some typoes, no functional changes by Robert P. J. Day · 12 years ago
  13. 7b39523 malloc: make malloc_bin_reloc static by Gabor Juhos · 12 years ago
  14. 8aa5ec6 common/fdt_support.c: sparse fixes by Kim Phillips · 12 years ago
  15. 12e06fe treewide: include libfdt_env.h before fdt.h by Kim Phillips · 12 years ago
  16. 2d795c9 Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 12 years ago
  17. e70fb53 serial: arm_dcc: Remove CONFIG_ARM_DCC_MULTI option by Michal Simek · 12 years ago
  18. 34765e8 cmd_time: merge run_command_and_time_it with cmd_process by Richard Genoud · 12 years ago
  19. b2f3e0e console: USB: KBD: Fix incorrect autoboot timeout by Jim Lin · 12 years ago
  20. b565408 common: env_mmc: Use __weak annotation to simplify code by Fabio Estevam · 12 years ago
  21. 0f30734 common/cmd_bootm.c: prevent running of subcommands before 'bootm start' by Gabor Juhos · 12 years ago
  22. c8fcd0f Only use fb_base if we have a display by Simon Glass · 12 years ago
  23. 82b6a47 common: cmd_bdinfo: Fix compilation warning for microblaze by Michal Simek · 12 years ago
  24. 9fc6a06 common: cmd_bdinfo: Fix bdinfo to show all MACs for Microblaze and ARM by Michal Simek · 12 years ago
  25. 1206c18 ppc: Move brg_clk to arch_global_data by Simon Glass · 12 years ago
  26. 34fd5d2 arm: Move tlb_addr and tlb_size to arch_global_data by Simon Glass · 12 years ago
  27. 9814819 Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · 12 years ago
  28. dad631c lcd: restore ability to display 8 bpp BMPs on 16 bpp LCDs by Nikita Kiryanov · 12 years ago
  29. 1199c37 Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  30. 7a8e739 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
  31. 58bd77d bootm: relocate names of sub-command table for archs with CONFIG_NEEDS_MANUAL_RELOC by Daniel Schwierzeck · 12 years ago
  32. 15a33e4 Add option to display customised memory information by Simon Glass · 12 years ago
  33. 2b8a053 Sound: Add FDT support to CMD. by Rajeshwari Shinde · 12 years ago
  34. e56cdd7 x86: Add coreboot version to u-boot's version command by Stefan Reinauer · 12 years ago
  35. da77a0e Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
  36. ba6d4b6 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 12 years ago
  37. 4823b45 Add a simple load option to setexpr by Joe Hershberger · 12 years ago
  38. 2400727 spi: Add SPI flash test by Simon Glass · 12 years ago
  39. a683c28 spi: Add progress percentage and write speed to `sf update` by James Miller · 12 years ago
  40. a098cf4 Merge remote-tracking branch 'u-boot/master' into u-boot-arm-merged by Allen Martin · 12 years ago
  41. 8b57e2f usb: properly detect empty mass storage media reader by Vincent Palatin · 12 years ago
  42. 359439d usb: Clean up newly allocated device nodes in case of configuration failure by Milind Choudhary · 12 years ago
  43. b6d7852 usbh/ehci: Increase timeout for enumeration by Vipin Kumar · 12 years ago
  44. 1d6cd0a env: Handle write-once ethaddr and serial# generically by Joe Hershberger · 12 years ago
  45. 9d8d661 env: Implement the env delete command by Joe Hershberger · 12 years ago
  46. 24ab5a1 env: Add setenv force support by Joe Hershberger · 12 years ago
  47. 267541f env: Add support for access control to .flags by Joe Hershberger · 12 years ago
  48. fffad71 env: Add a command to display details about env flags by Joe Hershberger · 12 years ago
  49. 30fd4fad tools/env: Add environment variable flags support by Joe Hershberger · 12 years ago
  50. 2598090 env: Add environment variable flags by Joe Hershberger · 12 years ago
  51. e080d54 env: Add a silent env handler by Joe Hershberger · 12 years ago
  52. 849d5d9 env: Add a console env handler by Joe Hershberger · 12 years ago
  53. 1cf0a8b env: Add a loadaddr env handler by Joe Hershberger · 12 years ago
  54. 3205771 env: Add a baudrate env handler by Joe Hershberger · 12 years ago
  55. a9f51c9 env: Add a bootfile env handler by Joe Hershberger · 12 years ago
  56. 5e2b3e0 env: Add a command to view callbacks by Joe Hershberger · 12 years ago
  57. 170ab11 env: Add support for callbacks to environment vars by Joe Hershberger · 12 years ago
  58. be11235 env: Hide '.' variables in env print by default by Joe Hershberger · 12 years ago
  59. ec8a252 env: Use getenv_yesno() more generally by Joe Hershberger · 12 years ago
  60. 7afcf3a env: Refactor apply into change_ok by Joe Hershberger · 12 years ago
  61. c4e0057 env: Refactor do_apply to a flag by Joe Hershberger · 12 years ago
  62. 8b09623 gpt: Support for new "gpt" command by Piotr Wilczek · 12 years ago
  63. bf3d58b cmd:spl:fix: Prevent from a build error on boards, which don't support FDT by Łukasz Majewski · 12 years ago
  64. eea3f4d tpm: Add TPM stress test by Luigi Semenzato · 12 years ago
  65. 78c112c console: Enable function to display console info by Simon Glass · 12 years ago
  66. 9ad557b Add console command to access io space registers by Vadim Bendebury · 12 years ago
  67. 096eb3f fdt: edid: Enable fdt_add_edid() function when CONFIG_LCD defined by Tom Wai-Hong Tam · 12 years ago
  68. 735987c edid: Add I2C command for printing the EDID by Tom Wai-Hong Tam · 12 years ago
  69. d46b5f7 edid: Library of EDID decode and print by Tom Wai-Hong Tam · 12 years ago
  70. bf36c5d Add hash command to perform hashing using various algorithms by Simon Glass · 12 years ago
  71. e50b12c sha1sum: Use generic hash layer by Simon Glass · 12 years ago
  72. 460408e Add generic hash API by Simon Glass · 12 years ago
  73. 6a135ef stdio: remove useless strncpy by Vincent Palatin · 12 years ago
  74. 75b3afc Fix use of conditional LMB by Simon Glass · 12 years ago
  75. ff048ea Add a command to read raw blocks from a partition by Kenneth Waters · 12 years ago
  76. 53fdc7e Add gettime command by Anton Staaf · 12 years ago
  77. 01433d6 Add new bootstage step for the main loop by Simon Glass · 12 years ago
  78. 06afa38 i2c: kerneldoc: Add kerneldoc annotations to cmd_i2c.c by Marek Vasut · 12 years ago
  79. 2515d84 i2c: Use __weak instead of __attribute__((weak, alias)) by Marek Vasut · 12 years ago
  80. d4b901d cmd_led.c: Standardize format of help and usage info. by Robert P. J. Day · 12 years ago
  81. d3aa8b8 env: Enable getenv_f() for SPL_BUILD by Stefan Roese · 12 years ago
  82. ea8256f SPL: Port SPL framework to powerpc by Stefan Roese · 12 years ago
  83. 98ab435 x86: Add CBMEM console driver for coreboot by Vadim Bendebury · 12 years ago
  84. f39612d fdt: Correct global_data condition in main by Simon Glass · 12 years ago
  85. ed80c93 mmc: Fix incorrect handling of 'read' & 'write' commands by Taylor Hutt · 12 years ago
  86. 84d35b2 common: rework bouncebuf implementation by Stephen Warren · 12 years ago
  87. dfe1610 Merge branch 'master' of git://git.denx.de/u-boot-nand-flash by Tom Rini · 12 years ago
  88. 3287f6d nand: Add torture feature by Benoît Thébaudeau · 12 years ago
  89. d6bc7dc Merge branch 'master' of git://git.denx.de/u-boot-fdt by Tom Rini · 12 years ago
  90. 2a7abdd Merge branch 'next' by Gerald Van Baren · 12 years ago
  91. c60795f usb: use linux/usb/ch9.h instead of usbdescriptors.h by Ilya Yanok · 12 years ago
  92. 4151a40 USB: add arrow key support to usb_kbd by Allen Martin · 12 years ago
  93. d747538 USB: make usb_kbd obey USB DMA alignment requirements by Allen Martin · 12 years ago
  94. 178d0cc Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · 12 years ago
  95. bb367b9 Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging by Tom Rini · 12 years ago
  96. 0d89efe lcd: Add CONFIG_CONSOLE_SCROLL_LINES option to speed console by Simon Glass · 12 years ago
  97. 9a8efc4 lcd: Add support for flushing LCD fb from dcache after update by Simon Glass · 12 years ago
  98. 676d319 lcd: Add CONFIG_LCD_ALIGNMENT to select frame buffer alignment by Simon Glass · 12 years ago
  99. c0c8853 Sound: Add command for audio playback by Rajeshwari Shinde · 12 years ago
  100. 59ddead cmd_mmc.c: Fix typo, "dislay" -> "display" by Robert P. J. Day · 12 years ago