1. 7d80df9 cmd: SCP03: enable and provision command by Jorge Ramirez-Ortiz · 3 years, 10 months ago
  2. 9127d8b common: SCP03 control (enable and provision of keys) by Jorge Ramirez-Ortiz · 3 years, 10 months ago
  3. e49dc35 doc: sandbox: Update instructions on quitting by Simon Glass · 3 years, 10 months ago
  4. 60e08ee test: acpi: Fix warnings on 32-bit build by Simon Glass · 3 years, 10 months ago
  5. 50fbfba tpm: Correct warning on 32-bit build by Simon Glass · 3 years, 10 months ago
  6. c43c6e7 tpm: Don't select LOG by Simon Glass · 3 years, 10 months ago
  7. b2faacc log: Add return-checking macros for 0 being success by Simon Glass · 3 years, 10 months ago
  8. 5fc47e3 log: Handle line continuation by Simon Glass · 3 years, 10 months ago
  9. f080343 log: Set up a flag byte for log records by Simon Glass · 3 years, 10 months ago
  10. 7cc97ef Merge branch '2021-03-12-test-improvements' into next by Tom Rini · 3 years, 9 months ago
  11. 2540410 doc: Explain briefly how to write new tests by Simon Glass · 3 years, 9 months ago
  12. a6404e7 test: sandbox: Move sandbox test docs into doc/develop by Simon Glass · 3 years, 9 months ago
  13. ee11209 spl: test: Add a test for spl_load_simple_fit() by Simon Glass · 3 years, 9 months ago
  14. 2192e98 spl: Convert spl_fit to work with sandbox by Simon Glass · 3 years, 9 months ago
  15. b90e487 sandbox: Update os_find_u_boot() to find the .img file by Simon Glass · 3 years, 9 months ago
  16. 1ef74ab test: Allow SPL to run any available test by Simon Glass · 3 years, 9 months ago
  17. 1638693 test: Rename all linker lists to have a ut_ prefix by Simon Glass · 3 years, 9 months ago
  18. b50211f test: Add a macros for finding tests in linker_lists by Simon Glass · 3 years, 9 months ago
  19. 11abb2b test: log: Rename log main test file to log_ut.c by Simon Glass · 3 years, 9 months ago
  20. 53d1b19 test: Move restoring of driver model state to ut_run_list() by Simon Glass · 3 years, 9 months ago
  21. 1899e13 test: Move the devicetree check into ut_run_list() by Simon Glass · 3 years, 9 months ago
  22. 5ed319b test: Use return values in dm_test_run() by Simon Glass · 3 years, 9 months ago
  23. bb2b173 test: Run driver-model tests using ut_run_list() by Simon Glass · 3 years, 9 months ago
  24. 4066d8d test: Use a local variable for test state by Simon Glass · 3 years, 9 months ago
  25. 0d32ec2 test: Add ut_run_test_live_flat() to run tests twice by Simon Glass · 3 years, 9 months ago
  26. d97fd78 test: Drop dm_do_test() by Simon Glass · 3 years, 9 months ago
  27. 436687e test: Use ut_run_test() to run driver model tests by Simon Glass · 3 years, 9 months ago
  28. 5517edb test: Move test running into a separate function by Simon Glass · 3 years, 9 months ago
  29. 5b7e55b test: Move dm_test_destroy() into test-main.c by Simon Glass · 3 years, 9 months ago
  30. 2dba476 test: Move dm_test_init() into test-main.c by Simon Glass · 3 years, 9 months ago
  31. b98bfbc test: Drop struct dm_test_state by Simon Glass · 3 years, 9 months ago
  32. b2890a1 test: Handle driver model reinit in test_pre_run() by Simon Glass · 3 years, 9 months ago
  33. 59cad96 test: Move delay skipping to test_pre_run() by Simon Glass · 3 years, 9 months ago
  34. 2b566b9 test: Move console silencing to test_pre_run() by Simon Glass · 3 years, 9 months ago
  35. 86a5bd0 test: Drop mallinfo() work-around by Simon Glass · 3 years, 9 months ago
  36. 177e0fd test: Move dm_scan_plat() to test_pre_run() by Simon Glass · 3 years, 9 months ago
  37. 242357c test: Move do_autoprobe() to test_pre_run() by Simon Glass · 3 years, 9 months ago
  38. d18f739 test: Move dm_extended_scan() to test_pre_run() by Simon Glass · 3 years, 9 months ago
  39. 0f8f677 test: Call test_pre/post_run() from driver model tests by Simon Glass · 3 years, 9 months ago
  40. d93dc7d test: Create pre/post-run functions by Simon Glass · 3 years, 9 months ago
  41. 5722fb2 test: Add an overall test runner by Simon Glass · 3 years, 9 months ago
  42. a1add9d test: Rename test-main.c to test-dm.c by Simon Glass · 3 years, 9 months ago
  43. ab1fca0 test: Mark all driver model tests with a flag by Simon Glass · 3 years, 9 months ago
  44. 8f05ec4 test: Correct setexpr test prefix by Simon Glass · 3 years, 9 months ago
  45. eaf2196 doc: Document how sandbox_spl_tests are run by Simon Glass · 3 years, 9 months ago
  46. 9e78ad6 doc: Explain how to run tests without pytest by Simon Glass · 3 years, 9 months ago
  47. 2a4b03f test: Re-enable test_ofplatdata by Simon Glass · 3 years, 9 months ago
  48. 46c0374 sandbox: Drop the 'starting...' message by Simon Glass · 3 years, 9 months ago
  49. 3602c55 doc: Document make tcheck by Simon Glass · 3 years, 9 months ago
  50. cb605d2 doc: Tidy up testing section by Simon Glass · 3 years, 9 months ago
  51. 41280b5 dm: core: Fix allocation of empty of-platdata by Simon Glass · 3 years, 9 months ago
  52. 503b0fb Merge tag 'next-2021-03-04' of https://gitlab.denx.de/u-boot/custodians/u-boot-video into next by Tom Rini · 3 years, 9 months ago
  53. 48b8d14 Merge branch '2021-03-03-gpio-improvements' into next by Tom Rini · 3 years, 9 months ago
  54. 247ccf2 gpio: Add a way to read 3-way strapping pins by Simon Glass · 3 years, 10 months ago
  55. e43eae2 gpio: Define the log category in the uclass by Simon Glass · 3 years, 10 months ago
  56. 5935652 gpio: sandbox: Track whether a GPIO is driven by Simon Glass · 3 years, 10 months ago
  57. ac37939 gpio: x86: Drop the deprecated methods in intel_gpio by Simon Glass · 3 years, 10 months ago
  58. 49f315a gpio: Use an 'ops' variable everywhere by Simon Glass · 3 years, 10 months ago
  59. 722f968 gpio: Replace direction_input() and direction_output() by Simon Glass · 3 years, 10 months ago
  60. 7b893f9 dm: gpio: Add a way to update flags by Simon Glass · 3 years, 10 months ago
  61. 4d3b73e gpio: sandbox: Make sandbox_gpio_set_flags() set all flags by Simon Glass · 3 years, 10 months ago
  62. ae1e85b gpio: sandbox: Fully separate pin value from output value by Simon Glass · 3 years, 10 months ago
  63. 44a1a5b gpio: sandbox: Use a separate flag for the value by Simon Glass · 3 years, 10 months ago
  64. 3f2d575 gpio: sandbox: Rename GPIO dir_flags to flags by Simon Glass · 3 years, 10 months ago
  65. 909bee3 gpio: Rename dm_gpio_get_dir_flags() to dm_gpio_get_flags() by Simon Glass · 3 years, 10 months ago
  66. d063ce9 dm: gpio: Rename get_dir_flags() method to get_flags() by Simon Glass · 3 years, 10 months ago
  67. 54befdd dm: gpio: Rename set_dir_flags() method to update_flags() by Simon Glass · 3 years, 10 months ago
  68. ea38372 gpio: Disable functions not used with of-platdata by Simon Glass · 3 years, 10 months ago
  69. 4d97c33 Merge branch '2021-03-03-assorted-improvements' into next by Tom Rini · 3 years, 9 months ago
  70. 5bc34cb video: sunxi_display: Convert to DM_VIDEO by Jagan Teki · 3 years, 9 months ago
  71. 77759db tpm: Allow disabling platform hierarchy with TPM2 by Simon Glass · 3 years, 10 months ago
  72. e9d3d59 tpm: Add TPM2 support for write_lock by Simon Glass · 3 years, 10 months ago
  73. 3d930ed tpm: Add TPM2 support for read/write values by Simon Glass · 3 years, 10 months ago
  74. 713c58a tpm: Add an implementation of define_space by Simon Glass · 3 years, 10 months ago
  75. 3b3ac8b tpm: Reduce duplication in a few functions by Simon Glass · 3 years, 10 months ago
  76. 1f1eb34 tpm: Add a basic API implementation for TPMv2 by Simon Glass · 3 years, 10 months ago
  77. 3b8692a tpm: Switch TPMv1 over to use the new API by Simon Glass · 3 years, 10 months ago
  78. c036ebd tpm: Add an API that can support v1.2 and v2 by Simon Glass · 3 years, 10 months ago
  79. 94e37a3 tpm: Add debugging of request in tpm_sendrecv_command() by Simon Glass · 3 years, 10 months ago
  80. 2797ebf tpm: Use logging in the uclass by Simon Glass · 3 years, 10 months ago
  81. 7ec382a tpm: Don't include cr50 in TPL/SPL by Simon Glass · 3 years, 10 months ago
  82. cac744e bootm: Fix duplicate debugging in bootm_process_cmdline() by Simon Glass · 3 years, 10 months ago
  83. e00efa9 sandbox: Write out bloblist when exiting by Simon Glass · 3 years, 10 months ago
  84. edd094e sandbox: Avoid using malloc() for system state by Simon Glass · 3 years, 10 months ago
  85. 4c902fa sandbox: Add os_realloc() by Simon Glass · 3 years, 10 months ago
  86. af61846 s5p4418_nanopi2: Drop dead code by Simon Glass · 3 years, 10 months ago
  87. cbd5946 doc: Add a note about producing 'md.b' output using hexdump by Simon Glass · 3 years, 10 months ago
  88. be1d5e8 doc: describe the md command by Simon Glass · 3 years, 10 months ago
  89. caa5f18 binman: Indicate how to make binman verbose by Simon Glass · 3 years, 10 months ago
  90. e12d98a spl: Drop duplicate 'Jumping to U-Boot' message by Simon Glass · 3 years, 10 months ago
  91. fb1c0ae arm: remove set_dacr/get_dacr functions by Patrick Delaunay · 3 years, 10 months ago
  92. a14e5b4 arm: cp15: remove weak function arm_init_domains by Patrick Delaunay · 3 years, 10 months ago
  93. b97cb09 arm: omap2: remove arm_init_domains by Patrick Delaunay · 3 years, 10 months ago
  94. 4aae24d arm: cp15: update DACR value to activate access control by Patrick Delaunay · 3 years, 10 months ago
  95. d133261 arm: cosmetic: align TTB_SECT define value by Patrick Delaunay · 3 years, 10 months ago
  96. 061801e arm: remove TTB_SECT_XN_MASK in DCACHE_WRITETHROUGH by Patrick Delaunay · 3 years, 10 months ago
  97. 4ad5a12 stm32mp: update the mmu configuration for SPL and prereloc by Patrick Delaunay · 3 years, 10 months ago
  98. c9b0dc3 stm32mp: update MMU config before the relocation by Patrick Delaunay · 3 years, 10 months ago
  99. 6f14d5f reset: Remove addr parameter from reset_cpu() by Harald Seiler · 4 years ago
  100. 0f57627 Revert "lpc32xx: cpu: add support for soft reset" by Harald Seiler · 4 years ago