summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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: Correct setexpr test prefixSimon Glass
2021-03-12test: Re-enable test_ofplatdataSimon Glass
2021-03-12sandbox: Drop the 'starting...' messageSimon Glass
2021-03-07efi_loader: correct uboot_bin_env.its file formatHeinrich Schuchardt
2021-03-07lib/charset: UTF-8 stream conversionHeinrich Schuchardt
2021-03-07lib/charset: utf8_get() should return errorHeinrich Schuchardt
2021-03-07efi_loader: carve out utf_to_cp()Heinrich Schuchardt
2021-03-05test: cmd: Add a basic test for 'addrmap' commandBin Meng
2021-03-03gpio: Add a way to read 3-way strapping pinsSimon Glass
2021-03-03dm: gpio: Add a way to update flagsSimon 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 set_dir_flags() method to update_flags()Simon Glass
2021-02-26fastboot: Allow u-boot-style partitionsSean Anderson
2021-02-26test: dm: Add test for fastboot mmc partition namingSean Anderson
2021-02-26mmc: sandbox: Add support for writingSean Anderson
2021-02-24test: missing dependency for test/cmd/setexpr.cHeinrich Schuchardt
2021-02-22Merge tag 'u-boot-amlogic-20210222' of https://gitlab.denx.de/u-boot/custodia...Tom Rini
2021-02-18dm: test: Add test case for dev_phys_to_bus()/dev_bus_to_phys()Nicolas Saenz Julienne
2021-02-18dm: test: Add test case for dev->dma_offsetNicolas Saenz Julienne
2021-02-18dm: test: Add test case for dev_get_dma_ranges()Nicolas Saenz Julienne
2021-02-18test: add a simple test for the adc-keys button driverMarek Szyprowski
2021-02-16test: dm: tee: extend with RPC testIgor Opaniuk
2021-02-16test: py: add pygit2 and pyelftools to requirements.txtIgor Opaniuk
2021-02-15image: Check for unit addresses in FITsSimon Glass
2021-02-15libfdt: Check for multiple/invalid root nodesSimon Glass
2021-02-15test: Add tests for the 'evil' vboot attacksSimon Glass
2021-02-15test: Add vboot_evil implementationSimon Glass
2021-02-15fit: Don't allow verification of images with @ nodesSimon Glass
2021-02-15Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini
2021-02-03dm: core: Add late driver remove optionMarek Vasut
2021-02-03dm: core: Avoid partially removing devicesSimon Glass
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-02-01test/py: fix runtest wrapper for pytest 6Stephen Warren
2021-01-30dm: core: Update ofnode_read_fmap_entry() to read hashesSimon Glass
2021-01-30sandbox: Disable I2C emulators in SPLSimon Glass
2021-01-30cros_ec: Add vstore supportSimon Glass
2021-01-30cros_ec: Show events in human-readable formSimon Glass
2021-01-30cros_ec: Add support for switchesSimon Glass
2021-01-30cros_ec: Support reading EC featuresSimon Glass
2021-01-30cros_ec: Add support for reading the SKU IDSimon Glass
2021-01-30cros_ec: Add a function for the hello messageSimon Glass
2021-01-29test: inconsistent string testsHeinrich Schuchardt
2021-01-29test: inconsistent bootm testsHeinrich Schuchardt
2021-01-29test: Update test_fs to not use deprecated pytest.yield_fixture()Tom Rini