1. 8aec32f cros_ec: Support reading EC features by Simon Glass · 3 years, 9 months ago
  2. 7791df5 cros_ec: Add support for reading the SKU ID by Simon Glass · 3 years, 9 months ago
  3. d8e9a93 cros_ec: Add a function for the hello message by Simon Glass · 3 years, 9 months ago
  4. 9d43b41 test: inconsistent string tests by Heinrich Schuchardt · 3 years, 9 months ago
  5. fe15865 test: inconsistent bootm tests by Heinrich Schuchardt · 3 years, 9 months ago
  6. a59e59c test: Update test_fs to not use deprecated pytest.yield_fixture() by Tom Rini · 3 years, 9 months ago
  7. 89d52af test: correct entry point to pytest by Heinrich Schuchardt · 3 years, 9 months ago
  8. 34d7f72 test: pr_cont_test.o depends on CONFIG_LOG=y by Heinrich Schuchardt · 3 years, 9 months ago
  9. e6b8e94 test: test_ofplatdata: Mark as sandbox specific by Tom Rini · 3 years, 9 months ago
  10. 9fe0646 bloblist: Support relocating to a larger space by Simon Glass · 3 years, 9 months ago
  11. c0445c1 test: unit test for echo command by Heinrich Schuchardt · 3 years, 9 months ago
  12. 0157619 doc: move test/py/README.md to HTML documentation by Heinrich Schuchardt · 3 years, 9 months ago
  13. ca6583d doc: move test/README to HTML documentation by Heinrich Schuchardt · 3 years, 9 months ago
  14. 9e9a530 cmd: Add a pwm command by Pragnesh Patel · 3 years, 10 months ago
  15. c548a38 test: unit test for pr_err(), pr_cont() by Heinrich Schuchardt · 3 years, 10 months ago
  16. 76fde13 test: correct the test prefix in ut str by Patrick Delaunay · 4 years ago
  17. 353df8d test: correct the test prefix in ut cmd_mem by Patrick Delaunay · 4 years ago
  18. 6ea5df3 test: Only enable bloblist test when supported by Simon Glass · 4 years ago
  19. ef7e264 test: Avoid assuming sandbox board for bloblist test by Simon Glass · 4 years ago
  20. af033ec test: test/lib/test_print.c depends on CONSOLE_RECORD by Heinrich Schuchardt · 4 years ago
  21. 742346f test: log: add test for console output of dropped messages by Patrick Delaunay · 3 years, 11 months ago
  22. a4918b2 test: add test for dropped trace before log_init by Patrick Delaunay · 3 years, 11 months ago
  23. ce9af2a test: log: add test for dropped messages by Patrick Delaunay · 3 years, 11 months ago
  24. 6278ec1 test: add LOGL_FORCE_DEBUG flags support in log tests by Patrick Delaunay · 3 years, 11 months ago
  25. 1ce0e1c Nokia RX-51: Add test for U-Boot serial console by Pali Rohár · 3 years, 11 months ago
  26. 15daa48 dm: core: add a function to decode display timings by Dario Binacchi · 3 years, 10 months ago
  27. d64b9cd fdt: translate address if #size-cells = <0> by Dario Binacchi · 3 years, 10 months ago
  28. 2983ad5 clk: add clk_round_rate() by Dario Binacchi · 3 years, 10 months ago
  29. 65e25be dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET() by Simon Glass · 3 years, 10 months ago
  30. 20e442a dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO() by Simon Glass · 3 years, 10 months ago
  31. 8a71553 dm: core: Allow the uclass list to move by Simon Glass · 3 years, 10 months ago
  32. 7d14ee4 dm: core: Use dev_has_ofnode() instead of dev_of_valid() by Simon Glass · 3 years, 10 months ago
  33. 73466df dm: core: Access device flags through functions by Simon Glass · 3 years, 10 months ago
  34. 2462139 dm: core: Rename sqq to seq_ by Simon Glass · 3 years, 10 months ago
  35. 079ac59 test: Move some test drivers into their own file by Simon Glass · 3 years, 10 months ago
  36. 3f87608 test: Use a simple variable to record removed device by Simon Glass · 3 years, 10 months ago
  37. 0fd3d91 dm: Use access methods for dev/uclass private data by Simon Glass · 3 years, 10 months ago
  38. acfb530 sandbox: Drop unnecessary test node by Simon Glass · 3 years, 10 months ago
  39. fe179d7 efi_loader: Add size checks to efi_create_indexed_name() by Ilias Apalodimas · 3 years, 10 months ago
  40. a5624c6 test: dm: spi: Add testcase for spi_claim_bus() by Ovidiu Panait · 3 years, 10 months ago
  41. 1dc53ce sandbox: test: Add a second SPI slave on sandbox_spi bus by Ovidiu Panait · 3 years, 10 months ago
  42. 7f20d1d dm: core: Drop seq and req_seq by Simon Glass · 3 years, 10 months ago
  43. 9917591 dm: Drop the unused arg in uclass_find_device_by_seq() by Simon Glass · 3 years, 10 months ago
  44. 93f44e8 dm: test: Add a test for DM_UC_FLAG_NO_AUTO_SEQ by Simon Glass · 3 years, 10 months ago
  45. 981426e dm: Switch over to use new sequence number for dev_seq() by Simon Glass · 3 years, 10 months ago
  46. d1e8530 x86: Simplify acpi_device_infer_name() by Simon Glass · 3 years, 10 months ago
  47. a20b4a8 dm: test: Drop assumptions of no sequence numbers by Simon Glass · 3 years, 10 months ago
  48. ba0e7da dm: core: Switch binding to use new sequence numbers by Simon Glass · 3 years, 10 months ago
  49. 1c55b22 dm: test: Check all devices have a sequence numbers by Simon Glass · 3 years, 10 months ago
  50. 8a8d24b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 3 years, 11 months ago
  51. b012ff1 dm: treewide: Update 'auto' declarations to be on one line by Simon Glass · 3 years, 11 months ago
  52. d1998a9 dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 3 years, 11 months ago
  53. c69cda2 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 3 years, 11 months ago
  54. caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 3 years, 11 months ago
  55. 41575d8 dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 3 years, 11 months ago
  56. 8ee05b5 dm: core: Drop unused parameter from dm_extended_scan_fdt() by Simon Glass · 3 years, 11 months ago
  57. 725e4fc dm: core: Drop unused parameter from dm_scan_fdt() by Simon Glass · 3 years, 11 months ago
  58. 0de1b07 dm: core: Add a livetree function to check node status by Simon Glass · 3 years, 11 months ago
  59. 734206d dm: core: Rename device_bind_ofnode() to device_bind() by Simon Glass · 3 years, 11 months ago
  60. 6ca5ff3 test: unit test for exception command by Heinrich Schuchardt · 4 years ago
  61. 51bb338 bootm: Support string substitution in bootargs by Simon Glass · 4 years ago
  62. 4448fe8 bootm: Allow updating the bootargs in a buffer by Simon Glass · 4 years ago
  63. b3c0167 bootm: Update bootm_process_cmdline_env() to use flags by Simon Glass · 4 years ago
  64. d9477a0 bootm: Add a bool parameter to bootm_process_cmdline_env() by Simon Glass · 4 years ago
  65. 4dcb815 bootm: Rename fixup_silent_linux() by Simon Glass · 4 years ago
  66. 4ae4264 bootm: Update fixup_silent_linux() to return an error by Simon Glass · 4 years ago
  67. f158ba1 bootm: Add tests for fixup_silent_linux() by Simon Glass · 4 years ago
  68. 96434a7 env: Allow returning errors from hdelete_r() by Simon Glass · 4 years ago
  69. 4926e7d test/py: efi_capsule: test for raw image capsule by AKASHI Takahiro · 3 years, 11 months ago
  70. 450596f test/py: efi_capsule: test for FIT image capsule by AKASHI Takahiro · 3 years, 11 months ago
  71. 2c02152 setexpr: Add support for strings by Simon Glass · 4 years ago
  72. 8f4aa7d setexpr: Correct buffer overflow bug and enable tests by Simon Glass · 4 years ago
  73. 9528229 setexpr: Correct dropping of final unmatched string by Simon Glass · 4 years ago
  74. d422c77 setexpr: Add some tests for buffer overflow and backref by Simon Glass · 4 years ago
  75. e713124 test: Add some setexpr regex tests by Simon Glass · 4 years ago
  76. 25a43ac setexpr: Add explicit support for 32- and 64-bit ints by Simon Glass · 4 years ago
  77. 90a9901 test: Add some tests for setexpr by Simon Glass · 4 years ago
  78. 56847f3 Nokia RX-51: Update test script by Pali Rohár · 4 years ago
  79. 22ad69b Merge tag 'dm-pull5nov20' of git://git.denx.de/u-boot-dm by Tom Rini · 4 years ago
  80. 3a8ee3d board: Rename uclass to sysinfo by Simon Glass · 4 years ago
  81. 18434ae acpi: Don't reset the tables with every new generation by Simon Glass · 4 years ago
  82. de429d7 test: linking test/compression.c fails by Heinrich Schuchardt · 4 years ago
  83. c961b1b test: test/bloblist.c depends on asm/state.h by Heinrich Schuchardt · 4 years ago
  84. bf896a2 test: adjust sysreset tests by Heinrich Schuchardt · 4 years ago
  85. 35d9492 test/py: test poweroff by Heinrich Schuchardt · 4 years ago
  86. 41cab8e Merge tag 'efi-2020-01-rc2-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 4 years ago
  87. 63d4607 Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 4 years ago
  88. 89723b9 test: Add a test for log filter-* by Sean Anderson · 4 years ago
  89. fbc33df test: Add a test for getopt by Sean Anderson · 4 years ago
  90. 1227304 test: Add test for LOGFF_MIN by Sean Anderson · 4 years ago
  91. f51e5ec test: Add tests for LOGFF_DENY by Sean Anderson · 4 years ago
  92. 046b8c0 test: log: Give tests names instead of numbers by Sean Anderson · 4 years ago
  93. 62ef818 test: log: Convert log_test from python to C by Sean Anderson · 4 years ago
  94. af11423 test: unit test for efi_create_indexed_name() by Heinrich Schuchardt · 4 years ago
  95. 8a38abf dm: Use driver_info index instead of pointer by Simon Glass · 4 years, 1 month ago
  96. fbe27a5 dm: Add a test for of-platdata parent information by Simon Glass · 4 years, 1 month ago
  97. a294ead dm: Use an allocated array for run-time device info by Simon Glass · 4 years, 1 month ago
  98. 8828052 dm: test: Add a test for of-platdata phandles by Simon Glass · 4 years, 1 month ago
  99. 36af37b dm: test: Add a check that all devices have a dev value by Simon Glass · 4 years, 1 month ago
  100. b325248 dm: Add a C test for of-platdata properties by Simon Glass · 4 years, 1 month ago