1. ee20d66 Merge tag 'v2024.01-rc3' into next by Tom Rini · Mon Nov 20 09:19:50 2023 -0500
  2. 1fcaf95 efi_loader: Boot var automatic management by Raymond Mao · Fri Nov 10 13:25:37 2023 +0900
  3. e54c195 Merge branch '2023-11-16-assorted-updates' into next by Tom Rini · Fri Nov 17 08:38:05 2023 -0500
  4. bdb3a3f sysreset: Fix unsupported request return values by Paul Barker · Wed Nov 08 08:51:10 2023 +0000
  5. 85e8fc8 test: eth: Don't crash if env_get returns NULL by Sean Anderson · Sat Oct 28 18:57:27 2023 -0400
  6. 38e4f62 spl: Convert spi to spl_load by Sean Anderson · Wed Nov 08 11:48:56 2023 -0500
  7. 7314325 spl: Convert NVMe to spl_load by Sean Anderson · Wed Nov 08 11:48:54 2023 -0500
  8. 2a5d23f spl: Convert nor to spl_load by Sean Anderson · Wed Nov 08 11:48:53 2023 -0500
  9. 810e16e spl: Convert net to spl_load by Sean Anderson · Wed Nov 08 11:48:52 2023 -0500
  10. 1c39806 spl: Convert nand to spl_load by Sean Anderson · Wed Nov 08 11:48:51 2023 -0500
  11. 29e338f spl: Convert mmc to spl_load by Sean Anderson · Wed Nov 08 11:48:50 2023 -0500
  12. 09a4602 spl: Convert fat to spl_load by Sean Anderson · Wed Nov 08 11:48:49 2023 -0500
  13. f727cc1 spl: Convert ext to use spl_load by Sean Anderson · Wed Nov 08 11:48:48 2023 -0500
  14. 8cba988 test: spl: Support testing LEGACY_LZMA filesystem images by Sean Anderson · Wed Nov 08 11:48:46 2023 -0500
  15. 35f15fe spl: Only support bl_len when we have to by Sean Anderson · Wed Nov 08 11:48:43 2023 -0500
  16. fcb9176 spl: Remove filename from spl_load_info by Sean Anderson · Wed Nov 08 11:48:42 2023 -0500
  17. 7d8d613 spl: Refactor spl_load_info->read to use units of bytes by Sean Anderson · Wed Nov 08 11:48:40 2023 -0500
  18. 9bab2f1 Merge patch series "nand: Add sandbox tests" by Tom Rini · Thu Nov 16 12:46:09 2023 -0500
  19. 765dc6a test: spl: Add a test for NAND by Sean Anderson · Sat Nov 04 16:37:53 2023 -0400
  20. 326422b nand: Add sandbox driver by Sean Anderson · Sat Nov 04 16:37:52 2023 -0400
  21. 6d5083b bootstd: Add a return code to bootflow menu by Simon Glass · Sun Oct 01 19:14:38 2023 -0600
  22. 3ff8a9a bootstd: Refactor mmc prep to allow a different scan by Simon Glass · Sun Oct 01 19:14:37 2023 -0600
  23. eaa39c6 tree-wide: Replace http:// link with https:// link for ti.com by Nishanth Menon · Wed Nov 01 15:56:03 2023 -0500
  24. 207fc53 test: cmd: mbr: Remove unreachable code by Alexander Gendin · Wed Nov 08 03:05:19 2023 +0000
  25. 773f1ed CI, pytest: Add a test for sandbox without LTO by Tom Rini · Thu Oct 26 14:31:38 2023 -0400
  26. eb0a7eb sandbox: Add a test for disabling CONFIG_CMDLINE by Simon Glass · Thu Oct 26 14:31:37 2023 -0400
  27. 2a4df7c test: Make UNIT_TEST depend on CMDLINE by Simon Glass · Thu Oct 26 14:31:17 2023 -0400
  28. df17899 serial: zynqmp: Fetch baudrate from dtb and update by Algapally Santosh Sagar · Thu Sep 21 16:50:43 2023 +0530
  29. a61057f bootstd: Handle a few special cases in cmdline_set_arg() by Simon Glass · Wed Oct 25 07:17:36 2023 +1300
  30. 0afe557 Merge tag 'tpm-next-27102023' of https://source.denx.de/u-boot/custodians/u-boot-tpm by Tom Rini · Fri Oct 27 19:27:29 2023 -0400
  31. 9271dbc test/py: always use autostart on tpm2 selftests by Ilias Apalodimas · Wed Oct 25 10:25:25 2023 +0300
  32. a2cea82 test: use a non system PCR for testing PCR extend by Ilias Apalodimas · Tue Oct 24 10:43:54 2023 -0500
  33. 1a55a7a test: Add sandbox TPM boot measurement by Eddie James · Tue Oct 24 10:43:51 2023 -0500
  34. 9e3474d test: dm: add SCMI power domain protocol test by AKASHI Takahiro · Mon Oct 16 14:39:46 2023 +0900
  35. 038cb02 cmd: mbr: Allow 4 MBR partitions without need for extended by Alexander Gendin · Mon Oct 09 01:24:36 2023 +0000
  36. 6b911b6 cli: Consume invalid escape sequences early by Yurii Monakov · Tue Oct 10 11:16:39 2023 +0300
  37. 9de522d Merge tag 'u-boot-rockchip-20231024' of https://source.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · Tue Oct 24 09:39:52 2023 -0400
  38. c9a97f6 rockchip: test: dm: add rkmtd test by Johan Jonker · Wed Oct 18 16:01:59 2023 +0200
  39. b51f01d bootstd: Scan all bootdevs in a boot_targets entry (take 2) by Simon Glass · Mon Oct 23 00:02:13 2023 -0700
  40. 33795a9 bootstd: Correct logic for single uclass by Simon Glass · Mon Oct 23 00:02:12 2023 -0700
  41. fd5a519 bootstd: Expand boot-ordering test to include USB by Simon Glass · Mon Oct 23 00:02:11 2023 -0700
  42. 5c3e93f Revert "bootstd: Scan all bootdevs in a boot_targets entry" by Simon Glass · Mon Oct 23 00:02:10 2023 -0700
  43. e0f8cd2 sandbox: watchdog: Avoid an error on startup by Simon Glass · Thu Aug 10 09:53:13 2023 -0600
  44. 8734d6f test: spl: Add a test for the SPI load method by Sean Anderson · Sat Oct 14 16:48:05 2023 -0400
  45. 430e4aa test: spl: Add a test for the NOR load method by Sean Anderson · Sat Oct 14 16:48:04 2023 -0400
  46. c4f86c0 test: spl: Add a test for the NET load method by Sean Anderson · Sat Oct 14 16:48:03 2023 -0400
  47. 576295d test: spl: Add a test for the MMC load method by Sean Anderson · Sat Oct 14 16:48:02 2023 -0400
  48. 156e31c test: spl: Add a test for spl_blk_load_image by Sean Anderson · Sat Oct 14 16:48:01 2023 -0400
  49. 2d3ffa3 test: spl: Add functions to create filesystems by Sean Anderson · Sat Oct 14 16:48:00 2023 -0400
  50. f65dcc0 test: spl: Add functions to create images by Sean Anderson · Sat Oct 14 16:47:59 2023 -0400
  51. 20d95f8 test: spl: Fix spl_test_load not failing if fname doesn't exist by Sean Anderson · Sat Oct 14 16:47:58 2023 -0400
  52. dcd91b1 test: spl: Split tests up and use some configs by Sean Anderson · Sat Oct 14 16:47:57 2023 -0400
  53. 7bf2f8c spl: Allow enabling SPL_OF_REAL and SPL_OF_PLATDATA at the same time by Sean Anderson · Sat Oct 14 16:47:46 2023 -0400
  54. c37f299 Merge branch '2023-10-16-assorted-cmd-updates' by Tom Rini · Mon Oct 16 10:25:11 2023 -0400
  55. 03f146c cmd: Convert existing long help messages to the new macro by Tom Rini · Sat Oct 07 15:13:08 2023 -0400
  56. 2c2d1d8 Merge tag 'u-boot-amlogic-20231015' of https://source.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · Mon Oct 16 09:09:54 2023 -0400
  57. f6c19e1 sandbox: add tests for UCLASS_SM by Alexey Romanov · Thu Sep 21 11:13:37 2023 +0300
  58. b964b72 Merge tag 'dm-pull-13oct23' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · Sat Oct 14 10:50:20 2023 -0400
  59. 49f366b test: dm: add SCMI base protocol test by AKASHI Takahiro · Wed Oct 11 19:07:06 2023 +0900
  60. dae0046 test: dm: simplify SCMI unit test on sandbox by AKASHI Takahiro · Wed Oct 11 19:07:03 2023 +0900
  61. cc4ecda test: dm: add protocol-specific channel test by AKASHI Takahiro · Wed Oct 11 19:06:59 2023 +0900
  62. 60bcbf0 bootstd: Scan all bootdevs in a boot_targets entry by Simon Glass · Sat Sep 23 14:50:15 2023 -0600
  63. 00135d8 Merge tag 'xilinx-for-v2024.01-rc1-v3' of https://source.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · Fri Oct 13 08:45:55 2023 -0400
  64. 70c579b expo: Update tests to include textline by Simon Glass · Sun Oct 01 19:13:39 2023 -0600
  65. 4c0bf97 cli: Add a command to show cmdline history by Simon Glass · Sun Oct 01 19:13:06 2023 -0600
  66. c437378 cmd: host: Print out the block size of the host device by Bin Meng · Tue Sep 26 16:43:36 2023 +0800
  67. 881e475 blk: sandbox: Support binding a device with a given logical block size by Bin Meng · Tue Sep 26 16:43:33 2023 +0800
  68. 55ef453 test/py: net: Add a test for 'pxe get' command by Love Kumar · Tue Oct 03 18:42:46 2023 +0530
  69. 5765fb1 test: Fix SPL tests not being run by Sean Anderson · Fri Sep 29 12:06:54 2023 -0400
  70. e08bee9 test/py: sleep: Add a test for the time command by Love Kumar · Wed Sep 27 10:33:55 2023 +0530
  71. 2757525 test: lmb: Add test for coalescing and overlap range by Udit Kumar · Tue Sep 26 16:54:43 2023 +0530
  72. 4289c26 pci: serial: Support reading PCI-register size with base by Simon Glass · Tue Sep 26 08:14:58 2023 -0600
  73. 9f076ea sandbox: Move the bloblist down a little in memory by Simon Glass · Tue Sep 26 08:14:50 2023 -0600
  74. 310487d dm: core: Add tests for oftree_path() by Simon Glass · Tue Sep 26 08:14:46 2023 -0600
  75. c681e09 dm: core: Support writing a 64-bit value by Simon Glass · Tue Sep 26 08:14:45 2023 -0600
  76. 86ef399 dm: core: Support writing a boolean by Simon Glass · Tue Sep 26 08:14:44 2023 -0600
  77. ebbe90b dm: core: Add a way to convert a devicetree to a dtb by Simon Glass · Tue Sep 26 08:14:43 2023 -0600
  78. 4544877 dm: core: Add a way to delete a node by Simon Glass · Tue Sep 26 08:14:42 2023 -0600
  79. 7c33c96 dm: core: Add a way to copy a node by Simon Glass · Tue Sep 26 08:14:41 2023 -0600
  80. a869a1b dm: core: Add a function to create an empty tree by Simon Glass · Tue Sep 26 08:14:40 2023 -0600
  81. 75b8a87 dm: core: Tidy up comments in the ofnode tests by Simon Glass · Tue Sep 26 08:14:39 2023 -0600
  82. db6d872 dm: core: Ensure we run flattree tests on ofnode by Simon Glass · Tue Sep 26 08:14:38 2023 -0600
  83. 6816489 dm: core: Reverse the argument order in ofnode_copy_props() by Simon Glass · Tue Sep 26 08:14:37 2023 -0600
  84. b29a747 Merge branch 'next' by Tom Rini · Mon Oct 02 10:55:44 2023 -0400
  85. 7af1e79 test: build dependency for event unit tests by Heinrich Schuchardt · Thu Sep 07 18:43:17 2023 +0200
  86. 83e0d21 test: fix comment indentation on tpm tests by Ilias Apalodimas · Thu Jun 01 09:18:44 2023 +0300
  87. aadec12 efi: Use the installed SMBIOS tables by Simon Glass · Wed Sep 20 07:29:51 2023 -0600
  88. 6a7c1ce dm: core: ofnode: Add ofnode_read_bootscript_flash() by Michal Simek · Thu Aug 31 09:04:27 2023 +0200
  89. 43c42bd dm: core: ofnode: Add ofnode_read_bootscript_address() by Michal Simek · Thu Aug 31 08:59:05 2023 +0200
  90. 8f03cef clk: Dont return error when assigned-clocks is empty or missing by Ashok Reddy Soma · Wed Aug 30 10:31:42 2023 +0200
  91. a59a24b test/py: tpm2: skip tpm2_startup when env__tpm_device_test_skip=True by Michal Simek · Wed Aug 30 18:36:23 2023 +0200
  92. 08a194e dm: core: support reading a single indexed u64 value by Michal Simek · Fri Aug 25 11:37:46 2023 +0200
  93. f37d29a test: Move POST under a renamed Testing section by Simon Glass · Thu Sep 14 10:55:44 2023 -0600
  94. 49b7333 test: build dependency for event unit tests by Heinrich Schuchardt · Thu Sep 07 18:43:17 2023 +0200
  95. bec9051 phy: Return success from generic_setup_phy() when phy is not found by Jonas Karlman · Thu Aug 31 23:07:10 2023 +0000
  96. 12830df phy: Fix generic_setup_phy() return value on power on failure by Jonas Karlman · Thu Aug 31 23:07:08 2023 +0000
  97. 9f89e68 phy: Set phy->dev to NULL when generic_phy_get_by_index_nodev() fails by Jonas Karlman · Thu Aug 31 22:16:35 2023 +0000
  98. ffe06b4 phy: Set phy->dev to NULL when generic_phy_get_by_name() fails by Jonas Karlman · Thu Aug 31 22:16:33 2023 +0000
  99. d88ba5f cmd: gpt: Add command to swap partition order by Joshua Watt · Thu Aug 31 10:51:41 2023 -0600
  100. 9e58adf cmd: gpt: Preserve bootable flag by Joshua Watt · Thu Aug 31 10:51:40 2023 -0600