Home
last modified time | relevance | path

Searched refs:source (Results 1 – 25 of 115) sorted by relevance

12345

/trusted-firmware-a/plat/hisilicon/hikey960/drivers/ipc/
A Dhisi_ipc.c108 if (regval == source) in hisi_ipc_send_cmd_with_ack()
118 mask = (~((int)source | SRC_LPM3) & 0x3F); in hisi_ipc_send_cmd_with_ack()
127 hisi_ipc_clear_ack(source, mbox); in hisi_ipc_send_cmd_with_ack()
138 enum src_id source = SRC_IDLE; in hisi_ipc_pm_on_off() local
143 source = cluster ? SRC_A7 : SRC_A15; in hisi_ipc_pm_on_off()
152 enum src_id source = SRC_IDLE; in hisi_ipc_pm_suspend() local
161 source = cluster ? SRC_A7 : SRC_A15; in hisi_ipc_pm_suspend()
169 enum src_id source = SRC_IDLE; in hisi_ipc_psci_system_off() local
174 source = cluster ? SRC_A7 : SRC_A15; in hisi_ipc_psci_system_off()
183 enum src_id source = SRC_IDLE; in hisi_ipc_psci_system_reset() local
[all …]
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/
A Dlicense.rst.txt12 Redistribution and use in source and binary forms, with or without modification,
15 - Redistributions of source code must retain the above copyright notice, this
54 license text is included in those source files.
56 - The libc source code is derived from `FreeBSD`_ and `SCC`_. FreeBSD uses
60 - The libfdt source code is disjunctively dual licensed
65 - The LLVM compiler-rt source code is disjunctively dual licensed
71 - The zlib source code is licensed under the Zlib license, which is a
74 - Some STMicroelectronics platform source code is disjunctively dual licensed
79 - Some source files originating from the Linux source tree, which are
A Dglossary.rst.txt87 and optimizing open source software and tools for the Arm architecture.
113 Open-source Trusted Execution Environment
/trusted-firmware-a/docs/
A Dlicense.rst12 Redistribution and use in source and binary forms, with or without modification,
15 - Redistributions of source code must retain the above copyright notice, this
54 license text is included in those source files.
56 - The libc source code is derived from `FreeBSD`_ and `SCC`_. FreeBSD uses
60 - The libfdt source code is disjunctively dual licensed
65 - The LLVM compiler-rt source code is disjunctively dual licensed
71 - The zlib source code is licensed under the Zlib license, which is a
74 - Some STMicroelectronics platform source code is disjunctively dual licensed
79 - Some source files originating from the Linux source tree, which are
A Dglossary.rst87 and optimizing open source software and tools for the Arm architecture.
113 Open-source Trusted Execution Environment
/trusted-firmware-a/
A Ddco.txt18 have the right to submit it under the open source license
22 of my knowledge, is covered under an appropriate open source
25 by me, under the same open source license (unless I am
37 this project or the open source license(s) involved.
/trusted-firmware-a/docs/build/TF-A_2.5/_downloads/64c40a63b9b2c30373557926065e7bb2/
A Ddco.txt18 have the right to submit it under the open source license
22 of my knowledge, is covered under an appropriate open source
25 by me, under the same open source license (unless I am
37 this project or the open source license(s) involved.
/trusted-firmware-a/tools/nxp/create_pbl/
A DREADME9 Specified boot source (QSPI or SD or NOR) to the,
24 -b <boot source id> - Boot source id string, may be one of
41 -b Boot source.
/trusted-firmware-a/docs/build/latex/
A Dlatexmkjarc5 my ($source, $basename, $destination) = @_;
8 system("mendex", "-U", "-f", "-d", $dictfile, "-s", "python.ist", $source);
/trusted-firmware-a/docs/build/TF-A_2.5/_static/
A Dunderscore-1.13.1.js581 var source = arguments[index],
582 keys = keysFunc(source),
814 var testRegexp = RegExp(source);
888 (settings.escape || noMatch).source,
890 (settings.evaluate || noMatch).source
895 var source = "__p+='";
911 source += "';\n";
921 source = 'with(obj||{}){\n' + source + '}\n';
927 source + 'return __p;\n';
933 e.source = source;
[all …]
/trusted-firmware-a/lib/zlib/
A Dzutil.c149 void ZLIB_INTERNAL zmemcpy(dest, source, len) in zmemcpy() argument
151 const Bytef* source;
156 *dest++ = *source++; /* ??? to be unrolled */
A Dzlib.h678 z_streamp source));
942 z_streamp source));
1228 const Bytef *source, uLong sourceLen));
1243 const Bytef *source, uLong sourceLen,
1266 const Bytef *source, uLong sourceLen));
1284 const Bytef *source, uLong *sourceLen));
/trusted-firmware-a/docs/process/
A Dcontributing.rst45 - Use the checkpatch.pl script provided with the Linux source tree. A
52 or other in-source documentation needs updating.
107 owner) reviewer. Running ``git blame`` on the module's source code can
175 - ``Coverity Scan analysis`` is one of the tests we perform on our source code
180 - When you submit your patches for review containing new source files, please
195 source files get built and analysed by Coverity.
209 to include most of their source files.
231 unwilling to open-source. This should be used as a rare exception.
236 cannot be open-sourced and must be linked into a larger open-source platform
238 source. Platform ports that are merely a thin wrapper around a binary
[all …]
A Dsecurity.rst33 Afterwards, we encourage you to write-up your findings about the TF-A source
40 with the source code and in any published security advisory.
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/process/
A Dcontributing.rst.txt45 - Use the checkpatch.pl script provided with the Linux source tree. A
52 or other in-source documentation needs updating.
107 owner) reviewer. Running ``git blame`` on the module's source code can
175 - ``Coverity Scan analysis`` is one of the tests we perform on our source code
180 - When you submit your patches for review containing new source files, please
195 source files get built and analysed by Coverity.
209 to include most of their source files.
231 unwilling to open-source. This should be used as a rare exception.
236 cannot be open-sourced and must be linked into a larger open-source platform
238 source. Platform ports that are merely a thin wrapper around a binary
[all …]
A Dsecurity.rst.txt33 Afterwards, we encourage you to write-up your findings about the TF-A source
40 with the source code and in any published security advisory.
/trusted-firmware-a/docs/design_documents/
A Dcmake_framework.rst27 * It is a well-established, mature tool, widely accepted by open-source
58 processing, and the target creation, source file description are mixed and
78 targets, i.e. what is the build output, what source files are used, what
131 it. This means that all source and header files used by the target will have all
133 executable, and add some source files. Since the target has the parameters from
134 the settings group, we can use it for conditionally adding source files. E.g.
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/design_documents/
A Dcmake_framework.rst.txt27 * It is a well-established, mature tool, widely accepted by open-source
58 processing, and the target creation, source file description are mixed and
78 targets, i.e. what is the build output, what source files are used, what
131 it. This means that all source and header files used by the target will have all
133 executable, and add some source files. Since the target has the parameters from
134 the settings group, we can use it for conditionally adding source files. E.g.
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/plat/
A Ddeprecated.rst.txt7 Platform can be deprecated and its source can be kept in repository for a cooling
/trusted-firmware-a/docs/plat/
A Ddeprecated.rst7 Platform can be deprecated and its source can be kept in repository for a cooling
/trusted-firmware-a/docs/plat/nxp/
A Dnxp-layerscape.rst131 `link <https://source.codeaurora.org/external/qoriq/qoriq-components/optee_os>`__
134 `link <https://source.codeaurora.org/external/qoriq/qoriq-components/u-boot>`__
137 `link <https://source.codeaurora.org/external/qoriq/qoriq-components/rcw>`__
143 `link <https:://source.codeaurora.org/external/qoriq/qoriq-components/cst>`__
275 -- Then reset to sd/emmc to boot up ATF from sd/emmc as boot-source.
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/plat/nxp/
A Dnxp-layerscape.rst.txt131 `link <https://source.codeaurora.org/external/qoriq/qoriq-components/optee_os>`__
134 `link <https://source.codeaurora.org/external/qoriq/qoriq-components/u-boot>`__
137 `link <https://source.codeaurora.org/external/qoriq/qoriq-components/rcw>`__
143 `link <https:://source.codeaurora.org/external/qoriq/qoriq-components/cst>`__
275 -- Then reset to sd/emmc to boot up ATF from sd/emmc as boot-source.
/trusted-firmware-a/docs/resources/diagrams/plantuml/
A Dsdei_general.puml12 participant "SDEI interrupt source" as SDEI
/trusted-firmware-a/docs/components/spd/
A Dtrusty-dispatcher.rst9 https://source.android.com/security/trusty
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/components/spd/
A Dtrusty-dispatcher.rst.txt9 https://source.android.com/security/trusty

Completed in 26 milliseconds

12345