1. a5faa4a Merge tag 'v2023.04-rc4' into next by Tom Rini · 1 year, 10 months ago
  2. 9ee2f35 sandbox: Use the generic VPL option to enable VPL by Simon Glass · 1 year, 11 months ago
  3. dd8a290 sandbox: Tidy up RTC options by Simon Glass · 1 year, 11 months ago
  4. 85c66dc sandbox: Expand size for VPL image by Simon Glass · 1 year, 11 months ago
  5. 3cbaa4e sandbox: Correctly define BITS_PER_LONG by Michal Suchanek · 2 years, 3 months ago
  6. 4fef657 tpm: Separate out the TPM tests for v1 and v2 by Simon Glass · 1 year, 11 months ago
  7. 8c103c3 dm: dts: Convert driver model tags to use new schema by Simon Glass · 1 year, 11 months ago
  8. ea6fdc1 dm: button: add support for linux_code in button-gpio.c driver by Dzmitry Sankouski · 2 years ago
  9. 298ffdd test: create dedicated fdt node for ofnode_for_each_prop test by Dzmitry Sankouski · 2 years ago
  10. 2ea0622 dts: add missing linux,code in gpio-keys by Dzmitry Sankouski · 2 years ago
  11. 210af54 Correct SPL uses of LMB by Simon Glass · 2 years ago
  12. 99a5152 sandbox: Drop reference to CONFIG_ARCH_DEVICE_TREE by Simon Glass · 2 years ago
  13. 2f3d6a4 test: dm: test-fdt: Add decode_panel_timing test by Nikhil M Jain · 2 years ago
  14. 08386da test: Add test for mapping IOMMUs for PCI devices by Mark Kettenis · 2 years ago
  15. 081bdc5 sandbox: Allow SPI flash bootdevs to be disabled for tests by Simon Glass · 2 years ago
  16. 00fc8ca virtio: Add a block device by Simon Glass · 2 years ago
  17. f43b2df sandbox: Allow ethernet to be disabled at runtime by Simon Glass · 2 years ago
  18. 9445d7a vbe: sandbox: Drop VBE node in chosen by Simon Glass · 2 years ago
  19. d985f1d bootstd: Add a test for the bootstd menu by Simon Glass · 2 years ago
  20. dd5b58c global: Migrate CONFIG_MALLOC_F_ADDR to CFG by Tom Rini · 2 years, 1 month ago
  21. c465971 sandbox: Finish migration to Kconfig by Tom Rini · 2 years, 1 month ago
  22. 14f4379 Merge tag 'v2023.01-rc4' into next by Tom Rini · 2 years, 1 month ago
  23. d948c89 sandbox: Rework how SDL is enabled / disabled by Tom Rini · 2 years, 2 months ago
  24. aa6e94d global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_* by Tom Rini · 2 years, 2 months ago
  25. 304bc9f sandbox: fix sound driver by Heinrich Schuchardt · 2 years, 1 month ago
  26. 968eaae test: test sandbox sound driver more rigorously by Heinrich Schuchardt · 2 years, 1 month ago
  27. 9520181 dm: sandbox: Switch over to using the new host uclass by Simon Glass · 2 years, 3 months ago
  28. d1b4659 test: Add a way to detect a test that breaks another by Simon Glass · 2 years, 3 months ago
  29. 873cf8a test: dm: Add test cases for FWU Metadata uclass by Sughosh Ganu · 2 years, 3 months ago
  30. 77bec9e vbe: Add a test for the VBE flow into U-Boot proper by Simon Glass · 2 years, 3 months ago
  31. 8de9896 sandbox: Add an image for VPL by Simon Glass · 2 years, 3 months ago
  32. a56f663 vbe: Add info about the VBE device to the fwupd node by Simon Glass · 2 years, 3 months ago
  33. d2b22ae vbe: Support reading the next SPL phase via VBE by Simon Glass · 2 years, 3 months ago
  34. f1459c3 sandbox: Support obtaining the next phase from an image by Simon Glass · 2 years, 3 months ago
  35. b2d93c6 sandbox: Add a way to specify the sandbox executable by Simon Glass · 2 years, 3 months ago
  36. 830690d sandbox: Generalise SPL booting by Simon Glass · 2 years, 3 months ago
  37. 0b5c9b0 sandbox: Drop message about writing sandbox state by Simon Glass · 2 years, 3 months ago
  38. cbd71fa test: Support tests which can only be run manually by Simon Glass · 2 years, 3 months ago
  39. 5bde2e0 tests: Build correct sandbox configuration on 32bit by Michal Suchanek · 2 years, 3 months ago
  40. 2c12037 dm: memory: Introduce new uclass by Roger Quadros · 2 years, 3 months ago
  41. c2c485d Merge https://source.denx.de/u-boot/custodians/u-boot-watchdog by Tom Rini · 2 years, 3 months ago
  42. 374d5d9 sandbox.dtsi: add a sandbox,alarm-wdt instance by Rasmus Villemoes · 2 years, 4 months ago
  43. 10107ef sandbox: add SIGALRM-based watchdog device by Rasmus Villemoes · 2 years, 4 months ago
  44. 5b2f49c sandbox: Initialize sysreset before relocation by Michal Suchanek · 2 years, 3 months ago
  45. 0718c31 sandbox: Support FDT fixups by Simon Glass · 2 years, 3 months ago
  46. 1fad2cb thermal: add sandbox driver by Robert Marko · 2 years, 4 months ago
  47. 1323d08 dm: fpga: Introduce new uclass by Alexander Dahl · 2 years, 3 months ago
  48. 756c014 sandbox: Support setting up the other FDT for testing by Simon Glass · 2 years, 4 months ago
  49. 9859d89 sandbox: Support loading the other FDT by Simon Glass · 2 years, 4 months ago
  50. 73c5cb9 sandbox: Add a function to load a relative file path by Simon Glass · 2 years, 4 months ago
  51. 62d6383 test: Support testing malloc() failures by Simon Glass · 2 years, 4 months ago
  52. d9d7c20 treewide: Drop bootm_headers_t typedef by Simon Glass · 2 years, 4 months ago
  53. 22c80d5 sandbox: Add a test for SCSI by Simon Glass · 2 years, 4 months ago
  54. a2a9317 sandbox: unblock signal before calling execv() by Heinrich Schuchardt · 2 years, 4 months ago
  55. 7df5b35 sandbox: Add function os_flush() by Pali Rohár · 2 years, 4 months ago
  56. b471bdc dm: core: Add functions to read 8/16-bit integers by Stefan Herbrechtsmeier · 2 years, 7 months ago
  57. ea94d05 test: Allow running tests multiple times by Simon Glass · 2 years, 5 months ago
  58. 0917f77 bootstd: Add vbe bootmeth into sandbox by Simon Glass · 2 years, 6 months ago
  59. 2662b54 bootstd: Allow EFI bootmgr to support an invalid bootflow by Simon Glass · 2 years, 6 months ago
  60. 1fc45d6 watchdog: add pulse support to gpio watchdog driver by Paul Doelle · 2 years, 6 months ago
  61. 36b661d Merge branch 'next' by Tom Rini · 2 years, 6 months ago
  62. 2be964d sandbox: raise SANDBOX_RAM_SIZE_MB default to 256 by Heinrich Schuchardt · 2 years, 9 months ago
  63. 6699516 sandbox: show error if the device-tree cannot be loaded by Heinrich Schuchardt · 2 years, 9 months ago
  64. 7750ee4 sandbox: add function os_printf() by Heinrich Schuchardt · 2 years, 9 months ago
  65. c527e3f sandbox: sdl: Add stub sandbox_sdl_remove_display() by Andrew Scull · 2 years, 10 months ago
  66. 0518e7a sandbox: Implement fuzzing engine driver by Andrew Scull · 2 years, 8 months ago
  67. d9962b1 sandbox: Add libfuzzer integration by Andrew Scull · 2 years, 8 months ago
  68. 001c39a sandbox: Decouple program entry from sandbox init by Andrew Scull · 2 years, 8 months ago
  69. 1e578ed sandbox: Add support for Address Sanitizer by Andrew Scull · 2 years, 8 months ago
  70. 99e2fbc linker_lists: Rename sections to remove . prefix by Andrew Scull · 2 years, 8 months ago
  71. 0648b13 sandbox: Rename getopt sections by Andrew Scull · 2 years, 8 months ago
  72. aac53d3 sandbox: Rename EFI runtime sections by Andrew Scull · 2 years, 8 months ago
  73. 3f51ba9 test: Load mac address using misc device by Sean Anderson · 2 years, 8 months ago
  74. d3f7287 test: Load mac address using RTC by Sean Anderson · 2 years, 8 months ago
  75. 472caa6 test: Load mac address with i2c eeprom by Sean Anderson · 2 years, 8 months ago
  76. e844e5d sandbox: Move some mac addresses to device tree by Sean Anderson · 2 years, 8 months ago
  77. 416e09b sandbox: net: Remove fake-host-hwaddr by Sean Anderson · 2 years, 8 months ago
  78. bedb182 sandbox: net: Add aliases for ethernet devices by Sean Anderson · 2 years, 8 months ago
  79. a581eba spl: Remove CONFIG_SPL_BOARD_LOAD_IMAGE by Tom Rini · 2 years, 8 months ago
  80. ccf24a9 sandbox: Avoid binman error when run without device tree by Simon Glass · 2 years, 9 months ago
  81. 55e6adb test: pci: Test PCI address conversion functions by Andrew Scull · 2 years, 9 months ago
  82. 9ae25b9 sandbox: Add a build for VPL by Simon Glass · 2 years, 9 months ago
  83. fb1451b bootstd: Add tests for bootstd including all uclasses by Simon Glass · 2 years, 9 months ago
  84. 7d0478d bootstd: sandbox: Add a hostfs bootdev by Simon Glass · 2 years, 9 months ago
  85. 0c6be93 sandbox: Align linker lists to a 32-byte boundary by Simon Glass · 2 years, 10 months ago
  86. 1b34719 sandbox: Allow link flags to be given by Simon Glass · 2 years, 10 months ago
  87. 830d73b sandbox: Correct loss of early output in SPL by Simon Glass · 2 years, 10 months ago
  88. 7f418ea Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-net by Tom Rini · 2 years, 9 months ago
  89. 2df59b2 Remove duplication of table_compute_checksum function by Tom Rini · 2 years, 9 months ago
  90. 679190c test: serial: Add test for putc/puts by Sean Anderson · 2 years, 9 months ago
  91. 123ca11 net: introduce helpers to get PHY interface mode from a device/ofnode by Marek Behún · 2 years, 9 months ago
  92. f3dd213 net: introduce helpers to get PHY ofnode from MAC by Marek Behún · 2 years, 9 months ago
  93. 059df56 arch: Kconfig: imply BINMAN for SANDBOX by Philippe Reynes · 2 years, 10 months ago
  94. f02b396 sandbox: video: Replace PCI_CLASS_* macros by one from pci_ids.h by Pali Rohár · 2 years, 11 months ago
  95. acc874a sandbox: Add the handoff header for spl by Simon Glass · 2 years, 11 months ago
  96. d02f99d sandbox: Show a message when writing out the ram buffer by Simon Glass · 2 years, 11 months ago
  97. 42fdceb event: Convert misc_init_f() to use events by Simon Glass · 2 years, 10 months ago
  98. d41b703 sandbox: start: Sort the header files by Simon Glass · 2 years, 10 months ago
  99. 10d3e5d firmware: scmi: fix sandbox and related tests for clock discovery by Etienne Carriere · 2 years, 11 months ago
  100. 41d62e2 sandbox: scmi: test against a single scmi agent by Etienne Carriere · 2 years, 11 months ago