1. 8a8cd4f sandbox: cros-ec: Add tests for the Chromium OS EC PWM driver by Alper Nebi Yasak · Wed May 19 19:33:31 2021 +0300
  2. de07083 sandbox: fix sandbox_reset() by Heinrich Schuchardt · Wed May 12 18:38:51 2021 +0200
  3. e6d24be sandbox: ensure that state->ram_buf is in low memory by Heinrich Schuchardt · Tue May 11 21:03:16 2021 +0200
  4. b78cc9b sandbox: Support signal handling only when requested by Simon Glass · Mon Mar 22 18:21:01 2021 +1300
  5. 7efcdfd net: use the same alias stem for ethernet as linux by Michael Walle · Thu Feb 25 16:51:11 2021 +0100
  6. b8b9237 sandbox: correct determination of the text base by Heinrich Schuchardt · Sat May 15 19:29:13 2021 +0200
  7. 7243493 sandbox: make LTO available by Marek Behún · Thu May 20 13:24:07 2021 +0200
  8. 184c4af sandbox: use sections instead of symbols for getopt array boundaries by Marek Behún · Thu May 20 13:24:06 2021 +0200
  9. f872685 build: use thin archives instead of incremental linking by Marek Behún · Thu May 20 13:24:02 2021 +0200
  10. 4bebdd3 treewide: Convert macro and uses of __section(foo) to __section("foo") by Marek Behún · Thu May 20 13:23:52 2021 +0200
  11. 965a34f pytest: add sandbox test for "extension" command by Kory Maincent · Tue May 04 19:31:23 2021 +0200
  12. f8fc703 Revert "fdt: translate address if #size-cells = <0>" by Dario Binacchi · Sat May 01 17:05:26 2021 +0200
  13. 30d4d2b sandbox: add test of CONFIG_ENV_IMPORT_FDT by Rasmus Villemoes · Wed Apr 21 11:06:55 2021 +0200
  14. 1c83067 test: Add gpio-sysinfo test by Sean Anderson · Tue Apr 20 10:50:58 2021 -0400
  15. 9b4cdef test: reset: Extend base reset test to catch error by Neil Armstrong · Tue Apr 20 10:42:25 2021 +0200
  16. 12e9681 Merge tag 'ti-v2021.07-rc1' of https://source.denx.de/u-boot/custodians/u-boot-ti by Tom Rini · Sun Apr 18 08:46:39 2021 -0400
  17. 381ed97 test: dm: Add a case to test ofnode_phy_is_fixed_link() by Bin Meng · Sun Mar 14 20:14:58 2021 +0800
  18. d9eaa92 sandbox: Add a DSA sandbox driver and unit test by Claudiu Manoil · Sun Mar 14 20:14:57 2021 +0800
  19. c83a843 firmware: scmi: fix inline comments and minor coding style issues by Etienne Carriere · Mon Mar 08 22:38:08 2021 +0100
  20. b8f15cd firmware: scmi: sandbox test for voltage regulator by Etienne Carriere · Mon Mar 08 22:38:07 2021 +0100
  21. 20dd9e1 test: pinmux: add test for 'pinctrl-single' driver by Dario Binacchi · Sun Apr 11 09:39:50 2021 +0200
  22. caf5d8c sandbox: define __dyn_sym_start, dyn_sym_end by Heinrich Schuchardt · Tue Mar 23 12:37:47 2021 +0100
  23. 1b0851f sandbox: Correct uninit conflict by Simon Glass · Mon Mar 15 18:11:24 2021 +1300
  24. dafc5d7 sandbox: Only delete the executable if requested by Simon Glass · Mon Mar 15 18:11:07 2021 +1300
  25. 53f6dc0 sandbox: dtsi: add rng by Vincent Stehlé · Wed Mar 10 15:33:30 2021 +0100
  26. 07f2e80 sandbox: Define a region for device priv/plat data by Simon Glass · Mon Mar 15 17:25:39 2021 +1300
  27. 77faa97 Revert "sandbox: Disable I2C emulators in SPL" by Simon Glass · Mon Mar 15 17:25:31 2021 +1300
  28. 3ee1d39 sandbox: i2c: Move platdata structs to header files by Simon Glass · Mon Mar 15 17:25:27 2021 +1300
  29. 9bb88fb clk: sandbox: Create a special fixed-rate driver by Simon Glass · Mon Mar 15 17:25:24 2021 +1300
  30. 96d5736 clk: sandbox: Move priv/plat data to a header file by Simon Glass · Mon Mar 15 17:25:22 2021 +1300
  31. df8b8f5 sandbox: Drop debug message in os_spl_to_uboot() by Simon Glass · Mon Mar 15 17:25:12 2021 +1300
  32. 98af374 sandbox: i2c: Rename driver names to work with of-platdata by Simon Glass · Wed Feb 03 06:01:17 2021 -0700
  33. 9db623b sandbox: Make sandbox,emul more conventional by Simon Glass · Wed Feb 03 06:01:16 2021 -0700
  34. e24fdef sandbox: enable cros-ec-keyb in test.dtb by Heinrich Schuchardt · Thu Feb 18 13:01:35 2021 +0100
  35. b90e487 sandbox: Update os_find_u_boot() to find the .img file by Simon Glass · Sun Mar 07 17:35:13 2021 -0700
  36. 1ef74ab test: Allow SPL to run any available test by Simon Glass · Sun Mar 07 17:35:12 2021 -0700
  37. a1add9d test: Rename test-main.c to test-dm.c by Simon Glass · Sun Mar 07 17:34:46 2021 -0700
  38. 46c0374 sandbox: Drop the 'starting...' message by Simon Glass · Sun Mar 07 17:34:40 2021 -0700
  39. 247ccf2 gpio: Add a way to read 3-way strapping pins by Simon Glass · Thu Feb 04 21:22:09 2021 -0700
  40. 5935652 gpio: sandbox: Track whether a GPIO is driven by Simon Glass · Thu Feb 04 21:22:07 2021 -0700
  41. 44a1a5b gpio: sandbox: Use a separate flag for the value by Simon Glass · Thu Feb 04 21:22:00 2021 -0700
  42. 3f2d575 gpio: sandbox: Rename GPIO dir_flags to flags by Simon Glass · Thu Feb 04 21:21:59 2021 -0700
  43. e00efa9 sandbox: Write out bloblist when exiting by Simon Glass · Sat Feb 06 09:57:34 2021 -0700
  44. edd094e sandbox: Avoid using malloc() for system state by Simon Glass · Sat Feb 06 09:57:33 2021 -0700
  45. 4c902fa sandbox: Add os_realloc() by Simon Glass · Sat Feb 06 09:57:32 2021 -0700
  46. 6f14d5f reset: Remove addr parameter from reset_cpu() by Harald Seiler · Tue Dec 15 16:47:52 2020 +0100
  47. 00b5acd Merge tag 'u-boot-amlogic-20210222' of https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · Mon Feb 22 12:37:02 2021 -0500
  48. 3b388a3 Merge tag 'ti-v2021.04-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti by Tom Rini · Mon Feb 22 09:12:04 2021 -0500
  49. 6a02d3f arch: sandbox: fix typo in clk.h by Dario Binacchi · Sun Feb 14 15:17:43 2021 +0100
  50. 892e9b4 dm: test: Add test case for dev->dma_offset by Nicolas Saenz Julienne · Tue Jan 12 13:55:25 2021 +0100
  51. 22b7f7e dm: test: Add test case for dev_get_dma_ranges() by Nicolas Saenz Julienne · Tue Jan 12 13:55:23 2021 +0100
  52. ad39859 test: add a simple test for the adc-keys button driver by Marek Szyprowski · Thu Feb 18 11:33:18 2021 +0100
  53. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · Fri Oct 30 21:38:53 2020 -0600
  54. c0d1a00 sandbox: keep time offset when resetting by Heinrich Schuchardt · Wed Dec 30 18:07:48 2020 +0100
  55. bf0a692 dm: core: Update ofnode_read_fmap_entry() to read hashes by Simon Glass · Thu Jan 21 13:57:14 2021 -0700
  56. 6d0601e sandbox: Disable I2C emulators in SPL by Simon Glass · Thu Jan 21 13:57:09 2021 -0700
  57. 9d70252 cros_ec: Add support for switches by Simon Glass · Sat Jan 16 14:52:28 2021 -0700
  58. 9b306e5 cros_ec: Add a function for the hello message by Simon Glass · Sat Jan 16 14:52:22 2021 -0700
  59. 9f4821f sandbox: fix sandbox_cmdline_cb_test_fdt() by Heinrich Schuchardt · Fri Dec 25 16:04:26 2020 +0100
  60. 053156d test: add test for dropped trace before log_init by Patrick Delaunay · Fri Nov 27 11:20:55 2020 +0100
  61. 836cc9d dm: core: add a function to decode display timings by Dario Binacchi · Wed Dec 30 00:16:26 2020 +0100
  62. b574d68 fdt: translate address if #size-cells = <0> by Dario Binacchi · Wed Dec 30 00:16:21 2020 +0100
  63. b7f8589 clk: add clk_round_rate() by Dario Binacchi · Wed Dec 30 00:06:31 2020 +0100
  64. e98524a sandbox: Update dts files to reduce SPL size by Simon Glass · Sat Dec 19 10:39:56 2020 -0700
  65. 4662f61 sandbox: i2c: Move priv into a header file by Simon Glass · Sat Dec 19 10:39:54 2020 -0700
  66. 2bfb7ef sandbox: serial: Move priv into a header file by Simon Glass · Sat Dec 19 10:39:53 2020 -0700
  67. 6daf905 sandbox: remove ram buffer file when U-Boot is loaded by SPL by Patrick Delaunay · Fri Nov 20 09:48:33 2020 +0100
  68. 56a34a4 sandbox: Drop unnecessary test node by Simon Glass · Tue Dec 22 19:30:20 2020 -0700
  69. a2c9d01 test: spi: Add sandbox_spi_get_{speed, mode} interface by Ovidiu Panait · Mon Dec 14 19:06:49 2020 +0200
  70. ae73473 sandbox: test: Add a second SPI slave on sandbox_spi bus by Ovidiu Panait · Mon Dec 14 19:06:47 2020 +0200
  71. a220c1d sandbox: spi: Drop unused sandbox_spi_parse_spec function by Ovidiu Panait · Mon Dec 14 19:06:46 2020 +0200
  72. 47c5e19 sandbox: implement invalidate_icache_all() by Heinrich Schuchardt · Wed Dec 09 19:42:44 2020 +0100
  73. 43eb872 sandbox: implement runtime system reset by Heinrich Schuchardt · Wed Dec 02 16:22:11 2020 +0100
  74. 791a17f dm: test: Add a test for DM_UC_FLAG_NO_AUTO_SEQ by Simon Glass · Wed Dec 16 21:20:27 2020 -0700
  75. 7d5e411 dm: Switch over to use new sequence number for dev_seq() by Simon Glass · Wed Dec 16 21:20:26 2020 -0700
  76. 28eb509 sandbox: add handler for exceptions by Heinrich Schuchardt · Thu Nov 12 00:29:56 2020 +0100
  77. a391451 Merge tag 'dm-pull5nov20' of git://git.denx.de/u-boot-dm by Tom Rini · Fri Nov 06 11:27:14 2020 -0500
  78. 458b66a board: Rename uclass to sysinfo by Simon Glass · Thu Nov 05 06:32:05 2020 -0700
  79. 1c67844 sandbox: implement reset by Heinrich Schuchardt · Tue Oct 27 20:29:25 2020 +0100
  80. fc96df6 sandbox: use O_CLOEXEC in os_open() by Heinrich Schuchardt · Tue Oct 27 20:29:24 2020 +0100
  81. 69db2ee sandbox: eth-raw: do not close the console input by Heinrich Schuchardt · Tue Oct 27 20:29:21 2020 +0100
  82. 4d4558e dm: Add a test for of-platdata parent information by Simon Glass · Sat Oct 03 11:31:36 2020 -0600
  83. 6b927b1 dm: test: Add a test for of-platdata phandles by Simon Glass · Sat Oct 03 11:31:32 2020 -0600
  84. 10a2cd3 dm: test: Drop of-platdata pytest by Simon Glass · Sun Oct 25 20:38:35 2020 -0600
  85. eff9658 sandbox: Allow selection of SPL unit tests by Simon Glass · Sun Oct 25 20:38:33 2020 -0600
  86. a4e289b dm: test: Add a way to run SPL tests by Simon Glass · Sun Oct 25 20:38:28 2020 -0600
  87. 6d75486 sandbox: make SDL window resizable by Heinrich Schuchardt · Fri Oct 09 23:44:11 2020 +0200
  88. a94b697 test: Add tests for the multiplexer framework by Jean-Jacques Hiblot · Fri Oct 16 16:16:34 2020 +0530
  89. 57c2fc6 test: sharpen button label unit test by Heinrich Schuchardt · Mon Sep 14 12:50:54 2020 +0200
  90. fbf8d65 test: dm: Test for default led naming by Sean Anderson · Mon Sep 14 11:02:03 2020 -0400
  91. 3438e3b test: pinmux: Add test for pin muxing by Sean Anderson · Mon Sep 14 11:01:57 2020 -0400
  92. a34f893 sandbox: avoid duplicate backslash input by Heinrich Schuchardt · Tue Sep 29 03:56:20 2020 +0200
  93. 6ce563b sandbox: add missing SDL key scan codes by Heinrich Schuchardt · Tue Sep 29 01:41:18 2020 +0200
  94. 8cd2801 test: dm: add test for phandle access functions by Patrick Delaunay · Fri Sep 25 09:41:16 2020 +0200
  95. 8b9b689 firmware: smci: sandbox test for SCMI reset controllers by Etienne Carriere · Wed Sep 09 18:44:07 2020 +0200
  96. 2d94c08fa firmware: scmi: sandbox test for SCMI clocks by Etienne Carriere · Wed Sep 09 18:44:05 2020 +0200
  97. 02fd126 firmware: add SCMI agent uclass by Etienne Carriere · Wed Sep 09 18:44:00 2020 +0200
  98. 0b89fc5 test: dm: Add tests for regmap managed API and regmap fields by Jean-Jacques Hiblot · Thu Sep 24 10:04:18 2020 +0530
  99. 7387340 test: gpio: Add tests for the managed API by Jean-Jacques Hiblot · Fri Sep 11 13:43:35 2020 +0530
  100. 880c5c7 test: reset: Add tests for the managed API by Jean-Jacques Hiblot · Wed Sep 09 15:37:04 2020 +0530