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