summaryrefslogtreecommitdiff
path: root/test/dm
AgeCommit message (Expand)AuthorFilesLines
2020-05-12Merge tag 'u-boot-amlogic-20200511' of https://gitlab.denx.de/u-boot/custodia...Tom Rini1-0/+89
2020-05-11test: dm: update test for open-drain/open-source emulation in gpio-uclassNeil Armstrong1-0/+89
2020-05-10Merge branch 'master' of git://git.denx.de/u-bootStefano Babic2-0/+54
2020-05-03test: cpu: test current cpuPeng Fan1-0/+2
2020-05-02test: dm: phy: add a test item for the phy_bulk APIChunfeng Yun1-0/+33
2020-05-02test: dm: add test item for ofnode_get_child_count()Chunfeng Yun1-0/+21
2020-04-30acpi: Add an acpi commandSimon Glass1-0/+73
2020-04-30acpi: Move the xsdt pointer to acpi_ctxSimon Glass1-0/+5
2020-04-30acpi: Put table-setup code in its own functionSimon Glass1-10/+54
2020-04-30acpi: Move acpi_add_table() to generic codeSimon Glass1-1/+15
2020-04-30acpi: Convert part of acpi_table to use acpi_ctxSimon Glass1-0/+28
2020-04-30acpi: Add a method to write tables for a deviceSimon Glass1-3/+71
2020-04-17test: dm: update test for pins configuration in gpioPatrick Delaunay2-7/+61
2020-04-17gpio: remove the open_drain API and opsPatrick Delaunay1-7/+0
2020-04-17dm: core: add ofnode and dev function to iterate on node propertyPatrick Delaunay2-1/+52
2020-04-16Merge tag 'dm-pull-10apr20-take2' of git://git.denx.de/u-boot-dmTom Rini3-1/+125
2020-04-16dm: core: Read parent ofdata before childrenSimon Glass1-0/+25
2020-04-16test: fdtdec: test fdtdec_set_carveout()Laurentiu Tudor2-0/+60
2020-04-16dm: core: support reading a single indexed u32 valueDario Binacchi1-0/+29
2020-04-16dm: test: add test case for dev_read_u64 functionDario Binacchi1-0/+10
2020-04-16dm: core: Move "/chosen" and "/firmware" node scanPatrick Delaunay1-1/+1
2020-04-16acpi: Add support for DMARSimon Glass1-0/+16
2020-04-16acpi: Add a central location for table version numbersSimon Glass1-0/+14
2020-04-16acpi: Add a simple sandbox testSimon Glass2-0/+56
2020-04-16cpu: Support querying the address widthSimon Glass1-0/+1
2020-04-16dm: serial: Add clock member to struct serial_device_infoAndy Shevchenko1-0/+1
2020-02-11Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini16-2/+109
2020-02-07dm: irq: Add support for requesting interruptsSimon Glass1-0/+32
2020-02-07dm: irq: Add support for interrupt controller typesSimon Glass1-0/+13
2020-02-07dm: core: Add a function to find a device by drvdataSimon Glass1-0/+21
2020-02-07dm: core: Allow iterating devices without uclass_get()Simon Glass1-0/+21
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass9-0/+9
2020-02-06dm: core: Require users of devres to include the headerSimon Glass4-0/+4
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