Home
last modified time | relevance | path

Searched refs:method (Results 1 – 25 of 288) sorted by relevance

12345678910>>...12

/u-boot/arch/arm/dts/
A Dthunderx-88xx.dtsi17 method = "smc";
28 enable-method = "psci";
34 enable-method = "psci";
40 enable-method = "psci";
46 enable-method = "psci";
52 enable-method = "psci";
58 enable-method = "psci";
64 enable-method = "psci";
70 enable-method = "psci";
76 enable-method = "psci";
[all …]
A Dfsl-imx8-ca35.dtsi19 enable-method = "psci";
28 enable-method = "psci";
37 enable-method = "psci";
46 enable-method = "psci";
65 method = "smc";
A Darmada-ap80x-quad.dtsi25 enable-method = "psci";
33 enable-method = "psci";
41 enable-method = "psci";
49 enable-method = "psci";
A Dsynquacer-sc2a11.dtsi46 enable-method = "psci";
53 enable-method = "psci";
60 enable-method = "psci";
67 enable-method = "psci";
74 enable-method = "psci";
81 enable-method = "psci";
88 enable-method = "psci";
95 enable-method = "psci";
312 entry-method = "psci";
384 method = "smc";
[all …]
A Dnuvoton-npcm845.dtsi21 enable-method = "psci";
30 enable-method = "psci";
39 enable-method = "psci";
48 enable-method = "psci";
67 method = "smc";
A Dfsl-imx8-ca53.dtsi21 entry-method = "psci";
48 enable-method = "psci";
57 enable-method = "psci";
66 enable-method = "psci";
75 enable-method = "psci";
87 method = "smc";
A Dmeson-g12b.dtsi50 enable-method = "psci";
60 enable-method = "psci";
70 enable-method = "psci";
80 enable-method = "psci";
90 enable-method = "psci";
100 enable-method = "psci";
A Dbcm2837.dtsi41 enable-method = "brcm,bcm2836-smp"; // for ARM 32-bit
47 enable-method = "spin-table";
55 enable-method = "spin-table";
63 enable-method = "spin-table";
71 enable-method = "spin-table";
A Dhi6220.dtsi18 method = "smc";
60 enable-method = "psci";
67 enable-method = "psci";
74 enable-method = "psci";
81 enable-method = "psci";
88 enable-method = "psci";
95 enable-method = "psci";
102 enable-method = "psci";
109 enable-method = "psci";
A Dbcm47622.dtsi25 enable-method = "psci";
33 enable-method = "psci";
40 enable-method = "psci";
47 enable-method = "psci";
90 method = "smc";
A Dbcm4912.dtsi25 enable-method = "psci";
33 enable-method = "psci";
41 enable-method = "psci";
49 enable-method = "psci";
92 method = "smc";
A Dbcm6756.dtsi25 enable-method = "psci";
33 enable-method = "psci";
41 enable-method = "psci";
49 enable-method = "psci";
94 method = "smc";
A Dbcm6813.dtsi25 enable-method = "psci";
33 enable-method = "psci";
41 enable-method = "psci";
49 enable-method = "psci";
92 method = "smc";
A Dfvp-base-revc.dts38 method = "smc";
49 enable-method = "psci";
55 enable-method = "psci";
61 enable-method = "psci";
67 enable-method = "psci";
73 enable-method = "psci";
79 enable-method = "psci";
85 enable-method = "psci";
91 enable-method = "psci";
A Dmt8183.dtsi62 enable-method = "psci";
70 enable-method = "psci";
78 enable-method = "psci";
86 enable-method = "psci";
94 enable-method = "psci";
102 enable-method = "psci";
110 enable-method = "psci";
118 enable-method = "psci";
A Dk3-am62a7.dtsi43 enable-method = "psci";
57 enable-method = "psci";
71 enable-method = "psci";
85 enable-method = "psci";
A Dk3-am625.dtsi43 enable-method = "psci";
57 enable-method = "psci";
71 enable-method = "psci";
85 enable-method = "psci";
/u-boot/tools/binman/btool/
A D_testing.py27 def fetch(self, method): argument
29 return super().fetch(method)
30 if method == bintool.FETCH_BIN:
34 if method == bintool.FETCH_BUILD:
A Dmkimage.py52 def fetch(self, method): argument
67 if method != bintool.FETCH_BIN:
A Dfiptool.py98 def fetch(self, method): argument
108 if method != bintool.FETCH_BUILD:
/u-boot/boot/
A Dbootflow.c149 iter->method->name); in bootflow_iter_set_dev()
177 iter->method = iter->method_order[iter->cur_method]; in iter_incr()
199 iter->method = iter->method_order[iter->cur_method]; in iter_incr()
306 ret = bootmeth_get_bootflow(iter->method, bflow); in bootflow_check()
319 dev->name, iter->part, iter->method->name); in bootflow_check()
326 dev->name, iter->part, iter->method->name, ret); in bootflow_check()
359 iter->method = iter->method_order[iter->cur_method]; in bootflow_scan_first()
421 bflow->method = meth; in bootflow_init()
452 ret = bootmeth_boot(bflow->method, bflow); in bootflow_boot()
469 bflow->method->name); in bootflow_run_boot()
[all …]
/u-boot/drivers/firmware/
A Dpsci.c193 const char *method; in psci_probe() local
200 method = ofnode_read_string(dev_ofnode(dev), "method"); in psci_probe()
201 if (!method) { in psci_probe()
206 if (!strcmp("hvc", method)) { in psci_probe()
208 } else if (!strcmp("smc", method)) { in psci_probe()
211 pr_warn("invalid \"method\" property: %s\n", method); in psci_probe()
/u-boot/net/
A Deth_bootdev.c34 ret = bootmeth_check(bflow->method, iter); in eth_get_bootflow()
50 bflow->method->name); in eth_get_bootflow()
51 ret = bootmeth_read_bootflow(bflow->method, bflow); in eth_get_bootflow()
/u-boot/doc/device-tree-bindings/firmware/
A Dlinaro,optee-tz.txt14 - method : The method of calling the OP-TEE Trusted OS. Permitted
28 method = "smc";
/u-boot/doc/usage/cmd/
A Dbootm.rst126 Boot method: non-FDT
154 Boot method: see case 3
163 Boot method: non-FDT
173 Boot method: FDT
182 Boot method: FDT
204 Boot method: non-FDT
223 Boot method: non-FDT
233 Boot method: FDT
242 Boot method: FDT
252 Boot method: FDT
[all …]

Completed in 42 milliseconds

12345678910>>...12