1. c383e85 sandbox: correct posix_types.h define by Heinrich Schuchardt · 1 year, 6 months ago
  2. 9963b1f sandbox: mark sandbox_exit() as no return. by Heinrich Schuchardt · 1 year, 7 months ago
  3. 4b6d114 sandbox64: fix: return unsigned long in readq() by Abdellatif El Khlifi · 1 year, 6 months ago
  4. 67a3646 sandbox: video: Fix building without SDL by Simon Glass · 1 year, 8 months ago
  5. a5faa4a Merge tag 'v2023.04-rc4' into next by Tom Rini · 1 year, 7 months ago
  6. dd8a290 sandbox: Tidy up RTC options by Simon Glass · 1 year, 8 months ago
  7. 3cbaa4e sandbox: Correctly define BITS_PER_LONG by Michal Suchanek · 2 years ago
  8. 081bdc5 sandbox: Allow SPI flash bootdevs to be disabled for tests by Simon Glass · 1 year, 9 months ago
  9. f43b2df sandbox: Allow ethernet to be disabled at runtime by Simon Glass · 1 year, 9 months ago
  10. c465971 sandbox: Finish migration to Kconfig by Tom Rini · 1 year, 11 months ago
  11. 968eaae test: test sandbox sound driver more rigorously by Heinrich Schuchardt · 1 year, 11 months ago
  12. d2b22ae vbe: Support reading the next SPL phase via VBE by Simon Glass · 2 years ago
  13. b2d93c6 sandbox: Add a way to specify the sandbox executable by Simon Glass · 2 years ago
  14. 830690d sandbox: Generalise SPL booting by Simon Glass · 2 years ago
  15. 756c014 sandbox: Support setting up the other FDT for testing by Simon Glass · 2 years, 1 month ago
  16. 9859d89 sandbox: Support loading the other FDT by Simon Glass · 2 years, 1 month ago
  17. 73c5cb9 sandbox: Add a function to load a relative file path by Simon Glass · 2 years, 1 month ago
  18. 62d6383 test: Support testing malloc() failures by Simon Glass · 2 years, 1 month ago
  19. 2662b54 bootstd: Allow EFI bootmgr to support an invalid bootflow by Simon Glass · 2 years, 3 months ago
  20. 36b661d Merge branch 'next' by Tom Rini · 2 years, 3 months ago
  21. c527e3f sandbox: sdl: Add stub sandbox_sdl_remove_display() by Andrew Scull · 2 years, 7 months ago
  22. d9962b1 sandbox: Add libfuzzer integration by Andrew Scull · 2 years, 5 months ago
  23. 001c39a sandbox: Decouple program entry from sandbox init by Andrew Scull · 2 years, 5 months ago
  24. 0648b13 sandbox: Rename getopt sections by Andrew Scull · 2 years, 5 months ago
  25. a581eba spl: Remove CONFIG_SPL_BOARD_LOAD_IMAGE by Tom Rini · 2 years, 5 months ago
  26. 2df59b2 Remove duplication of table_compute_checksum function by Tom Rini · 2 years, 7 months ago
  27. 679190c test: serial: Add test for putc/puts by Sean Anderson · 2 years, 7 months ago
  28. f02b396 sandbox: video: Replace PCI_CLASS_* macros by one from pci_ids.h by Pali Rohár · 2 years, 8 months ago
  29. 10d3e5d firmware: scmi: fix sandbox and related tests for clock discovery by Etienne Carriere · 2 years, 8 months ago
  30. 41d62e2 sandbox: scmi: test against a single scmi agent by Etienne Carriere · 2 years, 8 months ago
  31. aafb31f acpi: Move acpi_write_tables() to a generic header by Simon Glass · 2 years, 9 months ago
  32. 0679cca sandbox: Allow building with GENERATE_ACPI_TABLE by Simon Glass · 2 years, 11 months ago
  33. 233f0e3 x86: Move the acpi table to generic global_data by Simon Glass · 2 years, 11 months ago
  34. 185f812 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 9 months ago
  35. 8657ad4 sandbox: video: Add BMP tests for 32bpp and 8bpp modes by Simon Glass · 2 years, 11 months ago
  36. 250e735 video: sandbox: Avoid duplicate display windows by Simon Glass · 2 years, 11 months ago
  37. e7fb789 sandbox: Remove OF_HOSTFILE by Ilias Apalodimas · 3 years ago
  38. 0cf207e WS cleanup: remove SPACE(s) followed by TAB by Wolfgang Denk · 3 years, 1 month ago
  39. 3e57ad9 irq: Tidy up of-platdata irq support by Simon Glass · 3 years, 2 months ago
  40. ab92b38 Finish converting CONFIG_SYS_CACHELINE_SIZE to Kconfig by Tom Rini · 3 years, 2 months ago
  41. cb89700 sandbox: Reduce keyed autoboot delay by Simon Glass · 3 years, 3 months ago
  42. f178beb sandbox: Support executables for more phases by Simon Glass · 3 years, 4 months ago
  43. e712245 sandbox: cros-ec: Add tests for the Chromium OS EC PWM driver by Alper Nebi Yasak · 3 years, 5 months ago
  44. 85f718f sandbox: Support signal handling only when requested by Simon Glass · 3 years, 7 months ago
  45. d1f81fd sandbox: use sections instead of symbols for getopt array boundaries by Marek Behún · 3 years, 5 months ago
  46. 236f2ec treewide: Convert macro and uses of __section(foo) to __section("foo") by Marek Behún · 3 years, 5 months ago
  47. c3bba70 firmware: scmi: fix inline comments and minor coding style issues by Etienne Carriere · 3 years, 8 months ago
  48. 0124218 firmware: scmi: sandbox test for voltage regulator by Etienne Carriere · 3 years, 8 months ago
  49. e62ad9c sandbox: i2c: Move platdata structs to header files by Simon Glass · 3 years, 7 months ago
  50. 8813986 clk: sandbox: Create a special fixed-rate driver by Simon Glass · 3 years, 7 months ago
  51. cc7ffd3 clk: sandbox: Move priv/plat data to a header file by Simon Glass · 3 years, 7 months ago
  52. 8a45b22 gpio: Add a way to read 3-way strapping pins by Simon Glass · 3 years, 9 months ago
  53. d638a18 gpio: sandbox: Track whether a GPIO is driven by Simon Glass · 3 years, 9 months ago
  54. 1f212af gpio: sandbox: Use a separate flag for the value by Simon Glass · 3 years, 9 months ago
  55. a03a0aa gpio: sandbox: Rename GPIO dir_flags to flags by Simon Glass · 3 years, 9 months ago
  56. d67da44 arch: sandbox: fix typo in clk.h by Dario Binacchi · 3 years, 8 months ago
  57. 3a6c994 cros_ec: Add support for switches by Simon Glass · 3 years, 9 months ago
  58. d8e9a93 cros_ec: Add a function for the hello message by Simon Glass · 3 years, 9 months ago
  59. 2983ad5 clk: add clk_round_rate() by Dario Binacchi · 3 years, 10 months ago
  60. f05a7c5 sandbox: i2c: Move priv into a header file by Simon Glass · 3 years, 10 months ago
  61. bfae6cc sandbox: serial: Move priv into a header file by Simon Glass · 3 years, 10 months ago
  62. add685f test: spi: Add sandbox_spi_get_{speed, mode} interface by Ovidiu Panait · 3 years, 10 months ago
  63. 1f6d618 sandbox: spi: Drop unused sandbox_spi_parse_spec function by Ovidiu Panait · 3 years, 10 months ago
  64. 329dccc sandbox: implement reset by Heinrich Schuchardt · 4 years ago
  65. a8b1fbc dm: test: Drop of-platdata pytest by Simon Glass · 4 years ago
  66. 22b29cc sandbox: Allow selection of SPL unit tests by Simon Glass · 4 years ago
  67. b25ff5c dm: test: Add a way to run SPL tests by Simon Glass · 4 years ago
  68. c0dd177 firmware: smci: sandbox test for SCMI reset controllers by Etienne Carriere · 4 years, 1 month ago
  69. 87d4f27 firmware: scmi: sandbox test for SCMI clocks by Etienne Carriere · 4 years, 1 month ago
  70. 358599e firmware: add SCMI agent uclass by Etienne Carriere · 4 years, 1 month ago
  71. bad2433 test: reset: Add tests for the managed API by Jean-Jacques Hiblot · 4 years, 1 month ago
  72. 7616e36 timer: Add a test for timer_timebase_fallback by Sean Anderson · 4 years, 1 month ago
  73. e85497a sandbox: make RAM size configurable by Heinrich Schuchardt · 4 years, 5 months ago
  74. baed779 test: dm: rtc: add test of dm_rtc_read, dm_rtc_write by Rasmus Villemoes · 4 years, 4 months ago
  75. 4a3390f dm: Add support for simple-pm-bus by Sean Anderson · 4 years, 4 months ago
  76. 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 5 months ago
  77. 0b885bc acpi: Add an acpi command by Simon Glass · 4 years, 6 months ago
  78. ff52665 test: dm: update test for pins configuration in gpio by Patrick Delaunay · 4 years, 9 months ago
  79. e3f3a12 gpio: remove the open_drain API and ops by Patrick Delaunay · 4 years, 9 months ago
  80. f50cc95 acpi: Add a simple sandbox test by Simon Glass · 4 years, 6 months ago
  81. 0575163 dma-mapping: add <asm/dma-mapping.h> for all architectures by Masahiro Yamada · 4 years, 8 months ago
  82. 9a8942b Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 4 years, 8 months ago
  83. ba87607 dm: irq: Add support for interrupt controller types by Simon Glass · 4 years, 9 months ago
  84. 6be88c7 sandbox: sdl: Add an option to double the screen size by Simon Glass · 4 years, 9 months ago
  85. 3062cd1 sound: Add a new stop_play() method by Simon Glass · 4 years, 9 months ago
  86. 3ff6fe5 sandbox: Add a new header for the system malloc() by Simon Glass · 4 years, 9 months ago
  87. c0912f9 Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-x86 into next by Tom Rini · 4 years, 10 months ago
  88. 951674a dm: i2c: EEPROM simulator add tests for addr offset mask by Robert Beckett · 5 years ago
  89. 22e9351 dm: i2c: EEPROM simulator allow tests visibility of addr and offset by Robert Beckett · 5 years ago
  90. 3e17ffb sandbox: Add PCI driver and test for p2sb by Simon Glass · 4 years, 11 months ago
  91. 3b65ee3 x86: sandbox: Add a PMC emulator and test by Simon Glass · 4 years, 11 months ago
  92. bb1bb4b Merge tag 'dm-pull-29oct19' of git://git.denx.de/u-boot-dm by Tom Rini · 5 years ago
  93. 619025b sandbox: test: Add a prototype for sandbox_set_enable_memio() by Simon Glass · 5 years ago
  94. 8417385 sandbox: Drop 'const' from sandbox_write() by Simon Glass · 5 years ago
  95. dd2e0ce test: clk: Update tests to also check the managed API by Jean-Jacques Hiblot · 5 years ago
  96. d11ef4d sandbox: fix build error due to missing struct udevice definition by AKASHI Takahiro · 5 years ago
  97. 75d8f49 sandbox: pci: Create a new sandbox_pci_read_bar() function by Simon Glass · 5 years ago
  98. e77663c sandbox: Allow use of real I/O with readl(), etc. by Simon Glass · 5 years ago
  99. 239cdcf sandbox: Add support for clrsetio_32() and friends by Simon Glass · 5 years ago
  100. 3414581 sandbox: Rename PCI ID for swap_case to be more specific by Simon Glass · 5 years ago