1. 69dea21 Merge tag 'v2023.10-rc4' into next by Tom Rini · 1 year, 3 months ago
  2. 2f27e47 bootstd: Adjust the default bootmeth order by Simon Glass · 1 year, 3 months ago
  3. d7d3a97 bootstd: cros: Allow detection of any kernel partition by Simon Glass · 1 year, 3 months ago
  4. fff928c bootstd: Add a test for bootmeth_cros by Simon Glass · 1 year, 3 months ago
  5. bb76a5c bootstd: test: Allow binding and using any mmc device by Simon Glass · 1 year, 3 months ago
  6. d465ad5 bootflow: Show an empty filename when there is none by Simon Glass · 1 year, 3 months ago
  7. 4462fa3 expo: cedit: Support reading settings from CMOS RAM by Simon Glass · 1 year, 4 months ago
  8. 2b91ca6 expo: cedit: Support writing settings to CMOS RAM by Simon Glass · 1 year, 4 months ago
  9. 0f2e5a6 expo: cedit: Support reading settings from environment vars by Simon Glass · 1 year, 4 months ago
  10. 237f375 expo: cedit: Support writing settings to environment vars by Simon Glass · 1 year, 4 months ago
  11. b1cd32b expo: cedit: Support reading settings from a file by Simon Glass · 1 year, 4 months ago
  12. 28bf435 expo: cedit: Support writing settings to a file by Simon Glass · 1 year, 4 months ago
  13. b1263bc expo: Tidy up the expo.py tool and usage by Simon Glass · 1 year, 4 months ago
  14. 44e4ec7 expo: Move cedit test into its own file and tidy by Simon Glass · 1 year, 4 months ago
  15. e90acd8 expo: Provide a way to iterate through all scene objects by Simon Glass · 1 year, 4 months ago
  16. 55a2da3 bootstd: Add support for updating elements of the cmdline by Simon Glass · 1 year, 5 months ago
  17. a08adca bootstd: Add a function to update a command line by Simon Glass · 1 year, 5 months ago
  18. 3392752 bootstd: Allow storing the OS command line in the bootflow by Simon Glass · 1 year, 5 months ago
  19. b8c2655 expo: Add tests for the configuration editor by Simon Glass · 1 year, 6 months ago
  20. 6130072 expo: Support building an expo from a description file by Simon Glass · 1 year, 6 months ago
  21. 719a3c6 expo: Rename EXPOACT_POINT to EXPOACT_POINT_ITEM by Simon Glass · 1 year, 6 months ago
  22. c55eeba expo: Move menu-item selection into a function by Simon Glass · 1 year, 6 months ago
  23. c999e17 expo: Support simple themes by Simon Glass · 1 year, 6 months ago
  24. 7a96005 expo: Set up the width and height of objects by Simon Glass · 1 year, 6 months ago
  25. 6081b0f expo: Use flags for objects by Simon Glass · 1 year, 6 months ago
  26. 7b04395 expo: Add width and height to objects by Simon Glass · 1 year, 6 months ago
  27. b2c4034 expo: Rename exp_set_text_mode() by Simon Glass · 1 year, 6 months ago
  28. d7e32a8 expo: Avoid automatically arranging the scene by Simon Glass · 1 year, 6 months ago
  29. ea274b6 expo: Convert to using a string ID for the scene title by Simon Glass · 1 year, 6 months ago
  30. b71d7f7 bootstd: Rename distro and syslinux to extlinux by Simon Glass · 1 year, 7 months ago
  31. 9482fdf bootstd: Tidy up reporting of errors by Simon Glass · 1 year, 7 months ago
  32. 4bb7c16 bootstd: usb: Avoid initing USB twice by Simon Glass · 1 year, 7 months ago
  33. 2510aab usb: Tidy up the usb_start flag by Simon Glass · 1 year, 7 months ago
  34. 175e766 ide: Move ide_init() into probing by Simon Glass · 1 year, 7 months ago
  35. 4108c6b bootstd: Report missing labels only when asked by Simon Glass · 1 year, 7 months ago
  36. 99e6818 bootflow: Rename bootflow_flags_t by Simon Glass · 1 year, 9 months ago
  37. deffa69 arm: qemu: Move GUIDs to the C file by Simon Glass · 1 year, 10 months ago
  38. e3045d1 test: bootdev: Do not require USB to compile test by Linus Walleij · 1 year, 10 months ago
  39. cb2a5cd bootstd: Record the bootdevs used during scanning by Simon Glass · 1 year, 11 months ago
  40. 5d3d44f bootstd: Drop the old bootflow_scan_first() by Simon Glass · 1 year, 11 months ago
  41. ba3d537 bootstd: Allow scanning a single bootdev label by Simon Glass · 1 year, 11 months ago
  42. 484e407 bootstd: Switch bootdev scanning to use labels by Simon Glass · 1 year, 11 months ago
  43. e4cf106 bootstd: Add a hunter for the extension feature by Simon Glass · 1 year, 11 months ago
  44. 660a995 bootstd: Allow iterating to the next bootdev priortiy by Simon Glass · 1 year, 11 months ago
  45. ac06b26a bootstd: Allow iterating to the next label in a list by Simon Glass · 1 year, 11 months ago
  46. de567b1 bootstd: Allow hunting for a bootdev by label by Simon Glass · 1 year, 11 months ago
  47. 7e1f6a4 bootstd: Add a new pre-scan priority for bootdevs by Simon Glass · 1 year, 11 months ago
  48. 3e9f6be bootstd: Allow hunting for bootdevs of a given priority by Simon Glass · 1 year, 11 months ago
  49. e22fe92 bootstd: Treat DHCP and PXE as bootdev labels by Simon Glass · 1 year, 11 months ago
  50. 215be68 bootstd: Add a SPI flash bootdev by Simon Glass · 1 year, 11 months ago
  51. 7b8c634 bootstd: Include the device tree in the bootflow by Simon Glass · 1 year, 11 months ago
  52. a4bf8f6 bootstd: Add a virtio bootdev by Simon Glass · 1 year, 11 months ago
  53. 0838287 bootstd: Add an NVMe bootdev by Simon Glass · 1 year, 11 months ago
  54. be7c666 bootstd: Add an IDE bootdev by Simon Glass · 1 year, 11 months ago
  55. 9985e9c bootstd: Add a SCSI bootdev by Simon Glass · 1 year, 11 months ago
  56. 64cbc5c bootstd: Only scan bootable partitions by Simon Glass · 1 year, 11 months ago
  57. f5e2df0 part: Add a function to find the first bootable partition by Simon Glass · 1 year, 11 months ago
  58. 5ea0a8d bootstd: Add a hunter for ethernet by Simon Glass · 1 year, 11 months ago
  59. df71f26 bootstd: Add an MMC hunter by Simon Glass · 1 year, 11 months ago
  60. f3cb89f bootstd: Add a USB hunter by Simon Glass · 1 year, 11 months ago
  61. 1248d2b bootstd: Support running bootdev hunters by Simon Glass · 1 year, 11 months ago
  62. 5acb97a bootstd: Add the concept of a bootdev hunter by Simon Glass · 1 year, 11 months ago
  63. b9ff648 dm: test: Correct ordering of DM setup by Simon Glass · 1 year, 11 months ago
  64. d92bcc4 bootstd: Support setting a theme for the menu by Simon Glass · 1 year, 11 months ago
  65. d2bc33ed bootstd: Add a test for the bootstd menu by Simon Glass · 1 year, 11 months ago
  66. 6592499 expo: Add basic tests by Simon Glass · 1 year, 11 months ago
  67. 612b9cc bootstd: Allow reading a logo for the OS by Simon Glass · 1 year, 11 months ago
  68. 72b7b19 bootstd: Read the Operating System name for distro/scripts by Simon Glass · 1 year, 11 months ago
  69. 5490548 vbe: Use a manual test by Simon Glass · 2 years, 1 month ago
  70. a928961 vbe: Add info about the VBE device to the fwupd node by Simon Glass · 2 years, 1 month ago
  71. a6a06cc vbe: Drop the U-Boot prefix from the version by Simon Glass · 2 years, 1 month ago
  72. e3f81ae image: Add the concept of a phase to FIT by Simon Glass · 2 years, 1 month ago
  73. c759944 test: Update tests to use the skip feature by Simon Glass · 2 years, 1 month ago
  74. 49efb06 vbe: Add a test for VBE device tree fixups by Simon Glass · 2 years, 2 months ago
  75. 1b035c1 test: Move common FIT code into a separate fit_util file by Simon Glass · 2 years, 2 months ago
  76. 8025346 bootstd: Move VBE setup into a shared function by Simon Glass · 2 years, 2 months ago
  77. ac12a2f dm: treewide: Use uclass_first_device_err when accessing one device by Michal Suchanek · 2 years, 2 months ago
  78. eda440b vbe: Allow test to run with live/flat tree by Simon Glass · 2 years, 3 months ago
  79. 45ae59d dm: core: Split ofnode_path_root() into two functions by Simon Glass · 2 years, 3 months ago
  80. e5a7b77 vbe: Add a new vbe command by Simon Glass · 2 years, 4 months ago
  81. 90b643d bootstd: Check building without global bootmeths by Simon Glass · 2 years, 4 months ago
  82. c8d3721 bootstd: Add vbe bootmeth into sandbox by Simon Glass · 2 years, 4 months ago
  83. 9f4440d bootstd: Drop the system bootdev by Simon Glass · 2 years, 4 months ago
  84. 771a244 bootstd: Always create the EFI bootmgr bootmeth by Simon Glass · 2 years, 4 months ago
  85. cc15e14 bootstd: Allow scanning for global bootmeths separately by Simon Glass · 2 years, 4 months ago
  86. 161e1e3 bootstd: Allow EFI bootmgr to support an invalid bootflow by Simon Glass · 2 years, 4 months ago
  87. f6d71a8 bootstd: Provide a bootmeth method to obtain state info by Simon Glass · 2 years, 4 months ago
  88. da19202 bootstd: Fix comment in bootmeth test by Simon Glass · 2 years, 4 months ago
  89. 49ad1d8 bootstd: Drop delays in the tests by Simon Glass · 2 years, 4 months ago
  90. b255efc bootstd: Add tests for bootstd including all uclasses by Simon Glass · 2 years, 7 months ago