1. dd8e634 test: Fix the boardspec for the SPL handoff test by Simon Glass · Fri Dec 27 07:46:30 2019 -0700
  2. 66b5b9e test_env: don't strip() printenv results by Stephen Warren · Wed Dec 18 11:37:21 2019 -0700
  3. b5124e3 test: add asn1 unit test by AKASHI Takahiro · Wed Nov 13 09:45:02 2019 +0900
  4. 4b63f69 test/py: test_fs: add tests for creating/deleting many files by AKASHI Takahiro · Tue Nov 26 17:28:49 2019 +0900
  5. adaaa48 common: Move command functions out of common.h by Simon Glass · Thu Nov 14 12:57:43 2019 -0700
  6. 495a5dc common: Move get_ticks() function out of common.h by Simon Glass · Thu Nov 14 12:57:30 2019 -0700
  7. e1aba1e common: Add a new lz4.h header file by Simon Glass · Thu Nov 14 12:57:25 2019 -0700
  8. 513255b dm: test: usb: rework keyboard test by Heinrich Schuchardt · Sat Nov 23 18:15:23 2019 +0100
  9. 1c9bb9b tests: add OP-TEE test suite by Heiko Stuebner · Wed Oct 23 16:46:41 2019 +0200
  10. bb51132 dm: regulator: support regulator more state by Joseph Chen · Thu Sep 26 15:43:52 2019 +0800
  11. 37ad0fe spi: Add support for memory-mapped flash by Simon Glass · Sun Oct 20 21:31:47 2019 -0600
  12. ba1e61b Merge tag 'dm-pull-29oct19' of git://git.denx.de/u-boot-dm by Tom Rini · Fri Nov 01 09:34:35 2019 -0400
  13. f026611 test: provide test for errno_str() by Heinrich Schuchardt · Tue Oct 15 21:46:04 2019 +0200
  14. 649bdaf test/py: Use raw strings more to avoid deprecation warnings by Tom Rini · Thu Oct 24 11:59:28 2019 -0400
  15. a39e81b test/py: Update docs, add requirements.txt for pip by Tom Rini · Thu Oct 24 11:59:26 2019 -0400
  16. 741e393 test/py: Rework test.py to be a different kind of wrapper by Tom Rini · Thu Oct 24 11:59:25 2019 -0400
  17. 784e27d test/py: Update test_fs to decode check_output calls by Tom Rini · Thu Oct 24 11:59:24 2019 -0400
  18. b18abd0 test/py: test_efi_selftest.py: Updates for python 3 support by Tom Rini · Thu Oct 24 11:59:23 2019 -0400
  19. 439ed3e test/py: test_ut.py: Ensure we use bytes by Tom Rini · Thu Oct 24 11:59:22 2019 -0400
  20. 6a99041 test/py: Manual python3 fixes by Tom Rini · Thu Oct 24 11:59:21 2019 -0400
  21. 7f24c19 test/py: Automated conversion to Python 3 by Tom Rini · Thu Oct 24 11:59:20 2019 -0400
  22. 9dfdf6e test/py: Fix pytest4 deprecation warnings by Marek Vasut · Thu Oct 24 11:59:19 2019 -0400
  23. 1ba0781 test/py: Split mark to multiple lines by Tom Rini · Thu Oct 24 11:59:18 2019 -0400
  24. e7e7953 test: regmap: check the values read from the regmap by Jean-Jacques Hiblot · Fri Oct 11 16:16:50 2019 -0600
  25. c1e9c94 test: clk: test clock self assignment by Jean-Jacques Hiblot · Tue Oct 22 14:00:07 2019 +0200
  26. 98e8418 test: clk: Update tests to also check the managed API by Jean-Jacques Hiblot · Tue Oct 22 14:00:05 2019 +0200
  27. 6814897 dm: Tidy up dump output when there are many devices by Patrick Delaunay · Mon Sep 30 10:19:13 2019 +0200
  28. 1d5ef52 pytest: vboot: add a test for required key by Philippe Reynes · Wed Sep 18 16:04:53 2019 +0200
  29. 9712c82 dm: Add a dsi host uclass by Yannick Fertré · Mon Oct 07 15:29:05 2019 +0200
  30. 3275e5d remoteproc: elf_loader: Introduce rproc_elf_get_boot_addr() api by Lokesh Vutla · Wed Sep 04 16:01:31 2019 +0530
  31. b506cba remoteproc: elf_loader: Always check the validity of the image before loading by Lokesh Vutla · Wed Sep 04 16:01:28 2019 +0530
  32. fa45a08 dm: core: Add a function to count the children of a device by Lokesh Vutla · Wed Sep 04 16:01:26 2019 +0530
  33. 23b2759 dm: pci: Add a function to read a PCI BAR by Simon Glass · Sun Sep 15 12:08:58 2019 -0600
  34. 21c8f1a sandbox: Rename PCI ID for swap_case to be more specific by Simon Glass · Wed Sep 25 08:56:01 2019 -0600
  35. a10a383 dm: test: Correct a stray backslash in dm_test_destroy() by Simon Glass · Wed Sep 25 08:55:57 2019 -0600
  36. 0bb4427 dm: core: Correct the return value for uclass_find_first_device() by Simon Glass · Wed Sep 25 08:55:55 2019 -0600
  37. c5987ae dm: test: Don't fail when tests are skipped due to build by Simon Glass · Wed Sep 25 08:55:52 2019 -0600
  38. 14866fb dm: test: Fix running of multiple test from command line by Simon Glass · Wed Sep 25 08:55:51 2019 -0600
  39. 0d1705e test: add tests for u16_str<n>cmp() by AKASHI Takahiro · Wed Sep 18 10:26:30 2019 +0900
  40. a7af286 dm: cache: Add enable and disable ops for sandbox and test by Rick Chen · Wed Aug 28 18:46:05 2019 +0800
  41. 8eec510 sandbox: clk: add clk enable/disable test code by Peng Fan · Wed Aug 21 13:35:19 2019 +0000
  42. 95ca350 test/py: Add cmd_memory dependency back to test_mmc_wr by Michal Simek · Mon Aug 19 11:06:13 2019 +0200
  43. fb76807 Merge branch '2019-08-11-ti-imports' by Tom Rini · Mon Aug 12 18:47:53 2019 -0400
  44. f677c6f dm: core: add support for getting register address and size by Sekhar Nori · Thu Aug 01 19:12:56 2019 +0530
  45. cf3119d clk: add support for clk_is_match() by Sekhar Nori · Thu Aug 01 19:12:55 2019 +0530
  46. 63a2f57 env: Drop the ACTION typedef by Simon Glass · Thu Aug 01 09:47:09 2019 -0600
  47. 1a23686 env: Drop the ENTRY typedef by Simon Glass · Fri Aug 02 09:44:18 2019 -0600
  48. 5e6201b env: Move env_set() to env.h by Simon Glass · Thu Aug 01 09:46:51 2019 -0600
  49. 1a974af common: Move gzip functions into a new gzip header by Simon Glass · Thu Aug 01 09:46:36 2019 -0600
  50. 71a3584 test/py: Fix MMC/SD block write test dependency by Michal Simek · Fri Aug 02 06:48:44 2019 +0200
  51. 89bda31 test/py: avb: Move AVB test to android dir by Sam Protsenko · Tue Jul 02 21:18:02 2019 +0300
  52. 8804002 fit: Do not automatically decompress ramdisk images by Julius Werner · Fri Aug 02 15:52:28 2019 -0700
  53. 94ca0a8 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-clk by Tom Rini · Fri Aug 02 13:29:46 2019 -0400
  54. a35de5a test/py: add MMC/SD block write test by Jean-Jacques Hiblot · Mon Jun 17 17:49:21 2019 +0200
  55. 91f053f test: dm: clk_ccf: test composite clk by Peng Fan · Wed Jul 31 07:02:05 2019 +0000
  56. 97b09cd fit: Support compression for non-kernel components (e.g. FDT) by Julius Werner · Wed Jul 24 19:37:55 2019 -0700
  57. 47ef986 common: Move bootm_decomp_image() to image.c (as image_decomp()) by Julius Werner · Wed Jul 24 19:37:54 2019 -0700
  58. 41c0e26 Merge tag 'u-boot-imx-20190719' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · Sat Jul 27 09:35:05 2019 -0400
  59. 0accd0d Merge tag 'dm-pull-24jul19-take3' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · Wed Jul 24 16:24:50 2019 -0400
  60. f46732a binman: Convert to use ArgumentParser by Simon Glass · Mon Jul 08 14:25:29 2019 -0600
  61. cebfab2 binman: Pass the toolpath to tests by Simon Glass · Mon Jul 08 13:18:50 2019 -0600
  62. ec264b4 test/py: Add base test case for A/B updates by Ruslan Trofymenko · Fri Jul 05 15:37:34 2019 +0300
  63. c37e68f treewide: Fix stale references of Android docs by Eugeniu Rosca · Fri Jul 19 23:26:11 2019 +0200
  64. 39d82b2 Merge tag 'efi-2019-10-rc1-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Tue Jul 23 22:29:53 2019 -0400
  65. c6b05de Merge tag 'u-boot-stm32-20190723' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · Tue Jul 23 14:16:21 2019 -0400
  66. edbbdad remoteproc: add elf file load support by Fabien Dessenne · Fri May 31 15:11:33 2019 +0200
  67. 22236e0 dm: core: Introduce xxx_translate_dma_address() by Fabien Dessenne · Fri May 31 15:11:30 2019 +0200
  68. 8c0709b clk: sandbox: Add sandbox test code for Common Clock Framework [CCF] by Lukasz Majewski · Mon Jun 24 15:50:50 2019 +0200
  69. 3e83f79 Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · Thu Jul 18 20:32:07 2019 -0400
  70. 0649be5 test: dm: add a test for MDIO MUX DM uclass by Alex Marginean · Fri Jul 12 10:13:53 2019 +0300
  71. 3336ef6 test: dm_mdio: add a 2nd register to the emulated PHY by Alex Marginean · Fri Jul 12 10:13:52 2019 +0300
  72. 13616a9 test/py: gpt: Use long options for sgdisk by Sam Protsenko · Tue Jul 02 21:20:32 2019 +0300
  73. 551983d test: unit test for u16_strlen() by Heinrich Schuchardt · Sun Jul 14 17:47:46 2019 +0200
  74. 0daa53a test: dm: add MDIO test by Alex Marginean · Mon Jun 03 19:12:28 2019 +0300
  75. e702810 test: dm: usb: use the real device name by Peng Fan · Wed May 22 07:08:12 2019 +0000
  76. 2c1f296 test: dm: adc: use the real device name by Peng Fan · Wed May 22 07:08:09 2019 +0000
  77. 5a822e8 Merge tag 'dm-pull-9jul19-take2' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · Thu Jul 11 18:10:11 2019 -0400
  78. afdb342 test: pci_ep: add basic pci_ep tests by Ramon Fried · Sat Apr 27 11:15:24 2019 +0300
  79. f127443 test: dm: Add a test for PCI Enhanced Allocation by Alex Marginean · Fri Jun 07 11:24:24 2019 +0300
  80. ae84ff1 test: check u-boot properties in SPL device tree by Patrick Delaunay · Tue May 21 19:19:11 2019 +0200
  81. 9c18f43 Merge tag 'efi-2019-10-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Mon Jul 08 16:02:51 2019 -0400
  82. 269c33d test/py: not all boards support UEFI runtime reset by Heinrich Schuchardt · Fri Jul 05 18:16:51 2019 +0200
  83. e2193d6 test/py: error message test_efi_selftest_device_tree by Heinrich Schuchardt · Fri Jul 05 17:43:13 2019 +0200
  84. db97c7f dm: Add a No-op uclass by Jean-Jacques Hiblot · Fri Jul 05 09:33:57 2019 +0200
  85. 6f03566 lib/vsprintf: allow printing upper case GUIDs by Heinrich Schuchardt · Mon Apr 29 08:08:43 2019 +0200
  86. a89f9cb video: Factor out vidconsole_put_string() by Marek Vasut · Fri May 17 20:22:31 2019 +0200
  87. 3647901 test/py: don't use mmc_rd config for other mmc tests by Stephen Warren · Tue Apr 16 16:04:49 2019 -0600
  88. 19bbb32 Merge branch 'master' of git://git.denx.de/u-boot-sunxi by Tom Rini · Wed May 08 16:21:43 2019 -0400
  89. dcd48c3 test/dm: reset: Add reset_get_by_index[_nodev] test by Jagan Teki · Thu Feb 28 00:26:56 2019 +0530
  90. ab127ba test/dm: clk: Add clk_get_by_index[_nodev] test by Jagan Teki · Tue Mar 05 19:42:44 2019 +0530
  91. b144ab1 lib/display_options: avoid illegal memory access by Heinrich Schuchardt · Fri Apr 26 18:39:00 2019 +0200
  92. d94e18e dm: cache: Create a uclass for cache by Dinh Nguyen · Tue Apr 23 16:55:03 2019 -0500
  93. 78b0b9d avb: add support for named persistent values by Igor Opaniuk · Tue Apr 09 15:38:14 2019 +0200
  94. 3313539 Merge tag 'efi-2019-07-rc1-3' of git://git.denx.de/u-boot-efi by Tom Rini · Wed Apr 24 12:26:58 2019 -0400
  95. 6b3635e test: env: Enable env unit tests by default by Heinrich Schuchardt · Sun Apr 07 17:57:40 2019 +0200
  96. 1c111f9 efi_selftest: do not run FDT test with ACPI table. by Heinrich Schuchardt · Sat Apr 20 13:33:55 2019 +0200
  97. 59264ae test/py: pytest.mark.notbuildconfigspec() by Heinrich Schuchardt · Mon Apr 22 09:18:55 2019 +0200
  98. 770ab9f test: call hexdump tests via `ut lib` by Heinrich Schuchardt · Mon Feb 11 18:29:24 2019 +0100
  99. 9b3fe13 test: py: Extend fpga test with fit image with external data by Michal Simek · Mon Feb 18 13:22:56 2019 +0100
  100. ee01043 syscon: update syscon_regmap_lookup_by_phandle by Patrick Delaunay · Thu Mar 07 09:57:13 2019 +0100