1. 6de1daf cmd: ubi: Add 'ubi list' command for printing list of all UBI volumes by Pali Rohár · 2 years, 2 months ago
  2. 7f673bb cmd: add temperature command by Robert Marko · 2 years, 3 months ago
  3. 23c0df6 cmd: xxd: add new command by Roger Knecht · 2 years, 3 months ago
  4. 690a1d6 cmd: cat: add new command by Roger Knecht · 2 years, 3 months ago
  5. c4c32e3 Merge https://source.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · 2 years, 1 month ago
  6. 5f7e01e usb: gadget: fastboot: detach usb on reboot commands by Mattijs Korpershoek · 2 years, 2 months ago
  7. c6db606 cmd: CMD_CLS should not depend on video by Heinrich Schuchardt · 2 years, 2 months ago
  8. a75e835 cmd: replace efi_create_handle/add_protocol with InstallMultipleProtocol by Ilias Apalodimas · 2 years, 2 months ago
  9. f3290be cmd: simplify command efidebug by Heinrich Schuchardt · 2 years, 2 months ago
  10. 80fadf4 cmd: simplify do_efi_boot_add() by Heinrich Schuchardt · 2 years, 2 months ago
  11. 57b2d30 cmd: simplify do_env_set_efi() by Heinrich Schuchardt · 2 years, 2 months ago
  12. 2d45913 Merge branch 'next' by Tom Rini · 2 years, 2 months ago
  13. f3543e6 treewide: Drop image_header_t typedef by Simon Glass · 2 years, 3 months ago
  14. d9d7c20 treewide: Drop bootm_headers_t typedef by Simon Glass · 2 years, 3 months ago
  15. d21bbb9 pci: Remove duplicate PCI_REGION_IO / "io" line by Pali Rohár · 2 years, 2 months ago
  16. ffa2c88 Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscv into next by Tom Rini · 2 years, 2 months ago
  17. 8149b15 blk: Rename if_type to uclass_id by Simon Glass · 2 years, 2 months ago
  18. efc3f95 boot: Call flush() before booting by Pali Rohár · 2 years, 3 months ago
  19. 989cc40 serial: Call flush() before changing baudrate by Pali Rohár · 2 years, 3 months ago
  20. 13982ce cmd: fdt: Add support for reading stringlist property values by Marek Vasut · 2 years, 5 months ago
  21. e9a1ff9 Merge branch 'master' into next by Tom Rini · 2 years, 2 months ago
  22. 29caf93 cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · 2 years, 3 months ago
  23. ec8bdc9 blk: Drop if_type by Simon Glass · 2 years, 3 months ago
  24. e33a5c6 blk: Switch over to using uclass IDs by Simon Glass · 2 years, 3 months ago
  25. 003357c cmd: Drop use of HAVE_BLOCK_DEVICE by Simon Glass · 2 years, 3 months ago
  26. 1b3e682 xyz-modem: Allow to configure initial timeout for loadx and loady by Pali Rohár · 2 years, 3 months ago
  27. 1520af3 Merge tag 'efi-next-2022-09-14' of https://source.denx.de/u-boot/custodians/u-boot-efi into next by Tom Rini · 2 years, 2 months ago
  28. e5948ee eficonfig: add "Change Boot Order" menu entry by Masahisa Kojima · 2 years, 2 months ago
  29. b5135a1 eficonfig: scan media device in eficonfig startup by Masahisa Kojima · 2 years, 2 months ago
  30. c416f1c bootmenu: add removable media entries by Masahisa Kojima · 2 years, 2 months ago
  31. bb8498a eficonfig: add "Delete Boot Option" menu entry by Masahisa Kojima · 2 years, 2 months ago
  32. e34158b eficonfig: add "Edit Boot Option" menu entry by Masahisa Kojima · 2 years, 2 months ago
  33. 87d7914 eficonfig: menu-driven addition of UEFI boot option by Masahisa Kojima · 2 years, 2 months ago
  34. 1f865ee cyclic: Add 'cyclic list' and 'cyclic demo' commands by Stefan Roese · 2 years, 3 months ago
  35. ae90d16 cmd: bdinfo: introduce bdinfo_print_size() helper by Ovidiu Panait · 2 years, 3 months ago
  36. f7b0bbc cmd: mvebu/bubt: Check for A38x/A37xx OTP secure bits and secure boot by Pali Rohár · 2 years, 3 months ago
  37. 5a06534 cmd: mvebu/bubt: Check for A38x image data checksum by Pali Rohár · 2 years, 3 months ago
  38. 85007da cmd: bdinfo: Enable dumping lmb data when LMB is enabled by Michal Simek · 2 years, 3 months ago
  39. 651031e cmd: correct short text for tftpboot by Heinrich Schuchardt · 2 years, 3 months ago
  40. 5f46c6e cmd: fix tftpput command by Heinrich Schuchardt · 2 years, 3 months ago
  41. 7b42bde cmd: fpga: Convert to use fit_get_data_node by Sean Anderson · 2 years, 3 months ago
  42. aa8aa48 cmd/sbi: format KVM version by Heinrich Schuchardt · 2 years, 3 months ago
  43. 3bb4db4 tpm: Allow reporting the internal state by Simon Glass · 2 years, 3 months ago
  44. a557d25 tpm: Require a digest source when extending the PCR by Simon Glass · 2 years, 3 months ago
  45. dc0d17c cmd: Add pause command by Samuel Dionne-Riel · 2 years, 3 months ago
  46. 88de6c5 image-fit: don't set compression if it can't be read by Daniel Golle · 2 years, 3 months ago
  47. e4573fe i2c: fix stack buffer overflow vulnerability in i2c md command by Marek Vasut · 2 years, 3 months ago
  48. 1aa9a04 Revert "i2c: fix stack buffer overflow vulnerability in i2c md command" by Marek Vasut · 2 years, 3 months ago
  49. 1573b6a Merge tag 'dm-pull-26aug22' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 2 years, 3 months ago
  50. 2d74226 vbe: Enable command only with BOOTSTD_FULL by Simon Glass · 2 years, 3 months ago
  51. a7091f3 dm: core: fix a typo in help text by Sergei Antonov · 2 years, 3 months ago
  52. d9f554b pci: Add checks to prevent config space overflow by Pali Rohár · 2 years, 5 months ago
  53. 046d7a0 cmd: efidebug: Add missing \n at the end of message by Michal Simek · 2 years, 4 months ago
  54. 5fe76d4 vbe: Add a new vbe command by Simon Glass · 2 years, 4 months ago
  55. 2b80bc1 bootstd: Support bootflows with global bootmeths by Simon Glass · 2 years, 4 months ago
  56. eccb25c bootstd: Allow the bootdev to be optional in bootflows by Simon Glass · 2 years, 4 months ago
  57. bc06aa0 bootstd: Allow bootmeths to be marked as global by Simon Glass · 2 years, 4 months ago
  58. e141075 dm: core: Support sandbox with read interface by Simon Glass · 2 years, 4 months ago
  59. cafe871 video: Renname vbe.h to vesa.h by Simon Glass · 2 years, 4 months ago
  60. 157861e Merge tag 'dm-pull-9aug22-take2' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 2 years, 4 months ago
  61. be43a35 boot: allow bootmeth-distro without CONFIG_NET by John Keeping · 2 years, 4 months ago
  62. 4e4bf94 common: Drop display_options.h from common header by Simon Glass · 2 years, 4 months ago
  63. 46b5c8e Merge tag 'tpm-030822' of https://source.denx.de/u-boot/custodians/u-boot-tpm by Tom Rini · 2 years, 4 months ago
  64. 17ead04 Audit <flash.h> inclusion by Tom Rini · 2 years, 4 months ago
  65. 63de216 cmd: remove deprecated LCD support by Heinrich Schuchardt · 2 years, 4 months ago
  66. 689525b cmd: undefined return value of do_extension_apply() by Heinrich Schuchardt · 2 years, 5 months ago
  67. 6ac4774 cmd: fix do_adc_single() by Vyacheslav Bocharov · 2 years, 5 months ago
  68. de70619 test: rng: Add a UT testcase for the rng command by Sughosh Ganu · 2 years, 4 months ago
  69. c79e274 cmd: rng: Use a statically allocated array for random bytes by Sughosh Ganu · 2 years, 4 months ago
  70. 87ab234 cmd: rng: Add support for selecting RNG device by Sughosh Ganu · 2 years, 4 months ago
  71. 09b0e20 cmd: mvebu/bubt: Fix cmd main return value on error by Pali Rohár · 2 years, 4 months ago
  72. 93c1358 cmd: mvebu/bubt: Add support for sha512 checksum validation for Armada 3700 by Pali Rohár · 2 years, 4 months ago
  73. 4b9521f cmd: mvebu/bubt: Correctly propagate failure during tftp transport by Pali Rohár · 2 years, 4 months ago
  74. 5d2f7d3 cmd: mvebu/bubt: Verify image type for all 32-bit Aramda SoCs and Armada 3700 by Pali Rohár · 2 years, 4 months ago
  75. 2336624 cmd: mmc: allow to write protect single boot partition by Ying-Chun Liu (PaulLiu) · 2 years, 7 months ago
  76. 282eed5 fpga: pass compatible flags to fpga_load() by Oleksandr Suvorov · 2 years, 4 months ago
  77. fb2b885 fpga: add option for loading FPGA secure bitstreams by Oleksandr Suvorov · 2 years, 4 months ago
  78. 98889c9 cmd: ti: ddr3: correct minor spelling mistake in Ti DDR3 by Ramin Zaghi · 2 years, 5 months ago
  79. 61143f7 treewide: Fix Marek's name and change my e-mail address by Marek Behún · 2 years, 6 months ago
  80. 56e3d6e tlv_eeprom: Add missing CRC32 dependency by Pali Rohár · 2 years, 6 months ago
  81. f3a56dd sf: Query write-protection status before operating the flash by Jan Kiszka · 2 years, 9 months ago
  82. 868353d efi_loader: memory leak in efi_set_bootdev() by Heinrich Schuchardt · 2 years, 5 months ago
  83. 36b661d Merge branch 'next' by Tom Rini · 2 years, 5 months ago
  84. 9ff4ce8 Merge tag 'dm-pull-28jun22' of https://source.denx.de/u-boot/custodians/u-boot-dm into next by Tom Rini · 2 years, 5 months ago
  85. c45568c Convert CONFIG_SYS_BOOTM_LEN to Kconfig by Tom Rini · 2 years, 5 months ago
  86. dd4bf24 Convert CONFIG_USE_ONENAND_BOARD_INIT to Kconfig by Tom Rini · 2 years, 5 months ago
  87. bf904ea Rename CONFIG_SYS_AUTOLAOD to CONFIG_SYS_DISABLE_AUTOLOAD by Tom Rini · 2 years, 5 months ago
  88. 8f8c04b i2c: fix stack buffer overflow vulnerability in i2c md command by Nicolas Iooss · 2 years, 6 months ago
  89. 2cb4ddb dm: core: Add a command to show driver model statistics by Simon Glass · 2 years, 7 months ago
  90. dee2f5a dm: core: Sort dm subcommands by Simon Glass · 2 years, 7 months ago
  91. 1452870 dm: core: Rename dm_dump_all() by Simon Glass · 2 years, 7 months ago
  92. c316ee6 Merge tag 'xilinx-for-v2022.10' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 2 years, 5 months ago
  93. 15c924a cmd: cpu: migrate cpu command to U_BOOT_CMD_WITH_SUBCMDS() by Ovidiu Panait · 2 years, 6 months ago
  94. c4645fc cmd/misc: Stop using a function pointer by Tom Rini · 2 years, 5 months ago
  95. bfef72e cmd: load: add load command for memory mapped by Rui Miguel Silva · 2 years, 7 months ago
  96. 52af010 Merge branch 'master' into next by Tom Rini · 2 years, 5 months ago
  97. a872b18 cmd: correct return value for printenv -e by Heinrich Schuchardt · 2 years, 5 months ago
  98. 24272ff qfw: Don't fail if setup data size is 0 by Pierre-Clément Tosi · 2 years, 6 months ago
  99. b257c4e ubifs: Add missing dependency on GZIP by Pali Rohár · 2 years, 6 months ago
  100. 7f0836a cmd: dm: migrate dm command to use U_BOOT_CMD_WITH_SUBCMDS() by Ovidiu Panait · 2 years, 7 months ago