1. cb2a5cd bootstd: Record the bootdevs used during scanning by Simon Glass · Tue Jan 17 10:48:17 2023 -0700
  2. 5d3d44f bootstd: Drop the old bootflow_scan_first() by Simon Glass · Tue Jan 17 10:48:16 2023 -0700
  3. ba3d537 bootstd: Allow scanning a single bootdev label by Simon Glass · Tue Jan 17 10:48:15 2023 -0700
  4. 484e407 bootstd: Switch bootdev scanning to use labels by Simon Glass · Tue Jan 17 10:48:14 2023 -0700
  5. e4cf106 bootstd: Add a hunter for the extension feature by Simon Glass · Tue Jan 17 10:48:13 2023 -0700
  6. 660a995 bootstd: Allow iterating to the next bootdev priortiy by Simon Glass · Tue Jan 17 10:48:11 2023 -0700
  7. ac06b26a bootstd: Allow iterating to the next label in a list by Simon Glass · Tue Jan 17 10:48:10 2023 -0700
  8. de567b1 bootstd: Allow hunting for a bootdev by label by Simon Glass · Tue Jan 17 10:48:09 2023 -0700
  9. 7e1f6a4 bootstd: Add a new pre-scan priority for bootdevs by Simon Glass · Tue Jan 17 10:48:08 2023 -0700
  10. 3e9f6be bootstd: Allow hunting for bootdevs of a given priority by Simon Glass · Tue Jan 17 10:48:07 2023 -0700
  11. e22fe92 bootstd: Treat DHCP and PXE as bootdev labels by Simon Glass · Tue Jan 17 10:48:05 2023 -0700
  12. 215be68 bootstd: Add a SPI flash bootdev by Simon Glass · Tue Jan 17 10:48:03 2023 -0700
  13. 4937be0 sandbox: Allow SPI flash bootdevs to be disabled for tests by Simon Glass · Tue Jan 17 10:48:02 2023 -0700
  14. 7b8c634 bootstd: Include the device tree in the bootflow by Simon Glass · Tue Jan 17 10:47:56 2023 -0700
  15. a4bf8f6 bootstd: Add a virtio bootdev by Simon Glass · Tue Jan 17 10:47:52 2023 -0700
  16. a2cc4b7 virtio: Avoid strange behaviour on removal by Simon Glass · Tue Jan 17 10:47:50 2023 -0700
  17. 0838287 bootstd: Add an NVMe bootdev by Simon Glass · Tue Jan 17 10:47:47 2023 -0700
  18. be7c666 bootstd: Add an IDE bootdev by Simon Glass · Tue Jan 17 10:47:46 2023 -0700
  19. 9985e9c bootstd: Add a SCSI bootdev by Simon Glass · Tue Jan 17 10:47:45 2023 -0700
  20. 64cbc5c bootstd: Only scan bootable partitions by Simon Glass · Tue Jan 17 10:47:42 2023 -0700
  21. f5e2df0 part: Add a function to find the first bootable partition by Simon Glass · Tue Jan 17 10:47:41 2023 -0700
  22. 5ea0a8d bootstd: Add a hunter for ethernet by Simon Glass · Tue Jan 17 10:47:40 2023 -0700
  23. df71f26 bootstd: Add an MMC hunter by Simon Glass · Tue Jan 17 10:47:38 2023 -0700
  24. f3cb89f bootstd: Add a USB hunter by Simon Glass · Tue Jan 17 10:47:37 2023 -0700
  25. 1248d2b bootstd: Support running bootdev hunters by Simon Glass · Tue Jan 17 10:47:34 2023 -0700
  26. 5acb97a bootstd: Add the concept of a bootdev hunter by Simon Glass · Tue Jan 17 10:47:33 2023 -0700
  27. b490f5f sandbox: Allow ethernet bootdevs to be disabled for tests by Simon Glass · Tue Jan 17 10:47:28 2023 -0700
  28. b9ff648 dm: test: Correct ordering of DM setup by Simon Glass · Tue Jan 17 10:47:23 2023 -0700
  29. 29bfcd6 dm: part: Update test to use mmc2 by Simon Glass · Tue Jan 17 10:47:22 2023 -0700
  30. 1b7664a test: Drop duplicate restore of DM state by Simon Glass · Tue Jan 17 10:47:18 2023 -0700
  31. a13797a test: Fix the help for the ut command by Simon Glass · Tue Jan 17 10:47:17 2023 -0700
  32. 6a9de55 lib: Add a function to split a string into substrings by Simon Glass · Tue Jan 17 10:47:14 2023 -0700
  33. 68a56ba dm: test: Correct assertion in dm_test_part() by Simon Glass · Tue Jan 17 10:47:13 2023 -0700
  34. e5314c1 dm: core: Support sorting devices with dm tree by Simon Glass · Tue Jan 17 10:47:12 2023 -0700
  35. 61c55e8 test: compression: add zstd uncompression test by Brandon Maier · Thu Jan 12 10:27:46 2023 -0600
  36. bfd98c6 test/py: gpt: add test for the gpt partition type GUID identifier by Enric Balletbo i Serra · Tue Jan 10 17:19:35 2023 +0100
  37. 9e2d266 test: compression: use sizeof() instead of magic numbers by Brandon Maier · Mon Jan 09 12:42:58 2023 -0600
  38. d92bcc4 bootstd: Support setting a theme for the menu by Simon Glass · Fri Jan 06 08:52:42 2023 -0600
  39. d2bc33ed bootstd: Add a test for the bootstd menu by Simon Glass · Fri Jan 06 08:52:41 2023 -0600
  40. 6592499 expo: Add basic tests by Simon Glass · Fri Jan 06 08:52:39 2023 -0600
  41. 612b9cc bootstd: Allow reading a logo for the OS by Simon Glass · Fri Jan 06 08:52:34 2023 -0600
  42. 72b7b19 bootstd: Read the Operating System name for distro/scripts by Simon Glass · Fri Jan 06 08:52:33 2023 -0600
  43. 3b175ba video: Add font functions to the vidconsole API by Simon Glass · Fri Jan 06 08:52:32 2023 -0600
  44. 461b791 sandbox: Enable mmc command and legacy images by Simon Glass · Fri Jan 06 08:52:19 2023 -0600
  45. 5160b9a Use `grep -E` or plain `grep` instead of `egrep` by Ville Skyttä · Sun Jan 01 18:41:42 2023 +0200
  46. 8e1bef2 test: compression: use ut_assert for errors by Brandon Maier · Wed Dec 28 16:53:52 2022 -0600
  47. 7e8c6f8 test: compression: check with trailing garbage in input by Brandon Maier · Wed Dec 28 16:53:51 2022 -0600
  48. e73c611 test: cmd: exit: Add unit test for exit and partly run commands by Marek Vasut · Tue Dec 20 07:26:00 2022 +0100
  49. 7f76cde test: env: add test for u-boot-initial-env creation by Max Krummenacher · Fri Dec 09 13:09:56 2022 +0100
  50. a6b1b3b Merge branch 'next' by Tom Rini · Mon Jan 09 11:30:08 2023 -0500
  51. 71cc021 test:dm:fix typo by Yuepeng Xing · Fri Dec 02 14:23:07 2022 +0800
  52. 0b1d521 test: unit test for u16_strcasecmp() by Heinrich Schuchardt · Thu Dec 29 14:44:04 2022 +0100
  53. d3e7e20 cmd: source: Support specifying config name by Sean Anderson · Mon Dec 12 14:12:11 2022 -0500
  54. d41db1a test: Add test for source command by Sean Anderson · Mon Dec 12 14:12:08 2022 -0500
  55. b952781 log: Remove some places where we redefine LOGLEVEL by Tom Rini · Sun Dec 04 10:03:33 2022 -0500
  56. a63bea9 Merge tag 'v2023.01-rc4' into next by Tom Rini · Mon Dec 19 09:29:55 2022 -0500
  57. 060edff test: add unit test for u16_strnlen() by Heinrich Schuchardt · Sun Dec 18 05:32:14 2022 +0000
  58. 2440d04 event: Re-add file paths to the tests by Tom Rini · Tue Nov 22 12:31:55 2022 -0500
  59. 67c3aa2 Merge tag 'sound-2023-01-rc4' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Tue Dec 06 10:07:01 2022 -0500
  60. 8eaa3c7 post: Migrate to Kconfig by Tom Rini · Sat Nov 19 18:45:44 2022 -0500
  61. bb4dd96 global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_* by Tom Rini · Wed Nov 16 13:10:37 2022 -0500
  62. 5c8e0a6 test: dm: eth: Add ip6_make_lladdr test by Viacheslav Mitrofanov · Fri Dec 02 12:18:13 2022 +0300
  63. 3b673c0 test: dm: eth: Add ip6_make_snma test by Viacheslav Mitrofanov · Fri Dec 02 12:18:12 2022 +0300
  64. ac6a9ce test: dm: eth: Add ip6_addr_in_subnet test by Viacheslav Mitrofanov · Fri Dec 02 12:18:11 2022 +0300
  65. 224f563 test: dm: eth: Add csum_ipv6_magic test by Viacheslav Mitrofanov · Fri Dec 02 12:18:10 2022 +0300
  66. f96b109 test: dm: eth: Add string_to_ip6 test by Viacheslav Mitrofanov · Fri Dec 02 12:18:09 2022 +0300
  67. 707a6fc test: test sandbox sound driver more rigorously by Heinrich Schuchardt · Sun Dec 04 17:11:41 2022 +0100
  68. d623b47 test: cmd: add test for wget command. by Ying-Chun Liu (PaulLiu) · Tue Nov 08 14:17:31 2022 +0800
  69. d63c290 test: Disable part of the setexpr test for now by Simon Glass · Tue Nov 22 15:12:10 2022 -0700
  70. 78c060d test: cmd: fdt: Add fdt get value test case by Marek Vasut · Mon Nov 14 22:50:00 2022 +0100
  71. 0be1b2a eficonfig: refactor file selection handling by Masahisa Kojima · Sun Nov 20 09:21:13 2022 +0900
  72. 2c7b0e4 dm: Add tests for the sandbox host driver by Simon Glass · Sat Oct 29 19:47:19 2022 -0600
  73. e57f8d4 dm: sandbox: Switch over to using the new host uclass by Simon Glass · Sat Oct 29 19:47:17 2022 -0600
  74. c0bcaaf dm: blk: Tidy up obtaining a block device from its parent by Simon Glass · Sat Oct 29 19:47:14 2022 -0600
  75. 85ba7c3 test: Add a way to detect a test that breaks another by Simon Glass · Sat Oct 29 19:47:13 2022 -0600
  76. fb998c2 test: Allow showing basic information about tests by Simon Glass · Sat Oct 29 19:47:12 2022 -0600
  77. 154bb8e test: Tidy up help for ut command by Simon Glass · Sat Oct 29 19:47:10 2022 -0600
  78. 0f7eb63 test: Drop an unused parameter to ut_run_test_live_flat() by Simon Glass · Sat Oct 29 19:47:09 2022 -0600
  79. 76c6269 dm: test: Clear the block cache after running a test by Simon Glass · Sat Oct 29 19:47:08 2022 -0600
  80. 2a83e86 dm: test: Drop the special function for running DM tests by Simon Glass · Sat Oct 29 19:47:07 2022 -0600
  81. fbd9550 test: Correct pylint warnings in fs_helper by Simon Glass · Sat Oct 29 19:47:06 2022 -0600
  82. 1d5006c test: Split out mk_fs function into a helper by Simon Glass · Sat Oct 29 19:47:05 2022 -0600
  83. f29ced6 test/py: efi_secboot: Remove unnecessary cert-to-efi-hash-list option by Masahisa Kojima · Mon Oct 03 16:12:15 2022 +0900
  84. c794e49 cyclic: get rid of cyclic_init() by Rasmus Villemoes · Fri Oct 28 13:50:54 2022 +0200
  85. 77079e7 test: dm: Add test cases for FWU Metadata uclass by Sughosh Ganu · Fri Oct 21 18:16:05 2022 +0530
  86. f1eba35 vbe: Add a test for the VBE flow into U-Boot proper by Simon Glass · Thu Oct 20 18:23:20 2022 -0600
  87. 5490548 vbe: Use a manual test by Simon Glass · Thu Oct 20 18:23:17 2022 -0600
  88. a928961 vbe: Add info about the VBE device to the fwupd node by Simon Glass · Thu Oct 20 18:23:14 2022 -0600
  89. bc993e5 vbe: Add Kconfig options for VPL by Simon Glass · Thu Oct 20 18:23:13 2022 -0600
  90. a6a06cc vbe: Drop the U-Boot prefix from the version by Simon Glass · Thu Oct 20 18:23:12 2022 -0600
  91. 39db199 vbe: Move OS implementation into a separate file by Simon Glass · Thu Oct 20 18:23:11 2022 -0600
  92. 5a09137 vbe: Rename vbe_fixup to vbe_request by Simon Glass · Thu Oct 20 18:23:05 2022 -0600
  93. e3f81ae image: Add the concept of a phase to FIT by Simon Glass · Thu Oct 20 18:23:03 2022 -0600
  94. 31b4f9e usb: Update the test to cover reading and writing by Simon Glass · Thu Oct 20 18:22:55 2022 -0600
  95. 1886100 dm: blk: Add udevice functions by Simon Glass · Thu Oct 20 18:22:54 2022 -0600
  96. 1f1614b test: Support tests which can only be run manually by Simon Glass · Thu Oct 20 18:22:50 2022 -0600
  97. c759944 test: Update tests to use the skip feature by Simon Glass · Thu Oct 20 18:22:49 2022 -0600
  98. 816fe6c test: Report skippped tests by Simon Glass · Thu Oct 20 18:22:48 2022 -0600
  99. 5bfbffb Merge tag 'video-20221030' of https://source.denx.de/u-boot/custodians/u-boot-video by Tom Rini · Sun Oct 30 17:16:35 2022 -0400
  100. 52cb504 video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEO by Simon Glass · Tue Oct 18 07:46:31 2022 -0600