Home
last modified time | relevance | path

Searched refs:test (Results 1 – 25 of 91) sorted by relevance

1234

/tools/dtoc/test/
A Ddtoc_test_alias_bad.dts20 spl-test {
22 compatible = "sandbox,spl-test";
35 compatible = "sandbox,spl-test";
43 compatible = "denx,u-boot-test-bus";
47 testfdt_1: test {
48 compatible = "denx,u-boot-fdt-test", "google,another-fdt-test";
55 compatible = "google,another-fdt-test";
A Ddtoc_test_alias_bad_uc.dts20 spl-test {
22 compatible = "sandbox,spl-test";
35 compatible = "sandbox,spl-test";
43 compatible = "denx,u-boot-test-bus";
47 testfdt_1: test {
48 compatible = "denx,u-boot-fdt-test", "google,another-fdt-test";
55 compatible = "google,another-fdt-test";
A Ddtoc_test_inst.dts20 spl-test {
22 compatible = "sandbox,spl-test";
35 compatible = "sandbox,spl-test";
43 compatible = "denx,u-boot-test-bus";
47 testfdt_1: test {
48 compatible = "denx,u-boot-fdt-test", "google,another-fdt-test";
55 compatible = "google,another-fdt-test";
A Ddtoc_test_alias_bad_path.dts20 spl-test {
22 compatible = "sandbox,spl-test";
35 compatible = "sandbox,spl-test";
43 compatible = "denx,u-boot-test-bus";
47 testfdt_1: test {
48 compatible = "denx,u-boot-fdt-test", "google,another-fdt-test";
55 compatible = "google,another-fdt-test";
A Ddtoc_test_add_prop.dts13 spl-test {
15 compatible = "sandbox,spl-test";
21 compatible = "sandbox,spl-test";
A Ddtoc_test_simple.dts13 spl-test {
15 compatible = "sandbox,spl-test";
31 compatible = "sandbox,spl-test";
44 compatible = "sandbox,spl-test";
A Ddtoc_test_bad_reg2.dts13 spl-test {
14 compatible = "test";
A Ddtoc_test_bad_reg.dts13 spl-test {
14 compatible = "test";
A Ddtoc_test_noparent.dts18 spl-test {
20 compatible = "sandbox,spl-test";
/tools/binman/test/
A D066_text.dts11 text-label = "test-id";
15 text-label = "test-id2";
19 text-label = "test-id3";
24 text-label = "test-id4";
25 test-id4 = "some text";
A D275_fit_align.dts11 description = "test desc";
18 description = "test u-boot";
31 description = "test fdt";
40 description = "test fdt";
52 description = "test config";
A D240_fit_extract_replace.dts18 description = "test-desc";
23 description = "test u-boot";
36 description = "test u-boot-nodtb";
46 description = "test blob";
A D342_fit_signature.dts11 description = "test desc";
18 description = "test u-boot";
31 description = "test tf-a";
44 description = "test fdt";
A D276_fit_firmware_loadables.dts11 description = "test desc";
17 description = "test u-boot";
29 description = "test tee";
42 description = "test tf-a";
55 description = "test fdt";
A D062_entry_args.dts10 test-str-fdt = "test0";
11 test-int-fdt = <123>;
A D340_fit_signature.dts11 description = "test desc";
18 description = "test u-boot";
40 description = "test tf-a";
62 description = "test fdt";
A D341_fit_signature.dts11 description = "test desc";
18 description = "test u-boot";
40 description = "test tf-a";
62 description = "test fdt";
A D347_key_name_hint_dir_fit_signature.dts11 description = "test desc";
18 description = "test u-boot";
40 description = "test tf-a";
62 description = "test fdt";
A D065_entry_args_unknown_datatype.dts10 test-str-fdt = "test0";
11 test-int-fdt = <123>;
A D022_image_name.dts10 filename = "test-name";
16 filename = "test-name.xx";
A D284_fit_fdt_list.dts13 description = "test-desc";
15 fit,fdt-list-val = "test-fdt1", "test-fdt2";
A D316_capsule_missing_key.dts10 image-guid = "binman-test";
12 private-key = "tools/binman/test/key.key";
/tools/binman/
A Dimage_test.py14 image = Image('name', 'node', test=True)
22 image = Image('name', 'node', test=True)
30 image = Image('name', 'node', test=True)
40 image = Image('name', 'node', test=True)
/tools/buildman/
A Dbuildman43 from buildman import test
47 test.use_network = False
53 [test.TestBuild, func_test.TestFunctional, 'buildman.toolchain'])
79 if cmdline.HAS_TESTS and args.test:
A Dmain.py43 from buildman import test
47 test.use_network = False
53 [test.TestBuild, func_test.TestFunctional, 'buildman.toolchain'])
79 if cmdline.HAS_TESTS and args.test:

Completed in 25 milliseconds

1234