1. ba377a6 image: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · 1 year, 2 months ago
  2. 446d664 boot: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · 1 year, 2 months ago
  3. ddec4ca Merge tag 'v2023.10-rc4' into next by Tom Rini · 1 year, 2 months ago
  4. 6c4cad7 event: Rename EVENT_SPY to EVENT_SPY_FULL by Simon Glass · 1 year, 3 months ago
  5. 5986d46 bootstd: Adjust the default bootmeth order by Simon Glass · 1 year, 3 months ago
  6. d167062 boot: Fix reference to bootmenu doc by Peter Robinson · 1 year, 3 months ago
  7. 71f634b bootstd: cros: Allow detection of any kernel partition by Simon Glass · 1 year, 3 months ago
  8. 831405f bootstd: Support bootmeths which can scan any partition by Simon Glass · 1 year, 3 months ago
  9. b2b7e6c part: Add an accessor for struct disk_partition sys_ind by Simon Glass · 1 year, 3 months ago
  10. cfc402d expo: cedit: Support reading settings from CMOS RAM by Simon Glass · 1 year, 3 months ago
  11. eb6c71b expo: cedit: Support writing settings to CMOS RAM by Simon Glass · 1 year, 3 months ago
  12. bcf2b72 expo: cedit: Support reading settings from environment vars by Simon Glass · 1 year, 3 months ago
  13. fc9c0e0 expo: cedit: Support writing settings to environment vars by Simon Glass · 1 year, 3 months ago
  14. 472317c expo: cedit: Support reading settings from a file by Simon Glass · 1 year, 3 months ago
  15. 2dee81f expo: cedit: Support writing settings to a file by Simon Glass · 1 year, 3 months ago
  16. 6e648fa expo: Export scene_menuitem_find() for use in internal code by Simon Glass · 1 year, 3 months ago
  17. 8d0f890 expo: Add a function to prepare a cedit by Simon Glass · 1 year, 3 months ago
  18. 040b046 expo: Split out cedit into its own header by Simon Glass · 1 year, 3 months ago
  19. 431b21f expo: Refactor menu_build() to return the object created by Simon Glass · 1 year, 3 months ago
  20. f2eb6ad expo: Provide a way to iterate through all scene objects by Simon Glass · 1 year, 3 months ago
  21. 633b3dc expo: Make scene_obj_find() take a const scene by Simon Glass · 1 year, 3 months ago
  22. 7e6e40c Merge tag 'v2023.10-rc3' into next by Tom Rini · 1 year, 3 months ago
  23. 6072703 bootmeth: efi: Make distro_efi_boot() static by Bin Meng · 1 year, 3 months ago
  24. daffb0b bootstd: cros: Add ARM support by Simon Glass · 1 year, 4 months ago
  25. c279224 bootstd: Add a command to read all files for a bootflow by Simon Glass · 1 year, 3 months ago
  26. 598dea9 bootstd: cros: Split up reading info and kernel by Simon Glass · 1 year, 4 months ago
  27. 074503c bootstd: cros: Add a function to read a kernel by Simon Glass · 1 year, 4 months ago
  28. f861b1e bootstd: cros: Add a function to read info from partition by Simon Glass · 1 year, 4 months ago
  29. 76bd684 bootstd: Add private bootmeth data to the bootflow by Simon Glass · 1 year, 4 months ago
  30. 1d4bbdf bootstd: cros: Add private info for ChromiumOS by Simon Glass · 1 year, 4 months ago
  31. b7ed538 bootstd: cros: Add docs for the kernel layout by Simon Glass · 1 year, 4 months ago
  32. 1a08109 bootstd: Move common zimage functions to bootm.h by Simon Glass · 1 year, 4 months ago
  33. c5dca50 bootstd: cros: Simplify setup and cmdline expressions by Simon Glass · 1 year, 4 months ago
  34. 3257835 bootstd: cros: Decode some kernel preamble fields by Simon Glass · 1 year, 4 months ago
  35. 4cfe451 bootstd: cros: Support a kernel on either partition by Simon Glass · 1 year, 4 months ago
  36. de30aa9 bootstd: cros: Bring in some ChromiumOS structures by Simon Glass · 1 year, 4 months ago
  37. 5a8589e bootstd: cros: Move partition reading into a function by Simon Glass · 1 year, 4 months ago
  38. defa33a bootstd: cros: Correct reporting of I/O errors by Simon Glass · 1 year, 4 months ago
  39. 3500ae1 bootstd: Add some more debugging in the bootdev uclass by Simon Glass · 1 year, 4 months ago
  40. d7d7857 bootstd: Rename bootdev_setup_sibling_blk() by Simon Glass · 1 year, 4 months ago
  41. a077ac1 Kconfigs: Correct default of "0" on hex type entries by Tom Rini · 1 year, 3 months ago
  42. 1a549c8 crc32: Drop duplicates crc header includes by Ilya Lukin · 1 year, 4 months ago
  43. d864bd0 expo: allocate correct amount of memory by Dan Carpenter · 1 year, 4 months ago
  44. bb34bc0 cmd: pxe_utils: add some missing tabs by Dan Carpenter · 1 year, 4 months ago
  45. 11158ae bootstd: Init the size before reading extlinux file by Simon Glass · 1 year, 4 months ago
  46. 2984d21 bootstd: Init the size before reading the devicetree by Simon Glass · 1 year, 4 months ago
  47. 6a8c2f9 bootstd: Avoid allocating memory for the EFI file by Simon Glass · 1 year, 4 months ago
  48. 146242c bootstd: Use a function to detect network in EFI bootmeth by Simon Glass · 1 year, 4 months ago
  49. 0c0c82b bootflow: Export setup_fs() by Simon Glass · 1 year, 4 months ago
  50. ca9d926 boot: fix bootdev_list() by Heinrich Schuchardt · 1 year, 4 months ago
  51. 86fab11 Kconfig: Enable FIT_SIGNATURE if ARM64 by Manorit Chawdhry · 1 year, 4 months ago
  52. 7dde562 bootstd: USB devtype detection for script boot by John Clark · 1 year, 5 months ago
  53. 3430f24 android_ab: Try backup booloader_message by Joshua Watt · 1 year, 4 months ago
  54. 22cdb3f android_ab: Add option to skip decrementing tries by Joshua Watt · 1 year, 5 months ago
  55. c88d67d bootstd: Add a simple bootmeth for ChromiumOS by Simon Glass · 1 year, 4 months ago
  56. 33ebcb4 bootstd: Support automatically setting Linux parameters by Simon Glass · 1 year, 4 months ago
  57. 82c0938 bootstd: Add support for updating elements of the cmdline by Simon Glass · 1 year, 4 months ago
  58. d07861c bootstd: Add a function to update a command line by Simon Glass · 1 year, 4 months ago
  59. d42243f bootstd: Use the bootargs env var for changing the cmdline by Simon Glass · 1 year, 4 months ago
  60. 2270c36 bootstd: Correct baudrate typo by Simon Glass · 1 year, 4 months ago
  61. 4de979f bootstd: Use bootdev instead of bootdevice by Simon Glass · 1 year, 4 months ago
  62. 3c2e531 bootstd: Correct the name of the QEMU bootmeth by Simon Glass · 1 year, 4 months ago
  63. a0874dc expo: Add a configuration editor by Simon Glass · 1 year, 6 months ago
  64. 82cafee expo: Support building an expo from a description file by Simon Glass · 1 year, 6 months ago
  65. 7230fdb expo: Add spacing around menus and items by Simon Glass · 1 year, 6 months ago
  66. 4e64bee expo: Implement the keypress logic for popup menus by Simon Glass · 1 year, 6 months ago
  67. 4c87e07 expo: Draw the current opened menu on top by Simon Glass · 1 year, 6 months ago
  68. 756c955 expo: Draw popup menus in both opened and closed states by Simon Glass · 1 year, 6 months ago
  69. 3f33b9c expo: Rename EXPOACT_POINT to EXPOACT_POINT_ITEM by Simon Glass · 1 year, 6 months ago
  70. d3db021 expo: Support drawing of popup menus by Simon Glass · 1 year, 6 months ago
  71. 8872bc7 expo: Move menu-item selection into a function by Simon Glass · 1 year, 6 months ago
  72. 2e59389 expo: Support simple themes by Simon Glass · 1 year, 6 months ago
  73. 699b0ac expo: Set up the width and height of objects by Simon Glass · 1 year, 6 months ago
  74. 50f0203 expo: Calculate text bounding-box correctly by Simon Glass · 1 year, 6 months ago
  75. ce72c9e expo: Use flags for objects by Simon Glass · 1 year, 6 months ago
  76. ae45d6c expo: Add width and height to objects by Simon Glass · 1 year, 6 months ago
  77. 9af3415 expo: Allow setting the start of the dynamic-ID range by Simon Glass · 1 year, 6 months ago
  78. c98cb51 bootstd: Add a separate log category for expo by Simon Glass · 1 year, 6 months ago
  79. de7b5a8 fs: Create functions to load and allocate a file by Simon Glass · 1 year, 6 months ago
  80. 5904d95 expo: Rename exp_set_text_mode() by Simon Glass · 1 year, 6 months ago
  81. 14a86a5 expo: Avoid automatically arranging the scene by Simon Glass · 1 year, 6 months ago
  82. 42b1849 expo: Store the console in the expo by Simon Glass · 1 year, 6 months ago
  83. def898c expo: Convert to using a string ID for the scene title by Simon Glass · 1 year, 6 months ago
  84. d2043b5 expo: Correct some header-file comments by Simon Glass · 1 year, 6 months ago
  85. e80f407 Merge tag 'v2023.07-rc6' into next by Tom Rini · 1 year, 4 months ago
  86. 4533b3d bootm: don't call booti_setup for EFI images by Heinrich Schuchardt · 1 year, 5 months ago
  87. a7e4dff bootstd: Fix relative path use in extlinux bootmeth by Jonas Karlman · 1 year, 5 months ago
  88. bcb1d26 bootstd: Make BOOTSTD_FULL depend on BOOTSTD by Simon Glass · 1 year, 9 months ago
  89. 1be82af global: Use proper project name U-Boot by Michal Simek · 1 year, 6 months ago
  90. 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
  91. fba0e73 bootstd: Create a new BOOTMETH_DISTRO by Simon Glass · 1 year, 6 months ago
  92. 79f6635 bootstd: Rename distro and syslinux to extlinux by Simon Glass · 1 year, 6 months ago
  93. c889434 bootstd: Tidy up reporting of errors by Simon Glass · 1 year, 6 months ago
  94. d8d40bc bootstd: Correct default boot command by Simon Glass · 1 year, 6 months ago
  95. ab16a3d bootstd: Require HUSH_PARSER for script booting by Simon Glass · 1 year, 6 months ago
  96. 76afc84 bootstd: Work around missing partition 1 by Simon Glass · 1 year, 7 months ago
  97. afdfcb1 tools: spkgimage: add Renesas SPKG format by Ralph Siemsen · 1 year, 6 months ago
  98. 7d01889 net: dhcp6: pxe: Add DHCP/PXE commands for IPv6 by Sean Edmond · 1 year, 7 months ago
  99. b423037 boot/Kconfig: fix comments syntax error by Hugo Villeneuve · 1 year, 7 months ago
  100. 327883c boot: vbe_simple: Fix vbe_simple_read_bootflow() dependency by Bin Meng · 1 year, 8 months ago