1. f6ebf6a lcd: refactor lcd console stuff into its own file by Nikita Kiryanov · 10 years ago
  2. d02389c common: spl: Add interactive DDR debugger support for SPL image by Alison Wang · 10 years ago
  3. 7e08a1f Merge git://git.denx.de/u-boot-dm by Tom Rini · 10 years ago
  4. 9f9eec3 fs: make it possible to read the filesystem UUID by Christian Gmeiner · 10 years ago
  5. 9489046 dm: Split the simple malloc() implementation into its own file by Simon Glass · 10 years ago
  6. 78cc673 common: Makefile: allow for spl builds with env_fat by Felipe Balbi · 10 years ago
  7. 4345a57 crypto/fsl: Add command for encapsulating/decapsulating blobs by Ruchika Gupta · 10 years ago
  8. 6968298 kbuild: refactor some makefiles by Masahiro Yamada · 10 years ago
  9. c601567 usb/gadget: fastboot: implement sparse format by Steve Rae · 10 years ago
  10. 792ac48 usb/gadget: fastboot: add eMMC support for flash command by Steve Rae · 10 years ago
  11. cc52ab0 common/Makefile: Consolidate SPL ENV options, correct inclusion by Tom Rini · 10 years ago
  12. 4dc47ca Add an I/O tracing feature by Simon Glass · 10 years ago
  13. 3b5866d bootm: Split out code from cmd_bootm.c by Simon Glass · 10 years ago
  14. 399ed9a Move bootretry code into bootretry.c and clean up by Simon Glass · 11 years ago
  15. d6d592f Move command line API into cli.c by Simon Glass · 11 years ago
  16. 7b6a95a Move autoboot code to autoboot.c by Simon Glass · 11 years ago
  17. 66b8c8b Split out simple parser and readline into separate files by Simon Glass · 11 years ago
  18. 299f0be Rename hush to cli_hush by Simon Glass · 11 years ago
  19. 9d4471e usb/gadget: add the fastboot gadget by Sebastian Siewior · 11 years ago
  20. 686d667 image: add support for Android's boot image format by Sebastian Siewior · 11 years ago
  21. d231bd9 Merge branch 'next' by Tom Rini · 11 years ago
  22. bd1f7ef Add lzmadec command by Patrice Bouchand · 11 years ago
  23. c4d8a1b aes: Add 'aes' command to access AES-128-CBC by Marek Vasut · 11 years ago
  24. e5d1579 cros_ec: Move EC interface into common library by Vadim Bendebury · 11 years ago
  25. 63b1757 dm: Add a demonstration/example driver by Simon Glass · 11 years ago
  26. f343378 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
  27. 958a8f8 arm: Switch to -mno-unaligned-access when supported by the compiler by Tom Rini · 11 years ago
  28. 06ab7dd fs/fdos: Remove by Tom Rini · 11 years ago
  29. 0d68fb1 kbuild: use Linux Kernel build scripts by Masahiro Yamada · 11 years ago
  30. 59f15f2 kbuild: change out-of-tree build by Masahiro Yamada · 11 years ago
  31. 0c3ab85 common: spl: Add spl sata boot support by Dan Murphy · 11 years ago
  32. a0d2802 common: Add new clk command by Michal Simek · 11 years ago
  33. cb367e1 spl: common: Support for USB MSD FAT image loading by Dan Murphy · 11 years ago
  34. b9b4713 Makefile: delete unnecessary CPPFLAGS settings by Masahiro Yamada · 11 years ago
  35. 8e0ad09 common: Delete unnecessary rules. by Masahiro Yamada · 11 years ago
  36. 55c745d common: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  37. 32dc389 cmd:thor: Support for TIZEN's download command (thordown) by Lukasz Majewski · 11 years ago
  38. 0d63f7c powerpc/ppc4xx: Add fpgad command for dumping gdsys fpga registers by Dirk Eibach · 11 years ago
  39. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  40. 2a90ed0 video: lcd: Add CONFIG_SPLASH_SCREEN_PREPARE support to CONFIG_VIDEO by Robert Winkler · 11 years ago
  41. 58fe7e5 image: Add signing infrastructure by Simon Glass · 11 years ago
  42. a749ae0 Add a trace command by Simon Glass · 11 years ago
  43. ded52a4 Makefile: move the common makefile line to public area by Ying Zhang · 12 years ago
  44. 602f7d3 common/Makefile: Add new symbol CONFIG_SPL_ENV_SUPPORT for environment in SPL by Ying Zhang · 12 years ago
  45. 757a92f Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  46. c6bdabb image: Split libfdt code into image-fdt.c by Simon Glass · 12 years ago
  47. da0af36 image: Split FIT code into new image-fit.c by Simon Glass · 12 years ago
  48. a671b70 blackfin: bf609: add softswitch config command by Bob Liu · 12 years ago
  49. a8e8855 Add fuse API and commands by Benoît Thébaudeau · 12 years ago
  50. 0c5faa8 env: Add support for UBI environment by Joe Hershberger · 12 years ago
  51. ac91b47 New command bootmenu: ANSI terminal boot menu support by Pali Rohár · 12 years ago
  52. 44a6ac9 usb:gadget: USB Mass Storage Gadget support by Lukasz Majewski · 12 years ago
  53. db397fa Introduce generic post-relocation board_r.c by Simon Glass · 12 years ago
  54. c45e359 Introduce generic pre-relocation board_f.c by Simon Glass · 12 years ago
  55. bf6ce79 sandbox: Add 'sb' command to access filesystem features by Simon Glass · 12 years ago
  56. bafe41a Merge remote-tracking branch 'u-boot/master' into u-boot-arm-merged by Allen Martin · 12 years ago
  57. 71497d0 env: Add environment variable flags by Joe Hershberger · 12 years ago
  58. 60fd3ad env: Add support for callbacks to environment vars by Joe Hershberger · 12 years ago
  59. cc00ea8 gpt: Support for new "gpt" command by Piotr Wilczek · 12 years ago
  60. 607eebb Add console command to access io space registers by Vadim Bendebury · 12 years ago
  61. baebbf5 edid: Library of EDID decode and print by Tom Wai-Hong Tam · 12 years ago
  62. 058bb8d Add hash command to perform hashing using various algorithms by Simon Glass · 12 years ago
  63. b879045 Add generic hash API by Simon Glass · 12 years ago
  64. c889fb4 Add a command to read raw blocks from a partition by Kenneth Waters · 12 years ago
  65. d1390c8 Add gettime command by Anton Staaf · 12 years ago
  66. b2405c0 env: Enable getenv_f() for SPL_BUILD by Stefan Roese · 12 years ago
  67. 805adac Sound: Add command for audio playback by Rajeshwari Shinde · 12 years ago
  68. eefbc3f fs: add filesystem switch libary, implement ls and fsload commands by Stephen Warren · 12 years ago
  69. b2e5713 Merge branch 'master' of git://www.denx.de/git/u-boot-mmc by Tom Rini · 12 years ago
  70. 7f8574c fs: Add a Coreboot Filesystem (CBFS) driver and commands by Gabe Black · 12 years ago
  71. ae723e1 COMMON: Implement common bounce buffer by Marek Vasut · 12 years ago
  72. a29c787 Merge branch 'agust@denx.de-next' of git://git.denx.de/u-boot-staging by Tom Rini · 12 years ago
  73. 79f2047 serial: Move common/serial.c to drivers/serial/ by Marek Vasut · 12 years ago
  74. d6d4ec8 ARM: prevent misaligned array inits by Albert ARIBAUD · 12 years ago
  75. 659c9cd Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
  76. 0fd32d7 Add a new "ini" command by Joe Hershberger · 12 years ago
  77. 4afd88e bootstage: Add bootstage command by Simon Glass · 12 years ago
  78. f7a2c55 OMAP: networking support for SPL by Ilya Yanok · 12 years ago
  79. e4e248d common: add zip command support by Lei Wen · 12 years ago
  80. 3a52910 cmd_part: add partition-related command by Stephen Warren · 12 years ago
  81. a20cbf9 combine block device load commands into common function by Rob Herring · 12 years ago
  82. edd5f22 Merge branch 'ext4' by Tom Rini · 12 years ago
  83. 9273f4f dfu:cmd: Support for DFU u-boot command by Lukasz Majewski · 12 years ago
  84. 71014b6 ext4fs ls load support by Uma Shankar · 13 years ago
  85. 9b4a1f9 zfs: Add ZFS filesystem support by Jorgen Lundman · 12 years ago
  86. 39cd355 SPL: common/Makefile: Add image.c to SPL build by Stefan Roese · 13 years ago
  87. 36437bc Block: Remove MG DISK support by Marek Vasut · 13 years ago
  88. 85bcd73 powerpc/corenet_ds: Slave reads ENV from master when boot from SRIO by Liu Gang · 13 years ago
  89. 9765c08 Add support for loading and saving the environment to a FAT partition by Maximilian Schwerin · 13 years ago
  90. af775a0 Add cmd_spl command by Simon Schwarz · 13 years ago
  91. 79bfa73 SPL: Add YMODEM over UART load support by Matt Porter · 13 years ago
  92. 31a870e bootstage: Implement core microsecond boot time measurement by Simon Glass · 13 years ago
  93. 6da5af3 USB: Separate out USB hub driver by Marek Vasut · 13 years ago
  94. b5f7b47 sandbox: Add improved RAM simulation by Matthias Weisser · 13 years ago
  95. 7acba0b Add a cli command to test the TPM device. by Vadim Bendebury · 13 years ago
  96. 0560be2 omap: spl: fix build break due to changes in FAT by Aneesh V · 13 years ago
  97. 82278bd sandbox: Disable built-in malloc by Simon Glass · 13 years ago
  98. 0e3a593 Add pxe command by Jason Hobbs · 13 years ago
  99. 0685d82 Add generic, reusable menu code by Jason Hobbs · 13 years ago
  100. fd76300 cmd_time: add time command by Che-liang Chiou · 13 years ago