1. 9b899f2 env_fat: use get_device_and_partition() during env save and load by Wu, Josh · 10 years ago
  2. f9d47dd dfu: free entities when parsing fails by Stephen Warren · 10 years ago
  3. bff6c31 sandbox: restore ability to access host fs through standard commands by Stephen Warren · 10 years ago
  4. 4dc47ca Add an I/O tracing feature by Simon Glass · 10 years ago
  5. 5afc76f cosmetic: autoboot: update old style GNU struct init by Jeroen Hofstee · 10 years ago
  6. 196f27e cmd_md5sum.c: remove dead code / fix warning by Jeroen Hofstee · 10 years ago
  7. bfe88fe includes: move openssl headers to include/u-boot by Jeroen Hofstee · 10 years ago
  8. a51991d Enhance fit_check_sign to check all images by Simon Glass · 10 years ago
  9. 686f3bb bootm: Move decompression code into its own function by Simon Glass · 10 years ago
  10. 0232ba7 Allow compiling common/bootm.c on with HOSTCC by Simon Glass · 10 years ago
  11. cd65fb1 Fix small 'case' typo in image-fit.c by Simon Glass · 10 years ago
  12. 9504010 bootm: Support android boot on sandbox by Simon Glass · 10 years ago
  13. a0c0b63 image: Remove the fit_load_image() property parameter by Simon Glass · 10 years ago
  14. 3b5866d bootm: Split out code from cmd_bootm.c by Simon Glass · 10 years ago
  15. 5da42d9 Reverse the meaning of the fit_config_verify() return code by Simon Glass · 10 years ago
  16. a3b240b hash: Use uint8_t in preference to u8 by Simon Glass · 10 years ago
  17. 9a3b4de fdt_support: correct the return condition of fdt_initrd() by Masahiro Yamada · 11 years ago
  18. b891a34 fdt_support: fix an endian bug of fdt_initrd() by Masahiro Yamada · 11 years ago
  19. a6ae8d3 fdt_support: fix an endian bug of fdt_fixup_memory_banks by Masahiro Yamada · 11 years ago
  20. aba38af fdt_support: add 'const' qualifier for unchanged argument by Masahiro Yamada · 11 years ago
  21. a467792c6 fdt_support: refactor fdt_fixup_stdout() function by Masahiro Yamada · 11 years ago
  22. 451c204 fdt_support: delete force argument of fdt_chosen() by Masahiro Yamada · 11 years ago
  23. 5b11489 fdt_support: delete force argument of fdt_initrd() by Masahiro Yamada · 11 years ago
  24. c020728 fdt_support: refactor with fdt_find_or_add_subnode helper func by Masahiro Yamada · 11 years ago
  25. 57b9069 fdt_support: delete unnecessary DECLARE_GLOBAL_DATA_PTR by Masahiro Yamada · 11 years ago
  26. 0b9bf27 ARM: fdt support: Add usbethaddr as an acceptable MAC by Dan Murphy · 11 years ago
  27. cf66e6f cmd_mmc: make mmc dev always re-probe the HW by Stephen Warren · 11 years ago
  28. 07ec4e7 cmd_mmc: Use init_mmc_device() from do_mmc_rescan() by Stephen Warren · 11 years ago
  29. b627f4b cmd_mmc: add force_init parameter to init_mmc_device() by Stephen Warren · 11 years ago
  30. 1854980 cmd_mmc: default to HW partition 0 if not specified by Stephen Warren · 11 years ago
  31. 419b6a4 common/xyzModem.c: move empty statements to newline by Jeroen Hofstee · 10 years ago
  32. 95ab0d3 common/cli_hush.c: remove unnecessary double braces by Jeroen Hofstee · 10 years ago
  33. b14c052 common: hash: zero end the string instead of the pointer by Jeroen Hofstee · 10 years ago
  34. 0271756 Use run_command_repeatable() by Thomas Betker · 10 years ago
  35. be6346b Add run_command_repeatable() by Thomas Betker · 10 years ago
  36. 5ac0026 Check run_command() return code properly by Thomas Betker · 10 years ago
  37. af2f9d5 fdt: Update functions which write to an FDT to return -ENOSPC by Simon Glass · 10 years ago
  38. 7f3fa54 hash: Export the function to show a hash by Simon Glass · 10 years ago
  39. 3298501 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 10 years ago
  40. 7747403 fs: fatwrite: use map_sysmem before use file_fat_write by Wu, Josh · 10 years ago
  41. 47405c7 nand_spl: remove nand_spl infrastructure by Masahiro Yamada · 10 years ago
  42. 515eb12 bootm: make use of legacy image format configurable by Heiko Schocher · 11 years ago
  43. 904d430 env_eeprom: Assign default environment during board_init_f by Siva Durga Prasad Paladugu · 11 years ago
  44. 3ad24d5 Correct return code from builtin_run_command_list() by Simon Glass · 11 years ago
  45. 2961710 Fix hush to give the correct return code for a simple command by Simon Glass · 11 years ago
  46. a5d0a33 Fix itest mask overflow by Simon Glass · 11 years ago
  47. 683ecd8 usb: hub: remove CONFIG_USB_HUB_MIN_POWER_ON_DELAY by Stephen Warren · 11 years ago
  48. 62da17c usb: hub: fix power good delay timing by Stephen Warren · 11 years ago
  49. 342ecb7 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
  50. 36b590c main: Avoid unncessary strdup()/free() by Simon Glass · 11 years ago
  51. 5b47e30 main: Make the execution path a little clearer in main.c by Simon Glass · 11 years ago
  52. 33f7913 main: Hide the hush/simple details inside cli.c by Simon Glass · 11 years ago
  53. 9f6bb18 Simplify the main loop by Simon Glass · 11 years ago
  54. e3a762c m68k: powerpc: Clean up do_mdm_init by Simon Glass · 11 years ago
  55. 09007c4 Rename bootretry functions and remove #ifdefs by Simon Glass · 11 years ago
  56. 399ed9a Move bootretry code into bootretry.c and clean up by Simon Glass · 11 years ago
  57. d6d592f Move command line API into cli.c by Simon Glass · 11 years ago
  58. 7b6a95a Move autoboot code to autoboot.c by Simon Glass · 11 years ago
  59. be6aafc Add cli_ prefix to readline functions by Simon Glass · 11 years ago
  60. 66b8c8b Split out simple parser and readline into separate files by Simon Glass · 11 years ago
  61. dec3c01 move CLI prototypes to cli.h and add comments by Simon Glass · 11 years ago
  62. 299f0be Rename hush to cli_hush by Simon Glass · 11 years ago
  63. 794cf6a Remove unnecessary use of hush header file by Simon Glass · 11 years ago
  64. b74fcb4 dm: rename device struct to udevice by Heiko Schocher · 11 years ago
  65. 7c75d3e mkimage: add atmelimage by Andreas Bießmann · 11 years ago
  66. 6345854 Merge branch 'master' of git://git.denx.de/u-boot-mmc by Tom Rini · 11 years ago
  67. fe85aac cmd_mmc: use new mmc_select_hwpart() function by Stephen Warren · 11 years ago
  68. 9b2eed6 cmd_part: fix typo in part command help text by Stephen Warren · 11 years ago
  69. bcc302c eMMC: cmd_mmc.c adds the 'rpmb' sub-command for the 'mmc' command by Pierre Aubert · 11 years ago
  70. 5fef9d3 Add the function 'confirm_yesno' for interactive by Pierre Aubert · 11 years ago
  71. cabbf42 Merge branch 'fpga' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 11 years ago
  72. a46845b Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
  73. e61add1 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 11 years ago
  74. 9112b4c fpga: Added support to load bit stream from SD/MMC by Siva Durga Prasad Paladugu · 11 years ago
  75. 64c7098 fpga: Add support to load partial bitstreams by Michal Simek · 11 years ago
  76. 1466365 fpga: Define bitstream type based on command selection by Michal Simek · 11 years ago
  77. adc11de fpga: Guard the LOADMK functionality with CMD_FPGA_LOADMK by Siva Durga Prasad Paladugu · 11 years ago
  78. 95eb65a Merge remote-tracking branch 'u-boot/master' by Albert ARIBAUD · 11 years ago
  79. c39758a Merge branch 'master' of git://git.denx.de/u-boot-arm by Stefano Babic · 11 years ago
  80. d32e80b nand: remove CONFIG_SYS_NAND_PAGE_SIZE by Tim Harvey · 11 years ago
  81. 60ac15a common/board_f: Fix size variable by York Sun · 11 years ago
  82. 021d202 common/board_f: Initialized global data for generic board by York Sun · 11 years ago
  83. c0b29bb cmd_bootm.c: Only say XIP image when load is image_start by Tom Rini · 11 years ago
  84. 2a262cd hush shell: Avoid string write overflow when entering max cmd length by Kristian Otnes · 11 years ago
  85. b1c675c cmd_time: do not show ticks by Masahiro Yamada · 11 years ago
  86. 197c720 bd_info: remove bi_barudrate member from struct bd_info by Masahiro Yamada · 11 years ago
  87. 22383af Merge branch 'tom' of git://git.denx.de/u-boot-x86 by Tom Rini · 11 years ago
  88. 4c39b1d Make 'run' use run_command_list() instead of run_command() by Simon Glass · 11 years ago
  89. a745926 sandbox: Support 'env import' and 'env export' by Simon Glass · 11 years ago
  90. 6284547 Merge branch 'u-boot/master' by Albert ARIBAUD · 11 years ago
  91. 9d4471e usb/gadget: add the fastboot gadget by Sebastian Siewior · 11 years ago
  92. 686d667 image: add support for Android's boot image format by Sebastian Siewior · 11 years ago
  93. e4e98cd ums: allow the user to specify the device type by Stephen Warren · 11 years ago
  94. 5e8c227 ums: move all variable declarations to the start of the block by Stephen Warren · 11 years ago
  95. 5c7648b ums: use get_device() not find_mmc_device(); by Stephen Warren · 11 years ago
  96. 803876d ums: move IO support code to common location by Stephen Warren · 11 years ago
  97. c611a6b usb: ums: add error handling for failed registration by Stephen Warren · 11 years ago
  98. 69cb0bb USB: gadget: added a saner gadget downloader registration API by Mateusz Zalega · 11 years ago
  99. 21fe3f7 usb: dfu: fix boards wo USB cable detection by Mateusz Zalega · 11 years ago
  100. 17472dc usb: Fix USB keyboard polling via control endpoint by Adrian Cox · 11 years ago