1. 4d2be38 loads: Block writes into LMB reserved areas of U-Boot by Marek Vasut · 3 years, 2 months ago
  2. e37155f xyz-modem: Show information about finished transfer by Pali Rohár · 3 years, 4 months ago
  3. b6f177b xyz-modem: Properly abort/terminate transfer on error by Pali Rohár · 3 years, 4 months ago
  4. d9c805e xyz-modem: Close stream after processing/sending terminate sequence by Pali Rohár · 3 years, 4 months ago
  5. 8398dd3 loadb: Properly indicate aborted kermit transfer by Pali Rohár · 3 years, 4 months ago
  6. ff9b903 global: Convert simple_strtoul() with decimal to dectoul() by Simon Glass · 3 years, 4 months ago
  7. 3ff49ec global: Convert simple_strtoul() with hex to hextoul() by Simon Glass · 3 years, 4 months ago
  8. a89adb0 cmd/load: support uploading EFI binary via UART by Heinrich Schuchardt · 3 years, 8 months ago
  9. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
  10. cd373b5 cmd: correct long text loadb, loadx, loady by Heinrich Schuchardt · 3 years, 10 months ago
  11. b6e8ba1 cmd: load: Fix code indentation by Michal Simek · 4 years ago
  12. c4954fb common: rename getc() to getchar() by Heinrich Schuchardt · 4 years, 2 months ago
  13. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
  14. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 7 months ago
  15. 274e0b0 common: Drop net.h from common header by Simon Glass · 4 years, 7 months ago
  16. 85f1378 common: Move the image globals into image.h by Simon Glass · 5 years ago
  17. 892265d image: Rename load_addr, save_addr, save_size by Simon Glass · 5 years ago
  18. a606ffc common: Move flash_perror() to flash.h by Simon Glass · 5 years ago
  19. 6333448 common: Move ARM cache operations out of common.h by Simon Glass · 5 years ago
  20. 3673618 common: Move serial functions out of common.h by Simon Glass · 5 years ago
  21. 313112a env: Move env_set_hex() to env.h by Simon Glass · 5 years ago
  22. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  23. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  24. 4d949a2 env: Rename common functions related to setenv() by Simon Glass · 7 years ago
  25. 8cea9b5 flash: complete CONFIG_SYS_NO_FLASH move with renaming by Masahiro Yamada · 8 years ago
  26. bbaf424 cmd: load: align cache flush by Chris Packham · 8 years ago
  27. 593ec02 Remove unused CONFIG_CMD_HWFLOW option and associated dead code. by David Müller (ELSOFT AG) · 9 years ago
  28. 5f861a7 Remove the cmd_ prefix from command files by Simon Glass · 9 years ago[Renamed from cmd/cmd_load.c]
  29. 29499a0 Move all command code into its own directory by Simon Glass · 9 years ago[Renamed from common/cmd_load.c]
  30. a73bda4 Move console definitions into a new console.h file by Simon Glass · 9 years ago
  31. cb2c286 Export redesign by Martin Dorwig · 10 years ago
  32. f283bd0 Enable xmodem support by Angus Ainslie · 11 years ago
  33. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  34. 103789d common: Use new numeric setenv functions by Simon Glass · 12 years ago
  35. aec64f0 cmd_load.c: Add #endif comments to reduce confusion by Robert P. J. Day · 12 years ago
  36. dc00a68 common/cmd_*.c: sparse fixes by Kim Phillips · 12 years ago
  37. a06dfc7 Convert cmd_usage() calls in common to use a return value by Simon Glass · 13 years ago
  38. 3b68311 cmd_usage(): simplify return code handling by Wolfgang Denk · 14 years ago
  39. 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  40. d78876c Remove deprecated 'autoscr' command/variables by Peter Tyser · 15 years ago
  41. c54781c General help message cleanup by Wolfgang Denk · 16 years ago
  42. 4f44a6b Fix quoting bug introduced by commit 74de7aef by Wolfgang Denk · 16 years ago
  43. 85c25df Add "source" command; prepare removal of "autoscr" command by Wolfgang Denk · 16 years ago
  44. dfb72b8 Command usage cleanup by Peter Tyser · 16 years ago
  45. ddb3af9 Standardize command usage messages with cmd_usage() by Peter Tyser · 16 years ago
  46. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  47. 9cde830 loads: allow negative offsets by Ricardo Ribalda Delgado · 16 years ago
  48. 544e83e common/cmd_load.c cleanup - remove unused variables by Gururaja Hebbar K R · 16 years ago
  49. b4d7eb2 common/cmd_load.c - Minor code & Coding Style cleanup by Gururaja Hebbar K R · 16 years ago
  50. 23b77a2 [new uImage] Add new uImage format support to autoscript routine by Marian Balakowicz · 17 years ago
  51. d704d91 common/: Remove lingering references to CFG_CMD_* symbols. by Jon Loeliger · 17 years ago
  52. d76b5c1 common/cmd_[i-n]*: Remove obsolete references to CONFIG_COMMANDS. by Jon Loeliger · 17 years ago
  53. 3de8b24 common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  54. da91693 Declare load_serial_ymodem() when using CFG_CMD_LOADB. by Wolfgang Denk · 19 years ago
  55. ebd3deb Some code cleanup by Wolfgang Denk · 19 years ago
  56. 20a5182 * Add support for ymodem protocol download Patch by Stefano Babic, 29 Mar 2006 by Wolfgang Denk · 19 years ago
  57. 6405a15 GCC-4.x fixes: clean up global data pointer initialization for all boards. by Wolfgang Denk · 19 years ago
  58. 387f541 Add support for ymodem protocol (loady command). by Markus Klotzbuecher · 19 years ago
  59. 7fb5266 Cleanup for GCC-4.x by Wolfgang Denk · 19 years ago
  60. 29e7f5a Add support for Siemens SX1 mobile phone; by wdenk · 21 years ago
  61. ef89394 * CVS add missing files by wdenk · 21 years ago
  62. 874ac26 * Implement new mechanism to export U-Boot's functions to standalone by wdenk · 21 years ago
  63. 6914128 * Add support for NSCU board by wdenk · 21 years ago
  64. f287a24 Patch by Kenneth Johansson, 30 Jun 2003: by wdenk · 21 years ago
  65. f12e396 Fix some missing commands, cleanup header files by wdenk · 21 years ago
  66. 57b2d80 * Code cleanup: by wdenk · 21 years ago