1. 8d0f890 expo: Add a function to prepare a cedit by Simon Glass · 1 year, 6 months ago
  2. 040b046 expo: Split out cedit into its own header by Simon Glass · 1 year, 6 months ago
  3. 431b21f expo: Refactor menu_build() to return the object created by Simon Glass · 1 year, 6 months ago
  4. f2eb6ad expo: Provide a way to iterate through all scene objects by Simon Glass · 1 year, 6 months ago
  5. 633b3dc expo: Make scene_obj_find() take a const scene by Simon Glass · 1 year, 6 months ago
  6. 7e6e40c Merge tag 'v2023.10-rc3' into next by Tom Rini · 1 year, 5 months ago
  7. 6072703 bootmeth: efi: Make distro_efi_boot() static by Bin Meng · 1 year, 6 months ago
  8. daffb0b bootstd: cros: Add ARM support by Simon Glass · 1 year, 6 months ago
  9. c279224 bootstd: Add a command to read all files for a bootflow by Simon Glass · 1 year, 6 months ago
  10. 598dea9 bootstd: cros: Split up reading info and kernel by Simon Glass · 1 year, 6 months ago
  11. 074503c bootstd: cros: Add a function to read a kernel by Simon Glass · 1 year, 6 months ago
  12. f861b1e bootstd: cros: Add a function to read info from partition by Simon Glass · 1 year, 6 months ago
  13. 76bd684 bootstd: Add private bootmeth data to the bootflow by Simon Glass · 1 year, 6 months ago
  14. 1d4bbdf bootstd: cros: Add private info for ChromiumOS by Simon Glass · 1 year, 6 months ago
  15. b7ed538 bootstd: cros: Add docs for the kernel layout by Simon Glass · 1 year, 6 months ago
  16. 1a08109 bootstd: Move common zimage functions to bootm.h by Simon Glass · 1 year, 6 months ago
  17. c5dca50 bootstd: cros: Simplify setup and cmdline expressions by Simon Glass · 1 year, 6 months ago
  18. 3257835 bootstd: cros: Decode some kernel preamble fields by Simon Glass · 1 year, 6 months ago
  19. 4cfe451 bootstd: cros: Support a kernel on either partition by Simon Glass · 1 year, 6 months ago
  20. de30aa9 bootstd: cros: Bring in some ChromiumOS structures by Simon Glass · 1 year, 6 months ago
  21. 5a8589e bootstd: cros: Move partition reading into a function by Simon Glass · 1 year, 6 months ago
  22. defa33a bootstd: cros: Correct reporting of I/O errors by Simon Glass · 1 year, 6 months ago
  23. 3500ae1 bootstd: Add some more debugging in the bootdev uclass by Simon Glass · 1 year, 6 months ago
  24. d7d7857 bootstd: Rename bootdev_setup_sibling_blk() by Simon Glass · 1 year, 6 months ago
  25. a077ac1 Kconfigs: Correct default of "0" on hex type entries by Tom Rini · 1 year, 6 months ago
  26. 1a549c8 crc32: Drop duplicates crc header includes by Ilya Lukin · 1 year, 7 months ago
  27. d864bd0 expo: allocate correct amount of memory by Dan Carpenter · 1 year, 6 months ago
  28. bb34bc0 cmd: pxe_utils: add some missing tabs by Dan Carpenter · 1 year, 6 months ago
  29. 11158ae bootstd: Init the size before reading extlinux file by Simon Glass · 1 year, 6 months ago
  30. 2984d21 bootstd: Init the size before reading the devicetree by Simon Glass · 1 year, 6 months ago
  31. 6a8c2f9 bootstd: Avoid allocating memory for the EFI file by Simon Glass · 1 year, 6 months ago
  32. 146242c bootstd: Use a function to detect network in EFI bootmeth by Simon Glass · 1 year, 6 months ago
  33. 0c0c82b bootflow: Export setup_fs() by Simon Glass · 1 year, 6 months ago
  34. ca9d926 boot: fix bootdev_list() by Heinrich Schuchardt · 1 year, 6 months ago
  35. 86fab11 Kconfig: Enable FIT_SIGNATURE if ARM64 by Manorit Chawdhry · 1 year, 7 months ago
  36. 7dde562 bootstd: USB devtype detection for script boot by John Clark · 1 year, 7 months ago
  37. 3430f24 android_ab: Try backup booloader_message by Joshua Watt · 1 year, 7 months ago
  38. 22cdb3f android_ab: Add option to skip decrementing tries by Joshua Watt · 1 year, 7 months ago
  39. c88d67d bootstd: Add a simple bootmeth for ChromiumOS by Simon Glass · 1 year, 7 months ago
  40. 33ebcb4 bootstd: Support automatically setting Linux parameters by Simon Glass · 1 year, 7 months ago
  41. 82c0938 bootstd: Add support for updating elements of the cmdline by Simon Glass · 1 year, 7 months ago
  42. d07861c bootstd: Add a function to update a command line by Simon Glass · 1 year, 7 months ago
  43. d42243f bootstd: Use the bootargs env var for changing the cmdline by Simon Glass · 1 year, 7 months ago
  44. 2270c36 bootstd: Correct baudrate typo by Simon Glass · 1 year, 7 months ago
  45. 4de979f bootstd: Use bootdev instead of bootdevice by Simon Glass · 1 year, 7 months ago
  46. 3c2e531 bootstd: Correct the name of the QEMU bootmeth by Simon Glass · 1 year, 7 months ago
  47. a0874dc expo: Add a configuration editor by Simon Glass · 1 year, 8 months ago
  48. 82cafee expo: Support building an expo from a description file by Simon Glass · 1 year, 8 months ago
  49. 7230fdb expo: Add spacing around menus and items by Simon Glass · 1 year, 8 months ago
  50. 4e64bee expo: Implement the keypress logic for popup menus by Simon Glass · 1 year, 8 months ago
  51. 4c87e07 expo: Draw the current opened menu on top by Simon Glass · 1 year, 8 months ago
  52. 756c955 expo: Draw popup menus in both opened and closed states by Simon Glass · 1 year, 8 months ago
  53. 3f33b9c expo: Rename EXPOACT_POINT to EXPOACT_POINT_ITEM by Simon Glass · 1 year, 8 months ago
  54. d3db021 expo: Support drawing of popup menus by Simon Glass · 1 year, 8 months ago
  55. 8872bc7 expo: Move menu-item selection into a function by Simon Glass · 1 year, 8 months ago
  56. 2e59389 expo: Support simple themes by Simon Glass · 1 year, 8 months ago
  57. 699b0ac expo: Set up the width and height of objects by Simon Glass · 1 year, 8 months ago
  58. 50f0203 expo: Calculate text bounding-box correctly by Simon Glass · 1 year, 8 months ago
  59. ce72c9e expo: Use flags for objects by Simon Glass · 1 year, 8 months ago
  60. ae45d6c expo: Add width and height to objects by Simon Glass · 1 year, 8 months ago
  61. 9af3415 expo: Allow setting the start of the dynamic-ID range by Simon Glass · 1 year, 8 months ago
  62. c98cb51 bootstd: Add a separate log category for expo by Simon Glass · 1 year, 8 months ago
  63. de7b5a8 fs: Create functions to load and allocate a file by Simon Glass · 1 year, 8 months ago
  64. 5904d95 expo: Rename exp_set_text_mode() by Simon Glass · 1 year, 8 months ago
  65. 14a86a5 expo: Avoid automatically arranging the scene by Simon Glass · 1 year, 8 months ago
  66. 42b1849 expo: Store the console in the expo by Simon Glass · 1 year, 8 months ago
  67. def898c expo: Convert to using a string ID for the scene title by Simon Glass · 1 year, 8 months ago
  68. d2043b5 expo: Correct some header-file comments by Simon Glass · 1 year, 8 months ago
  69. e80f407 Merge tag 'v2023.07-rc6' into next by Tom Rini · 1 year, 7 months ago
  70. 4533b3d bootm: don't call booti_setup for EFI images by Heinrich Schuchardt · 1 year, 8 months ago
  71. a7e4dff bootstd: Fix relative path use in extlinux bootmeth by Jonas Karlman · 1 year, 8 months ago
  72. bcb1d26 bootstd: Make BOOTSTD_FULL depend on BOOTSTD by Simon Glass · 2 years ago
  73. 1be82af global: Use proper project name U-Boot by Michal Simek · 1 year, 9 months ago
  74. 17f6e6c Merge branch 'master_rzn1/rzn1' of https://source.denx.de/u-boot/custodians/u-boot-sh by Tom Rini · 1 year, 9 months ago
  75. fba0e73 bootstd: Create a new BOOTMETH_DISTRO by Simon Glass · 1 year, 9 months ago
  76. 79f6635 bootstd: Rename distro and syslinux to extlinux by Simon Glass · 1 year, 9 months ago
  77. c889434 bootstd: Tidy up reporting of errors by Simon Glass · 1 year, 9 months ago
  78. d8d40bc bootstd: Correct default boot command by Simon Glass · 1 year, 9 months ago
  79. ab16a3d bootstd: Require HUSH_PARSER for script booting by Simon Glass · 1 year, 9 months ago
  80. 76afc84 bootstd: Work around missing partition 1 by Simon Glass · 1 year, 9 months ago
  81. afdfcb1 tools: spkgimage: add Renesas SPKG format by Ralph Siemsen · 1 year, 9 months ago
  82. 7d01889 net: dhcp6: pxe: Add DHCP/PXE commands for IPv6 by Sean Edmond · 1 year, 10 months ago
  83. b423037 boot/Kconfig: fix comments syntax error by Hugo Villeneuve · 1 year, 9 months ago
  84. 327883c boot: vbe_simple: Fix vbe_simple_read_bootflow() dependency by Bin Meng · 1 year, 10 months ago
  85. 484e701 bootstd: Use blk uclass device numbers to set efi bootdev by Mathew McBride · 1 year, 9 months ago
  86. 1aabe4e bootstd: Adjust code ordering to work around compiler quirk by Simon Glass · 1 year, 9 months ago
  87. 1736b4a bootstd: Report missing labels only when asked by Simon Glass · 1 year, 9 months ago
  88. d80bb4f bootstd: Support booting EFI where multiple options exist by Simon Glass · 1 year, 9 months ago
  89. 9f83516 bootstd: Tweak bootflow logic for device tree by Simon Glass · 1 year, 9 months ago
  90. 51a765b boot/image-board.c: Silence warning in select_ramdisk by Tom Rini · 1 year, 10 months ago
  91. e45bba5 image: Fix script execution from FIT images with external data by Tobias Waldekranz · 2 years ago
  92. 57e405e android: boot: support bootconfig by Safae Ouajih · 2 years ago
  93. 636da20 android: boot: support boot image header version 3 and 4 by Safae Ouajih · 2 years ago
  94. 2d0da19 android: boot: update android_image_get_dtb_img_addr to support v3, v4 by Safae Ouajih · 2 years ago
  95. b36b227 android: boot: support extra command line by Safae Ouajih · 2 years ago
  96. c79a2e6 android: boot: ramdisk: support vendor ramdisk by Safae Ouajih · 2 years ago
  97. 1115027 android: boot: update android_image_get_data to support v3, v4 by Safae Ouajih · 2 years ago
  98. e058176 android: boot: add vendor boot image to prepare for v3, v4 support by Safae Ouajih · 2 years ago
  99. 447240e android: boot: boot image header v3, v4 do not support recovery DTBO by Safae Ouajih · 2 years ago
  100. bb5d692 android: boot: content print is not supported for v3, v4 header version by Safae Ouajih · 2 years ago