summaryrefslogtreecommitdiff
path: root/test/dm
AgeCommit message (Expand)AuthorFilesLines
2020-02-06sound: Add a new stop_play() methodSimon Glass1-0/+1
2020-02-06test: Enable console recording in testsSimon Glass1-2/+2
2020-02-06dm: core: Add a way to iterate through children, probing eachSimon Glass1-0/+19
2020-02-06dm: core: Add a way to read platdata for all child devicesSimon Glass1-0/+19
2020-02-06dm: core: Add ofnode_get_chosen_prop()Simon Glass1-0/+8
2020-02-06dm: core: Add ofnode_read_prop()Simon Glass1-0/+26
2020-02-06dm: core: Rename ofnode_get_chosen_prop()Simon Glass1-0/+21
2020-01-27test: dm: spi: Fix sandbox dm_test_spi_find()Bin Meng1-3/+3
2020-01-09Merge tag 'dm-pull-8jan20' of git://git.denx.de/u-boot-dmTom Rini3-0/+245
2020-01-09Merge tag 'efi-2020-04-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2-0/+27
2020-01-08dm: devres: Add a new OFDATA phaseSimon Glass2-3/+22
2020-01-08dm: devres: Add testsSimon Glass2-0/+179
2020-01-08dm: test: Add a test driver for devresSimon Glass1-0/+47
2020-01-07test: rng: Add basic test for random number generator(rng) uclassSughosh Ganu2-0/+27
2020-01-07remoteproc: elf_loader: Add elf resource table load supportFabien Dessenne1-11/+80
2019-12-18Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-x86 in...Tom Rini4-0/+96
2019-12-17dm: i2c: EEPROM simulator add tests for addr offset maskRobert Beckett1-0/+65
2019-12-17dm: i2c: EEPROM simulator allow tests visibility of addr and offsetRobert Beckett1-15/+35
2019-12-15sandbox: Add a test for IRQSimon Glass2-0/+33
2019-12-15sandbox: Add PCI driver and test for p2sbSimon Glass2-0/+29
2019-12-15x86: sandbox: Add a PMC emulator and testSimon Glass2-0/+34
2019-12-03common: Move command functions out of common.hSimon Glass1-0/+1
2019-11-25dm: test: usb: rework keyboard testHeinrich Schuchardt1-8/+276
2019-11-10dm: regulator: support regulator more stateJoseph Chen1-0/+57
2019-11-03spi: Add support for memory-mapped flashSimon Glass1-0/+9
2019-11-01Merge tag 'dm-pull-29oct19' of git://git.denx.de/u-boot-dmTom Rini1-3/+16
2019-10-27test: regmap: check the values read from the regmapJean-Jacques Hiblot1-3/+16
2019-10-22test: clk: test clock self assignmentJean-Jacques Hiblot1-2/+2
2019-10-22test: clk: Update tests to also check the managed APIJean-Jacques Hiblot1-1/+35
2019-10-14dm: Add a dsi host uclassYannick Fertré2-0/+59
2019-10-11remoteproc: elf_loader: Introduce rproc_elf_get_boot_addr() apiLokesh Vutla1-0/+2
2019-10-11remoteproc: elf_loader: Always check the validity of the image before loadingLokesh Vutla1-4/+1
2019-10-11dm: core: Add a function to count the children of a deviceLokesh Vutla1-26/+15
2019-10-08dm: pci: Add a function to read a PCI BARSimon Glass1-0/+45
2019-10-08sandbox: Rename PCI ID for swap_case to be more specificSimon Glass1-3/+3
2019-10-08dm: test: Correct a stray backslash in dm_test_destroy()Simon Glass1-1/+1
2019-10-08dm: core: Correct the return value for uclass_find_first_device()Simon Glass1-2/+1
2019-10-08dm: test: Don't fail when tests are skipped due to buildSimon Glass1-4/+4
2019-10-08dm: test: Fix running of multiple test from command lineSimon Glass1-1/+5
2019-09-03dm: cache: Add enable and disable ops for sandbox and testRick Chen1-0/+2
2019-08-22sandbox: clk: add clk enable/disable test codePeng Fan1-0/+28
2019-08-13Merge branch '2019-08-11-ti-imports'Tom Rini2-4/+13
2019-08-12dm: core: add support for getting register address and sizeSekhar Nori1-4/+12
2019-08-12clk: add support for clk_is_match()Sekhar Nori1-0/+1
2019-08-11env: Move env_set() to env.hSimon Glass1-0/+1
2019-07-31test: dm: clk_ccf: test composite clkPeng Fan1-0/+8
2019-07-27Merge tag 'u-boot-imx-20190719' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2-1/+63
2019-07-23Merge tag 'u-boot-stm32-20190723' of https://gitlab.denx.de/u-boot/custodians...Tom Rini2-0/+134
2019-07-22remoteproc: add elf file load supportFabien Dessenne1-0/+122
2019-07-22dm: core: Introduce xxx_translate_dma_address()Fabien Dessenne1-0/+12