1. 8beeb28 dm: core: Create a struct for device runtime info by Simon Glass · 3 years, 9 months ago
  2. 9deea13 test: Run sandbox_spl tests on sandbox_noinst by Simon Glass · 3 years, 9 months ago
  3. cb79f07 sandbox: Create a new sandbox_noinst build by Simon Glass · 3 years, 9 months ago
  4. 77faa97 Revert "sandbox: Disable I2C emulators in SPL" by Simon Glass · 3 years, 9 months ago
  5. 0000e0d dm: Rename device_get_by_driver_info_idx() by Simon Glass · 3 years, 9 months ago
  6. 2f25998 dm: core: Drop device_get_by_driver_info() by Simon Glass · 3 years, 9 months ago
  7. 9bb88fb clk: sandbox: Create a special fixed-rate driver by Simon Glass · 3 years, 9 months ago
  8. 96113c1 dm: test: Avoid destroying uclasses with of-platdata-inst by Simon Glass · 3 years, 9 months ago
  9. df56e0b dtoc: Assign a sequence number to each node by Simon Glass · 3 years, 10 months ago
  10. fce3802 test: print_ut: Fix potential build error by Bin Meng · 3 years, 9 months ago
  11. 0bcbec7 test: cmd: setexpr: Fix a typo by Bin Meng · 3 years, 9 months ago
  12. d280d81 Merge tag 'v2021.04-rc4' into next by Tom Rini · 3 years, 9 months ago
  13. 905b173 test: py: add initial coverage for scp03 cmd by Igor Opaniuk · 3 years, 10 months ago
  14. 60e08ee test: acpi: Fix warnings on 32-bit build by Simon Glass · 3 years, 10 months ago
  15. 5fc47e3 log: Handle line continuation by Simon Glass · 3 years, 10 months ago
  16. ee11209 spl: test: Add a test for spl_load_simple_fit() by Simon Glass · 3 years, 9 months ago
  17. 1ef74ab test: Allow SPL to run any available test by Simon Glass · 3 years, 9 months ago
  18. 1638693 test: Rename all linker lists to have a ut_ prefix by Simon Glass · 3 years, 9 months ago
  19. b50211f test: Add a macros for finding tests in linker_lists by Simon Glass · 3 years, 9 months ago
  20. 11abb2b test: log: Rename log main test file to log_ut.c by Simon Glass · 3 years, 9 months ago
  21. 53d1b19 test: Move restoring of driver model state to ut_run_list() by Simon Glass · 3 years, 9 months ago
  22. 1899e13 test: Move the devicetree check into ut_run_list() by Simon Glass · 3 years, 9 months ago
  23. 5ed319b test: Use return values in dm_test_run() by Simon Glass · 3 years, 9 months ago
  24. bb2b173 test: Run driver-model tests using ut_run_list() by Simon Glass · 3 years, 9 months ago
  25. 4066d8d test: Use a local variable for test state by Simon Glass · 3 years, 9 months ago
  26. 0d32ec2 test: Add ut_run_test_live_flat() to run tests twice by Simon Glass · 3 years, 9 months ago
  27. d97fd78 test: Drop dm_do_test() by Simon Glass · 3 years, 9 months ago
  28. 436687e test: Use ut_run_test() to run driver model tests by Simon Glass · 3 years, 9 months ago
  29. 5517edb test: Move test running into a separate function by Simon Glass · 3 years, 9 months ago
  30. 5b7e55b test: Move dm_test_destroy() into test-main.c by Simon Glass · 3 years, 9 months ago
  31. 2dba476 test: Move dm_test_init() into test-main.c by Simon Glass · 3 years, 9 months ago
  32. b98bfbc test: Drop struct dm_test_state by Simon Glass · 3 years, 9 months ago
  33. b2890a1 test: Handle driver model reinit in test_pre_run() by Simon Glass · 3 years, 9 months ago
  34. 59cad96 test: Move delay skipping to test_pre_run() by Simon Glass · 3 years, 9 months ago
  35. 2b566b9 test: Move console silencing to test_pre_run() by Simon Glass · 3 years, 9 months ago
  36. 86a5bd0 test: Drop mallinfo() work-around by Simon Glass · 3 years, 9 months ago
  37. 177e0fd test: Move dm_scan_plat() to test_pre_run() by Simon Glass · 3 years, 9 months ago
  38. 242357c test: Move do_autoprobe() to test_pre_run() by Simon Glass · 3 years, 9 months ago
  39. d18f739 test: Move dm_extended_scan() to test_pre_run() by Simon Glass · 3 years, 9 months ago
  40. 0f8f677 test: Call test_pre/post_run() from driver model tests by Simon Glass · 3 years, 9 months ago
  41. d93dc7d test: Create pre/post-run functions by Simon Glass · 3 years, 9 months ago
  42. 5722fb2 test: Add an overall test runner by Simon Glass · 3 years, 9 months ago
  43. a1add9d test: Rename test-main.c to test-dm.c by Simon Glass · 3 years, 9 months ago
  44. 8f05ec4 test: Correct setexpr test prefix by Simon Glass · 3 years, 9 months ago
  45. 2a4b03f test: Re-enable test_ofplatdata by Simon Glass · 3 years, 9 months ago
  46. 46c0374 sandbox: Drop the 'starting...' message by Simon Glass · 3 years, 9 months ago
  47. 76a2ce9 efi_loader: correct uboot_bin_env.its file format by Heinrich Schuchardt · 3 years, 9 months ago
  48. 6aa77ac lib/charset: UTF-8 stream conversion by Heinrich Schuchardt · 3 years, 9 months ago
  49. e3fa74b lib/charset: utf8_get() should return error by Heinrich Schuchardt · 3 years, 9 months ago
  50. 91fb089 efi_loader: carve out utf_to_cp() by Heinrich Schuchardt · 3 years, 9 months ago
  51. 261fc06 test: cmd: Add a basic test for 'addrmap' command by Bin Meng · 3 years, 9 months ago
  52. 247ccf2 gpio: Add a way to read 3-way strapping pins by Simon Glass · 3 years, 10 months ago
  53. 7b893f9 dm: gpio: Add a way to update flags by Simon Glass · 3 years, 10 months ago
  54. 3f2d575 gpio: sandbox: Rename GPIO dir_flags to flags by Simon Glass · 3 years, 10 months ago
  55. 909bee3 gpio: Rename dm_gpio_get_dir_flags() to dm_gpio_get_flags() by Simon Glass · 3 years, 10 months ago
  56. 54befdd dm: gpio: Rename set_dir_flags() method to update_flags() by Simon Glass · 3 years, 10 months ago
  57. c4f2d64 fastboot: Allow u-boot-style partitions by Sean Anderson · 3 years, 10 months ago
  58. 2a19109 test: dm: Add test for fastboot mmc partition naming by Sean Anderson · 3 years, 10 months ago
  59. b2f1c0b mmc: sandbox: Add support for writing by Sean Anderson · 3 years, 10 months ago
  60. c33f85e test: missing dependency for test/cmd/setexpr.c by Heinrich Schuchardt · 3 years, 9 months ago
  61. 00b5acd Merge tag 'u-boot-amlogic-20210222' of https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · 3 years, 9 months ago
  62. 3524a5e dm: test: Add test case for dev_phys_to_bus()/dev_bus_to_phys() by Nicolas Saenz Julienne · 3 years, 11 months ago
  63. 892e9b4 dm: test: Add test case for dev->dma_offset by Nicolas Saenz Julienne · 3 years, 11 months ago
  64. 22b7f7e dm: test: Add test case for dev_get_dma_ranges() by Nicolas Saenz Julienne · 3 years, 11 months ago
  65. ad39859 test: add a simple test for the adc-keys button driver by Marek Szyprowski · 3 years, 9 months ago
  66. 40154e9 test: dm: tee: extend with RPC test by Igor Opaniuk · 3 years, 10 months ago
  67. f9254f7 test: py: add pygit2 and pyelftools to requirements.txt by Igor Opaniuk · 3 years, 10 months ago
  68. b823daa image: Check for unit addresses in FITs by Simon Glass · 3 years, 9 months ago
  69. 19d2c02 libfdt: Check for multiple/invalid root nodes by Simon Glass · 3 years, 9 months ago
  70. 5e942f7 test: Add tests for the 'evil' vboot attacks by Simon Glass · 3 years, 9 months ago
  71. 141f49a test: Add vboot_evil implementation by Simon Glass · 3 years, 9 months ago
  72. 4433890 fit: Don't allow verification of images with @ nodes by Simon Glass · 3 years, 9 months ago
  73. b1db71b Merge branch '2021-02-02-drop-asm_global_data-when-unused' by Tom Rini · 3 years, 9 months ago
  74. abbdbbd dm: core: Add late driver remove option by Marek Vasut · 3 years, 10 months ago
  75. df34d0b dm: core: Avoid partially removing devices by Simon Glass · 3 years, 10 months ago
  76. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
  77. 76e6a9e test/py: fix runtest wrapper for pytest 6 by Stephen Warren · 3 years, 10 months ago
  78. bf0a692 dm: core: Update ofnode_read_fmap_entry() to read hashes by Simon Glass · 3 years, 10 months ago
  79. 6d0601e sandbox: Disable I2C emulators in SPL by Simon Glass · 3 years, 10 months ago
  80. 333e3a9 cros_ec: Add vstore support by Simon Glass · 3 years, 10 months ago
  81. 0316130 cros_ec: Show events in human-readable form by Simon Glass · 3 years, 10 months ago
  82. 9d70252 cros_ec: Add support for switches by Simon Glass · 3 years, 10 months ago
  83. 959e1ce cros_ec: Support reading EC features by Simon Glass · 3 years, 10 months ago
  84. 33909b5 cros_ec: Add support for reading the SKU ID by Simon Glass · 3 years, 10 months ago
  85. 9b306e5 cros_ec: Add a function for the hello message by Simon Glass · 3 years, 10 months ago
  86. 9211181 test: inconsistent string tests by Heinrich Schuchardt · 3 years, 10 months ago
  87. c38be19 test: inconsistent bootm tests by Heinrich Schuchardt · 3 years, 10 months ago
  88. 1b91cee test: Update test_fs to not use deprecated pytest.yield_fixture() by Tom Rini · 3 years, 10 months ago
  89. ceb4ca2 test: correct entry point to pytest by Heinrich Schuchardt · 3 years, 10 months ago
  90. f3128e3 test: pr_cont_test.o depends on CONFIG_LOG=y by Heinrich Schuchardt · 3 years, 10 months ago
  91. 8a99754 test: test_ofplatdata: Mark as sandbox specific by Tom Rini · 3 years, 10 months ago
  92. ab7e746 bloblist: Support relocating to a larger space by Simon Glass · 3 years, 11 months ago
  93. 7a9814c test: unit test for echo command by Heinrich Schuchardt · 3 years, 10 months ago
  94. 79c9f0e doc: move test/py/README.md to HTML documentation by Heinrich Schuchardt · 3 years, 10 months ago
  95. 566a678 doc: move test/README to HTML documentation by Heinrich Schuchardt · 3 years, 10 months ago
  96. 1d5955f cmd: Add a pwm command by Pragnesh Patel · 4 years ago
  97. b5a828e test: unit test for pr_err(), pr_cont() by Heinrich Schuchardt · 3 years, 11 months ago
  98. c8cdd49 test: correct the test prefix in ut str by Patrick Delaunay · 4 years ago
  99. 704679d test: correct the test prefix in ut cmd_mem by Patrick Delaunay · 4 years ago
  100. 8dd78a9 test: Only enable bloblist test when supported by Simon Glass · 4 years, 1 month ago