aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2021-01-12Nokia RX-51: Add test for U-Boot serial consolePali Rohár1-1/+32
2021-01-12dm: core: add a function to decode display timingsDario Binacchi1-0/+80
2021-01-12fdt: translate address if #size-cells = <0>Dario Binacchi1-0/+68
2021-01-12clk: add clk_round_rate()Dario Binacchi1-0/+22
2021-01-05dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass2-4/+4
2021-01-05dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass1-3/+3
2021-01-05dm: core: Allow the uclass list to moveSimon Glass1-3/+3
2021-01-05dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass1-3/+3
2021-01-05dm: core: Access device flags through functionsSimon Glass5-24/+24
2021-01-05dm: core: Rename sqq to seq_Simon Glass1-3/+3
2021-01-05test: Move some test drivers into their own fileSimon Glass2-221/+4
2021-01-05test: Use a simple variable to record removed deviceSimon Glass1-8/+6
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass4-19/+20
2021-01-05sandbox: Drop unnecessary test nodeSimon Glass1-1/+0
2020-12-31efi_loader: Add size checks to efi_create_indexed_name()Ilias Apalodimas1-1/+1
2020-12-22test: dm: spi: Add testcase for spi_claim_bus()Ovidiu Panait1-0/+82
2020-12-22sandbox: test: Add a second SPI slave on sandbox_spi busOvidiu Panait1-1/+1
2020-12-18dm: core: Drop seq and req_seqSimon Glass1-0/+39
2020-12-18dm: Drop the unused arg in uclass_find_device_by_seq()Simon Glass2-34/+34
2020-12-18dm: test: Add a test for DM_UC_FLAG_NO_AUTO_SEQSimon Glass1-0/+42
2020-12-18dm: Switch over to use new sequence number for dev_seq()Simon Glass1-29/+36
2020-12-18x86: Simplify acpi_device_infer_name()Simon Glass1-5/+1
2020-12-18dm: test: Drop assumptions of no sequence numbersSimon Glass3-9/+0
2020-12-18dm: core: Switch binding to use new sequence numbersSimon Glass1-1/+2
2020-12-18dm: test: Check all devices have a sequence numbersSimon Glass1-0/+19
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass4-21/+21
2020-12-13dm: treewide: Update 'auto' declarations to be on one lineSimon Glass2-4/+2
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2-8/+8
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass5-22/+22
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass11-72/+72
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass8-30/+30
2020-12-13dm: core: Drop unused parameter from dm_extended_scan_fdt()Simon Glass2-2/+2
2020-12-13dm: core: Drop unused parameter from dm_scan_fdt()Simon Glass3-3/+3
2020-12-13dm: core: Add a livetree function to check node statusSimon Glass1-0/+12
2020-12-13dm: core: Rename device_bind_ofnode() to device_bind()Simon Glass1-2/+2
2020-12-13test: unit test for exception commandHeinrich Schuchardt1-0/+24
2020-12-04bootm: Support string substitution in bootargsSimon Glass1-5/+109
2020-12-04bootm: Allow updating the bootargs in a bufferSimon Glass1-15/+99
2020-12-04bootm: Update bootm_process_cmdline_env() to use flagsSimon Glass1-5/+5
2020-12-04bootm: Add a bool parameter to bootm_process_cmdline_env()Simon Glass1-5/+5
2020-12-04bootm: Rename fixup_silent_linux()Simon Glass1-5/+5
2020-12-04bootm: Update fixup_silent_linux() to return an errorSimon Glass1-5/+5
2020-12-04bootm: Add tests for fixup_silent_linux()Simon Glass3-0/+61
2020-12-04env: Allow returning errors from hdelete_r()Simon Glass1-1/+1
2020-12-03test/py: efi_capsule: test for raw image capsuleAKASHI Takahiro2-0/+66
2020-12-03test/py: efi_capsule: test for FIT image capsuleAKASHI Takahiro4-0/+290
2020-12-01setexpr: Add support for stringsSimon Glass1-0/+86
2020-12-01setexpr: Correct buffer overflow bug and enable testsSimon Glass1-17/+7
2020-12-01setexpr: Correct dropping of final unmatched stringSimon Glass1-3/+2
2020-12-01setexpr: Add some tests for buffer overflow and backrefSimon Glass1-0/+89