1. e806686 spl: Create a function to init spl_load_info by Simon Glass · Thu Aug 22 07:55:02 2024 -0600
  2. 3661115 test: Move some SPL-loading test-code into sandbox common by Simon Glass · Wed Aug 07 16:47:21 2024 -0600
  3. dec7ea0 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · Mon May 20 13:35:03 2024 -0600
  4. abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · Sat May 18 20:20:43 2024 -0600
  5. d22d069 test: Remove <common.h> and add needed includes by Tom Rini · Sat Apr 27 08:10:58 2024 -0600
  6. 4ad90ca Merge patch series "fs: fat: calculate FAT type based on cluster count" by Tom Rini · Tue Nov 28 20:10:36 2023 -0500
  7. c41708c test: spl: Remove usage of FAT32_SIGN by Christian Taedcke · Wed Nov 15 13:44:17 2023 +0100
  8. 38e4f62 spl: Convert spi to spl_load by Sean Anderson · Wed Nov 08 11:48:56 2023 -0500
  9. 7314325 spl: Convert NVMe to spl_load by Sean Anderson · Wed Nov 08 11:48:54 2023 -0500
  10. 2a5d23f spl: Convert nor to spl_load by Sean Anderson · Wed Nov 08 11:48:53 2023 -0500
  11. 810e16e spl: Convert net to spl_load by Sean Anderson · Wed Nov 08 11:48:52 2023 -0500
  12. 1c39806 spl: Convert nand to spl_load by Sean Anderson · Wed Nov 08 11:48:51 2023 -0500
  13. 29e338f spl: Convert mmc to spl_load by Sean Anderson · Wed Nov 08 11:48:50 2023 -0500
  14. 09a4602 spl: Convert fat to spl_load by Sean Anderson · Wed Nov 08 11:48:49 2023 -0500
  15. f727cc1 spl: Convert ext to use spl_load by Sean Anderson · Wed Nov 08 11:48:48 2023 -0500
  16. 8cba988 test: spl: Support testing LEGACY_LZMA filesystem images by Sean Anderson · Wed Nov 08 11:48:46 2023 -0500
  17. 35f15fe spl: Only support bl_len when we have to by Sean Anderson · Wed Nov 08 11:48:43 2023 -0500
  18. fcb9176 spl: Remove filename from spl_load_info by Sean Anderson · Wed Nov 08 11:48:42 2023 -0500
  19. 7d8d613 spl: Refactor spl_load_info->read to use units of bytes by Sean Anderson · Wed Nov 08 11:48:40 2023 -0500
  20. 765dc6a test: spl: Add a test for NAND by Sean Anderson · Sat Nov 04 16:37:53 2023 -0400
  21. 8734d6f test: spl: Add a test for the SPI load method by Sean Anderson · Sat Oct 14 16:48:05 2023 -0400
  22. 430e4aa test: spl: Add a test for the NOR load method by Sean Anderson · Sat Oct 14 16:48:04 2023 -0400
  23. c4f86c0 test: spl: Add a test for the NET load method by Sean Anderson · Sat Oct 14 16:48:03 2023 -0400
  24. 576295d test: spl: Add a test for the MMC load method by Sean Anderson · Sat Oct 14 16:48:02 2023 -0400
  25. 156e31c test: spl: Add a test for spl_blk_load_image by Sean Anderson · Sat Oct 14 16:48:01 2023 -0400
  26. 2d3ffa3 test: spl: Add functions to create filesystems by Sean Anderson · Sat Oct 14 16:48:00 2023 -0400
  27. f65dcc0 test: spl: Add functions to create images by Sean Anderson · Sat Oct 14 16:47:59 2023 -0400
  28. 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
  29. dcd91b1 test: spl: Split tests up and use some configs by Sean Anderson · Sat Oct 14 16:47:57 2023 -0400
  30. bb7d3bb treewide: Drop image_header_t typedef by Simon Glass · Tue Sep 06 20:26:52 2022 -0600
  31. 0cc99a2 sandbox: test: Tidy up spl_test_load() calls by Simon Glass · Mon Feb 28 15:13:49 2022 -0700
  32. 1cd0600 sandbox: Support executables for more phases by Simon Glass · Mon Jul 05 16:32:45 2021 -0600
  33. ee11209 spl: test: Add a test for spl_load_simple_fit() by Simon Glass · Sun Mar 07 17:35:15 2021 -0700
  34. fb5370b test: Update test-imagetools.sh to match new syntax by Martyn Welch · Thu Feb 14 13:11:35 2019 +0000
  35. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  36. 7b41d0c test: Move the FIT test into the correct place by Simon Glass · Sat Aug 05 10:28:41 2017 -0600
  37. fe39411 test: Convert the FIT test to test/py by Simon Glass · Sat Aug 05 10:28:40 2017 -0600
  38. 6867ec0 test: Indent test-fit.py to match the next patch by Simon Glass · Sat Aug 05 10:28:39 2017 -0600
  39. 5735c98 test: Fix FIT test to pass again by Simon Glass · Fri Aug 04 16:20:16 2017 -0600
  40. 8445f73 test-fit.py: Minor grammar/spelling/clarification tweaks by Robert P. J. Day · Mon Mar 13 06:50:55 2017 -0400
  41. 546bab1 image: Fix FIT and vboot tests to exit sandbox correctly by Simon Glass · Wed Feb 24 09:14:44 2016 -0700
  42. aad8dd7 add test for two 'loadables' by Karl Apsite · Thu May 21 09:52:50 2015 -0400
  43. 3c46bcd dumpimage: fit: extract FIT images by Guilherme Maciel Ferreira · Thu Jan 15 02:54:42 2015 -0200
  44. 40bf563 dumpimage: add 'T' option to explicitly set the image type by Guilherme Maciel Ferreira · Thu Jan 15 02:54:40 2015 -0200
  45. b5f97d5 test: Add DEBUG output option to test-fit.py by Simon Glass · Tue Dec 02 13:17:32 2014 -0700
  46. 73a0445 sandbox: Correct ordering of 'sb save' commands by Simon Glass · Tue Dec 02 13:17:31 2014 -0700
  47. 943b417 Correct sandbox filesystem commands in FIT image test by Simon Glass · Fri Aug 22 14:26:44 2014 -0600
  48. c5c0c79 sandbox: dumpimage: Test dumpimage by Guilherme Maciel Ferreira · Sun Dec 01 12:43:12 2013 -0700
  49. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  50. 27620cc Show stdout on error in fit-test by Simon Glass · Tue Jun 11 11:14:36 2013 -0700
  51. db74919 sandbox: image: Create a test for loading FIT images by Simon Glass · Thu May 16 13:53:28 2013 +0000