summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2020-02-13test: aes: fix memleakPhilippe Reynes
2020-02-11Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini
2020-02-10Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini
2020-02-07dm: irq: Add support for requesting interruptsSimon Glass
2020-02-07dm: irq: Add support for interrupt controller typesSimon Glass
2020-02-07dm: core: Add a function to find a device by drvdataSimon Glass
2020-02-07dm: core: Allow iterating devices without uclass_get()Simon Glass
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass
2020-02-05dm: core: Require users of devres to include the headerSimon Glass
2020-02-05sound: Add a new stop_play() methodSimon Glass
2020-02-05test: Add a way to check each line of console outputSimon Glass
2020-02-05test: Enable console recording in testsSimon Glass
2020-02-05bloblist: Zero records when addingSimon Glass
2020-02-05bloblist: Add a new function to add or check sizeSimon Glass
2020-02-05dm: core: Add a way to iterate through children, probing eachSimon Glass
2020-02-05dm: core: Add a way to read platdata for all child devicesSimon Glass
2020-02-05dm: core: Add ofnode_get_chosen_prop()Simon Glass
2020-02-05dm: core: Add ofnode_read_prop()Simon Glass
2020-02-05dm: core: Rename ofnode_get_chosen_prop()Simon Glass
2020-02-05test: efi_selftest: fix pylint warningsHeinrich Schuchardt
2020-02-05test: test_efi_fit: fix pylint warningsHeinrich Schuchardt
2020-02-04test/py: android: Add test for abootimgSam Protsenko
2020-02-04doc: android: Convert to Sphinx formatSam Protsenko
2020-01-30Consistently use nproc for counting the CPUsHeinrich Schuchardt
2020-01-27test: dm: spi: Fix sandbox dm_test_spi_find()Bin Meng
2020-01-17aes: add test unit for aes196 and aes256Philippe Reynes
2020-01-17aes: add test unit for aes128Philippe Reynes
2020-01-16Merge tag 'xilinx-for-v2020.04' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2020-01-15test/py: use valid device tree in test_fit.pyHeinrich Schuchardt
2020-01-14test/py: hush_if_test: Add tests to cover octal/hex valuesMichal Simek
2020-01-10test/cmd_ut.c: fix cmd_ut_categoryPhilippe Reynes
2020-01-09Merge tag 'dm-pull-8jan20' of git://git.denx.de/u-boot-dmTom Rini
2020-01-08Merge tag 'efi-2020-04-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini
2020-01-07dm: devres: Add a new OFDATA phaseSimon Glass
2020-01-07dm: devres: Add testsSimon Glass
2020-01-07dm: test: Add a test driver for devresSimon Glass
2020-01-07test: Add functions to find the amount of allocated memorySimon Glass
2020-01-07test: rng: Add basic test for random number generator(rng) uclassSughosh Ganu
2020-01-07test/py: Create a test for launching UEFI binaries from FIT imagesCristian Ciocaltea
2020-01-07test/py: describe env__efi_loader_helloworld_fileHeinrich Schuchardt
2020-01-07test/py: Fix broken 'notbuildconfigspec' markerCristian Ciocaltea
2020-01-07cmd_ut: add a parameter prefix to the function cmd_ut_categoryPhilippe Reynes
2020-01-07remoteproc: elf_loader: Add elf resource table load supportFabien Dessenne
2020-01-06Merge branch 'next'Tom Rini
2020-01-02test: Fix the boardspec for the SPL handoff testSimon Glass
2020-01-02test_env: don't strip() printenv resultsStephen Warren
2019-12-18Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-x86 in...Tom Rini
2019-12-17dm: i2c: EEPROM simulator add tests for addr offset maskRobert Beckett
2019-12-17dm: i2c: EEPROM simulator allow tests visibility of addr and offsetRobert Beckett
2019-12-15sandbox: Add a test for IRQSimon Glass