1. 6542c07 common/fdt_support.c: sparse fixes by Kim Phillips · 12 years ago
  2. d150db6 treewide: include libfdt_env.h before fdt.h by Kim Phillips · 12 years ago
  3. 94f1948 Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 12 years ago
  4. 0828cf2 serial: arm_dcc: Remove CONFIG_ARM_DCC_MULTI option by Michal Simek · 12 years ago
  5. 94ff067 cmd_time: merge run_command_and_time_it with cmd_process by Richard Genoud · 12 years ago
  6. 56014a4 console: USB: KBD: Fix incorrect autoboot timeout by Jim Lin · 12 years ago
  7. 606b3dd common: env_mmc: Use __weak annotation to simplify code by Fabio Estevam · 12 years ago
  8. 6f732bc common/cmd_bootm.c: prevent running of subcommands before 'bootm start' by Gabor Juhos · 12 years ago
  9. 66d6e63 Only use fb_base if we have a display by Simon Glass · 12 years ago
  10. 971eb34 common: cmd_bdinfo: Fix compilation warning for microblaze by Michal Simek · 12 years ago
  11. c4c248f common: cmd_bdinfo: Fix bdinfo to show all MACs for Microblaze and ARM by Michal Simek · 12 years ago
  12. 34a194f ppc: Move brg_clk to arch_global_data by Simon Glass · 12 years ago
  13. 6b4ee15 arm: Move tlb_addr and tlb_size to arch_global_data by Simon Glass · 12 years ago
  14. 2a7a8ae Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · 12 years ago
  15. 8ef7f1f lcd: restore ability to display 8 bpp BMPs on 16 bpp LCDs by Nikita Kiryanov · 12 years ago
  16. 90a4cc8 Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  17. 6c52916 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
  18. a218709 bootm: relocate names of sub-command table for archs with CONFIG_NEEDS_MANUAL_RELOC by Daniel Schwierzeck · 12 years ago
  19. eacd14f Add option to display customised memory information by Simon Glass · 12 years ago
  20. b973a29 Sound: Add FDT support to CMD. by Rajeshwari Shinde · 12 years ago
  21. 52d9b90 x86: Add coreboot version to u-boot's version command by Stefan Reinauer · 12 years ago
  22. dcadd25 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
  23. 0af4733 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 12 years ago
  24. 0e640e6 Add a simple load option to setexpr by Joe Hershberger · 12 years ago
  25. 4b5545e spi: Add SPI flash test by Simon Glass · 12 years ago
  26. c0d2f0b spi: Add progress percentage and write speed to `sf update` by James Miller · 12 years ago
  27. bafe41a Merge remote-tracking branch 'u-boot/master' into u-boot-arm-merged by Allen Martin · 12 years ago
  28. 976b323 usb: properly detect empty mass storage media reader by Vincent Palatin · 12 years ago
  29. ebb2478 usb: Clean up newly allocated device nodes in case of configuration failure by Milind Choudhary · 12 years ago
  30. a261282 usbh/ehci: Increase timeout for enumeration by Vipin Kumar · 12 years ago
  31. 2289ec1 env: Handle write-once ethaddr and serial# generically by Joe Hershberger · 12 years ago
  32. 8335ce7 env: Implement the env delete command by Joe Hershberger · 12 years ago
  33. f64bb77 env: Add setenv force support by Joe Hershberger · 12 years ago
  34. 6fe26c9 env: Add support for access control to .flags by Joe Hershberger · 12 years ago
  35. a2d62b7 env: Add a command to display details about env flags by Joe Hershberger · 12 years ago
  36. dd7750a tools/env: Add environment variable flags support by Joe Hershberger · 12 years ago
  37. 71497d0 env: Add environment variable flags by Joe Hershberger · 12 years ago
  38. 03ddaba env: Add a silent env handler by Joe Hershberger · 12 years ago
  39. 5c89d6d env: Add a console env handler by Joe Hershberger · 12 years ago
  40. d1f5ae9 env: Add a loadaddr env handler by Joe Hershberger · 12 years ago
  41. 3928bb6 env: Add a baudrate env handler by Joe Hershberger · 12 years ago
  42. dc9d1e5 env: Add a bootfile env handler by Joe Hershberger · 12 years ago
  43. 1b0d551 env: Add a command to view callbacks by Joe Hershberger · 12 years ago
  44. 60fd3ad env: Add support for callbacks to environment vars by Joe Hershberger · 12 years ago
  45. 79a905e env: Hide '.' variables in env print by default by Joe Hershberger · 12 years ago
  46. 864ec56 env: Use getenv_yesno() more generally by Joe Hershberger · 12 years ago
  47. 638e659 env: Refactor apply into change_ok by Joe Hershberger · 12 years ago
  48. a46f770 env: Refactor do_apply to a flag by Joe Hershberger · 12 years ago
  49. cc00ea8 gpt: Support for new "gpt" command by Piotr Wilczek · 12 years ago
  50. 81274c7 cmd:spl:fix: Prevent from a build error on boards, which don't support FDT by Łukasz Majewski · 12 years ago
  51. 04d1bd2 tpm: Add TPM stress test by Luigi Semenzato · 12 years ago
  52. a2cc855 console: Enable function to display console info by Simon Glass · 12 years ago
  53. 607eebb Add console command to access io space registers by Vadim Bendebury · 12 years ago
  54. db4a88d fdt: edid: Enable fdt_add_edid() function when CONFIG_LCD defined by Tom Wai-Hong Tam · 12 years ago
  55. 6664f20 edid: Add I2C command for printing the EDID by Tom Wai-Hong Tam · 12 years ago
  56. baebbf5 edid: Library of EDID decode and print by Tom Wai-Hong Tam · 12 years ago
  57. 058bb8d Add hash command to perform hashing using various algorithms by Simon Glass · 12 years ago
  58. ff436e0 sha1sum: Use generic hash layer by Simon Glass · 12 years ago
  59. b879045 Add generic hash API by Simon Glass · 12 years ago
  60. b6528f9 stdio: remove useless strncpy by Vincent Palatin · 12 years ago
  61. 8ee5d6c Fix use of conditional LMB by Simon Glass · 12 years ago
  62. c889fb4 Add a command to read raw blocks from a partition by Kenneth Waters · 12 years ago
  63. d1390c8 Add gettime command by Anton Staaf · 12 years ago
  64. be960eb Add new bootstage step for the main loop by Simon Glass · 12 years ago
  65. 2476c8d i2c: kerneldoc: Add kerneldoc annotations to cmd_i2c.c by Marek Vasut · 12 years ago
  66. 392d924 i2c: Use __weak instead of __attribute__((weak, alias)) by Marek Vasut · 12 years ago
  67. 8ce43a9 cmd_led.c: Standardize format of help and usage info. by Robert P. J. Day · 12 years ago
  68. b2405c0 env: Enable getenv_f() for SPL_BUILD by Stefan Roese · 12 years ago
  69. ec90d34 SPL: Port SPL framework to powerpc by Stefan Roese · 12 years ago
  70. 263a8bd x86: Add CBMEM console driver for coreboot by Vadim Bendebury · 12 years ago
  71. f4c5a5f fdt: Correct global_data condition in main by Simon Glass · 12 years ago
  72. 9cd2f42 mmc: Fix incorrect handling of 'read' & 'write' commands by Taylor Hutt · 12 years ago
  73. 4a8629e common: rework bouncebuf implementation by Stephen Warren · 12 years ago
  74. b062a51 Merge branch 'master' of git://git.denx.de/u-boot-nand-flash by Tom Rini · 12 years ago
  75. 5661f70 nand: Add torture feature by Benoît Thébaudeau · 12 years ago
  76. b3a7dd4 Merge branch 'master' of git://git.denx.de/u-boot-fdt by Tom Rini · 12 years ago
  77. e7ae2c42 Merge branch 'next' by Gerald Van Baren · 12 years ago
  78. a1cf10f usb: use linux/usb/ch9.h instead of usbdescriptors.h by Ilya Yanok · 12 years ago
  79. 1bfb4cd USB: add arrow key support to usb_kbd by Allen Martin · 12 years ago
  80. ef769ca USB: make usb_kbd obey USB DMA alignment requirements by Allen Martin · 12 years ago
  81. ac0941a Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · 12 years ago
  82. c493fb6 Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging by Tom Rini · 12 years ago
  83. af3e280 lcd: Add CONFIG_CONSOLE_SCROLL_LINES option to speed console by Simon Glass · 12 years ago
  84. ef45ffd lcd: Add support for flushing LCD fb from dcache after update by Simon Glass · 12 years ago
  85. 599a4df lcd: Add CONFIG_LCD_ALIGNMENT to select frame buffer alignment by Simon Glass · 12 years ago
  86. 805adac Sound: Add command for audio playback by Rajeshwari Shinde · 12 years ago
  87. 31cf33c cmd_mmc.c: Fix typo, "dislay" -> "display" by Robert P. J. Day · 12 years ago
  88. 057f680 fdt: Set kernaddr if fdt indicates a kernel is present by Simon Glass · 12 years ago
  89. d572e16 fdt: Add option to default to most compatible conf in a fit image by Gabe Black · 12 years ago
  90. 07b8114 fdt: Allow device tree to specify secure booting by Doug Anderson · 12 years ago
  91. 85892c1 fdt: Tell the FDT library where the device tree is by Gabe Black · 12 years ago
  92. 0b5e5a3 fdt: Load boot command from device tree by Che-Liang Chiou · 12 years ago
  93. 9ac7cc2 common/command.c: revert changes from commit 199adb60 by Anatolij Gustschin · 12 years ago
  94. 79926a4 lcd: Implement RLE8 bitmap decoding by Tom Wai-Hong Tam · 12 years ago
  95. 93f04d6 lcd: Fix BMP decode bug that skips the wrong padded row by Tom Wai-Hong Tam · 12 years ago
  96. a7eaa2f lcd: Provide an API to access LCD parameters by Vadim Bendebury · 12 years ago
  97. 987d1d8 video: Provide an API to access video parameters by Stefan Reinauer · 12 years ago
  98. e007094 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
  99. 40c2c03 net/: sparse fixes by Kim Phillips · 12 years ago
  100. b052b60 common/misc: sparse fixes by Kim Phillips · 12 years ago