1. 4937be0 sandbox: Allow SPI flash bootdevs to be disabled for tests by Simon Glass · Tue Jan 17 10:48:02 2023 -0700
  2. 66014cc sandbox: Allow ethernet to be disabled at runtime by Simon Glass · Tue Jan 17 10:47:27 2023 -0700
  3. 8f0dfd4 sandbox: Finish migration to Kconfig by Tom Rini · Fri Dec 02 16:42:43 2022 -0500
  4. 707a6fc test: test sandbox sound driver more rigorously by Heinrich Schuchardt · Sun Dec 04 17:11:41 2022 +0100
  5. d78aa75 vbe: Support reading the next SPL phase via VBE by Simon Glass · Thu Oct 20 18:23:10 2022 -0600
  6. f0b534f sandbox: Add a way to specify the sandbox executable by Simon Glass · Thu Oct 20 18:23:02 2022 -0600
  7. 4aa6a9b sandbox: Generalise SPL booting by Simon Glass · Thu Oct 20 18:23:01 2022 -0600
  8. 57b00a9 sandbox: Support setting up the other FDT for testing by Simon Glass · Tue Sep 06 20:27:10 2022 -0600
  9. f17b967 sandbox: Support loading the other FDT by Simon Glass · Tue Sep 06 20:27:09 2022 -0600
  10. d74c461 sandbox: Add a function to load a relative file path by Simon Glass · Tue Sep 06 20:27:08 2022 -0600
  11. 1a3e39b test: Support testing malloc() failures by Simon Glass · Tue Sep 06 20:27:00 2022 -0600
  12. 161e1e3 bootstd: Allow EFI bootmgr to support an invalid bootflow by Simon Glass · Sat Jul 30 15:52:22 2022 -0600
  13. 89b5381 Merge branch 'next' by Tom Rini · Mon Jul 11 10:18:13 2022 -0400
  14. 3374704 sandbox: sdl: Add stub sandbox_sdl_remove_display() by Andrew Scull · Wed Mar 23 20:20:37 2022 +0000
  15. 2b40f80 sandbox: Add libfuzzer integration by Andrew Scull · Mon May 30 10:00:11 2022 +0000
  16. ca5d137 sandbox: Decouple program entry from sandbox init by Andrew Scull · Mon May 30 10:00:10 2022 +0000
  17. c6cb99b sandbox: Rename getopt sections by Andrew Scull · Mon May 30 10:00:03 2022 +0000
  18. f5e9359 spl: Remove CONFIG_SPL_BOARD_LOAD_IMAGE by Tom Rini · Thu May 12 17:35:40 2022 -0400
  19. 145992c Remove duplication of table_compute_checksum function by Tom Rini · Mon Apr 04 14:43:51 2022 -0400
  20. b271161 test: serial: Add test for putc/puts by Sean Anderson · Mon Apr 04 14:17:59 2022 -0400
  21. 417ae2c sandbox: video: Replace PCI_CLASS_* macros by one from pci_ids.h by Pali Rohár · Fri Feb 18 13:16:18 2022 +0100
  22. bf1f132 firmware: scmi: fix sandbox and related tests for clock discovery by Etienne Carriere · Mon Feb 21 09:22:41 2022 +0100
  23. 09665cb sandbox: scmi: test against a single scmi agent by Etienne Carriere · Mon Feb 21 09:22:39 2022 +0100
  24. b0da223 acpi: Move acpi_write_tables() to a generic header by Simon Glass · Sat Jan 29 14:30:52 2022 -0700
  25. f3425cb sandbox: Allow building with GENERATE_ACPI_TABLE by Simon Glass · Wed Dec 01 09:02:40 2021 -0700
  26. b33f2f9 x86: Move the acpi table to generic global_data by Simon Glass · Wed Dec 01 09:02:37 2021 -0700
  27. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · Wed Jan 19 18:05:50 2022 +0100
  28. c3b5adf sandbox: video: Add BMP tests for 32bpp and 8bpp modes by Simon Glass · Fri Nov 19 13:23:50 2021 -0700
  29. cce7480 video: sandbox: Avoid duplicate display windows by Simon Glass · Fri Nov 19 13:23:46 2021 -0700
  30. ab5348a sandbox: Remove OF_HOSTFILE by Ilias Apalodimas · Tue Oct 26 09:12:33 2021 +0300
  31. 62fb2b4 WS cleanup: remove SPACE(s) followed by TAB by Wolfgang Denk · Mon Sep 27 17:42:39 2021 +0200
  32. e7995f7 irq: Tidy up of-platdata irq support by Simon Glass · Sat Aug 07 07:24:11 2021 -0600
  33. 3ef67ae Finish converting CONFIG_SYS_CACHELINE_SIZE to Kconfig by Tom Rini · Thu Aug 26 11:47:59 2021 -0400
  34. d8c6017 sandbox: Reduce keyed autoboot delay by Simon Glass · Sat Jul 24 15:14:39 2021 -0600
  35. 1cd0600 sandbox: Support executables for more phases by Simon Glass · Mon Jul 05 16:32:45 2021 -0600
  36. 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
  37. b78cc9b sandbox: Support signal handling only when requested by Simon Glass · Mon Mar 22 18:21:01 2021 +1300
  38. 184c4af sandbox: use sections instead of symbols for getopt array boundaries by Marek Behún · Thu May 20 13:24:06 2021 +0200
  39. 4bebdd3 treewide: Convert macro and uses of __section(foo) to __section("foo") by Marek Behún · Thu May 20 13:23:52 2021 +0200
  40. c83a843 firmware: scmi: fix inline comments and minor coding style issues by Etienne Carriere · Mon Mar 08 22:38:08 2021 +0100
  41. b8f15cd firmware: scmi: sandbox test for voltage regulator by Etienne Carriere · Mon Mar 08 22:38:07 2021 +0100
  42. 3ee1d39 sandbox: i2c: Move platdata structs to header files by Simon Glass · Mon Mar 15 17:25:27 2021 +1300
  43. 9bb88fb clk: sandbox: Create a special fixed-rate driver by Simon Glass · Mon Mar 15 17:25:24 2021 +1300
  44. 96d5736 clk: sandbox: Move priv/plat data to a header file by Simon Glass · Mon Mar 15 17:25:22 2021 +1300
  45. 247ccf2 gpio: Add a way to read 3-way strapping pins by Simon Glass · Thu Feb 04 21:22:09 2021 -0700
  46. 5935652 gpio: sandbox: Track whether a GPIO is driven by Simon Glass · Thu Feb 04 21:22:07 2021 -0700
  47. 44a1a5b gpio: sandbox: Use a separate flag for the value by Simon Glass · Thu Feb 04 21:22:00 2021 -0700
  48. 3f2d575 gpio: sandbox: Rename GPIO dir_flags to flags by Simon Glass · Thu Feb 04 21:21:59 2021 -0700
  49. 6a02d3f arch: sandbox: fix typo in clk.h by Dario Binacchi · Sun Feb 14 15:17:43 2021 +0100
  50. 9d70252 cros_ec: Add support for switches by Simon Glass · Sat Jan 16 14:52:28 2021 -0700
  51. 9b306e5 cros_ec: Add a function for the hello message by Simon Glass · Sat Jan 16 14:52:22 2021 -0700
  52. b7f8589 clk: add clk_round_rate() by Dario Binacchi · Wed Dec 30 00:06:31 2020 +0100
  53. 4662f61 sandbox: i2c: Move priv into a header file by Simon Glass · Sat Dec 19 10:39:54 2020 -0700
  54. 2bfb7ef sandbox: serial: Move priv into a header file by Simon Glass · Sat Dec 19 10:39:53 2020 -0700
  55. a2c9d01 test: spi: Add sandbox_spi_get_{speed, mode} interface by Ovidiu Panait · Mon Dec 14 19:06:49 2020 +0200
  56. a220c1d sandbox: spi: Drop unused sandbox_spi_parse_spec function by Ovidiu Panait · Mon Dec 14 19:06:46 2020 +0200
  57. 1c67844 sandbox: implement reset by Heinrich Schuchardt · Tue Oct 27 20:29:25 2020 +0100
  58. 10a2cd3 dm: test: Drop of-platdata pytest by Simon Glass · Sun Oct 25 20:38:35 2020 -0600
  59. eff9658 sandbox: Allow selection of SPL unit tests by Simon Glass · Sun Oct 25 20:38:33 2020 -0600
  60. a4e289b dm: test: Add a way to run SPL tests by Simon Glass · Sun Oct 25 20:38:28 2020 -0600
  61. 8b9b689 firmware: smci: sandbox test for SCMI reset controllers by Etienne Carriere · Wed Sep 09 18:44:07 2020 +0200
  62. 2d94c08fa firmware: scmi: sandbox test for SCMI clocks by Etienne Carriere · Wed Sep 09 18:44:05 2020 +0200
  63. 02fd126 firmware: add SCMI agent uclass by Etienne Carriere · Wed Sep 09 18:44:00 2020 +0200
  64. 880c5c7 test: reset: Add tests for the managed API by Jean-Jacques Hiblot · Wed Sep 09 15:37:04 2020 +0530
  65. 79d3bba timer: Add a test for timer_timebase_fallback by Sean Anderson · Mon Sep 28 10:52:23 2020 -0400
  66. fff251e sandbox: make RAM size configurable by Heinrich Schuchardt · Sun Jun 07 18:47:35 2020 +0200
  67. 034b93b test: dm: rtc: add test of dm_rtc_read, dm_rtc_write by Rasmus Villemoes · Mon Jul 06 22:01:18 2020 +0200
  68. b786054 dm: Add support for simple-pm-bus by Sean Anderson · Wed Jun 24 06:41:12 2020 -0400
  69. 274e0b0 common: Drop net.h from common header by Simon Glass · Sun May 10 11:39:56 2020 -0600
  70. faf08c7 acpi: Add an acpi command by Simon Glass · Sun Apr 26 09:19:53 2020 -0600
  71. 28bdaa5 test: dm: update test for pins configuration in gpio by Patrick Delaunay · Mon Jan 13 11:35:14 2020 +0100
  72. 054fbba gpio: remove the open_drain API and ops by Patrick Delaunay · Mon Jan 13 11:35:00 2020 +0100
  73. 2d67fdf acpi: Add a simple sandbox test by Simon Glass · Wed Apr 08 16:57:34 2020 -0600
  74. 3d81215 dma-mapping: add <asm/dma-mapping.h> for all architectures by Masahiro Yamada · Thu Feb 20 14:15:37 2020 +0900
  75. b7b1838 Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · Tue Feb 11 10:58:41 2020 -0500
  76. a847b27 dm: irq: Add support for interrupt controller types by Simon Glass · Thu Feb 06 09:54:57 2020 -0700
  77. f91de0b sandbox: sdl: Add an option to double the screen size by Simon Glass · Mon Feb 03 07:36:13 2020 -0700
  78. 70bc14b sound: Add a new stop_play() method by Simon Glass · Mon Feb 03 07:36:06 2020 -0700
  79. 30f9205 sandbox: Add a new header for the system malloc() by Simon Glass · Mon Feb 03 07:36:05 2020 -0700
  80. 7811b0e Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-x86 into next by Tom Rini · Wed Dec 18 07:20:19 2019 -0500
  81. f695f6e dm: i2c: EEPROM simulator add tests for addr offset mask by Robert Beckett · Mon Oct 28 17:44:59 2019 +0000
  82. 1fe8a49 dm: i2c: EEPROM simulator allow tests visibility of addr and offset by Robert Beckett · Mon Oct 28 17:44:58 2019 +0000
  83. 937bb47 sandbox: Add PCI driver and test for p2sb by Simon Glass · Fri Dec 06 21:41:57 2019 -0700
  84. 8c50102 x86: sandbox: Add a PMC emulator and test by Simon Glass · Fri Dec 06 21:41:54 2019 -0700
  85. 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
  86. c667fb0 sandbox: test: Add a prototype for sandbox_set_enable_memio() by Simon Glass · Fri Oct 11 16:16:48 2019 -0600
  87. d80cda2 sandbox: Drop 'const' from sandbox_write() by Simon Glass · Fri Oct 11 16:16:47 2019 -0600
  88. 98e8418 test: clk: Update tests to also check the managed API by Jean-Jacques Hiblot · Tue Oct 22 14:00:05 2019 +0200
  89. 259dfe6 sandbox: fix build error due to missing struct udevice definition by AKASHI Takahiro · Fri Oct 04 13:45:18 2019 +0900
  90. 72231f7 sandbox: pci: Create a new sandbox_pci_read_bar() function by Simon Glass · Wed Sep 25 08:56:42 2019 -0600
  91. 0a341a7 sandbox: Allow use of real I/O with readl(), etc. by Simon Glass · Wed Sep 25 08:56:09 2019 -0600
  92. ca6f121 sandbox: Add support for clrsetio_32() and friends by Simon Glass · Wed Sep 25 08:56:02 2019 -0600
  93. 21c8f1a sandbox: Rename PCI ID for swap_case to be more specific by Simon Glass · Wed Sep 25 08:56:01 2019 -0600
  94. fa00255 doc: arch: sandbox: Replace all the instances of README.sandbox by Keerthy · Mon Jul 29 13:52:04 2019 +0530
  95. 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
  96. afdb342 test: pci_ep: add basic pci_ep tests by Ramon Fried · Sat Apr 27 11:15:24 2019 +0300
  97. f127443 test: dm: Add a test for PCI Enhanced Allocation by Alex Marginean · Fri Jun 07 11:24:24 2019 +0300
  98. 18ae337 Merge tag 'pull-24apr19' of git://git.denx.de/u-boot-dm by Tom Rini · Wed Apr 24 12:27:29 2019 -0400
  99. e59d7eb Merge tag 'u-boot-amlogic-20190423' of git://git.denx.de/u-boot-amlogic by Tom Rini · Wed Apr 24 12:26:25 2019 -0400
  100. 752707a sandbox: Improve debugging in initcall_run_list() by Simon Glass · Mon Apr 08 13:20:41 2019 -0600