1. c8d3721 bootstd: Add vbe bootmeth into sandbox by Simon Glass · 2 years, 4 months ago
  2. 161e1e3 bootstd: Allow EFI bootmgr to support an invalid bootflow by Simon Glass · 2 years, 4 months ago
  3. 709f037 watchdog: add pulse support to gpio watchdog driver by Paul Doelle · 2 years, 5 months ago
  4. 89b5381 Merge branch 'next' by Tom Rini · 2 years, 5 months ago
  5. d74a60a sandbox: raise SANDBOX_RAM_SIZE_MB default to 256 by Heinrich Schuchardt · 2 years, 7 months ago
  6. 6fd60e9 sandbox: show error if the device-tree cannot be loaded by Heinrich Schuchardt · 2 years, 8 months ago
  7. bb63ea8 sandbox: add function os_printf() by Heinrich Schuchardt · 2 years, 8 months ago
  8. 3374704 sandbox: sdl: Add stub sandbox_sdl_remove_display() by Andrew Scull · 2 years, 8 months ago
  9. 451b8b1 sandbox: Implement fuzzing engine driver by Andrew Scull · 2 years, 6 months ago
  10. 2b40f80 sandbox: Add libfuzzer integration by Andrew Scull · 2 years, 6 months ago
  11. ca5d137 sandbox: Decouple program entry from sandbox init by Andrew Scull · 2 years, 6 months ago
  12. f9a2c5e sandbox: Add support for Address Sanitizer by Andrew Scull · 2 years, 6 months ago
  13. 5a9095c linker_lists: Rename sections to remove . prefix by Andrew Scull · 2 years, 6 months ago
  14. c6cb99b sandbox: Rename getopt sections by Andrew Scull · 2 years, 6 months ago
  15. 17d0fa3 sandbox: Rename EFI runtime sections by Andrew Scull · 2 years, 6 months ago
  16. 13652b8 test: Load mac address using misc device by Sean Anderson · 2 years, 7 months ago
  17. 5768e8b test: Load mac address using RTC by Sean Anderson · 2 years, 7 months ago
  18. e2dc0e6 test: Load mac address with i2c eeprom by Sean Anderson · 2 years, 7 months ago
  19. 24b1b8d sandbox: Move some mac addresses to device tree by Sean Anderson · 2 years, 7 months ago
  20. 5d7af61 sandbox: net: Remove fake-host-hwaddr by Sean Anderson · 2 years, 7 months ago
  21. 67d93a4 sandbox: net: Add aliases for ethernet devices by Sean Anderson · 2 years, 7 months ago
  22. f5e9359 spl: Remove CONFIG_SPL_BOARD_LOAD_IMAGE by Tom Rini · 2 years, 7 months ago
  23. 9a3adfa sandbox: Avoid binman error when run without device tree by Simon Glass · 2 years, 7 months ago
  24. c7456a4 test: pci: Test PCI address conversion functions by Andrew Scull · 2 years, 7 months ago
  25. c86e620 sandbox: Add a build for VPL by Simon Glass · 2 years, 7 months ago
  26. b255efc bootstd: Add tests for bootstd including all uclasses by Simon Glass · 2 years, 7 months ago
  27. 1b4bc15 bootstd: sandbox: Add a hostfs bootdev by Simon Glass · 2 years, 7 months ago
  28. c030b40 sandbox: Align linker lists to a 32-byte boundary by Simon Glass · 2 years, 8 months ago
  29. b504d99 sandbox: Allow link flags to be given by Simon Glass · 2 years, 8 months ago
  30. d56c6f4 sandbox: Correct loss of early output in SPL by Simon Glass · 2 years, 8 months ago
  31. 6a25a7e Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-net by Tom Rini · 2 years, 8 months ago
  32. 145992c Remove duplication of table_compute_checksum function by Tom Rini · 2 years, 8 months ago
  33. b271161 test: serial: Add test for putc/puts by Sean Anderson · 2 years, 8 months ago
  34. bc19477 net: introduce helpers to get PHY interface mode from a device/ofnode by Marek Behún · 2 years, 8 months ago
  35. f4f1ddc net: introduce helpers to get PHY ofnode from MAC by Marek Behún · 2 years, 8 months ago
  36. 462d163 arch: Kconfig: imply BINMAN for SANDBOX by Philippe Reynes · 2 years, 8 months ago
  37. 417ae2c sandbox: video: Replace PCI_CLASS_* macros by one from pci_ids.h by Pali Rohár · 2 years, 9 months ago
  38. 9ee7b73 sandbox: Add the handoff header for spl by Simon Glass · 2 years, 9 months ago
  39. 40f1abe sandbox: Show a message when writing out the ram buffer by Simon Glass · 2 years, 9 months ago
  40. f1c5191 event: Convert misc_init_f() to use events by Simon Glass · 2 years, 9 months ago
  41. fe143ee sandbox: start: Sort the header files by Simon Glass · 2 years, 9 months ago
  42. bf1f132 firmware: scmi: fix sandbox and related tests for clock discovery by Etienne Carriere · 2 years, 9 months ago
  43. 09665cb sandbox: scmi: test against a single scmi agent by Etienne Carriere · 2 years, 9 months ago
  44. b0da223 acpi: Move acpi_write_tables() to a generic header by Simon Glass · 2 years, 10 months ago
  45. 881b90f sandbox: fix build failure with musl and SDL by Heinrich Schuchardt · 2 years, 10 months ago
  46. c8481ef dts: automatically build necessary .dtb files by Rasmus Villemoes · 2 years, 11 months ago
  47. d6d7adb sandbox: eth-raw: fix building with musl library by Heinrich Schuchardt · 2 years, 10 months ago
  48. f3425cb sandbox: Allow building with GENERATE_ACPI_TABLE by Simon Glass · 3 years ago
  49. b33f2f9 x86: Move the acpi table to generic global_data by Simon Glass · 3 years ago
  50. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 10 months ago
  51. 011a1e0 sandbox: compatibility of os_get_filesize() by Heinrich Schuchardt · 2 years, 11 months ago
  52. ac461ae Merge tag 'video-next-20211228' of https://source.denx.de/u-boot/custodians/u-boot-video into next by Tom Rini · 2 years, 11 months ago
  53. e33610c Convert CONFIG_ARCH_MAP_SYSMEM to Kconfig by Tom Rini · 3 years ago
  54. c3b5adf sandbox: video: Add BMP tests for 32bpp and 8bpp modes by Simon Glass · 3 years ago
  55. cce7480 video: sandbox: Avoid duplicate display windows by Simon Glass · 3 years ago
  56. c3cfd76 sandbox: video: Support 8bpp depth by Simon Glass · 3 years ago
  57. dc4a786 Merge tag 'v2022.01-rc4' into next by Tom Rini · 3 years ago
  58. 507ab96 efi: Add uclass for devices provided by UEFI firmware by Simon Glass · 3 years ago
  59. 8af0b15 Convert CONFIG_SYS_FDT_LOAD_ADDR to Kconfig by Simon Glass · 3 years ago
  60. 92ebac7 sandbox: replace putchar(ch) by fputc(ch, stdout) by Heinrich Schuchardt · 3 years ago
  61. 769c468 Merge tag 'v2022.01-rc3' into next by Tom Rini · 3 years ago
  62. 7302539 dm: core: Add tests for stringlist functions by Simon Glass · 3 years, 1 month ago
  63. 5c1fd58 sandbox: Support unmapping a file by Simon Glass · 3 years, 1 month ago
  64. 7fb7254 sandbox: poweroff in efi_system_reset() by Heinrich Schuchardt · 3 years ago
  65. 1d1c27b sandbox: Migrate ARCH_MAP_SYSMEM to Kconfig by Tom Rini · 3 years, 1 month ago
  66. 67748ee test: Add tests for IOMMU uclass by Mark Kettenis · 3 years, 1 month ago
  67. ab5348a sandbox: Remove OF_HOSTFILE by Ilias Apalodimas · 3 years, 1 month ago
  68. 6742bc8 sandbox: provide /chosen/boot-hartid property by Heinrich Schuchardt · 3 years, 3 months ago
  69. 62fb2b4 WS cleanup: remove SPACE(s) followed by TAB by Wolfgang Denk · 3 years, 2 months ago
  70. 20f9d3d sandbox: correct cpu nodes by Heinrich Schuchardt · 3 years, 3 months ago
  71. 2149e11 dm: gpio: Add of-platdata support by Simon Glass · 3 years, 4 months ago
  72. e7995f7 irq: Tidy up of-platdata irq support by Simon Glass · 3 years, 4 months ago
  73. 0034d96 treewide: fdt: Move fdt_get_config_... to ofnode_conf_read... by Simon Glass · 3 years, 4 months ago
  74. e4c25c8 sandbox: Add a way to map a file into memory by Simon Glass · 3 years, 3 months ago
  75. 7b9cf84f sandbox: Add a way to find the size of a file by Simon Glass · 3 years, 3 months ago
  76. 4cc43bf sandbox: Add license headers to the dts files by Simon Glass · 3 years, 3 months ago
  77. ba16a27 sandbox: Correct handling of --rm_memory by Simon Glass · 3 years, 3 months ago
  78. 41a92cf Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-marvell into next by Tom Rini · 3 years, 3 months ago
  79. 3ef67ae Finish converting CONFIG_SYS_CACHELINE_SIZE to Kconfig by Tom Rini · 3 years, 3 months ago
  80. f91ff5a sandbox: add test of wdt-uclass' watchdog_reset() by Rasmus Villemoes · 3 years, 3 months ago
  81. 2b67387 sandbox: add test of wdt_gpio driver by Rasmus Villemoes · 3 years, 3 months ago
  82. 8889581 bootcount: add a new driver with syscon as backend by Nandor Han · 3 years, 6 months ago
  83. 4311832 dtoc: Support widening a bool value by Simon Glass · 3 years, 4 months ago
  84. d8c6017 sandbox: Reduce keyed autoboot delay by Simon Glass · 3 years, 4 months ago
  85. 7e4067a reboot-mode: read the boot mode from RTC memory by Nandor Han · 3 years, 6 months ago
  86. 6521e5d reboot-mode: read the boot mode from GPIOs status by Nandor Han · 3 years, 6 months ago
  87. d3741bc sandbox: don't set SA_NODEFER in signal handler by Heinrich Schuchardt · 3 years, 5 months ago
  88. 965cd40 sandbox: mmc: Support fixed MMC devices by Simon Glass · 3 years, 5 months ago
  89. 16823eb sandbox: Use hinting with the display by Simon Glass · 3 years, 5 months ago
  90. 24012c8 sandbox: Add work-around for SDL2 display by Simon Glass · 3 years, 5 months ago
  91. 1cd0600 sandbox: Support executables for more phases by Simon Glass · 3 years, 5 months ago
  92. 6807cc0 sandbox: Silence coverity warning in state_read_file() by Simon Glass · 3 years, 7 months ago
  93. 8a8cd4f sandbox: cros-ec: Add tests for the Chromium OS EC PWM driver by Alper Nebi Yasak · 3 years, 6 months ago
  94. de07083 sandbox: fix sandbox_reset() by Heinrich Schuchardt · 3 years, 7 months ago
  95. e6d24be sandbox: ensure that state->ram_buf is in low memory by Heinrich Schuchardt · 3 years, 7 months ago
  96. b78cc9b sandbox: Support signal handling only when requested by Simon Glass · 3 years, 8 months ago
  97. 7efcdfd net: use the same alias stem for ethernet as linux by Michael Walle · 3 years, 9 months ago
  98. b8b9237 sandbox: correct determination of the text base by Heinrich Schuchardt · 3 years, 7 months ago
  99. 7243493 sandbox: make LTO available by Marek Behún · 3 years, 6 months ago
  100. 184c4af sandbox: use sections instead of symbols for getopt array boundaries by Marek Behún · 3 years, 6 months ago