aboutsummaryrefslogtreecommitdiff
path: root/test/dm
AgeCommit message (Expand)AuthorFilesLines
2020-11-06Merge tag 'dm-pull5nov20' of git://git.denx.de/u-boot-dmTom Rini1-3/+8
2020-11-06board: Rename uclass to sysinfoSimon Glass3-60/+60
2020-11-06acpi: Don't reset the tables with every new generationSimon Glass1-0/+4
2020-11-05test: adjust sysreset testsHeinrich Schuchardt1-3/+8
2020-10-30Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini3-31/+273
2020-10-29dm: Use driver_info index instead of pointerSimon Glass2-9/+25
2020-10-29dm: Add a test for of-platdata parent informationSimon Glass1-0/+15
2020-10-29dm: Use an allocated array for run-time device infoSimon Glass1-9/+10
2020-10-29dm: test: Add a test for of-platdata phandlesSimon Glass1-0/+37
2020-10-29dm: test: Add a check that all devices have a dev valueSimon Glass1-0/+81
2020-10-29dm: Add a C test for of-platdata propertiesSimon Glass1-0/+69
2020-10-29dm: test: Add a very simple of-platadata testSimon Glass2-1/+22
2020-10-29dm: test: Add a way to run SPL testsSimon Glass1-1/+1
2020-10-29dm: test: Update the test runner to support of-platdataSimon Glass1-11/+16
2020-10-29dm: test: Disable some tests that should not run in SPLSimon Glass1-4/+7
2020-10-29dm: Avoid using #ifdef for CONFIG_OF_LIVESimon Glass1-11/+5
2020-10-29Merge tag 'xilinx-for-v2021.01-v2' of https://gitlab.denx.de/u-boot/custodian...Tom Rini1-0/+22
2020-10-28test: mux-cmd: Add tests for the 'mux' commandWIP/2020-10-28-mux-driver-frameworkPratyush Yadav2-0/+178
2020-10-28test: Add tests for the multiplexer frameworkJean-Jacques Hiblot3-0/+245
2020-10-27dm: core: Add support for getting node from aliasesMichal Simek1-0/+22
2020-10-22common: rename getc() to getchar()Heinrich Schuchardt1-1/+1
2020-10-18video: backlight: fix pwm's duty cycle calculationDario Binacchi1-6/+6
2020-10-14test: sharpen button label unit testHeinrich Schuchardt1-3/+3
2020-10-08test: dm: Test for default led namingSean Anderson1-1/+2
2020-10-08test: pinmux: Add test for pin muxingSean Anderson2-0/+60
2020-10-06test: dm: add test for phandle access functionsPatrick Delaunay2-0/+140
2020-10-06dm: update test on of_offset in ofnode_validPatrick Delaunay1-0/+16
2020-10-05Merge tag 'u-boot-atmel-2021.01-a' of https://gitlab.denx.de/u-boot/custodian...Tom Rini2-0/+217
2020-09-30firmware: smci: sandbox test for SCMI reset controllersEtienne Carriere1-0/+36
2020-09-30firmware: scmi: sandbox test for SCMI clocksEtienne Carriere1-6/+135
2020-09-30firmware: add SCMI agent uclassEtienne Carriere2-0/+39
2020-09-30test: dm: Add tests for regmap managed API and regmap fieldsJean-Jacques Hiblot1-0/+198
2020-09-30test: gpio: Add tests for the managed APIJean-Jacques Hiblot3-4/+106
2020-09-30test: reset: Add tests for the managed APIJean-Jacques Hiblot1-0/+60
2020-09-30timer: Add a test for timer_timebase_fallbackSean Anderson1-1/+26
2020-09-25acpi: Add more support for generating processor tablesSimon Glass1-0/+294
2020-09-25acpi: Add support for generating processor tablesSimon Glass1-0/+107
2020-09-25dm: acpi: Use correct GPIO polarity type in acpi_dp_add_gpio()Simon Glass1-2/+2
2020-09-25acpi: Support generating a multi-function _DSM for devicesSimon Glass1-0/+125
2020-09-25acpi: Add support for conditions and return valuesSimon Glass1-0/+91
2020-09-25acpi: Add support for writing a _PRWSimon Glass1-0/+30
2020-09-22test: fdtdec: Add test for new no-map fdtdec_add_reserved_memory() parameterPatrice Chotard1-1/+4
2020-09-22fdtdec: optionally add property no-map to created reserved memory nodeEtienne Carriere1-3/+3
2020-09-22clk: do not disable clock if it is criticalClaudiu Beznea1-1/+31
2020-09-22clk: bind clk to new parent deviceClaudiu Beznea1-0/+27
2020-09-22dm: core: add support for device re-parentingClaudiu Beznea1-0/+160
2020-09-21cmd: acpi: Print revisions in hex formatAndy Shevchenko1-5/+5
2020-08-25pci: pci-uclass: Add multi entry support for memory regionsSuneel Garapati1-0/+22
2020-08-24Merge tag 'u-boot-clk-24Aug2020' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini1-0/+39
2020-08-24clk: ccf: mux: change the get_rate helperDario Binacchi1-0/+24