1. 7318e0e expo: Support building an expo with a textline by Simon Glass · 1 year, 1 month ago
  2. fe55366 expo: Plumb in textline to cedit by Simon Glass · 1 year, 1 month ago
  3. 8579cb0 expo: Support handling any key in cedit by Simon Glass · 1 year, 1 month ago
  4. c4fea34 expo: Plumb in textlines to a scene by Simon Glass · 1 year, 1 month ago
  5. 93c901b expo: Support opening a textline by Simon Glass · 1 year, 1 month ago
  6. 4db7519 expo: Add basic support for textline objects by Simon Glass · 1 year, 1 month ago
  7. 93f99b3 expo: Add some scene fields needed for text entry by Simon Glass · 1 year, 1 month ago
  8. 94598d5 expo: Allow rendering the background of any object by Simon Glass · 1 year, 1 month ago
  9. 8bc69b4 expo: Make calculation of an object bounding box generic by Simon Glass · 1 year, 1 month ago
  10. 117617c expo: Add a function to write a property to a devicetree by Simon Glass · 1 year, 1 month ago
  11. d88edd2 expo: Allow highlighting other scene-object types by Simon Glass · 1 year, 1 month ago
  12. 408011c expo: Correct the logic for duplicate-ID detection by Simon Glass · 1 year, 1 month ago
  13. 9767de7 expo: Correct some swallowed errors in scene by Simon Glass · 1 year, 1 month ago
  14. fd6073a expo: Use switch statements more for object types by Simon Glass · 1 year, 1 month ago
  15. 909c486 expo: Fix up comments for get_cur_menuitem_text() et al by Simon Glass · 1 year, 1 month ago
  16. 5fb9e2a expo: Add better error reporting by Simon Glass · 1 year, 1 month ago
  17. deb746e bootstd: use ARCH_DMA_MINALIGN in memalign() when allocating memory by Tony Dinh · 1 year, 1 month ago
  18. be59514 command: Include a required header in command.h by Simon Glass · 1 year, 1 month ago
  19. 2479709 dm: core: Reverse the argument order in ofnode_copy_props() by Simon Glass · 1 year, 1 month ago
  20. ac89738 Merge branch 'next' by Tom Rini · 1 year, 1 month ago
  21. 1b1d36e bootstd: Keep track of use of usb stop by Simon Glass · 1 year, 1 month ago
  22. 1a075d4 x86: pxeboot: bugfix: Set variable for size of initrd by Thomas Mittelstaedt · 1 year, 6 months ago
  23. 64fd30d tools: mkimage: Add StarFive SPL image support by Heinrich Schuchardt · 1 year, 1 month ago
  24. c0e5b0e boot: Join ARCH_FIXUP_FDT_MEMORY with related options by Simon Glass · 1 year, 1 month ago
  25. 400a6a3 boot: Drop CMD_MTDPARTS condition for FDT_FIXUP_PARTITIONS by Simon Glass · 1 year, 1 month ago
  26. 040a604 boot: Join FDT_FIXUP_PARTITIONS with related options by Simon Glass · 1 year, 1 month ago
  27. 44831841 Make ARCH_FIXUP_FDT_MEMORY depend on OF_LIBFDT by Simon Glass · 1 year, 1 month ago
  28. 3b58de4 Mark DISTRO_DEFAULTS as deprecated by Simon Glass · 1 year, 1 month ago
  29. 064a57d Kconfig: Move TEXT_BASE et al under general setup by Simon Glass · 1 year, 1 month ago
  30. 4a8fcb6 boot: Make standard boot a menu by Simon Glass · 1 year, 1 month ago
  31. 4d8ea26 Kconfig: Move SPL_FIT under FIT by Simon Glass · 1 year, 1 month ago
  32. 815f8d3 spl: Drop SPL/TPL_RAM_SUPPORT option for SPL_LOAD_FIT_ADDRESS by Simon Glass · 1 year, 1 month ago
  33. 12a7ea0 Kconfig: Create a menu for FIT by Simon Glass · 1 year, 1 month ago
  34. 47b18c0 boot: Rename Android-boot text by Simon Glass · 1 year, 1 month ago
  35. 96095e1 boot: Move some other fdt-fixup options to the same menu by Simon Glass · 1 year, 1 month ago
  36. ddc5f9b Move fdt_simplefb to boot/ by Simon Glass · 1 year, 1 month ago
  37. b1a4b46 boot: Move fdt_support to boot/ by Simon Glass · 1 year, 1 month ago
  38. a3a057f expo: Fix documentation reference by Massimo Pegorer · 1 year, 1 month ago
  39. ba377a6 image: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · 1 year, 2 months ago
  40. 446d664 boot: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · 1 year, 2 months ago
  41. ddec4ca Merge tag 'v2023.10-rc4' into next by Tom Rini · 1 year, 2 months ago
  42. 6c4cad7 event: Rename EVENT_SPY to EVENT_SPY_FULL by Simon Glass · 1 year, 2 months ago
  43. 5986d46 bootstd: Adjust the default bootmeth order by Simon Glass · 1 year, 2 months ago
  44. d167062 boot: Fix reference to bootmenu doc by Peter Robinson · 1 year, 2 months ago
  45. 71f634b bootstd: cros: Allow detection of any kernel partition by Simon Glass · 1 year, 2 months ago
  46. 831405f bootstd: Support bootmeths which can scan any partition by Simon Glass · 1 year, 2 months ago
  47. b2b7e6c part: Add an accessor for struct disk_partition sys_ind by Simon Glass · 1 year, 2 months ago
  48. cfc402d expo: cedit: Support reading settings from CMOS RAM by Simon Glass · 1 year, 2 months ago
  49. eb6c71b expo: cedit: Support writing settings to CMOS RAM by Simon Glass · 1 year, 2 months ago
  50. bcf2b72 expo: cedit: Support reading settings from environment vars by Simon Glass · 1 year, 2 months ago
  51. fc9c0e0 expo: cedit: Support writing settings to environment vars by Simon Glass · 1 year, 2 months ago
  52. 472317c expo: cedit: Support reading settings from a file by Simon Glass · 1 year, 2 months ago
  53. 2dee81f expo: cedit: Support writing settings to a file by Simon Glass · 1 year, 2 months ago
  54. 6e648fa expo: Export scene_menuitem_find() for use in internal code by Simon Glass · 1 year, 2 months ago
  55. 8d0f890 expo: Add a function to prepare a cedit by Simon Glass · 1 year, 2 months ago
  56. 040b046 expo: Split out cedit into its own header by Simon Glass · 1 year, 2 months ago
  57. 431b21f expo: Refactor menu_build() to return the object created by Simon Glass · 1 year, 2 months ago
  58. f2eb6ad expo: Provide a way to iterate through all scene objects by Simon Glass · 1 year, 2 months ago
  59. 633b3dc expo: Make scene_obj_find() take a const scene by Simon Glass · 1 year, 2 months ago
  60. 7e6e40c Merge tag 'v2023.10-rc3' into next by Tom Rini · 1 year, 2 months ago
  61. 6072703 bootmeth: efi: Make distro_efi_boot() static by Bin Meng · 1 year, 3 months ago
  62. daffb0b bootstd: cros: Add ARM support by Simon Glass · 1 year, 3 months ago
  63. c279224 bootstd: Add a command to read all files for a bootflow by Simon Glass · 1 year, 2 months ago
  64. 598dea9 bootstd: cros: Split up reading info and kernel by Simon Glass · 1 year, 3 months ago
  65. 074503c bootstd: cros: Add a function to read a kernel by Simon Glass · 1 year, 3 months ago
  66. f861b1e bootstd: cros: Add a function to read info from partition by Simon Glass · 1 year, 3 months ago
  67. 76bd684 bootstd: Add private bootmeth data to the bootflow by Simon Glass · 1 year, 3 months ago
  68. 1d4bbdf bootstd: cros: Add private info for ChromiumOS by Simon Glass · 1 year, 3 months ago
  69. b7ed538 bootstd: cros: Add docs for the kernel layout by Simon Glass · 1 year, 3 months ago
  70. 1a08109 bootstd: Move common zimage functions to bootm.h by Simon Glass · 1 year, 3 months ago
  71. c5dca50 bootstd: cros: Simplify setup and cmdline expressions by Simon Glass · 1 year, 3 months ago
  72. 3257835 bootstd: cros: Decode some kernel preamble fields by Simon Glass · 1 year, 3 months ago
  73. 4cfe451 bootstd: cros: Support a kernel on either partition by Simon Glass · 1 year, 3 months ago
  74. de30aa9 bootstd: cros: Bring in some ChromiumOS structures by Simon Glass · 1 year, 3 months ago
  75. 5a8589e bootstd: cros: Move partition reading into a function by Simon Glass · 1 year, 3 months ago
  76. defa33a bootstd: cros: Correct reporting of I/O errors by Simon Glass · 1 year, 3 months ago
  77. 3500ae1 bootstd: Add some more debugging in the bootdev uclass by Simon Glass · 1 year, 3 months ago
  78. d7d7857 bootstd: Rename bootdev_setup_sibling_blk() by Simon Glass · 1 year, 3 months ago
  79. a077ac1 Kconfigs: Correct default of "0" on hex type entries by Tom Rini · 1 year, 3 months ago
  80. 1a549c8 crc32: Drop duplicates crc header includes by Ilya Lukin · 1 year, 3 months ago
  81. d864bd0 expo: allocate correct amount of memory by Dan Carpenter · 1 year, 3 months ago
  82. bb34bc0 cmd: pxe_utils: add some missing tabs by Dan Carpenter · 1 year, 3 months ago
  83. 11158ae bootstd: Init the size before reading extlinux file by Simon Glass · 1 year, 3 months ago
  84. 2984d21 bootstd: Init the size before reading the devicetree by Simon Glass · 1 year, 3 months ago
  85. 6a8c2f9 bootstd: Avoid allocating memory for the EFI file by Simon Glass · 1 year, 3 months ago
  86. 146242c bootstd: Use a function to detect network in EFI bootmeth by Simon Glass · 1 year, 3 months ago
  87. 0c0c82b bootflow: Export setup_fs() by Simon Glass · 1 year, 3 months ago
  88. ca9d926 boot: fix bootdev_list() by Heinrich Schuchardt · 1 year, 3 months ago
  89. 86fab11 Kconfig: Enable FIT_SIGNATURE if ARM64 by Manorit Chawdhry · 1 year, 3 months ago
  90. 7dde562 bootstd: USB devtype detection for script boot by John Clark · 1 year, 4 months ago
  91. 3430f24 android_ab: Try backup booloader_message by Joshua Watt · 1 year, 4 months ago
  92. 22cdb3f android_ab: Add option to skip decrementing tries by Joshua Watt · 1 year, 4 months ago
  93. c88d67d bootstd: Add a simple bootmeth for ChromiumOS by Simon Glass · 1 year, 3 months ago
  94. 33ebcb4 bootstd: Support automatically setting Linux parameters by Simon Glass · 1 year, 3 months ago
  95. 82c0938 bootstd: Add support for updating elements of the cmdline by Simon Glass · 1 year, 3 months ago
  96. d07861c bootstd: Add a function to update a command line by Simon Glass · 1 year, 3 months ago
  97. d42243f bootstd: Use the bootargs env var for changing the cmdline by Simon Glass · 1 year, 3 months ago
  98. 2270c36 bootstd: Correct baudrate typo by Simon Glass · 1 year, 3 months ago
  99. 4de979f bootstd: Use bootdev instead of bootdevice by Simon Glass · 1 year, 3 months ago
  100. 3c2e531 bootstd: Correct the name of the QEMU bootmeth by Simon Glass · 1 year, 3 months ago