1. a098cf4 Merge remote-tracking branch 'u-boot/master' into u-boot-arm-merged by Allen Martin · 12 years ago
  2. 1d6cd0a env: Handle write-once ethaddr and serial# generically by Joe Hershberger · 12 years ago
  3. 9d8d661 env: Implement the env delete command by Joe Hershberger · 12 years ago
  4. 24ab5a1 env: Add setenv force support by Joe Hershberger · 12 years ago
  5. 267541f env: Add support for access control to .flags by Joe Hershberger · 12 years ago
  6. fffad71 env: Add a command to display details about env flags by Joe Hershberger · 12 years ago
  7. 30fd4fad tools/env: Add environment variable flags support by Joe Hershberger · 12 years ago
  8. 2598090 env: Add environment variable flags by Joe Hershberger · 12 years ago
  9. e080d54 env: Add a silent env handler by Joe Hershberger · 12 years ago
  10. 849d5d9 env: Add a console env handler by Joe Hershberger · 12 years ago
  11. 1cf0a8b env: Add a loadaddr env handler by Joe Hershberger · 12 years ago
  12. 3205771 env: Add a baudrate env handler by Joe Hershberger · 12 years ago
  13. a9f51c9 env: Add a bootfile env handler by Joe Hershberger · 12 years ago
  14. 5e2b3e0 env: Add a command to view callbacks by Joe Hershberger · 12 years ago
  15. 170ab11 env: Add support for callbacks to environment vars by Joe Hershberger · 12 years ago
  16. be11235 env: Hide '.' variables in env print by default by Joe Hershberger · 12 years ago
  17. ec8a252 env: Use getenv_yesno() more generally by Joe Hershberger · 12 years ago
  18. 7afcf3a env: Refactor apply into change_ok by Joe Hershberger · 12 years ago
  19. c4e0057 env: Refactor do_apply to a flag by Joe Hershberger · 12 years ago
  20. 8b09623 gpt: Support for new "gpt" command by Piotr Wilczek · 12 years ago
  21. bf3d58b cmd:spl:fix: Prevent from a build error on boards, which don't support FDT by Łukasz Majewski · 12 years ago
  22. eea3f4d tpm: Add TPM stress test by Luigi Semenzato · 12 years ago
  23. 78c112c console: Enable function to display console info by Simon Glass · 12 years ago
  24. 9ad557b Add console command to access io space registers by Vadim Bendebury · 12 years ago
  25. 096eb3f fdt: edid: Enable fdt_add_edid() function when CONFIG_LCD defined by Tom Wai-Hong Tam · 12 years ago
  26. 735987c edid: Add I2C command for printing the EDID by Tom Wai-Hong Tam · 12 years ago
  27. d46b5f7 edid: Library of EDID decode and print by Tom Wai-Hong Tam · 12 years ago
  28. bf36c5d Add hash command to perform hashing using various algorithms by Simon Glass · 12 years ago
  29. e50b12c sha1sum: Use generic hash layer by Simon Glass · 12 years ago
  30. 460408e Add generic hash API by Simon Glass · 12 years ago
  31. 6a135ef stdio: remove useless strncpy by Vincent Palatin · 12 years ago
  32. 75b3afc Fix use of conditional LMB by Simon Glass · 12 years ago
  33. ff048ea Add a command to read raw blocks from a partition by Kenneth Waters · 12 years ago
  34. 53fdc7e Add gettime command by Anton Staaf · 12 years ago
  35. 01433d6 Add new bootstage step for the main loop by Simon Glass · 12 years ago
  36. 06afa38 i2c: kerneldoc: Add kerneldoc annotations to cmd_i2c.c by Marek Vasut · 12 years ago
  37. 2515d84 i2c: Use __weak instead of __attribute__((weak, alias)) by Marek Vasut · 12 years ago
  38. d4b901d cmd_led.c: Standardize format of help and usage info. by Robert P. J. Day · 12 years ago
  39. d3aa8b8 env: Enable getenv_f() for SPL_BUILD by Stefan Roese · 12 years ago
  40. ea8256f SPL: Port SPL framework to powerpc by Stefan Roese · 12 years ago
  41. 98ab435 x86: Add CBMEM console driver for coreboot by Vadim Bendebury · 12 years ago
  42. f39612d fdt: Correct global_data condition in main by Simon Glass · 12 years ago
  43. ed80c93 mmc: Fix incorrect handling of 'read' & 'write' commands by Taylor Hutt · 12 years ago
  44. 84d35b2 common: rework bouncebuf implementation by Stephen Warren · 12 years ago
  45. dfe1610 Merge branch 'master' of git://git.denx.de/u-boot-nand-flash by Tom Rini · 12 years ago
  46. 3287f6d nand: Add torture feature by Benoît Thébaudeau · 12 years ago
  47. d6bc7dc Merge branch 'master' of git://git.denx.de/u-boot-fdt by Tom Rini · 12 years ago
  48. 2a7abdd Merge branch 'next' by Gerald Van Baren · 12 years ago
  49. c60795f usb: use linux/usb/ch9.h instead of usbdescriptors.h by Ilya Yanok · 12 years ago
  50. 4151a40 USB: add arrow key support to usb_kbd by Allen Martin · 12 years ago
  51. d747538 USB: make usb_kbd obey USB DMA alignment requirements by Allen Martin · 12 years ago
  52. 178d0cc Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · 12 years ago
  53. bb367b9 Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging by Tom Rini · 12 years ago
  54. 0d89efe lcd: Add CONFIG_CONSOLE_SCROLL_LINES option to speed console by Simon Glass · 12 years ago
  55. 9a8efc4 lcd: Add support for flushing LCD fb from dcache after update by Simon Glass · 12 years ago
  56. 676d319 lcd: Add CONFIG_LCD_ALIGNMENT to select frame buffer alignment by Simon Glass · 12 years ago
  57. c0c8853 Sound: Add command for audio playback by Rajeshwari Shinde · 12 years ago
  58. 59ddead cmd_mmc.c: Fix typo, "dislay" -> "display" by Robert P. J. Day · 12 years ago
  59. fcabc24 fdt: Set kernaddr if fdt indicates a kernel is present by Simon Glass · 12 years ago
  60. d95f6ec fdt: Add option to default to most compatible conf in a fit image by Gabe Black · 12 years ago
  61. 67e1ea2 fdt: Allow device tree to specify secure booting by Doug Anderson · 12 years ago
  62. 3b73459 fdt: Tell the FDT library where the device tree is by Gabe Black · 12 years ago
  63. 224b72e fdt: Load boot command from device tree by Che-Liang Chiou · 12 years ago
  64. 22b6fcb common/command.c: revert changes from commit 199adb60 by Anatolij Gustschin · 12 years ago
  65. 45d7f52 lcd: Implement RLE8 bitmap decoding by Tom Wai-Hong Tam · 12 years ago
  66. fecac46 lcd: Fix BMP decode bug that skips the wrong padded row by Tom Wai-Hong Tam · 12 years ago
  67. 395166c lcd: Provide an API to access LCD parameters by Vadim Bendebury · 12 years ago
  68. f674f7c video: Provide an API to access video parameters by Stefan Reinauer · 12 years ago
  69. 6acc7c3 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
  70. 0637059 net/: sparse fixes by Kim Phillips · 12 years ago
  71. 199adb6 common/misc: sparse fixes by Kim Phillips · 12 years ago
  72. 088f1b1 common/cmd_*.c: sparse fixes by Kim Phillips · 12 years ago
  73. f9b55e2 fs: rename fsload command to load by Stephen Warren · 12 years ago
  74. 3f83c87 fs: fix number base behaviour change in fatload/ext*load by Stephen Warren · 12 years ago
  75. b6a3044 cmd_ext4: remove TABs from command help text by Stephen Warren · 12 years ago
  76. b6458d3 ide: Correct function signatures for ide_read/write() by Simon Glass · 12 years ago
  77. b4c5bbc ahci: Support 64-bit LBA option when reading capacity by Gabe Black · 12 years ago
  78. 447c031 scsi: Add function and env var to report number of scsi drives by Stefan Reinauer · 12 years ago
  79. 758c9e6 scsi: Add scsi_write to SCSI driver by Hung-Te Lin · 12 years ago
  80. 4ae5eb7 scsi: Provide support for a list of AHCI controllers. by Vadim Bendebury · 12 years ago
  81. af8d1d3 ZFS: Fix compile warning in cmd_zfs.c (GCC 4.6.4 from ELDK 5.2.1) by Stefan Roese · 12 years ago
  82. 085b9c3 cmd_fdt.c: Use %p when printing pointers by Tom Rini · 12 years ago
  83. b9dc494 ext4: Fix printf() format string error by Simon Glass · 12 years ago
  84. 045fa1e fs: add filesystem switch libary, implement ls and fsload commands by Stephen Warren · 12 years ago
  85. 0f89980 serial: remove calls to serial_assign() by Allen Martin · 12 years ago
  86. a759f1e SPL: make jump_to_image_no_args a weak symbol by Allen Martin · 12 years ago
  87. 8440f18 serial: remove calls to serial_assign() by Allen Martin · 12 years ago
  88. 5e8f983 FAT: implement fat_set_blk_dev(), convert cmd_fat.c by Stephen Warren · 12 years ago
  89. 7172483 Merge branch 'master' of git://git.denx.de/u-boot-fdt by Tom Rini · 12 years ago
  90. cae4a8a Merge branch 'next' by Gerald Van Baren · 12 years ago
  91. bdc3ff6 Merge branch 'master' of git://www.denx.de/git/u-boot-mmc by Tom Rini · 12 years ago
  92. 84cd932 fs: Add a Coreboot Filesystem (CBFS) driver and commands by Gabe Black · 12 years ago
  93. 6c7c946 common: Convert the U-Boot commands to LG-arrays by Marek Vasut · 12 years ago
  94. b660df3 COMMON: Implement common bounce buffer by Marek Vasut · 12 years ago
  95. 8b8d779 usb: fallback safely when a configuration descriptor is too large by Vincent Palatin · 12 years ago
  96. e81e79e usb: Support the CONFIG_SYS_64BIT_LBA option by Gabe Black · 12 years ago
  97. 55f97c1 x86: Change global data baudrate to int by Simon Glass · 12 years ago
  98. a25356d nds32: Change global data baudrate to int by Simon Glass · 12 years ago
  99. 8dc22b0 mips: Change global data baudrate to int by Simon Glass · 12 years ago
  100. 5e84e5a blackfin: Change global data baudrate to int by Simon Glass · 12 years ago