1. 1fc45d6 watchdog: add pulse support to gpio watchdog driver by Paul Doelle · 2 years, 4 months ago
  2. 36b661d Merge branch 'next' by Tom Rini · 2 years, 3 months ago
  3. 2be964d sandbox: raise SANDBOX_RAM_SIZE_MB default to 256 by Heinrich Schuchardt · 2 years, 6 months ago
  4. 6699516 sandbox: show error if the device-tree cannot be loaded by Heinrich Schuchardt · 2 years, 7 months ago
  5. 7750ee4 sandbox: add function os_printf() by Heinrich Schuchardt · 2 years, 7 months ago
  6. c527e3f sandbox: sdl: Add stub sandbox_sdl_remove_display() by Andrew Scull · 2 years, 7 months ago
  7. 0518e7a sandbox: Implement fuzzing engine driver by Andrew Scull · 2 years, 5 months ago
  8. d9962b1 sandbox: Add libfuzzer integration by Andrew Scull · 2 years, 5 months ago
  9. 001c39a sandbox: Decouple program entry from sandbox init by Andrew Scull · 2 years, 5 months ago
  10. 1e578ed sandbox: Add support for Address Sanitizer by Andrew Scull · 2 years, 5 months ago
  11. 99e2fbc linker_lists: Rename sections to remove . prefix by Andrew Scull · 2 years, 5 months ago
  12. 0648b13 sandbox: Rename getopt sections by Andrew Scull · 2 years, 5 months ago
  13. aac53d3 sandbox: Rename EFI runtime sections by Andrew Scull · 2 years, 5 months ago
  14. 3f51ba9 test: Load mac address using misc device by Sean Anderson · 2 years, 6 months ago
  15. d3f7287 test: Load mac address using RTC by Sean Anderson · 2 years, 6 months ago
  16. 472caa6 test: Load mac address with i2c eeprom by Sean Anderson · 2 years, 6 months ago
  17. e844e5d sandbox: Move some mac addresses to device tree by Sean Anderson · 2 years, 6 months ago
  18. 416e09b sandbox: net: Remove fake-host-hwaddr by Sean Anderson · 2 years, 6 months ago
  19. bedb182 sandbox: net: Add aliases for ethernet devices by Sean Anderson · 2 years, 6 months ago
  20. a581eba spl: Remove CONFIG_SPL_BOARD_LOAD_IMAGE by Tom Rini · 2 years, 5 months ago
  21. ccf24a9 sandbox: Avoid binman error when run without device tree by Simon Glass · 2 years, 6 months ago
  22. 55e6adb test: pci: Test PCI address conversion functions by Andrew Scull · 2 years, 6 months ago
  23. 9ae25b9 sandbox: Add a build for VPL by Simon Glass · 2 years, 6 months ago
  24. fb1451b bootstd: Add tests for bootstd including all uclasses by Simon Glass · 2 years, 6 months ago
  25. 7d0478d bootstd: sandbox: Add a hostfs bootdev by Simon Glass · 2 years, 6 months ago
  26. 0c6be93 sandbox: Align linker lists to a 32-byte boundary by Simon Glass · 2 years, 7 months ago
  27. 1b34719 sandbox: Allow link flags to be given by Simon Glass · 2 years, 7 months ago
  28. 830d73b sandbox: Correct loss of early output in SPL by Simon Glass · 2 years, 7 months ago
  29. 7f418ea Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-net by Tom Rini · 2 years, 6 months ago
  30. 2df59b2 Remove duplication of table_compute_checksum function by Tom Rini · 2 years, 7 months ago
  31. 679190c test: serial: Add test for putc/puts by Sean Anderson · 2 years, 7 months ago
  32. 123ca11 net: introduce helpers to get PHY interface mode from a device/ofnode by Marek Behún · 2 years, 7 months ago
  33. f3dd213 net: introduce helpers to get PHY ofnode from MAC by Marek Behún · 2 years, 7 months ago
  34. 059df56 arch: Kconfig: imply BINMAN for SANDBOX by Philippe Reynes · 2 years, 7 months ago
  35. f02b396 sandbox: video: Replace PCI_CLASS_* macros by one from pci_ids.h by Pali Rohár · 2 years, 8 months ago
  36. acc874a sandbox: Add the handoff header for spl by Simon Glass · 2 years, 8 months ago
  37. d02f99d sandbox: Show a message when writing out the ram buffer by Simon Glass · 2 years, 8 months ago
  38. 42fdceb event: Convert misc_init_f() to use events by Simon Glass · 2 years, 8 months ago
  39. d41b703 sandbox: start: Sort the header files by Simon Glass · 2 years, 8 months ago
  40. 10d3e5d firmware: scmi: fix sandbox and related tests for clock discovery by Etienne Carriere · 2 years, 8 months ago
  41. 41d62e2 sandbox: scmi: test against a single scmi agent by Etienne Carriere · 2 years, 8 months ago
  42. aafb31f acpi: Move acpi_write_tables() to a generic header by Simon Glass · 2 years, 9 months ago
  43. ebc87d0 sandbox: fix build failure with musl and SDL by Heinrich Schuchardt · 2 years, 9 months ago
  44. 3609e1d dts: automatically build necessary .dtb files by Rasmus Villemoes · 2 years, 9 months ago
  45. 8e72374 sandbox: eth-raw: fix building with musl library by Heinrich Schuchardt · 2 years, 9 months ago
  46. 0679cca sandbox: Allow building with GENERATE_ACPI_TABLE by Simon Glass · 2 years, 11 months ago
  47. 233f0e3 x86: Move the acpi table to generic global_data by Simon Glass · 2 years, 11 months ago
  48. 185f812 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 9 months ago
  49. 880dbc5 sandbox: compatibility of os_get_filesize() by Heinrich Schuchardt · 2 years, 9 months ago
  50. 87a9aa6 Merge tag 'video-next-20211228' of https://source.denx.de/u-boot/custodians/u-boot-video into next by Tom Rini · 2 years, 10 months ago
  51. ba1ed5b Convert CONFIG_ARCH_MAP_SYSMEM to Kconfig by Tom Rini · 2 years, 10 months ago
  52. 8657ad4 sandbox: video: Add BMP tests for 32bpp and 8bpp modes by Simon Glass · 3 years ago
  53. 250e735 video: sandbox: Avoid duplicate display windows by Simon Glass · 3 years ago
  54. 0fe5e94 sandbox: video: Support 8bpp depth by Simon Glass · 3 years ago
  55. 4afab30 Merge tag 'v2022.01-rc4' into next by Tom Rini · 2 years, 10 months ago
  56. 42b7f42 efi: Add uclass for devices provided by UEFI firmware by Simon Glass · 2 years, 11 months ago
  57. 5ae2578 Convert CONFIG_SYS_FDT_LOAD_ADDR to Kconfig by Simon Glass · 2 years, 11 months ago
  58. 34bee10 sandbox: replace putchar(ch) by fputc(ch, stdout) by Heinrich Schuchardt · 2 years, 11 months ago
  59. 2402c93 Merge tag 'v2022.01-rc3' into next by Tom Rini · 2 years, 11 months ago
  60. fb933d0 dm: core: Add tests for stringlist functions by Simon Glass · 3 years ago
  61. a0ff280 sandbox: Support unmapping a file by Simon Glass · 3 years ago
  62. 7a001e0 sandbox: poweroff in efi_system_reset() by Heinrich Schuchardt · 2 years, 11 months ago
  63. 286a159 sandbox: Migrate ARCH_MAP_SYSMEM to Kconfig by Tom Rini · 3 years ago
  64. fb57462 test: Add tests for IOMMU uclass by Mark Kettenis · 3 years ago
  65. e7fb789 sandbox: Remove OF_HOSTFILE by Ilias Apalodimas · 3 years ago
  66. 737fd14 sandbox: provide /chosen/boot-hartid property by Heinrich Schuchardt · 3 years, 2 months ago
  67. 0cf207e WS cleanup: remove SPACE(s) followed by TAB by Wolfgang Denk · 3 years, 1 month ago
  68. 8ae8da1 sandbox: correct cpu nodes by Heinrich Schuchardt · 3 years, 2 months ago
  69. 48609d0 dm: gpio: Add of-platdata support by Simon Glass · 3 years, 2 months ago
  70. 3e57ad9 irq: Tidy up of-platdata irq support by Simon Glass · 3 years, 2 months ago
  71. 7de8bd0 treewide: fdt: Move fdt_get_config_... to ofnode_conf_read... by Simon Glass · 3 years, 2 months ago
  72. b927409 sandbox: Add a way to map a file into memory by Simon Glass · 3 years, 2 months ago
  73. b4467fa sandbox: Add a way to find the size of a file by Simon Glass · 3 years, 2 months ago
  74. 7dcc2f7 sandbox: Add license headers to the dts files by Simon Glass · 3 years, 2 months ago
  75. 130401e sandbox: Correct handling of --rm_memory by Simon Glass · 3 years, 2 months ago
  76. e2e5eec Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-marvell into next by Tom Rini · 3 years, 2 months ago
  77. ab92b38 Finish converting CONFIG_SYS_CACHELINE_SIZE to Kconfig by Tom Rini · 3 years, 2 months ago
  78. 4171c57 sandbox: add test of wdt-uclass' watchdog_reset() by Rasmus Villemoes · 3 years, 2 months ago
  79. a9346b9 sandbox: add test of wdt_gpio driver by Rasmus Villemoes · 3 years, 2 months ago
  80. c50b21b bootcount: add a new driver with syscon as backend by Nandor Han · 3 years, 4 months ago
  81. eec44c7 dtoc: Support widening a bool value by Simon Glass · 3 years, 3 months ago
  82. cb89700 sandbox: Reduce keyed autoboot delay by Simon Glass · 3 years, 3 months ago
  83. c74675b reboot-mode: read the boot mode from RTC memory by Nandor Han · 3 years, 4 months ago
  84. f9db2f1 reboot-mode: read the boot mode from GPIOs status by Nandor Han · 3 years, 4 months ago
  85. fd25ca3 sandbox: don't set SA_NODEFER in signal handler by Heinrich Schuchardt · 3 years, 4 months ago
  86. 6b165ab sandbox: mmc: Support fixed MMC devices by Simon Glass · 3 years, 4 months ago
  87. 350b1d3 sandbox: Use hinting with the display by Simon Glass · 3 years, 4 months ago
  88. fcb7e31 sandbox: Add work-around for SDL2 display by Simon Glass · 3 years, 4 months ago
  89. f178beb sandbox: Support executables for more phases by Simon Glass · 3 years, 4 months ago
  90. 9a72bea sandbox: Silence coverity warning in state_read_file() by Simon Glass · 3 years, 5 months ago
  91. e712245 sandbox: cros-ec: Add tests for the Chromium OS EC PWM driver by Alper Nebi Yasak · 3 years, 5 months ago
  92. 825a9a9 sandbox: fix sandbox_reset() by Heinrich Schuchardt · 3 years, 5 months ago
  93. 3beba4a sandbox: ensure that state->ram_buf is in low memory by Heinrich Schuchardt · 3 years, 5 months ago
  94. 85f718f sandbox: Support signal handling only when requested by Simon Glass · 3 years, 7 months ago
  95. 82a3c9e net: use the same alias stem for ethernet as linux by Michael Walle · 3 years, 8 months ago
  96. 205b9f5 sandbox: correct determination of the text base by Heinrich Schuchardt · 3 years, 5 months ago
  97. 94bb891 sandbox: make LTO available by Marek Behún · 3 years, 5 months ago
  98. d1f81fd sandbox: use sections instead of symbols for getopt array boundaries by Marek Behún · 3 years, 5 months ago
  99. 958f2e5 build: use thin archives instead of incremental linking by Marek Behún · 3 years, 5 months ago
  100. 236f2ec treewide: Convert macro and uses of __section(foo) to __section("foo") by Marek Behún · 3 years, 5 months ago