summaryrefslogtreecommitdiff
path: root/test/dm
Commit message (Expand)AuthorAgeFilesLines
* drivers: rename drivers to match compatible stringWalter Lozano2020-07-092-4/+4
* test/dm: fdtdec: Add tests for fdtdec_add_reserved_memory()Bin Meng2020-07-091-0/+69
* test/dm: fdtdec: Corect a typo in dm_test_fdtdec_set_carveout()Bin Meng2020-07-091-1/+1
* test/dm: fdtdec: Add the missing gd declarationBin Meng2020-07-091-0/+2
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86WIP/09Jul2020Tom Rini2020-07-091-23/+37
|\
| * video: sandbox: Add support for the copy framebufferSimon Glass2020-07-091-21/+34
| * video: Add comments to struct sandbox_sdl_platSimon Glass2020-07-091-1/+2
| * video: Adjust rotated console to start at right edgeSimon Glass2020-07-091-1/+1
* | test: dm: rtc: add tests of rtc shell commandRasmus Villemoes2020-07-091-0/+58
* | test: dm: rtc: add test of dm_rtc_read, dm_rtc_writeRasmus Villemoes2020-07-091-0/+45
* | rtc: sandbox-rtc: fix set methodRasmus Villemoes2020-07-091-1/+14
|/
* gpio: search for gpio label if gpio is not found through bank nameHeiko Schocher2020-07-071-0/+9
* Merge branch 'next'Tom Rini2020-07-068-13/+250
|\
| * reset: Add generic reset driverSean Anderson2020-07-012-0/+60
| * dm: Add support for simple-pm-busSean Anderson2020-07-012-0/+46
| * clk: Add K210 pll supportSean Anderson2020-07-012-0/+97
| * spi: Convert CONFIG_DM_SPI* to CONFIG_$(SPL_TPL_)DM_SPI*Lukasz Majewski2020-06-291-1/+1
| * dm: uclass: don't assign aliased seq numbersMichael Walle2020-06-112-12/+24
| * usb: provide a device tree node to USB devicesMichael Walle2020-06-111-0/+22
* | sandbox, test: add test for GPIO_HOG functionHeiko Schocher2020-07-051-0/+23
|/
* sf: Drop spl_flash_get_sw_write_protJagan Teki2020-06-011-9/+1
* test: Use ut_asserteq_mem() where possibleSimon Glass2020-05-199-96/+104
* common: Drop log.h from common headerSimon Glass2020-05-1826-0/+26
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-1/+1
* common: Drop part.h from common headerSimon Glass2020-05-183-0/+3
* Merge tag 'u-boot-amlogic-20200511' of https://gitlab.denx.de/u-boot/custodia...Tom Rini2020-05-121-0/+89
|\
| * test: dm: update test for open-drain/open-source emulation in gpio-uclassNeil Armstrong2020-05-111-0/+89
* | Merge branch 'master' of git://git.denx.de/u-bootStefano Babic2020-05-102-0/+54
|\ \ | |/
| * test: dm: phy: add a test item for the phy_bulk APIChunfeng Yun2020-05-021-0/+33
| * test: dm: add test item for ofnode_get_child_count()Chunfeng Yun2020-05-021-0/+21
* | test: cpu: test current cpuPeng Fan2020-05-031-0/+2
|/
* acpi: Add an acpi commandSimon Glass2020-04-301-0/+73
* acpi: Move the xsdt pointer to acpi_ctxSimon Glass2020-04-301-0/+5
* acpi: Put table-setup code in its own functionSimon Glass2020-04-301-10/+54
* acpi: Move acpi_add_table() to generic codeSimon Glass2020-04-301-1/+15
* acpi: Convert part of acpi_table to use acpi_ctxSimon Glass2020-04-301-0/+28
* acpi: Add a method to write tables for a deviceSimon Glass2020-04-301-3/+71
* test: dm: update test for pins configuration in gpioPatrick Delaunay2020-04-162-7/+61
* gpio: remove the open_drain API and opsPatrick Delaunay2020-04-161-7/+0
* dm: core: add ofnode and dev function to iterate on node propertyPatrick Delaunay2020-04-162-1/+52
* Merge tag 'dm-pull-10apr20-take2' of git://git.denx.de/u-boot-dmTom Rini2020-04-163-1/+125
|\
| * dm: core: Read parent ofdata before childrenSimon Glass2020-04-161-0/+25
| * test: fdtdec: test fdtdec_set_carveout()Laurentiu Tudor2020-04-162-0/+60
| * dm: core: support reading a single indexed u32 valueDario Binacchi2020-04-161-0/+29
| * dm: test: add test case for dev_read_u64 functionDario Binacchi2020-04-161-0/+10
| * dm: core: Move "/chosen" and "/firmware" node scanPatrick Delaunay2020-04-161-1/+1
* | acpi: Add support for DMARSimon Glass2020-04-161-0/+16
* | acpi: Add a central location for table version numbersSimon Glass2020-04-161-0/+14
* | acpi: Add a simple sandbox testSimon Glass2020-04-162-0/+56
* | cpu: Support querying the address widthSimon Glass2020-04-161-0/+1