aboutsummaryrefslogtreecommitdiff
path: root/test/dm
AgeCommit message (Expand)AuthorFilesLines
2022-01-25dm: Fix OF_BAD_ADDR definitionPatrice Chotard3-4/+4
2022-01-25acpi: Tidy up the table listSimon Glass1-7/+8
2022-01-25acpi: Tidy up the item listSimon Glass1-6/+14
2022-01-25x86: Move base tables to a writer functionSimon Glass1-6/+11
2022-01-25x86: Use the ACPI table writerSimon Glass1-3/+3
2022-01-25x86: acpi: Split out context creation from base tablesSimon Glass1-5/+26
2022-01-25x86: Move the acpi table to generic global_dataSimon Glass1-1/+1
2022-01-19doc: replace @return by Return:Heinrich Schuchardt5-8/+8
2022-01-14phy: Track power-on and init counts in uclassAlper Nebi Yasak1-5/+78
2021-12-26video: Support showing the U-Boot logoSimon Glass1-9/+34
2021-12-26video: theadorable: Use RGB565 for BMP blittingSimon Glass1-0/+46
2021-12-26video: Add a test for 16bpp BMP filesSimon Glass1-0/+24
2021-12-26video: bmp: Update RLE8 support to use the write functionSimon Glass1-0/+38
2021-12-26sandbox: video: Add BMP tests for 32bpp and 8bpp modesSimon Glass1-0/+38
2021-12-23dm: core: Allow getting some basic statsSimon Glass1-0/+41
2021-12-20Merge tag 'v2022.01-rc4' into nextWIP/20Dec2021-nextTom Rini2-0/+25
2021-12-09efi: Add uclass for devices provided by UEFI firmwareSimon Glass2-0/+25
2021-11-28dm: core: Add a way to obtain a string listSimon Glass1-0/+20
2021-11-28dm: core: Add tests for stringlist functionsSimon Glass1-0/+76
2021-11-13test/dm: fix watchdog testHeinrich Schuchardt1-1/+3
2021-11-09test: dm: add test for ofnode_for_each_compatible_node()Michael Walle1-0/+18
2021-10-31test: Add tests for IOMMU uclassMark Kettenis2-0/+29
2021-10-13fdtdec: Support reserved-memory flagsThierry Reding1-6/+7
2021-10-13fdtdec: Reorder fdtdec_set_carveout() parameters for consistencyThierry Reding1-9/+6
2021-10-13fdtdec: Support compatible string list for reserved memoryThierry Reding1-9/+9
2021-10-12Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians...Tom Rini1-1/+1
2021-10-12cmd: bind: Fix driver binding on a devicePatrice Chotard1-1/+1
2021-10-07clk: k210: Try harder to get the best configSean Anderson1-0/+4
2021-10-07test: dm: k210: Reduce duplication in test casesSean Anderson1-19/+13
2021-10-06acpi: Use U-Boot version for OEM_REVISIONPali Rohár1-6/+14
2021-09-30WS cleanup: remove trailing empty linesWolfgang Denk2-2/+0
2021-09-29Merge branch 'network_master' of https://source.denx.de/u-boot/custodians/u-b...WIP/29Sep2021-nextTom Rini1-1/+1
2021-09-28net: update NXP copyright textVladimir Oltean1-1/+1
2021-09-25sandbox: correct cpu nodesHeinrich Schuchardt2-4/+4
2021-09-25dm: gpio: Add of-platdata supportSimon Glass1-0/+20
2021-09-25irq: Tidy up of-platdata irq supportSimon Glass1-4/+22
2021-09-25clk: Rename clk_get_by_driver_info()Simon Glass1-0/+19
2021-09-25treewide: fdt: Move fdt_get_config_... to ofnode_conf_read...Simon Glass1-0/+15
2021-09-17Remove including timestamp.h in version.hPali Rohár1-0/+1
2021-09-16Merge tag 'v2021.10-rc4' into nextTom Rini1-1/+1
2021-09-13pci: Drop DM_PCISimon Glass1-1/+1
2021-08-31sandbox: add test of wdt-uclass' watchdog_reset()Rasmus Villemoes1-0/+54
2021-08-31sandbox: add test of wdt_gpio driverRasmus Villemoes1-1/+35
2021-08-22bootcount: add a new driver with syscon as backendNandor Han1-3/+45
2021-08-22i2c: add dm_i2c_reg_clrsetSebastian Reichel1-0/+29
2021-08-16test: dm: Add test for ECDSA UCLASS supportAlexandru Gagniuc2-0/+39
2021-08-08dm: core: Don't allow uclass use before readySimon Glass1-0/+1
2021-08-01dtoc: Support widening a bool valueSimon Glass1-0/+3
2021-08-01dtoc: Fix widening an int array to an intSimon Glass1-3/+1
2021-07-27dm: test: Add test case to check node name ignoring unit addressKishon Vijay Abraham I1-0/+14