Home
last modified time | relevance | path

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

123

/arm-trusted-firmware-2.8.0/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 …]
/arm-trusted-firmware-2.8.0/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.rst99 and optimizing open source software and tools for the Arm architecture.
128 Open-source Trusted Execution Environment
/arm-trusted-firmware-2.8.0/
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.
/arm-trusted-firmware-2.8.0/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.
/arm-trusted-firmware-2.8.0/lib/zlib/
A Dzutil.c151 void ZLIB_INTERNAL zmemcpy(dest, source, len) in zmemcpy() argument
153 const Bytef* source;
158 *dest++ = *source++; /* ??? to be unrolled */
A Dzlib.h677 z_streamp source));
944 z_streamp source));
1230 const Bytef *source, uLong sourceLen));
1245 const Bytef *source, uLong sourceLen,
1268 const Bytef *source, uLong sourceLen));
1286 const Bytef *source, uLong *sourceLen));
A Dinflate.c1495 int ZEXPORT inflateCopy(dest, source) in inflateCopy() argument
1497 z_streamp source;
1505 if (inflateStateCheck(source) || dest == Z_NULL)
1507 state = (struct inflate_state FAR *)source->state;
1511 ZALLOC(source, 1, sizeof(struct inflate_state));
1516 ZALLOC(source, 1U << state->wbits, sizeof(unsigned char));
1518 ZFREE(source, copy);
1524 zmemcpy((voidpf)dest, (voidpf)source, sizeof(z_stream));
/arm-trusted-firmware-2.8.0/docs/process/
A Dplatform-ports-policy.rst33 projects' source tree clean and healthy. Deprecation can be a 1-stage or 2-stage
36 - *2-stage*: The platform's source code can be kept in the repository for a
41 - *1-stage*: The platform's source code can be deleted straight away. In this
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
179 - ``Coverity Scan analysis`` is one of the tests we perform on our source code
184 - When you submit your patches for review containing new source files, please
199 source files get built and analysed by Coverity.
213 to include most of their source files.
278 unwilling to open-source. This should be used as a rare exception.
283 cannot be open-sourced and must be linked into a larger open-source platform
285 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.
/arm-trusted-firmware-2.8.0/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.
/arm-trusted-firmware-2.8.0/docs/resources/diagrams/plantuml/
A Dsdei_general.puml12 participant "SDEI interrupt source" as SDEI
/arm-trusted-firmware-2.8.0/docs/components/spd/
A Dtrusty-dispatcher.rst9 https://source.android.com/security/trusty
/arm-trusted-firmware-2.8.0/docs/getting_started/
A Dprerequisites.rst68 source code, as it may not be available in the default package repositories.
81 source files (``.dts`` files). DTC is available for Linux through the package
127 Release 20.01`_. Alternatively, you can build the binaries from source using
176 .. _Arm Developer website: https://developer.arm.com/tools-and-software/open-source-software/develo…
/arm-trusted-firmware-2.8.0/docs/plat/arm/fvp_r/
A Dindex.rst27 - Obtain arm `toolchain <https://developer.arm.com/tools-and-software/open-source-software/develop…
/arm-trusted-firmware-2.8.0/docs/plat/arm/morello/
A Dindex.rst22 - Obtain arm `toolchain <https://developer.arm.com/tools-and-software/open-source-software/develop…
/arm-trusted-firmware-2.8.0/docs/plat/arm/corstone1000/
A Dindex.rst29 …tal target `toolchain <https://developer.arm.com/tools-and-software/open-source-software/developer…
/arm-trusted-firmware-2.8.0/docs/plat/
A Dhikey.rst153 …ards-hikey/tools-images-hikey960/blob/master/build-from-source/README-ATF-UEFI-build-from-source.m…
A Dhikey960.rst178 …ards-hikey/tools-images-hikey960/blob/master/build-from-source/README-ATF-UEFI-build-from-source.m…
A Dintel-agilex.rst34 This will be updated to use an updated UEFI using the latest EDK2 source
/arm-trusted-firmware-2.8.0/docs/plat/arm/tc/
A Dindex.rst63 .. _Arm Toolchain: https://developer.arm.com/tools-and-software/open-source-software/developer-tool…
/arm-trusted-firmware-2.8.0/fdts/
A Dstm32mp151.dtsi113 wakeup-source;
137 wakeup-source;
435 wakeup-source;
521 wakeup-source;
/arm-trusted-firmware-2.8.0/docs/plat/nxp/
A Dnxp-layerscape.rst238 `link <https://source.codeaurora.org/external/qoriq/qoriq-components/optee_os>`__
241 `link <https://source.codeaurora.org/external/qoriq/qoriq-components/u-boot>`__
244 `link <https://source.codeaurora.org/external/qoriq/qoriq-components/rcw>`__
250 `link <https:://source.codeaurora.org/external/qoriq/qoriq-components/cst>`__
394 -- Then reset to sd/emmc to boot up ATF from sd/emmc as boot-source.
/arm-trusted-firmware-2.8.0/docs/components/fconf/
A Dindex.rst39 properties originate from a different backend source such as a device tree,
45 with a specific backend source. For example, a populator function which

Completed in 26 milliseconds

123