aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2020-11-06acpi: Don't reset the tables with every new generationSimon Glass1-0/+4
2020-11-01Merge tag 'efi-2020-01-rc2-2' of https://gitlab.denx.de/u-boot/custodians/u-b...WIP/01Nov2020Tom Rini1-0/+19
2020-10-30Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini9-94/+340
2020-10-30test: Add a test for log filter-*Sean Anderson2-0/+109
2020-10-30test: Add a test for getoptSean Anderson2-0/+124
2020-10-30test: Add test for LOGFF_MINSean Anderson1-0/+23
2020-10-30test: Add tests for LOGFF_DENYSean Anderson1-0/+67
2020-10-30test: log: Give tests names instead of numbersSean Anderson1-24/+24
2020-10-30test: log: Convert log_test from python to CSean Anderson3-291/+255
2020-10-30test: unit test for efi_create_indexed_name()Heinrich Schuchardt1-0/+19
2020-10-29dm: Use driver_info index instead of pointerSimon Glass2-9/+25
2020-10-29dm: Add a test for of-platdata parent informationSimon Glass1-0/+15
2020-10-29dm: Use an allocated array for run-time device infoSimon Glass1-9/+10
2020-10-29dm: test: Add a test for of-platdata phandlesSimon Glass1-0/+37
2020-10-29dm: test: Add a check that all devices have a dev valueSimon Glass1-0/+81
2020-10-29dm: Add a C test for of-platdata propertiesSimon Glass1-0/+69
2020-10-29dm: test: Drop of-platdata pytestSimon Glass1-47/+0
2020-10-29test: Run only the selected SPL testSimon Glass1-1/+1
2020-10-29test: Run SPL unit testsSimon Glass1-1/+1
2020-10-29pytest: Collect SPL unit testsSimon Glass2-5/+42
2020-10-29dm: test: Add a very simple of-platadata testSimon Glass2-1/+22
2020-10-29dm: test: Add a way to run SPL testsSimon Glass1-1/+1
2020-10-29dm: test: Update the test runner to support of-platdataSimon Glass1-11/+16
2020-10-29dm: test: Build tests for SPLSimon Glass1-0/+10
2020-10-29dtoc: Fix widening of int to bytesSimon Glass1-1/+1
2020-10-29dm: test: Disable some tests that should not run in SPLSimon Glass2-7/+13
2020-10-29dm: test: Make use of CONFIG_UNIT_TESTSimon Glass1-1/+2
2020-10-29dm: test: Update Makefile conditionsSimon Glass1-7/+7
2020-10-29dm: test: Sort the MakefileSimon Glass1-3/+3
2020-10-29dm: Avoid using #ifdef for CONFIG_OF_LIVESimon Glass1-11/+5
2020-10-29Merge tag 'xilinx-for-v2021.01-v2' of https://gitlab.denx.de/u-boot/custodian...Tom Rini1-0/+22
2020-10-28test: mux-cmd: Add tests for the 'mux' commandWIP/2020-10-28-mux-driver-frameworkPratyush Yadav2-0/+178
2020-10-28test: Add tests for the multiplexer frameworkJean-Jacques Hiblot3-0/+245
2020-10-27test: log: test message continuationHeinrich Schuchardt2-1/+55
2020-10-27dm: core: Add support for getting node from aliasesMichal Simek1-0/+22
2020-10-23cmd: fat: Use do_save() for fatwriteLad Prabhakar1-3/+3
2020-10-23test: unit tests for print_freq(), print_size()Heinrich Schuchardt2-0/+72
2020-10-22common: rename getc() to getchar()Heinrich Schuchardt1-1/+1
2020-10-18video: backlight: fix pwm's duty cycle calculationDario Binacchi1-6/+6
2020-10-17test: Fix sandbox tests failing to buildSean Anderson2-2/+2
2020-10-14cmd/button: return button statusHeinrich Schuchardt1-8/+26
2020-10-14test: sharpen button label unit testHeinrich Schuchardt2-4/+4
2020-10-14test: Add PStore command testsFrédéric Danis4-0/+77
2020-10-12test: vboot: add tests for multiple required keysThirupathaiah Annapureddy1-2/+44
2020-10-10log: Disable the syslog driver by defaultSimon Glass3-0/+42
2020-10-10log: Add a way to enable/disable a log deviceSimon Glass2-0/+15
2020-10-10log: Drop #ifdef in log_testSimon Glass1-2/+0
2020-10-10log: Allow LOG_DEBUG to always enable log outputSimon Glass4-74/+108
2020-10-08test: dm: Test for default led namingSean Anderson1-1/+2
2020-10-08test: pinmux: Add test for pin muxingSean Anderson3-18/+78