| /rk3399_ARM-atf/plat/hisilicon/hikey960/drivers/ipc/ |
| H A D | hisi_ipc.c | 80 hisi_ipc_clear_ack(enum src_id source, enum lpm3_mbox_id mbox) in hisi_ipc_clear_ack() argument 90 mmio_write_32(IPC_MBX_ICLR_REG(mbox), source); in hisi_ipc_clear_ack() 94 hisi_ipc_send_cmd_with_ack(enum src_id source, enum lpm3_mbox_id mbox, in hisi_ipc_send_cmd_with_ack() argument 106 mmio_write_32(IPC_MBX_SOURCE_REG(mbox), source); in hisi_ipc_send_cmd_with_ack() 108 if (regval == source) in hisi_ipc_send_cmd_with_ack() 118 mask = (~((int)source | SRC_LPM3) & 0x3F); in hisi_ipc_send_cmd_with_ack() 125 mmio_write_32(IPC_MBX_SEND_REG(mbox), source); in hisi_ipc_send_cmd_with_ack() 127 hisi_ipc_clear_ack(source, mbox); in hisi_ipc_send_cmd_with_ack() 130 mmio_write_32(IPC_MBX_SOURCE_REG(mbox), source); in hisi_ipc_send_cmd_with_ack() 138 enum src_id source = SRC_IDLE; in hisi_ipc_pm_on_off() local [all …]
|
| /rk3399_ARM-atf/docs/ |
| H A D | license.rst | 12 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 88 - Some source files originating from the `Open Profile for DICE`_ project. [all …]
|
| H A D | glossary.rst | 120 and optimizing open source software and tools for the Arm architecture. 152 Open-source Trusted Execution Environment
|
| /rk3399_ARM-atf/ |
| H A D | dco.txt | 18 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.
|
| /rk3399_ARM-atf/tools/nxp/create_pbl/ |
| H A D | README | 9 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.
|
| /rk3399_ARM-atf/drivers/nxp/clk/s32cc/ |
| H A D | s32cc_clk_drv.c | 180 switch (osc->source) { in enable_osc() 190 ERROR("Invalid oscillator %d\n", osc->source); in enable_osc() 202 if (pll->source == NULL) { in get_pll_parent() 206 return pll->source; in get_pll_parent() 248 const struct s32cc_clk_obj *source = pll->source; in get_pll_mux() local 251 if (source == NULL) { in get_pll_mux() 256 if (source->type != s32cc_clk_t) { in get_pll_mux() 261 clk = s32cc_obj2clk(source); in get_pll_mux() 268 source = clk->module; in get_pll_mux() 270 if ((source->type != s32cc_clkmux_t) && in get_pll_mux() [all …]
|
| /rk3399_ARM-atf/tools/cot_dt2c/ |
| H A D | pyproject.toml | 55 source = ["tests"] qkey 58 source = "cot_dt2c" qkey
|
| /rk3399_ARM-atf/include/drivers/nxp/clk/s32cc/ |
| H A D | s32cc-clk-modules.h | 52 enum s32cc_clk_source source; member 62 .source = (SOURCE), \ 99 struct s32cc_clk_obj *source; member 111 .source = &(PLL_MUX_CLK).desc, \
|
| /rk3399_ARM-atf/docs/process/ |
| H A D | platform-ports-policy.rst | 39 to deprecate it to keep the projects' source tree clean and healthy. Deprecation 42 - *2-stage*: The source code can be kept in the repository for a cooling off 46 - *1-stage*: The source code can be deleted straight away. In this case, both
|
| H A D | contributing.rst | 24 - Clone the Trusted Firmware-A source code on your own machine as described in 49 - Use the checkpatch.pl script provided with the Linux source tree. A 56 or other in-source documentation needs updating. 119 owner) reviewer. Running ``git blame`` on the module's source code can 192 offered by Synopsys for open-source projects. This tool is able to find defects 196 The TF-A source code is submitted daily to this service for analysis. Results of 211 configurations of various platforms in order to cover the entire source code 214 When you submit your patches for review, and if they contain new source files, 222 New source files have been identified in your patch.. 239 that newly added source files get built and analysed by Coverity. [all …]
|
| H A D | security.rst | 31 Afterwards, we encourage you to write-up your findings about the TF-A source 38 with the source code and in any published security advisory.
|
| /rk3399_ARM-atf/docs/design_documents/ |
| H A D | cmake_framework.rst | 23 * It is a well-established, mature tool, widely accepted by open-source 54 processing, and the target creation, source file description are mixed and 74 targets, i.e. what is the build output, what source files are used, what 127 it. This means that all source and header files used by the target will have all 129 executable, and add some source files. Since the target has the parameters from 130 the settings group, we can use it for conditionally adding source files. E.g.
|
| /rk3399_ARM-atf/lib/zlib/ |
| H A D | zlib.h | 685 z_streamp source); 965 z_streamp source); 1252 const Bytef *source, uLong sourceLen); 1267 const Bytef *source, uLong sourceLen, 1290 const Bytef *source, uLong sourceLen); 1308 const Bytef *source, uLong *sourceLen);
|
| H A D | zutil.c | 145 void ZLIB_INTERNAL zmemcpy(Bytef* dest, const Bytef* source, uInt len) { in zmemcpy() argument 148 *dest++ = *source++; /* ??? to be unrolled */ in zmemcpy()
|
| H A D | inflate.c | 1439 int ZEXPORT inflateCopy(z_streamp dest, z_streamp source) { in inflateCopy() argument 1446 if (inflateStateCheck(source) || dest == Z_NULL) in inflateCopy() 1448 state = (struct inflate_state FAR *)source->state; in inflateCopy() 1452 ZALLOC(source, 1, sizeof(struct inflate_state)); in inflateCopy() 1457 ZALLOC(source, 1U << state->wbits, sizeof(unsigned char)); in inflateCopy() 1459 ZFREE(source, copy); in inflateCopy() 1465 zmemcpy((voidpf)dest, (voidpf)source, sizeof(z_stream)); in inflateCopy()
|
| /rk3399_ARM-atf/docs/resources/diagrams/plantuml/ |
| H A D | sdei_general.puml | 12 participant "SDEI interrupt source" as SDEI
|
| /rk3399_ARM-atf/docs/components/spd/ |
| H A D | trusty-dispatcher.rst | 9 https://source.android.com/security/trusty
|
| /rk3399_ARM-atf/docs/getting_started/ |
| H A D | prerequisites.rst | 75 source code, as it may not be available in the default package repositories. 86 source files (``.dts`` files). DTC is available for Linux through the package 151 Release 20.01`_. Alternatively, you can build the binaries from source using 227 .. _Arm Developer website: https://developer.arm.com/tools-and-software/open-source-software/develo…
|
| /rk3399_ARM-atf/docs/threat_model/ |
| H A D | supply_chain_threat_model.rst | 9 software product (open-source project). These include: 38 contributors as well as libraries imported from other open-source projects, 52 The TF-A repository also includes source code for host tools that supplement 109 Arm SCP team built from the source from the GitHub repository [6]_. 112 Secure EL1. We use OP-TEE built from source or binaries supplied with Arm 124 The TF-A project uses several tools to build, analyze and test the TF-A source 148 source code, review code and run tests. Appendix A provides a security analysis 355 | | their source repositories. Although unlikely, it is | 379 | | - Keep a copy of a pinned version of the source code inside | 387 | | source code, and monitor alerts for vulnerable dependencies | [all …]
|
| /rk3399_ARM-atf/docs/plat/ |
| H A D | amd-versal2.rst | 75 - Custom package is not directly part of the TF-A source. 84 specific header files, dependent libraries, and source files that are
|
| H A D | hikey960.rst | 178 …ards-hikey/tools-images-hikey960/blob/master/build-from-source/README-ATF-UEFI-build-from-source.m…
|
| H A D | hikey.rst | 153 …ards-hikey/tools-images-hikey960/blob/master/build-from-source/README-ATF-UEFI-build-from-source.m…
|
| /rk3399_ARM-atf/docs/plat/arm/corstone1000/ |
| H A D | index.rst | 29 …tal target `toolchain <https://developer.arm.com/tools-and-software/open-source-software/developer…
|
| /rk3399_ARM-atf/docs/plat/arm/morello/ |
| H A D | index.rst | 32 - Obtain arm `toolchain <https://developer.arm.com/tools-and-software/open-source-software/develop…
|
| /rk3399_ARM-atf/docs/security_advisories/ |
| H A D | security-advisory-tfv-10.rst | 62 The vulnerability lies in the following source file: 97 All standard chains of trust provided in TF-A source tree (that is, under 145 - Taken from an untrusted source (meaning that it is read prior to
|