summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-12test: Move do_autoprobe() to test_pre_run()Simon Glass
2021-03-12test: Move dm_extended_scan() to test_pre_run()Simon Glass
2021-03-12test: Call test_pre/post_run() from driver model testsSimon Glass
2021-03-12test: Create pre/post-run functionsSimon Glass
2021-03-12test: Add an overall test runnerSimon Glass
2021-03-12test: Rename test-main.c to test-dm.cSimon Glass
2021-03-12test: Mark all driver model tests with a flagSimon Glass
2021-03-12test: Correct setexpr test prefixSimon Glass
2021-03-12doc: Document how sandbox_spl_tests are runSimon Glass
2021-03-12doc: Explain how to run tests without pytestSimon Glass
2021-03-12test: Re-enable test_ofplatdataSimon Glass
2021-03-12sandbox: Drop the 'starting...' messageSimon Glass
2021-03-12doc: Document make tcheckSimon Glass
2021-03-12doc: Tidy up testing sectionSimon Glass
2021-03-12dm: core: Fix allocation of empty of-platdataSimon Glass
2021-03-04Merge tag 'next-2021-03-04' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini
2021-03-04Merge branch '2021-03-03-gpio-improvements' into nextTom Rini
2021-03-03gpio: Add a way to read 3-way strapping pinsSimon Glass
2021-03-03gpio: Define the log category in the uclassSimon Glass
2021-03-03gpio: sandbox: Track whether a GPIO is drivenSimon Glass
2021-03-03gpio: x86: Drop the deprecated methods in intel_gpioSimon Glass
2021-03-03gpio: Use an 'ops' variable everywhereSimon Glass
2021-03-03gpio: Replace direction_input() and direction_output()Simon Glass
2021-03-03dm: gpio: Add a way to update flagsSimon Glass
2021-03-03gpio: sandbox: Make sandbox_gpio_set_flags() set all flagsSimon Glass
2021-03-03gpio: sandbox: Fully separate pin value from output valueSimon Glass
2021-03-03gpio: sandbox: Use a separate flag for the valueSimon Glass
2021-03-03gpio: sandbox: Rename GPIO dir_flags to flagsSimon Glass
2021-03-03gpio: Rename dm_gpio_get_dir_flags() to dm_gpio_get_flags()Simon Glass
2021-03-03dm: gpio: Rename get_dir_flags() method to get_flags()Simon Glass
2021-03-03dm: gpio: Rename set_dir_flags() method to update_flags()Simon Glass
2021-03-03gpio: Disable functions not used with of-platdataSimon Glass
2021-03-03Merge branch '2021-03-03-assorted-improvements' into nextTom Rini
2021-03-03video: sunxi_display: Convert to DM_VIDEOJagan Teki
2021-03-02tpm: Allow disabling platform hierarchy with TPM2Simon Glass
2021-03-02tpm: Add TPM2 support for write_lockSimon Glass
2021-03-02tpm: Add TPM2 support for read/write valuesSimon Glass
2021-03-02tpm: Add an implementation of define_spaceSimon Glass
2021-03-02tpm: Reduce duplication in a few functionsSimon Glass
2021-03-02tpm: Add a basic API implementation for TPMv2Simon Glass
2021-03-02tpm: Switch TPMv1 over to use the new APISimon Glass
2021-03-02tpm: Add an API that can support v1.2 and v2Simon Glass
2021-03-02tpm: Add debugging of request in tpm_sendrecv_command()Simon Glass
2021-03-02tpm: Use logging in the uclassSimon Glass
2021-03-02tpm: Don't include cr50 in TPL/SPLSimon Glass
2021-03-02bootm: Fix duplicate debugging in bootm_process_cmdline()Simon Glass
2021-03-02sandbox: Write out bloblist when exitingSimon Glass
2021-03-02sandbox: Avoid using malloc() for system stateSimon Glass
2021-03-02sandbox: Add os_realloc()Simon Glass
2021-03-02s5p4418_nanopi2: Drop dead codeSimon Glass