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