1. f9fb57c bootstd: Show a message sometimes if no bootflows are found by Simon Glass · 1 year, 5 months ago
  2. 4548b37 cmd: mvebu/bubt: a38x: Do not hardcode SATA block size to 512 by Pali Rohár · 1 year, 5 months ago
  3. fbf368f cmd: mmc: Return CMD_RET_* from commands by Pali Rohár · 1 year, 6 months ago
  4. 8b88206 mmc: Use EXT_CSD_EXTRACT_BOOT_PART() macro for extracting boot part by Pali Rohár · 1 year, 7 months ago
  5. d9d07d7 cmd: consider multiplexing in coninfo by Heinrich Schuchardt · 1 year, 6 months ago
  6. a554ee7 cmd: Add 2048 game by Simon Glass · 1 year, 8 months ago
  7. fa3f0cb cmd: CONFIG_CMD_SCSI depends on CONFIG_SCSI by Heinrich Schuchardt · 1 year, 6 months ago
  8. 16abdd4 cmd/regulator: missing fallthrough in do_dev() by Heinrich Schuchardt · 1 year, 6 months ago
  9. 62d92d8 cmd: missing fallthrough macro in do_pci() by Heinrich Schuchardt · 1 year, 6 months ago
  10. 06a94b3 cmd: convert fallthrough comment. by Heinrich Schuchardt · 1 year, 6 months ago
  11. bb56da1 cmd: blkmap: Add blkmap command by Tobias Waldekranz · 1 year, 7 months ago
  12. 3d2fc79 cmd: blk: Allow generic read/write operations to work in sandbox by Tobias Waldekranz · 1 year, 7 months ago
  13. 636da20 android: boot: support boot image header version 3 and 4 by Safae Ouajih · 1 year, 8 months ago
  14. e058176 android: boot: add vendor boot image to prepare for v3, v4 support by Safae Ouajih · 1 year, 8 months ago
  15. 607b075 android: boot: move to andr_image_data structure by Safae Ouajih · 1 year, 8 months ago
  16. 734cb47 android: boot: replace android_image_check_header by Safae Ouajih · 1 year, 8 months ago
  17. 86b6294 android: boot: support vendor boot image in abootimg by Safae Ouajih · 1 year, 8 months ago
  18. d71a732 android: boot: rename andr_img_hdr -> andr_boot_img_hdr_v0 by Safae Ouajih · 1 year, 8 months ago
  19. b4fae89 fdt: Make fdt addr -q quieter by Peter Hoyes · 1 year, 6 months ago
  20. 2fb74a1 cmd: fdt: Use env_set_hex() for "get addr" and "get size" by Marek Vasut · 1 year, 7 months ago
  21. a57adac cmd: ums: abort mounting by pressing any key by Svyatoslav Ryhel · 1 year, 6 months ago
  22. 59b1c9b cmd: pci: Add command to set MPS of all PCIe devices by Stephen Carlson · 1 year, 7 months ago
  23. 732b082 nvedit: simplify do_env_indirect() by Rasmus Villemoes · 1 year, 7 months ago
  24. 93e3364 cmd: bootefi: allocate device-tree copy from high memory by Heinrich Schuchardt · 1 year, 7 months ago
  25. 1d32eee efi: Support showing tables by Simon Glass · 1 year, 6 months ago
  26. 041840e efi: Split out table-listing code into a new file by Simon Glass · 1 year, 6 months ago
  27. 8311ac5 cmd: introduce 'write' command by Rasmus Villemoes · 1 year, 7 months ago
  28. fca7db5 cmd: read: use part_get_info_by_dev_and_name_or_num() instead of open-coded dev_part parsing by Rasmus Villemoes · 1 year, 7 months ago
  29. cefd044 Merge tag 'xilinx-for-v2023.07-rc1' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 1 year, 6 months ago
  30. ed4dcb1 cmd: fdt: Drop the 0x prefix by Marek Vasut · 1 year, 7 months ago
  31. 61a6210 video: Add a note about the broken implementation by Simon Glass · 1 year, 7 months ago
  32. a76b60f video: Clear the vidconsole rather than the video by Simon Glass · 1 year, 7 months ago
  33. 3819159 bbinfo: Show the size of the copy framebuffer by Simon Glass · 1 year, 7 months ago
  34. 40b8afe x86: Add a few more items to bdinfo by Simon Glass · 1 year, 7 months ago
  35. e2aa078 cmd: smccc: Print results in hex instead of dec by Michal Simek · 1 year, 7 months ago
  36. 95d85d0 cmd: fdt: Add support for integer arrays in fdt get value with index by Marek Vasut · 1 year, 7 months ago
  37. c2a5d10 cmd: fdt: Map address returned from fdt get addr to sysmem by Marek Vasut · 1 year, 7 months ago
  38. 22cbd65 cmd: fdt: Handle 64bit pointers in fdt get addr by Marek Vasut · 1 year, 7 months ago
  39. 3300a60 cmd: fdt: Align checksign parameter names in help text by Marek Vasut · 1 year, 7 months ago
  40. e023b86 cmd: fdt: Check argc before accessing argv in fdt memory by Marek Vasut · 1 year, 7 months ago
  41. 9d019f5 cmd: fdt: Check argc before accessing argv in fdt bootcpu by Marek Vasut · 1 year, 7 months ago
  42. 778c7ab cmd: fdt: Fix fdt rsvmem behavior on non-existent index and error message space by Marek Vasut · 1 year, 7 months ago
  43. 9597637 cmd: fdt: Fix fdt rm behavior on non-existent property and error message space by Marek Vasut · 1 year, 7 months ago
  44. 45d20f5 cmd: fdt: Fix handling of empty properties for fdt get addr and fdt get size by Marek Vasut · 1 year, 7 months ago
  45. 56915fa cmd: fdt: Import is_printable_string() from DTC to fix u32 misprint by Marek Vasut · 1 year, 7 months ago
  46. 4f806f3 bootflow: Rename bootflow_flags_t by Simon Glass · 1 year, 7 months ago
  47. e7ee1fd video console: allow font size configuration at runtime by Dzmitry Sankouski · 1 year, 7 months ago
  48. 4f6e348 video console: move vidconsole_get_font_size() logic to driver ops by Dzmitry Sankouski · 1 year, 7 months ago
  49. 4941652 cmd: mvebu/bubt: Enable command by default by Pali Rohár · 1 year, 8 months ago
  50. c624c1c cmd: mvebu/bubt: Fix warnings: unused variable 'secure_mode' and 'fuse_read_u64' defined but not used by Pali Rohár · 1 year, 7 months ago
  51. 329393f cmd: mvebu/bubt: Better guess default MVEBU_*_BOOT option by Pali Rohár · 1 year, 8 months ago
  52. c766c09 cmd: mvebu/bubt: Set correct default image name for 32-bit Armada SoCs by Pali Rohár · 1 year, 9 months ago
  53. f5860c5 cmd: mvebu/bubt: Check also A8K boot image checksum by Pali Rohár · 1 year, 8 months ago
  54. 7d9c083 cmd: mvebu/bubt: Do not modify image in A8K check_image_header() by Pali Rohár · 1 year, 8 months ago
  55. 40e3204c cmd: mvebu/bubt: Mark all local symbols as static by Pali Rohár · 1 year, 8 months ago
  56. e7813da cmd: mvebu/bubt: Rename variable image_size to hdr_size by Pali Rohár · 1 year, 9 months ago
  57. 4bf91e2 cmd: mvebu/bubt: Add support for reading image from the SATA disk partition by Pali Rohár · 1 year, 8 months ago
  58. c8f5009 cmd: mvebu/bubt: Add support for writing image to SATA disk by Pali Rohár · 1 year, 8 months ago
  59. fc10a92 cmd: mvebu/bubt: Add support for selecting eMMC HW partition by Pali Rohár · 1 year, 8 months ago
  60. a2cd076 cmd: mvebu/bubt: Fix parsing SATA kwbimage by Pali Rohár · 1 year, 8 months ago
  61. eb2c8f3 cmd: mvebu/bubt: Fix parsing SDIO kwbimage by Pali Rohár · 1 year, 9 months ago
  62. cfb82f7 mtd: nand: Mark reserved blocks by Ashok Reddy Soma · 1 year, 9 months ago
  63. aa2d394 efi_loader: Measure the loaded DTB by Etienne Carriere · 1 year, 7 months ago
  64. be9399b Merge https://source.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 1 year, 7 months ago
  65. 93a80c1 cmd: return code when tlv_eeprom incorrectly called by Heinrich Schuchardt · 1 year, 8 months ago
  66. 4ee85df cmd: fdt: allow standalone "fdt move" by Andre Przywara · 1 year, 7 months ago
  67. 6459734 cmd: fdt: move: Use map_sysmem to convert pointers by Andre Przywara · 1 year, 7 months ago
  68. c40251c cmd: clk: probe the clock before dump them by Patrick Delaunay · 1 year, 9 months ago
  69. c34009d Merge tag 'efi-2023-04-rc2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 1 year, 7 months ago
  70. 2c0b0c3 Correct SPL use of EFI_SECURE_BOOT by Simon Glass · 1 year, 8 months ago
  71. 83f3d12 Correct SPL use of EFI_MM_COMM_TEE by Simon Glass · 1 year, 8 months ago
  72. 2fe2ac1 Correct SPL use of VIDEO_ANSI by Simon Glass · 1 year, 8 months ago
  73. 1f69cbe Correct SPL uses of VIDEO by Simon Glass · 1 year, 8 months ago
  74. 37407ac Correct SPL use of USB_FUNCTION_FASTBOOT by Simon Glass · 1 year, 8 months ago
  75. 942b309 Correct SPL use of UDP_FUNCTION_FASTBOOT by Simon Glass · 1 year, 8 months ago
  76. 5b4d810 Correct SPL uses of SYS_LONGHELP by Simon Glass · 1 year, 8 months ago
  77. 8925f0e efi_loader: enable eficonfig command by default by Heinrich Schuchardt · 1 year, 8 months ago
  78. 75d494d cmd: CONFIG_CMD_EFICONFIG requires CONFIG_MENU by Heinrich Schuchardt · 1 year, 8 months ago
  79. 88df363 eficonfig: CTRL+S to save the boot order by Masahisa Kojima · 1 year, 8 months ago
  80. 45f5319 menu: remove CTRL+C to quit by Masahisa Kojima · 1 year, 8 months ago
  81. fe34e16 cmd: improve coninfo output formatting by Heinrich Schuchardt · 1 year, 8 months ago
  82. b15a4af Correct SPL uses of CMD_TFTPPUT by Simon Glass · 1 year, 8 months ago
  83. ddeac15 Correct SPL use of CMD_NVEDIT_EFI by Simon Glass · 1 year, 8 months ago
  84. 6cd3a79 Correct SPL uses of CMD_EFICONFIG by Simon Glass · 1 year, 8 months ago
  85. 65a7310 env: Drop ENV_IS_IN_SATA by Simon Glass · 1 year, 8 months ago
  86. 867552b Drop dataflash_mmc_mux command by Simon Glass · 1 year, 8 months ago
  87. f85a271 cmd: Drop mfsl command by Simon Glass · 1 year, 8 months ago
  88. e158c94 cmd: Add an option to enable the ini command by Simon Glass · 1 year, 8 months ago
  89. 41a29f2 cmd: Add a SEAMA image load command by Linus Walleij · 1 year, 8 months ago
  90. 00fa989 qemu: Move qfw kernel setup into a common file by Simon Glass · 1 year, 8 months ago
  91. e08e6ea qemu: Update qfw command to use addresses by Simon Glass · 1 year, 8 months ago
  92. 0041b1c bootstd: Allow enabling BOOTSTD_FULL without needing EXPO by Simon Glass · 1 year, 8 months ago
  93. 73a3f51 Merge https://source.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · 1 year, 8 months ago
  94. 095d909 Merge tag 'u-boot-amlogic-20230131' of https://source.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · 1 year, 8 months ago
  95. cf1f735 cmd: mmc: Expand bkops handling by Marek Vasut · 1 year, 9 months ago
  96. 8dbd0a0 eficonfig: add vertical scroll support by Masahisa Kojima · 1 year, 8 months ago
  97. 0d59085 eficonfig: refactor change boot order implementation by Masahisa Kojima · 1 year, 8 months ago
  98. cd160b2 eficonfig: refactor eficonfig_process_common function by Masahisa Kojima · 1 year, 8 months ago
  99. 5c3ea29 cmd: fix mtest on 64 bit systems by Heinrich Schuchardt · 1 year, 8 months ago
  100. ee0b0be cmd: fix return code of 'sf erase' by Heinrich Schuchardt · 1 year, 9 months ago