Commit Graph

94 Commits (899a52821515d79f9e4e525fd3098bdb574062ed)

Author SHA1 Message Date
Simon Glass 1967982a95 dm: test: Add a Kconfig file 10 years ago
Simon Glass ca88b9b939 dm: i2c: Add a dm_ prefix to driver model bus speed functions 10 years ago
Simon Glass d0cff03e18 dm: spi: Move slave details to child platdata 10 years ago
Simon Glass 83c7e434c9 dm: core: Allow uclass to set up a device's child before it is probed 10 years ago
Simon Glass 081f2fcbd9 dm: core: Allow the uclass to set up a device's child after binding 10 years ago
Simon Glass dac8db2ce6 dm: core: Allow uclasses to specify private data for a device's children 10 years ago
Simon Glass 9cc36a2b89 dm: core: Add a flag to control sequence numbering 10 years ago
Simon Glass b367053102 dm: core: Add a function to get a device's uclass ID 10 years ago
Simon Glass 0118ce7957 dm: core: Add a post_bind method for parents 10 years ago
Simon Glass ba8da9dc43 dm: core: Allow uclasses to specify platdata for a device's children 10 years ago
Simon Glass cdc133bde9 dm: core: Allow parents to have platform data for their children 10 years ago
Simon Glass f8a85449ef dm: core: Allocate platform data when binding a device 10 years ago
Simon Glass 22cc069160 dm: Don't run tests if U-Boot cannot be built 10 years ago
Simon Glass 25ab4b0303 dm: i2c: Provide an offset length parameter where needed 10 years ago
Simon Glass f9a4c2da72 dm: i2c: Rename driver model I2C functions to permit compatibility 10 years ago
Simon Glass 3669e0e759 dm: gpio: Add better functions to request GPIOs 10 years ago
Guilherme Maciel Ferreira 39931f966a dumpimage: fit: extract FIT images 10 years ago
Guilherme Maciel Ferreira f41f5b7c05 dumpimage: add 'T' option to explicitly set the image type 10 years ago
Simon Glass 6ed4dc7876 test: Add unit tests for bootm image decompression 10 years ago
Simon Glass ac9a215de0 test: Rename test_compression to ut_compression 10 years ago
Simon Glass cc4477289d test: Add DEBUG output option to test-fit.py 10 years ago
Simon Glass b5493d17bd sandbox: Correct ordering of 'sb save' commands 10 years ago
Simon Glass ecc2ed55ee dm: i2c: Add tests for I2C 10 years ago
Masahiro Yamada a56642c7ba dm_test: improve the appearance shown by "dm tree" command 10 years ago
Suriyan Ramasami 6c016485a6 sandbox: script for testing sandbox/ext4/fat/fs commands 10 years ago
Lukasz Majewski fbd3b79d77 test: ums: Add sleep before unmount directory 10 years ago
Rabin Vincent 2302b3ab85 hush: make run_command() return an error on parsing failure 10 years ago
Rabin Vincent 484408fb51 hush: return consistent codes from run_command() 10 years ago
Simon Glass b01495e644 test: Add a simple test to detected warnings with uint64_t, uintptr_t 10 years ago
Simon Glass 87b6398b46 cli: hush: Adjust 'run' command to run each line of the env var 10 years ago
Simon Glass 4324174d03 test: dm: Add additional GPIO tests 10 years ago
Simon Glass 756ac0bb15 test: dm: Support memory leak checking as a core feature 10 years ago
Simon Glass d44f597b12 dm: gpio: Add gpio_requestf() helper for printf() strings 10 years ago
Simon Glass 4b8f11c2cc test: dm: Update GPIO tests for new gpio_request() method 10 years ago
Simon Glass 0ae0cb7b50 dm: sf: Add tests for SPI flash 10 years ago
Simon Glass ebcab48a03 dm: spi: Add tests 10 years ago
Simon Glass a8981d4f80 dm: core: Add functions for iterating through device children 10 years ago
Simon Glass 129acd4c75 test: Add a test for command repeat 10 years ago
Simon Glass 07b342783a test: Remove tabs from trace test 10 years ago
Simon Glass dfe6f4d684 Correct sandbox filesystem commands in FIT image test 10 years ago
Lukasz Majewski 801123fe50 test: ums: Add script for testing UMS gadget operation 10 years ago
Lukasz Majewski 4c984c8136 test: dfu: cosmetic: Add missing license information to DFU test scripts 10 years ago
Lukasz Majewski 0d7f85f057 test: dfu: Extend dfu_gadget_test_init.sh to accept sizes of test files 10 years ago
Michael van der Westhuizen e0f2f15534 Implement generalised RSA public exponents for verified boot 10 years ago
Stephen Warren 54ce79c8a5 test: dfu: add some more test cases 10 years ago
Stephen Warren c0e6663b0a test: dfu: cleanup before execution 10 years ago
Lukasz Majewski 50a3532128 test:dfu: README file update 10 years ago
Stephen Warren 7ad67e5554 test: dfu: script enhancements 10 years ago
Lukasz Majewski a4c86bbb5a test:dfu: Add test scripts for testing DFU regression 10 years ago
Simon Glass a327dee0f4 dm: Add child_pre_probe() and child_post_remove() methods 11 years ago