1. b823daa image: Check for unit addresses in FITs by Simon Glass · Mon Feb 15 17:08:12 2021 -0700
  2. 19d2c02 libfdt: Check for multiple/invalid root nodes by Simon Glass · Mon Feb 15 17:08:11 2021 -0700
  3. 5e942f7 test: Add tests for the 'evil' vboot attacks by Simon Glass · Mon Feb 15 17:08:08 2021 -0700
  4. 141f49a test: Add vboot_evil implementation by Simon Glass · Mon Feb 15 17:08:07 2021 -0700
  5. 4433890 fit: Don't allow verification of images with @ nodes by Simon Glass · Mon Feb 15 17:08:06 2021 -0700
  6. b1db71b Merge branch '2021-02-02-drop-asm_global_data-when-unused' by Tom Rini · Mon Feb 15 08:19:40 2021 -0500
  7. abbdbbd dm: core: Add late driver remove option by Marek Vasut · Sun Jan 24 14:32:46 2021 -0700
  8. df34d0b dm: core: Avoid partially removing devices by Simon Glass · Sun Jan 24 14:32:45 2021 -0700
  9. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · Fri Oct 30 21:38:53 2020 -0600
  10. 76e6a9e test/py: fix runtest wrapper for pytest 6 by Stephen Warren · Sat Jan 30 20:12:18 2021 -0700
  11. bf0a692 dm: core: Update ofnode_read_fmap_entry() to read hashes by Simon Glass · Thu Jan 21 13:57:14 2021 -0700
  12. 6d0601e sandbox: Disable I2C emulators in SPL by Simon Glass · Thu Jan 21 13:57:09 2021 -0700
  13. 333e3a9 cros_ec: Add vstore support by Simon Glass · Sat Jan 16 14:52:31 2021 -0700
  14. 0316130 cros_ec: Show events in human-readable form by Simon Glass · Sat Jan 16 14:52:29 2021 -0700
  15. 9d70252 cros_ec: Add support for switches by Simon Glass · Sat Jan 16 14:52:28 2021 -0700
  16. 959e1ce cros_ec: Support reading EC features by Simon Glass · Sat Jan 16 14:52:26 2021 -0700
  17. 33909b5 cros_ec: Add support for reading the SKU ID by Simon Glass · Sat Jan 16 14:52:25 2021 -0700
  18. 9b306e5 cros_ec: Add a function for the hello message by Simon Glass · Sat Jan 16 14:52:22 2021 -0700
  19. 9211181 test: inconsistent string tests by Heinrich Schuchardt · Mon Jan 18 00:17:34 2021 +0100
  20. c38be19 test: inconsistent bootm tests by Heinrich Schuchardt · Mon Jan 18 00:17:33 2021 +0100
  21. 1b91cee test: Update test_fs to not use deprecated pytest.yield_fixture() by Tom Rini · Thu Jan 28 14:39:56 2021 -0500
  22. ceb4ca2 test: correct entry point to pytest by Heinrich Schuchardt · Thu Jan 28 12:46:11 2021 +0100
  23. f3128e3 test: pr_cont_test.o depends on CONFIG_LOG=y by Heinrich Schuchardt · Wed Jan 27 12:09:46 2021 +0100
  24. 8a99754 test: test_ofplatdata: Mark as sandbox specific by Tom Rini · Tue Jan 19 14:40:10 2021 -0500
  25. ab7e746 bloblist: Support relocating to a larger space by Simon Glass · Wed Jan 13 20:29:43 2021 -0700
  26. 7a9814c test: unit test for echo command by Heinrich Schuchardt · Thu Jan 21 18:41:28 2021 +0100
  27. 79c9f0e doc: move test/py/README.md to HTML documentation by Heinrich Schuchardt · Mon Jan 18 20:24:03 2021 +0100
  28. 566a678 doc: move test/README to HTML documentation by Heinrich Schuchardt · Mon Jan 18 20:24:02 2021 +0100
  29. 1d5955f cmd: Add a pwm command by Pragnesh Patel · Tue Dec 22 11:30:05 2020 +0530
  30. b5a828e test: unit test for pr_err(), pr_cont() by Heinrich Schuchardt · Mon Jan 04 08:02:56 2021 +0100
  31. c8cdd49 test: correct the test prefix in ut str by Patrick Delaunay · Thu Nov 19 10:08:43 2020 +0100
  32. 704679d test: correct the test prefix in ut cmd_mem by Patrick Delaunay · Thu Nov 19 10:08:42 2020 +0100
  33. 8dd78a9 test: Only enable bloblist test when supported by Simon Glass · Sun Nov 08 21:08:44 2020 -0700
  34. b8f0082 test: Avoid assuming sandbox board for bloblist test by Simon Glass · Sun Nov 08 21:08:43 2020 -0700
  35. 7423bbf test: test/lib/test_print.c depends on CONSOLE_RECORD by Heinrich Schuchardt · Thu Nov 05 01:29:06 2020 +0100
  36. 293798c test: log: add test for console output of dropped messages by Patrick Delaunay · Fri Nov 27 11:20:58 2020 +0100
  37. 053156d test: add test for dropped trace before log_init by Patrick Delaunay · Fri Nov 27 11:20:55 2020 +0100
  38. cc03497 test: log: add test for dropped messages by Patrick Delaunay · Fri Nov 27 11:20:53 2020 +0100
  39. 529e46f test: add LOGL_FORCE_DEBUG flags support in log tests by Patrick Delaunay · Fri Nov 27 11:20:51 2020 +0100
  40. 9d12a9b Nokia RX-51: Add test for U-Boot serial console by Pali Rohár · Sun Nov 29 17:15:05 2020 +0100
  41. 836cc9d dm: core: add a function to decode display timings by Dario Binacchi · Wed Dec 30 00:16:26 2020 +0100
  42. b574d68 fdt: translate address if #size-cells = <0> by Dario Binacchi · Wed Dec 30 00:16:21 2020 +0100
  43. b7f8589 clk: add clk_round_rate() by Dario Binacchi · Wed Dec 30 00:06:31 2020 +0100
  44. 65130cd dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET() by Simon Glass · Mon Dec 28 20:34:56 2020 -0700
  45. 1d8364a dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO() by Simon Glass · Mon Dec 28 20:34:54 2020 -0700
  46. 784cd9e dm: core: Allow the uclass list to move by Simon Glass · Sat Dec 19 10:40:17 2020 -0700
  47. f1d50f7 dm: core: Use dev_has_ofnode() instead of dev_of_valid() by Simon Glass · Sat Dec 19 10:40:13 2020 -0700
  48. 6211d76 dm: core: Access device flags through functions by Simon Glass · Sat Dec 19 10:40:10 2020 -0700
  49. 5e34992 dm: core: Rename sqq to seq_ by Simon Glass · Sat Dec 19 10:40:09 2020 -0700
  50. 4bf8972 test: Move some test drivers into their own file by Simon Glass · Wed Dec 23 08:11:18 2020 -0700
  51. bdb7635 test: Use a simple variable to record removed device by Simon Glass · Wed Dec 23 08:11:17 2020 -0700
  52. 9558862 dm: Use access methods for dev/uclass private data by Simon Glass · Tue Dec 22 19:30:28 2020 -0700
  53. 56a34a4 sandbox: Drop unnecessary test node by Simon Glass · Tue Dec 22 19:30:20 2020 -0700
  54. 2157529 efi_loader: Add size checks to efi_create_indexed_name() by Ilias Apalodimas · Thu Dec 31 12:26:46 2020 +0200
  55. 136a6dd test: dm: spi: Add testcase for spi_claim_bus() by Ovidiu Panait · Mon Dec 14 19:06:51 2020 +0200
  56. ae73473 sandbox: test: Add a second SPI slave on sandbox_spi bus by Ovidiu Panait · Mon Dec 14 19:06:47 2020 +0200
  57. 38040a9 dm: core: Drop seq and req_seq by Simon Glass · Wed Dec 16 21:20:32 2020 -0700
  58. 07e1338 dm: Drop the unused arg in uclass_find_device_by_seq() by Simon Glass · Wed Dec 16 21:20:29 2020 -0700
  59. 791a17f dm: test: Add a test for DM_UC_FLAG_NO_AUTO_SEQ by Simon Glass · Wed Dec 16 21:20:27 2020 -0700
  60. 7d5e411 dm: Switch over to use new sequence number for dev_seq() by Simon Glass · Wed Dec 16 21:20:26 2020 -0700
  61. 9a65513 x86: Simplify acpi_device_infer_name() by Simon Glass · Wed Dec 16 21:20:23 2020 -0700
  62. 528296f dm: test: Drop assumptions of no sequence numbers by Simon Glass · Wed Dec 16 21:20:13 2020 -0700
  63. 437ed82 dm: core: Switch binding to use new sequence numbers by Simon Glass · Wed Dec 16 21:20:11 2020 -0700
  64. 6a109b3 dm: test: Check all devices have a sequence numbers by Simon Glass · Wed Dec 16 21:20:10 2020 -0700
  65. b75b15b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · Thu Dec 03 16:55:23 2020 -0700
  66. 33b2efb dm: treewide: Update 'auto' declarations to be on one line by Simon Glass · Thu Dec 03 16:55:22 2020 -0700
  67. aad29ae dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · Thu Dec 03 16:55:21 2020 -0700
  68. fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · Thu Dec 03 16:55:20 2020 -0700
  69. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · Thu Dec 03 16:55:18 2020 -0700
  70. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · Thu Dec 03 16:55:17 2020 -0700
  71. 4d71d60 dm: core: Drop unused parameter from dm_extended_scan_fdt() by Simon Glass · Sat Nov 28 17:50:10 2020 -0700
  72. 5039cab dm: core: Drop unused parameter from dm_scan_fdt() by Simon Glass · Sat Nov 28 17:50:09 2020 -0700
  73. 5de5b3b dm: core: Add a livetree function to check node status by Simon Glass · Sat Nov 28 17:50:02 2020 -0700
  74. 884870f dm: core: Rename device_bind_ofnode() to device_bind() by Simon Glass · Sat Nov 28 17:50:01 2020 -0700
  75. 0e29873 test: unit test for exception command by Heinrich Schuchardt · Thu Nov 12 00:29:59 2020 +0100
  76. 529e208 bootm: Support string substitution in bootargs by Simon Glass · Thu Nov 05 10:33:48 2020 -0700
  77. b4e1b6d bootm: Allow updating the bootargs in a buffer by Simon Glass · Thu Nov 05 10:33:45 2020 -0700
  78. 63660dc bootm: Update bootm_process_cmdline_env() to use flags by Simon Glass · Thu Nov 05 10:33:44 2020 -0700
  79. d87002f bootm: Add a bool parameter to bootm_process_cmdline_env() by Simon Glass · Thu Nov 05 10:33:41 2020 -0700
  80. a50b6dd bootm: Rename fixup_silent_linux() by Simon Glass · Thu Nov 05 10:33:40 2020 -0700
  81. 2eab017 bootm: Update fixup_silent_linux() to return an error by Simon Glass · Thu Nov 05 10:33:39 2020 -0700
  82. 07a8886 bootm: Add tests for fixup_silent_linux() by Simon Glass · Thu Nov 05 10:33:38 2020 -0700
  83. 783ef3f env: Allow returning errors from hdelete_r() by Simon Glass · Thu Nov 05 10:33:37 2020 -0700
  84. 30a7c61 test/py: efi_capsule: test for raw image capsule by AKASHI Takahiro · Mon Nov 30 18:12:17 2020 +0900
  85. 0f626ce test/py: efi_capsule: test for FIT image capsule by AKASHI Takahiro · Mon Nov 30 18:12:16 2020 +0900
  86. 580a7a5 setexpr: Add support for strings by Simon Glass · Sun Nov 01 14:15:44 2020 -0700
  87. 7a11486 setexpr: Correct buffer overflow bug and enable tests by Simon Glass · Sun Nov 01 14:15:42 2020 -0700
  88. 28ae25a setexpr: Correct dropping of final unmatched string by Simon Glass · Sun Nov 01 14:15:41 2020 -0700
  89. 00e4419 setexpr: Add some tests for buffer overflow and backref by Simon Glass · Sun Nov 01 14:15:40 2020 -0700
  90. bbcdba8 test: Add some setexpr regex tests by Simon Glass · Sun Nov 01 14:15:38 2020 -0700
  91. 7c19edf setexpr: Add explicit support for 32- and 64-bit ints by Simon Glass · Sun Nov 01 14:15:37 2020 -0700
  92. 663a2c1 test: Add some tests for setexpr by Simon Glass · Sun Nov 01 14:15:35 2020 -0700
  93. 2def741 Nokia RX-51: Update test script by Pali Rohár · Sat Oct 31 17:32:48 2020 +0100
  94. a391451 Merge tag 'dm-pull5nov20' of git://git.denx.de/u-boot-dm by Tom Rini · Fri Nov 06 11:27:14 2020 -0500
  95. 458b66a board: Rename uclass to sysinfo by Simon Glass · Thu Nov 05 06:32:05 2020 -0700
  96. a385d49 acpi: Don't reset the tables with every new generation by Simon Glass · Wed Nov 04 09:57:33 2020 -0700
  97. 7b3b003 test: linking test/compression.c fails by Heinrich Schuchardt · Sat Oct 31 08:59:25 2020 +0100
  98. 67b9134 test: test/bloblist.c depends on asm/state.h by Heinrich Schuchardt · Sat Oct 31 08:38:06 2020 +0100
  99. e7e4f2d test: adjust sysreset tests by Heinrich Schuchardt · Tue Oct 27 20:29:26 2020 +0100
  100. 5cf0f3b test/py: test poweroff by Heinrich Schuchardt · Tue Oct 27 20:29:23 2020 +0100