1. 3ea3c57 cli: add modern hush as parser for run_command*() by Francis Laniel · 10 months ago
  2. 921f63e bootflow: Allow setting a cmdline arg with no value by Simon Glass · 11 months ago
  3. 7017fc5 bootmeth: use efi_loader interfaces instead of bootefi command by AKASHI Takahiro · 11 months ago
  4. a4bee0b bootstd: Add a menu option to bootflow scan by Simon Glass · 1 year, 1 month ago
  5. 3fa53b9 bootstd: Add a return code to bootflow menu by Simon Glass · 1 year, 1 month ago
  6. baea7ec bootstd: Refactor mmc prep to allow a different scan by Simon Glass · 1 year, 1 month ago
  7. 19248dc bootstd: Handle a few special cases in cmdline_set_arg() by Simon Glass · 12 months ago
  8. d5d9770 Merge tag 'tpm-next-27102023' of https://source.denx.de/u-boot/custodians/u-boot-tpm by Tom Rini · 12 months ago
  9. 5999ea2 test: Add sandbox TPM boot measurement by Eddie James · 12 months ago
  10. 7a790f0 bootstd: Scan all bootdevs in a boot_targets entry (take 2) by Simon Glass · 12 months ago
  11. 16e1935 bootstd: Correct logic for single uclass by Simon Glass · 12 months ago
  12. 7ae83bf bootstd: Expand boot-ordering test to include USB by Simon Glass · 12 months ago
  13. abd1e94 Revert "bootstd: Scan all bootdevs in a boot_targets entry" by Simon Glass · 12 months ago
  14. e824d0d bootstd: Scan all bootdevs in a boot_targets entry by Simon Glass · 1 year, 1 month ago
  15. c2bd2d3 expo: Update tests to include textline by Simon Glass · 1 year, 1 month ago
  16. ddec4ca Merge tag 'v2023.10-rc4' into next by Tom Rini · 1 year, 2 months ago
  17. 5986d46 bootstd: Adjust the default bootmeth order by Simon Glass · 1 year, 2 months ago
  18. 71f634b bootstd: cros: Allow detection of any kernel partition by Simon Glass · 1 year, 2 months ago
  19. d08db02 bootstd: Add a test for bootmeth_cros by Simon Glass · 1 year, 2 months ago
  20. 2b9adca bootstd: test: Allow binding and using any mmc device by Simon Glass · 1 year, 2 months ago
  21. c3867e2 bootflow: Show an empty filename when there is none by Simon Glass · 1 year, 2 months ago
  22. cfc402d expo: cedit: Support reading settings from CMOS RAM by Simon Glass · 1 year, 2 months ago
  23. eb6c71b expo: cedit: Support writing settings to CMOS RAM by Simon Glass · 1 year, 2 months ago
  24. bcf2b72 expo: cedit: Support reading settings from environment vars by Simon Glass · 1 year, 2 months ago
  25. fc9c0e0 expo: cedit: Support writing settings to environment vars by Simon Glass · 1 year, 2 months ago
  26. 472317c expo: cedit: Support reading settings from a file by Simon Glass · 1 year, 2 months ago
  27. 2dee81f expo: cedit: Support writing settings to a file by Simon Glass · 1 year, 2 months ago
  28. d5737b3 expo: Tidy up the expo.py tool and usage by Simon Glass · 1 year, 2 months ago
  29. f80ebb2 expo: Move cedit test into its own file and tidy by Simon Glass · 1 year, 2 months ago
  30. f2eb6ad expo: Provide a way to iterate through all scene objects by Simon Glass · 1 year, 2 months ago
  31. 82c0938 bootstd: Add support for updating elements of the cmdline by Simon Glass · 1 year, 3 months ago
  32. d07861c bootstd: Add a function to update a command line by Simon Glass · 1 year, 3 months ago
  33. f4a9165 bootstd: Allow storing the OS command line in the bootflow by Simon Glass · 1 year, 3 months ago
  34. 87c1a41 expo: Add tests for the configuration editor by Simon Glass · 1 year, 5 months ago
  35. 82cafee expo: Support building an expo from a description file by Simon Glass · 1 year, 5 months ago
  36. 3f33b9c expo: Rename EXPOACT_POINT to EXPOACT_POINT_ITEM by Simon Glass · 1 year, 5 months ago
  37. 8872bc7 expo: Move menu-item selection into a function by Simon Glass · 1 year, 5 months ago
  38. 2e59389 expo: Support simple themes by Simon Glass · 1 year, 5 months ago
  39. 699b0ac expo: Set up the width and height of objects by Simon Glass · 1 year, 5 months ago
  40. ce72c9e expo: Use flags for objects by Simon Glass · 1 year, 5 months ago
  41. ae45d6c expo: Add width and height to objects by Simon Glass · 1 year, 5 months ago
  42. 5904d95 expo: Rename exp_set_text_mode() by Simon Glass · 1 year, 5 months ago
  43. 14a86a5 expo: Avoid automatically arranging the scene by Simon Glass · 1 year, 5 months ago
  44. def898c expo: Convert to using a string ID for the scene title by Simon Glass · 1 year, 5 months ago
  45. 79f6635 bootstd: Rename distro and syslinux to extlinux by Simon Glass · 1 year, 5 months ago
  46. c889434 bootstd: Tidy up reporting of errors by Simon Glass · 1 year, 5 months ago
  47. 8c29b73 bootstd: usb: Avoid initing USB twice by Simon Glass · 1 year, 6 months ago
  48. 9fea3a7 usb: Tidy up the usb_start flag by Simon Glass · 1 year, 6 months ago
  49. 80778f5 ide: Move ide_init() into probing by Simon Glass · 1 year, 6 months ago
  50. 1736b4a bootstd: Report missing labels only when asked by Simon Glass · 1 year, 6 months ago
  51. 4f806f3 bootflow: Rename bootflow_flags_t by Simon Glass · 1 year, 8 months ago
  52. 662cfa0 arm: qemu: Move GUIDs to the C file by Simon Glass · 1 year, 9 months ago
  53. 0c1413f test: bootdev: Do not require USB to compile test by Linus Walleij · 1 year, 9 months ago
  54. a950f28 bootstd: Record the bootdevs used during scanning by Simon Glass · 1 year, 9 months ago
  55. 4b7cb05 bootstd: Drop the old bootflow_scan_first() by Simon Glass · 1 year, 9 months ago
  56. 91943ff bootstd: Allow scanning a single bootdev label by Simon Glass · 1 year, 9 months ago
  57. 47aedc2 bootstd: Switch bootdev scanning to use labels by Simon Glass · 1 year, 9 months ago
  58. 18552d2 bootstd: Add a hunter for the extension feature by Simon Glass · 1 year, 9 months ago
  59. 43e89a3 bootstd: Allow iterating to the next bootdev priortiy by Simon Glass · 1 year, 9 months ago
  60. e4b6948 bootstd: Allow iterating to the next label in a list by Simon Glass · 1 year, 9 months ago
  61. 66e3dce bootstd: Allow hunting for a bootdev by label by Simon Glass · 1 year, 9 months ago
  62. eacc261 bootstd: Add a new pre-scan priority for bootdevs by Simon Glass · 1 year, 9 months ago
  63. 79a7d4a bootstd: Allow hunting for bootdevs of a given priority by Simon Glass · 1 year, 9 months ago
  64. d9f4857 bootstd: Treat DHCP and PXE as bootdev labels by Simon Glass · 1 year, 9 months ago
  65. 0c1f4a9 bootstd: Add a SPI flash bootdev by Simon Glass · 1 year, 9 months ago
  66. 7638c85 bootstd: Include the device tree in the bootflow by Simon Glass · 1 year, 9 months ago
  67. a60f7a3 bootstd: Add a virtio bootdev by Simon Glass · 1 year, 9 months ago
  68. 758c706 bootstd: Add an NVMe bootdev by Simon Glass · 1 year, 9 months ago
  69. 0d77f8f bootstd: Add an IDE bootdev by Simon Glass · 1 year, 9 months ago
  70. 8f090b6 bootstd: Add a SCSI bootdev by Simon Glass · 1 year, 9 months ago
  71. f0e358f bootstd: Only scan bootable partitions by Simon Glass · 1 year, 9 months ago
  72. dcffa44 part: Add a function to find the first bootable partition by Simon Glass · 1 year, 9 months ago
  73. 4146c82 bootstd: Add a hunter for ethernet by Simon Glass · 1 year, 9 months ago
  74. 843160f bootstd: Add an MMC hunter by Simon Glass · 1 year, 9 months ago
  75. 04fb2b6 bootstd: Add a USB hunter by Simon Glass · 1 year, 9 months ago
  76. c7b63d5 bootstd: Support running bootdev hunters by Simon Glass · 1 year, 9 months ago
  77. bd90b09 bootstd: Add the concept of a bootdev hunter by Simon Glass · 1 year, 9 months ago
  78. ecb274c dm: test: Correct ordering of DM setup by Simon Glass · 1 year, 9 months ago
  79. e64c295 bootstd: Support setting a theme for the menu by Simon Glass · 1 year, 10 months ago
  80. d985f1d bootstd: Add a test for the bootstd menu by Simon Glass · 1 year, 10 months ago
  81. fe93c14 expo: Add basic tests by Simon Glass · 1 year, 10 months ago
  82. 24d8e1b bootstd: Allow reading a logo for the OS by Simon Glass · 1 year, 10 months ago
  83. 2175e76 bootstd: Read the Operating System name for distro/scripts by Simon Glass · 1 year, 10 months ago
  84. 2a5c67f vbe: Use a manual test by Simon Glass · 2 years ago
  85. a56f663 vbe: Add info about the VBE device to the fwupd node by Simon Glass · 2 years ago
  86. e45d226 vbe: Drop the U-Boot prefix from the version by Simon Glass · 2 years ago
  87. 44ad35a image: Add the concept of a phase to FIT by Simon Glass · 2 years ago
  88. c43635b test: Update tests to use the skip feature by Simon Glass · 2 years ago
  89. ae0bf22 vbe: Add a test for VBE device tree fixups by Simon Glass · 2 years ago
  90. a753190 test: Move common FIT code into a separate fit_util file by Simon Glass · 2 years ago
  91. bfdfc5d bootstd: Move VBE setup into a shared function by Simon Glass · 2 years ago
  92. c726fc0 dm: treewide: Use uclass_first_device_err when accessing one device by Michal Suchanek · 2 years ago
  93. 0d63213 vbe: Allow test to run with live/flat tree by Simon Glass · 2 years, 1 month ago
  94. b7bd94f dm: core: Split ofnode_path_root() into two functions by Simon Glass · 2 years, 1 month ago
  95. 5fe76d4 vbe: Add a new vbe command by Simon Glass · 2 years, 3 months ago
  96. 11361c5 bootstd: Check building without global bootmeths by Simon Glass · 2 years, 3 months ago
  97. 0917f77 bootstd: Add vbe bootmeth into sandbox by Simon Glass · 2 years, 3 months ago
  98. 2ff5490 bootstd: Drop the system bootdev by Simon Glass · 2 years, 3 months ago
  99. bd18b69 bootstd: Always create the EFI bootmgr bootmeth by Simon Glass · 2 years, 3 months ago
  100. c627cfc bootstd: Allow scanning for global bootmeths separately by Simon Glass · 2 years, 3 months ago