1. c7ce26c lmb: remove the lmb_init_and_reserve() function by Sughosh Ganu · 5 months ago
  2. ed17a33 lmb: make LMB memory map persistent and global by Sughosh Ganu · 5 months ago
  3. e569c73 cmd: Remove duplicate newlines by Marek Vasut · 6 months ago
  4. 03de305 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · 8 months ago
  5. d678a59 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · 8 months ago
  6. 301bac6 cmd: Remove <common.h> and add needed includes by Tom Rini · 9 months ago
  7. 21a2c12 getchar(): Correct usage by Tom Rini · 1 year ago
  8. 338b67f cmd: fix loads, saves on sandbox by Heinrich Schuchardt · 1 year, 7 months ago
  9. 989cc40 serial: Call flush() before changing baudrate by Pali Rohár · 2 years, 4 months ago
  10. 17ead04 Audit <flash.h> inclusion by Tom Rini · 2 years, 6 months ago
  11. bfef72e cmd: load: add load command for memory mapped by Rui Miguel Silva · 2 years, 8 months ago
  12. c685519 loads: Block writes into LMB reserved areas of U-Boot by Marek Vasut · 3 years, 3 months ago
  13. c97b255 xyz-modem: Show information about finished transfer by Pali Rohár · 3 years, 6 months ago
  14. 081bd24 xyz-modem: Properly abort/terminate transfer on error by Pali Rohár · 3 years, 6 months ago
  15. 1f26c49 xyz-modem: Close stream after processing/sending terminate sequence by Pali Rohár · 3 years, 6 months ago
  16. 5153814 loadb: Properly indicate aborted kermit transfer by Pali Rohár · 3 years, 5 months ago
  17. 0b1284e global: Convert simple_strtoul() with decimal to dectoul() by Simon Glass · 3 years, 6 months ago
  18. 7e5f460 global: Convert simple_strtoul() with hex to hextoul() by Simon Glass · 3 years, 6 months ago
  19. 76b0a19 cmd/load: support uploading EFI binary via UART by Heinrich Schuchardt · 3 years, 10 months ago
  20. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 3 months ago
  21. b911208 cmd: correct long text loadb, loadx, loady by Heinrich Schuchardt · 4 years ago
  22. e7fcfef cmd: load: Fix code indentation by Michal Simek · 4 years, 2 months ago
  23. c670aee common: rename getc() to getchar() by Heinrich Schuchardt · 4 years, 3 months ago
  24. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 8 months ago
  25. 0914011 command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 8 months ago
  26. 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 8 months ago
  27. 8e8ccfe common: Move the image globals into image.h by Simon Glass · 5 years ago
  28. bb872dd image: Rename load_addr, save_addr, save_size by Simon Glass · 5 years ago
  29. 0ee48252 common: Move flash_perror() to flash.h by Simon Glass · 5 years ago
  30. 1eb69ae common: Move ARM cache operations out of common.h by Simon Glass · 5 years ago
  31. b03e051 common: Move serial functions out of common.h by Simon Glass · 5 years ago
  32. c7694dd env: Move env_set_hex() to env.h by Simon Glass · 5 years ago
  33. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  34. 00caae6 env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  35. 018f530 env: Rename common functions related to setenv() by Simon Glass · 7 years ago
  36. e856bdc flash: complete CONFIG_SYS_NO_FLASH move with renaming by Masahiro Yamada · 8 years ago
  37. 0a6036d cmd: load: align cache flush by Chris Packham · 8 years ago
  38. b7fbdc6 Remove unused CONFIG_CMD_HWFLOW option and associated dead code. by David Müller (ELSOFT AG) · 9 years ago
  39. 2e192b2 Remove the cmd_ prefix from command files by Simon Glass · 9 years ago[Renamed from cmd/cmd_load.c]
  40. 72a8cf8 Move all command code into its own directory by Simon Glass · 9 years ago[Renamed from common/cmd_load.c]
  41. 24b852a Move console definitions into a new console.h file by Simon Glass · 9 years ago
  42. 49cad54 Export redesign by Martin Dorwig · 10 years ago
  43. 6e66bd5 Enable xmodem support by Angus Ainslie · 12 years ago
  44. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 12 years ago
  45. 41ef372 common: Use new numeric setenv functions by Simon Glass · 12 years ago
  46. 70d7cb9 cmd_load.c: Add #endif comments to reduce confusion by Robert P. J. Day · 12 years ago
  47. 088f1b1 common/cmd_*.c: sparse fixes by Kim Phillips · 12 years ago
  48. 4c12eeb Convert cmd_usage() calls in common to use a return value by Simon Glass · 13 years ago
  49. 47e26b1 cmd_usage(): simplify return code handling by Wolfgang Denk · 15 years ago
  50. 54841ab Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 15 years ago
  51. 3202d33 Remove deprecated 'autoscr' command/variables by Peter Tyser · 15 years ago
  52. a89c33d General help message cleanup by Wolfgang Denk · 16 years ago
  53. 83863df Fix quoting bug introduced by commit 74de7aef by Wolfgang Denk · 16 years ago
  54. 74de7ae Add "source" command; prepare removal of "autoscr" command by Wolfgang Denk · 16 years ago
  55. 2fb2604 Command usage cleanup by Peter Tyser · 16 years ago
  56. 62c3ae7 Standardize command usage messages with cmd_usage() by Peter Tyser · 16 years ago
  57. 6d0f6bc rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  58. 2b22d60 loads: allow negative offsets by Ricardo Ribalda Delgado · 16 years ago
  59. 322098b common/cmd_load.c cleanup - remove unused variables by Gururaja Hebbar K R · 16 years ago
  60. a9fe0c3 common/cmd_load.c - Minor code & Coding Style cleanup by Gururaja Hebbar K R · 16 years ago
  61. 424c4ab [new uImage] Add new uImage format support to autoscript routine by Marian Balakowicz · 17 years ago
  62. 9025317 common/: Remove lingering references to CFG_CMD_* symbols. by Jon Loeliger · 18 years ago
  63. c76fe47 common/cmd_[i-n]*: Remove obsolete references to CONFIG_COMMANDS. by Jon Loeliger · 18 years ago
  64. 65c450b common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 18 years ago
  65. 8546e23 Declare load_serial_ymodem() when using CFG_CMD_LOADB. by Wolfgang Denk · 19 years ago
  66. cf48eb9 Some code cleanup by Wolfgang Denk · 19 years ago
  67. 534ff67 * Add support for ymodem protocol download Patch by Stefano Babic, 29 Mar 2006 by Wolfgang Denk · 19 years ago
  68. d87080b GCC-4.x fixes: clean up global data pointer initialization for all boards. by Wolfgang Denk · 19 years ago
  69. f2841d3 Add support for ymodem protocol (loady command). by Markus Klotzbuecher · 19 years ago
  70. 77ddac9 Cleanup for GCC-4.x by Wolfgang Denk · 19 years ago
  71. 232c150 Add support for Siemens SX1 mobile phone; by wdenk · 21 years ago
  72. 3f85ce2 * CVS add missing files by wdenk · 21 years ago
  73. 27b207f * Implement new mechanism to export U-Boot's functions to standalone by wdenk · 21 years ago
  74. f12e568 * Add support for NSCU board by wdenk · 22 years ago
  75. 0d49839 Patch by Kenneth Johansson, 30 Jun 2003: by wdenk · 22 years ago
  76. b0fce99 Fix some missing commands, cleanup header files by wdenk · 22 years ago
  77. 8bde7f7 * Code cleanup: by wdenk · 22 years ago