1. b340199 spl: Ensure all SPL symbols in Kconfig have some SPL dependency by Tom Rini · 2 years, 3 months ago
  2. a73f3ba fuzz: virtio: Add fuzzer for vring by Andrew Scull · 2 years, 4 months ago
  3. 36f641c test: fuzz: Add framework for fuzzing by Andrew Scull · 2 years, 4 months ago
  4. 791de33 test/py: test_stackprotector: Disable for ASAN by Andrew Scull · 2 years, 4 months ago
  5. bfef72e cmd: load: add load command for memory mapped by Rui Miguel Silva · 2 years, 4 months ago
  6. 52af010 Merge branch 'master' into next by Tom Rini · 2 years, 3 months ago
  7. e05bd68 test: work around for EFI terminal size probing by Heinrich Schuchardt · 2 years, 3 months ago
  8. df33fd2 test: eth: Add test for ethernet addresses by Sean Anderson · 2 years, 5 months ago
  9. bedb182 sandbox: net: Add aliases for ethernet devices by Sean Anderson · 2 years, 5 months ago
  10. d036104 test: dm: virtio_rng: Test virtio-rng with faked device by Andrew Scull · 2 years, 4 months ago
  11. 420b3e5 test: dm: virtio: Test virtio device driver probing by Andrew Scull · 2 years, 4 months ago
  12. acd3b27 virtio: sandbox: Bind RNG rather than block device by Andrew Scull · 2 years, 4 months ago
  13. 8df508f test: dm: virtio: Split out virtio device tests by Andrew Scull · 2 years, 4 months ago
  14. 82c8610 test: dm: virtio: Test notify before del_vqs by Andrew Scull · 2 years, 4 months ago
  15. 1674b6c virtio: sandbox: Fix device features bitfield by Andrew Scull · 2 years, 4 months ago
  16. b1fe820 dm: test: virtio: Test the virtio ring by Andrew Scull · 2 years, 4 months ago
  17. ba9aa40 bootm: Fix Linux silent console on newer kernels by Sean Anderson · 2 years, 4 months ago
  18. 8645aef efi: test/py: authenticate fit capsules by Vincent Stehlé · 2 years, 4 months ago
  19. 82b3f4c test/py: efi_capsule: repair image authentication test by Vincent Stehlé · 2 years, 4 months ago
  20. b96de9c test: don't change console timeout in EFI selftest. by Heinrich Schuchardt · 2 years, 5 months ago
  21. b9bf9c5 test: fix pylint warnings in test_efi_selftest.py by Heinrich Schuchardt · 2 years, 5 months ago
  22. 018b993 test: restore timeout after bootmenu unit test by Heinrich Schuchardt · 2 years, 5 months ago
  23. d051a91 test: fix parsing the mksquashfs version number by Heinrich Schuchardt · 2 years, 4 months ago
  24. 9e892ac test/py: test_part: Correct the test case name by Bin Meng · 2 years, 4 months ago
  25. 7eb2e88 test/py: test_fs: Correct the test case name by Bin Meng · 2 years, 4 months ago
  26. 7bb6835 test/py: Reset the console timeout value by Bin Meng · 2 years, 4 months ago
  27. 012afa8 test: dm: spi: Replace _spi_get_bus_and_cs() by spi_get_bus_and_cs() in some case by Patrice Chotard · 2 years, 6 months ago
  28. 61708bb spi: spi-uclass: Add new spi_get_bus_and_cs() implementation by Patrice Chotard · 2 years, 6 months ago
  29. 20cd584 Merge tag 'efi-2022-07-rc3-2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 2 years, 5 months ago
  30. 4b49477 test/py: Add more test cases for rejecting an EFI image by Ilias Apalodimas · 2 years, 5 months ago
  31. b6b6a90 test: py: tests: test_gpt.py: add a simple test for the command gpt repair by Philippe Reynes · 2 years, 5 months ago
  32. ccf24a9 sandbox: Avoid binman error when run without device tree by Simon Glass · 2 years, 5 months ago
  33. ee93f61 test/py: Add a way to start sandbox without a device tree by Simon Glass · 2 years, 5 months ago
  34. 1739a6d Merge tag 'efi-2022-07-rc2-2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 2 years, 5 months ago
  35. 2635e3b pci: Add mask parameter to dm_pci_map_bar() by Andrew Scull · 2 years, 5 months ago
  36. 7739d93 pci: Match region flags using a mask by Andrew Scull · 2 years, 5 months ago
  37. 12507a2 pci: Map bars with offset and length by Andrew Scull · 2 years, 5 months ago
  38. 55e6adb test: pci: Test PCI address conversion functions by Andrew Scull · 2 years, 5 months ago
  39. c23bb03 menu: always show the menu regardless of the number of entry by Masahisa Kojima · 2 years, 5 months ago
  40. b8cd1e7 test: unit test for u16_strlcat() by Masahisa Kojima · 2 years, 5 months ago
  41. d30924f lib: fix selection of CONFIG_CHARSET by Heinrich Schuchardt · 2 years, 5 months ago
  42. 1979404 test: fix some pylint problems in test_capsule_firmware_raw.py by Heinrich Schuchardt · 2 years, 5 months ago
  43. f2c534d test: unit test for bootmenu by Heinrich Schuchardt · 2 years, 5 months ago
  44. 5f19514 vpl: Test that VPL runs correctly through to U-Boot proper by Simon Glass · 2 years, 5 months ago
  45. 313438c vpl: Support running vpl tests by Simon Glass · 2 years, 5 months ago
  46. d69616e test: dm: devres: Remove use-after-free by Andrew Scull · 2 years, 6 months ago
  47. 7f58fea test: Fix pointer overrun in dm_test_devm_regmap() by Andrew Scull · 2 years, 6 months ago
  48. 891ec35 test: dm: pinmux: Get LED2 udevice in the pinmux test by Marek Vasut · 2 years, 5 months ago
  49. 876276f test: dm: led: Fix LED enumeration by Marek Vasut · 2 years, 5 months ago
  50. 69245e4 led: Drop led_default_state() by Marek Vasut · 2 years, 5 months ago
  51. 8cfac23 Merge branch '2022-04-25-initial-implementation-of-stdboot' by Tom Rini · 2 years, 5 months ago
  52. fca20a5 bootstd: Add setup for the bootflow tests by Simon Glass · 2 years, 5 months ago
  53. fb1451b bootstd: Add tests for bootstd including all uclasses by Simon Glass · 2 years, 5 months ago
  54. 026e213 test: dm: Restart USB before assuming it is stopped by Simon Glass · 2 years, 5 months ago
  55. 9bd2f62 test: fastboot: Avoid using mmc1 by Simon Glass · 2 years, 5 months ago
  56. 4e0710a dm: core: Allow finding a uclass device by partial name by Simon Glass · 2 years, 5 months ago
  57. 6aa4fe3 dm: core: Rename and fix uclass_get_by_name_len() by Simon Glass · 2 years, 5 months ago
  58. 8565efd lib: Add a way to find the postiion of a trailing number by Simon Glass · 2 years, 5 months ago
  59. d667a0d lib: Fix a few bugs in trailing_strtoln() by Simon Glass · 2 years, 5 months ago
  60. 18436c7 test: Add tests for trailing_strtol() by Simon Glass · 2 years, 5 months ago
  61. 2fa4756 lib: Move string tests to the string module by Simon Glass · 2 years, 5 months ago
  62. 8ff5022 test: dm: add tests for tag support by AKASHI Takahiro · 2 years, 5 months ago
  63. dd2b8c1 cmd: gpio: Add `gpio read` subcommand by Diego Rondini · 2 years, 5 months ago
  64. 092d5c2 dm: core: Allow devres to be disabled in SPL by Simon Glass · 2 years, 6 months ago
  65. 9859465 Merge tag 'efi-2022-07-rc1-2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 2 years, 5 months ago
  66. 7f418ea Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-net by Tom Rini · 2 years, 5 months ago
  67. 2e9c3c6 test: capsule: Modify the capsule tests to use GUID values for sandbox by Sughosh Ganu · 2 years, 5 months ago
  68. 679190c test: serial: Add test for putc/puts by Sean Anderson · 2 years, 6 months ago
  69. 72675b0 led: Configure LED default-state on boot by Marek Vasut · 2 years, 6 months ago
  70. 123ca11 net: introduce helpers to get PHY interface mode from a device/ofnode by Marek Behún · 2 years, 6 months ago
  71. 1776a24 treewide: use dm_mdio_read/write/reset() wrappers by Marek Behún · 2 years, 6 months ago
  72. f3dd213 net: introduce helpers to get PHY ofnode from MAC by Marek Behún · 2 years, 6 months ago
  73. 965b989 test/py:Update python tests for ‘gpio’ cmd by Adarsh Babu Kalepalli · 3 years, 4 months ago
  74. 6910dbe env: Allow text-env tests to run with awk by Simon Glass · 2 years, 6 months ago
  75. 49e8668 dm: blk: Expand iteration and add tests by Simon Glass · 2 years, 7 months ago
  76. 99aca9e abuf: Correct a corner case with abuf_realloc() by Simon Glass · 2 years, 7 months ago
  77. 01f1ab6 Merge branch 'next' by Tom Rini · 2 years, 6 months ago
  78. 776db4f test: py: vboot: add test for global image signature by Philippe Reynes · 2 years, 6 months ago
  79. 059df56 arch: Kconfig: imply BINMAN for SANDBOX by Philippe Reynes · 2 years, 6 months ago
  80. 86fa918 test: fix pylint warnings in test_efi_bootmgr by Heinrich Schuchardt · 2 years, 6 months ago
  81. edd8f66 test: fix pylint warnings for test_efi_fit.py by Heinrich Schuchardt · 2 years, 6 months ago
  82. 34d2b7f Merge tag 'v2022.04-rc5' into next by Tom Rini · 2 years, 6 months ago
  83. 46490ab test: test UEFI boot manager by Heinrich Schuchardt · 2 years, 7 months ago
  84. 79e1d28 sandbox: test: Tidy up spl_test_load() calls by Simon Glass · 2 years, 7 months ago
  85. 297e6eb Merge tag 'xilinx-for-v2022.07-rc1' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 2 years, 6 months ago
  86. 2c30aa3 test/py: Add tests for the erofs by Huang Jianan · 2 years, 7 months ago
  87. fd426b3 k210: use the board vendor name rather than the marketing name by Damien Le Moal · 2 years, 7 months ago
  88. 57d820d cmd: test: pinmux: Do not check all empty spaces by Michal Simek · 2 years, 7 months ago
  89. 9de3773 event: Add a script to decode the event-spy list by Simon Glass · 2 years, 7 months ago
  90. 5b896ed event: Add events for device probe/remove by Simon Glass · 2 years, 7 months ago
  91. 7d02645 event: Add a simple test by Simon Glass · 2 years, 7 months ago
  92. 10d3e5d firmware: scmi: fix sandbox and related tests for clock discovery by Etienne Carriere · 2 years, 7 months ago
  93. 41d62e2 sandbox: scmi: test against a single scmi agent by Etienne Carriere · 2 years, 7 months ago
  94. 9e00777 test: Correct pylint errors by Simon Glass · 2 years, 7 months ago
  95. 3e6f810 efi_loader: test/py: Reset system after capsule update on disk by Masami Hiramatsu · 2 years, 7 months ago
  96. e7233c9 test/py: Handle expected reboot while booting sandbox by Masami Hiramatsu · 2 years, 7 months ago
  97. 06396e2 test/py: Handle expected reset by command by Masami Hiramatsu · 2 years, 7 months ago
  98. 162c22b Merge tag 'efi-2022-04-rc2-4' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 2 years, 7 months ago
  99. 72b509b test/py: efi_secboot: adjust secure boot tests to code changes by Ilias Apalodimas · 2 years, 7 months ago
  100. e012550 test/py: efi_capsule: check the results in case of CAPSULE_AUTHENTICATE by AKASHI Takahiro · 2 years, 7 months ago