1. efe6428 lcd: add functions to set up simplefb device tree by Stephen Warren · 12 years ago
  2. a1d25a3 env_mmc: add support for redundant environment by Michael Heimpold · 12 years ago
  3. d7a886b lib: consolidate hang() by Andreas Bießmann · 12 years ago
  4. 2eec2ab part/dev_desc: Add log2 of blocksize to block_dev_desc data struct by Egbert Eich · 12 years ago
  5. b04ae78 setexpr: add regex substring matching and substitution by Wolfgang Denk · 12 years ago
  6. b2234d6 setexpr: simplify code, improve help message by Wolfgang Denk · 12 years ago
  7. ac9c301 "env grep" - add support for regular expression matches by Wolfgang Denk · 12 years ago
  8. b917ba4 "env grep" - add options to grep in name, value, or both. by Wolfgang Denk · 12 years ago
  9. e27fc12 "env grep" - reimplement command using hexport_r() by Wolfgang Denk · 12 years ago
  10. 565af27 hashtable: preparations to use hexport_r() for "env grep" by Wolfgang Denk · 12 years ago
  11. ea307e8 sandbox: fs: Add support for saving files to host filesystem by Simon Glass · 12 years ago
  12. 7e5581e sandbox: Support 'source' command by Simon Glass · 12 years ago
  13. 9b48a9b Revert "fdt- Tell the FDT library where the device tree is" by Simon Glass · 12 years ago
  14. b7fc710 sandbox: fdt: Support fdt command for sandbox by Simon Glass · 12 years ago
  15. 0bfc4cc fdt: Allow fdt command to check and update control FDT by Simon Glass · 12 years ago
  16. abbd512 Add getenv_hex() to return an environment variable as hex by Simon Glass · 12 years ago
  17. 546b9a3 fdt: Add a parameter to fdt_valid() by Simon Glass · 12 years ago
  18. 1539343 sandbox: Add CONFIG_OF_HOSTFILE to read FDT from host file by Simon Glass · 12 years ago
  19. 62cf912 sandbox: Switch over to generic board by Simon Glass · 12 years ago
  20. d20cba5 flash: Add optional verify-after-write feature by Stefan Roese · 12 years ago
  21. 6108ef6 mmc: support the correct card version for eMMC by Jaehoon Chung · 12 years ago
  22. ec85681 printenv: Correct out-of-memory condition check. by Maxime Larocque · 12 years ago
  23. 3f55a31 x86: Allow setup code to manage its own global data by Simon Glass · 12 years ago
  24. 6dd76f6 x86: Fix DRAM bank size init with generic board by Simon Glass · 12 years ago
  25. de0cf30 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
  26. c18f901 tpm: Add TPM command library by Che-liang Chiou · 12 years ago
  27. f457a12 Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  28. db14e86 env: Add redundant env support to UBI env by Joe Hershberger · 12 years ago
  29. 0c5faa8 env: Add support for UBI environment by Joe Hershberger · 12 years ago
  30. 3902c60 mtd: Make mtdparts work with pre-reloc env by Joe Hershberger · 12 years ago
  31. 47550fc ubi: ubifs: Turn off verbose prints by Joe Hershberger · 12 years ago
  32. 9219845 ubi: Expose a few simple functions from the cmd_ubi by Joe Hershberger · 12 years ago
  33. 9192cc3 Do not call board_early_init_f() twice by Vadim Bendebury · 12 years ago
  34. 647a6a1 cmd_nand.c: Fix CONFIG_CMD_NAND_YAFFS by Tom Rini · 12 years ago
  35. 32d9618 nand: Extend nand_(read|write)_skip_bad with *actual and limit parameters by Tom Rini · 12 years ago
  36. dff5ba3 cmd_sf: include header file common.h before div64.h by Mingkai Hu · 12 years ago
  37. c6b3626 common/cmd_test: Avoid macro expansion by York Sun · 12 years ago
  38. a840b8e Revert "env: fix potential stack overflow in environment functions" by Tom Rini · 12 years ago
  39. 0ff9c5e Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  40. 18faca7 mmc: don't allow extra cmdline arguments by Stephen Warren · 12 years ago
  41. 04cae82 env: fix potential stack overflow in environment functions by Rob Herring · 12 years ago
  42. 4a59809 Consolidate bool type by York Sun · 12 years ago
  43. a95c9e9 Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging by Tom Rini · 12 years ago
  44. 0259159 video: bcm2835: fix build issues by Anatolij Gustschin · 12 years ago
  45. 6bcdd9d Merge branch 'for-v2013.04' by Anatolij Gustschin · 12 years ago
  46. cbd8f2c gen: Add sha h/w acceleration to hash by Akshay Saraswat · 12 years ago
  47. ac91b47 New command bootmenu: ANSI terminal boot menu support by Pali Rohár · 12 years ago
  48. fb6068a menu: export menu_default_choice() function by Anatolij Gustschin · 12 years ago
  49. d0d8d3b menu: Add support for user defined item choice function by Pali Rohár · 12 years ago
  50. 32adc23 Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  51. 36ec8ac image: Add support for Plan 9 by Steven Stallion · 12 years ago
  52. 446543f cmd_ext4: BREAK and correct ext4write parameter order by Tom Rini · 12 years ago
  53. fb586da env_callback: Mark find_env_callback as static by Tom Rini · 12 years ago
  54. 85c3d46c Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  55. ada32ec Fix bitmap offsets for non 8-bit LCDs by Andre Renaud · 12 years ago
  56. cdc348a common/lcd.c: move the macro's to the c file by Jeroen Hofstee · 12 years ago
  57. 729b09e common/lcd: cosmetic: clean up a bit by Jeroen Hofstee · 12 years ago
  58. 881c4ec common/lcd.c: remove global lcd_base by Jeroen Hofstee · 12 years ago
  59. b9092e6 common/lcd.c: cleanup use of global variables by Jeroen Hofstee · 12 years ago
  60. 67f5391 common/lcd.c: cleanup use of global variables by Wolfgang Denk · 12 years ago
  61. 45b52ce Merge branch 'spi' of git://git.denx.de/u-boot-x86 by Tom Rini · 12 years ago
  62. efc8f79 lcd: calculate line_length after lcd_ctrl_init() by Stephen Warren · 12 years ago
  63. b16912a sf: Use unsigned type for buffers by Simon Glass · 12 years ago
  64. db09c5f Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 12 years ago
  65. 19aac97 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
  66. 44a6ac9 usb:gadget: USB Mass Storage Gadget support by Lukasz Majewski · 12 years ago
  67. 14658c0 dfu: Fix crash when wrong number of arguments given by Pantelis Antoniou · 12 years ago
  68. 4e3aac0 dfu: Only perform DFU board_usb_init() for TRATS by Pantelis Antoniou · 12 years ago
  69. 2e4622d x86: Enable generic board support by Simon Glass · 12 years ago
  70. 6f5567d x86: Adjust board_r.c for x86 by Simon Glass · 12 years ago
  71. 6d17987 x86: Adjust board_f.c for x86 by Simon Glass · 12 years ago
  72. 5af29bd Adjust board_r.c for ppc by Simon Glass · 12 years ago
  73. 50250b5 Adjust board_f.c for ppc by Simon Glass · 12 years ago
  74. 9c9f44a Add CONFIG_SYS_SYM_OFFSETS to support offset symbols by Simon Glass · 12 years ago
  75. 4d2aee8 Add spl load feature by Simon Glass · 12 years ago
  76. db397fa Introduce generic post-relocation board_r.c by Simon Glass · 12 years ago
  77. c45e359 Introduce generic pre-relocation board_f.c by Simon Glass · 12 years ago
  78. 81420c3 Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  79. c24895e Refactor linker-generated arrays by Albert ARIBAUD · 12 years ago
  80. a5f0270 cmd_mem.c: Fix warning when CONFIG_CMD_MEMTEST is not set by Tom Rini · 12 years ago
  81. 66eb8fc CONFIG_BOOTDELAY default should not affect runtime by Joe Hershberger · 12 years ago
  82. 0eb9826 common/main: move set_working_fdt_addr to enable usage of $fdtaddr by Barak Wasserstrom · 12 years ago
  83. 586895d env: fix "env ask" command by Wolfgang Denk · 12 years ago
  84. 9890c68 cmd_fat.c: Note in fatread help about alignment requirements by Tom Rini · 12 years ago
  85. e3d7660 TMU: Add TMU support in dtt command by Akshay Saraswat · 12 years ago
  86. 0e51dd8 cmd_df.c: Delete this clearly unused source file. by Robert P. J. Day · 12 years ago
  87. 02ce716 cmd_mtdparts.c: Correct "reseting" to "resetting" in error msgs by Robert P. J. Day · 12 years ago
  88. 01c2d98 Allow u-boot to be silent without forcing Linux to be by Joe Hershberger · 12 years ago
  89. 5360142 cmd_part: don't print cmd name twice in help by Stephen Warren · 12 years ago
  90. 9d00928 Feature Removal: disable "mtest" command by default by Wolfgang Denk · 12 years ago
  91. 9dbc836 Merge u-boot/master into u-boot-ti/master by Tom Rini · 12 years ago
  92. 2f3e2ca lcd: implement a callback for splashimage by Nikita Kiryanov · 12 years ago
  93. d6b5eed SPL: ONENAND: Support SPL to boot u-boot from OneNAND. by Enric Balletbo i Serra · 12 years ago
  94. e0eba1f lcd: add option for board specific splash screen preparation by Nikita Kiryanov · 12 years ago
  95. 020f261 mmc: add support for write protection by Nikita Kiryanov · 12 years ago
  96. fbd76e8 led: Use STATUS_LED_ON and STATUS_LED_OFF when calling __led_set by Otavio Salvador · 12 years ago
  97. f2f2ec9 bootm: fix conditional compilation for bootm ramdisk subcommand by Daniel Schwierzeck · 12 years ago
  98. 91d1b5f env: Avoid clobbering an edited variable on ctrl-c by Joe Hershberger · 12 years ago
  99. bf6ce79 sandbox: Add 'sb' command to access filesystem features by Simon Glass · 12 years ago
  100. 5b02602 Merge branch 'mem' of git://git.denx.de/u-boot-x86 by Tom Rini · 12 years ago