| /rk3399_ARM-atf/docs/ |
| H A D | Makefile | 19 help: target 20 $(q)$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) 22 .PHONY: help Makefile
|
| /rk3399_ARM-atf/lib/romlib/ |
| H A D | romlib_generator.py | 128 self.args.add_argument("-o", "--output", help="Output file", metavar="output", 130 self.args.add_argument("--deps", help="Dependency file") 131 self.args.add_argument("file", help="Input file") 162 self.args.add_argument("-o", "--output", help="Output file", metavar="output", 164 self.args.add_argument("--bti", help="Branch Target Identification", type=int) 165 self.args.add_argument("file", help="Input file") 190 self.args.add_argument("file", help="Input file") 210 self.args.add_argument("-b", help="Build directory", default=".", metavar="build") 211 self.args.add_argument("--bti", help="Branch Target Identification", type=int) 212 self.args.add_argument("--list", help="Only list assembly files", action="store_true") [all …]
|
| /rk3399_ARM-atf/tools/memory/src/memory/ |
| H A D | memmap.py | 35 help="Root containing build output.", 42 help="The platform targeted for analysis.", 48 help="The target build type.", 56 help="Column width for printing.", 62 help="Display numbers in decimal base.", 83 help="Analyse the build's map files instead of ELF images.", 118 help="Generate a virtual address map of important TF symbols.", 150 help="Analyse the build's map files instead of ELF images.",
|
| /rk3399_ARM-atf/tools/sptool/ |
| H A D | sptool.py | 120 help="path to partition's image and manifest separated by a colon.") 122 help="set partitition manifest offset.") 124 help="set partition image offset.") 125 parser.add_argument("-o", required=True, help="set output file path.") 127 help="print package information.")
|
| /rk3399_ARM-atf/make_helpers/ |
| H A D | toolchain.mk | 245 … toolchain-guess-tool-arm-link = $(shell $(1) --help 2>&1 </dev/null | grep -o "Tool: armlink") 246 … toolchain-guess-tool-arm-fromelf = $(shell $(1) --help 2>&1 </dev/null | grep -o "Tool: fromelf") 251 … toolchain-guess-tool-llvm-lld = $(shell $(1) --help 2>&1 </dev/null | grep -o "OVERVIEW: lld") 252 …toolchain-guess-tool-llvm-objcopy = $(shell $(1) --help 2>&1 </dev/null | grep -o "llvm-objcopy to… 253 …toolchain-guess-tool-llvm-objdump = $(shell $(1) --help 2>&1 </dev/null | grep -o "llvm object fil… 254 … toolchain-guess-tool-llvm-ar = $(shell $(1) --help 2>&1 </dev/null | grep -o "LLVM Archiver") 445 …$(shell $($(1)-ld) $(call toolchain-ld-prefix-gnu-gcc,$(2)) -Xlinker --help >/dev/null 2>&1 && ech… 447 toolchain-ld-option-gnu-ld = $(shell $($(1)-ld) $(2) --help >/dev/null 2>&1 && $\ 451 $(call toolchain-ld-prefix-llvm-clang,$(2)) -Xlinker --help >/dev/null 2>&1 && $\ 453 toolchain-ld-option-llvm-lld = $(shell $($(1)-ld) $(2) --help >/dev/null 2>&1 && $\ [all …]
|
| H A D | march.mk | 24 GCC_MARCH_OUTPUT := $(if $($(ARCH)-cc),$(shell $($(ARCH)-cc) -march=foo -Q --help=target -v 2>&1))
|
| /rk3399_ARM-atf/docs/process/ |
| H A D | code-review-guidelines.rst | 8 other's code, we can help catch issues that were missed by the author 15 help those that are less familiar with it. 84 help progressing the patch. 87 of the project maintainers for help. 142 - The patch adheres to the TF-A :ref:`Coding Style`. The CI system should help 146 :ref:`misra-compliance`). The CI system should help catch violations. 209 should help catch files with incorrect or no copyright/license headers. 214 other maintainers for help.
|
| H A D | security.rst | 18 Although we try to keep TF-A secure, we can only do so with the help of the
|
| H A D | contributing.rst | 18 provide some early input to help shaping the design of the feature. 120 help, as it shows who has been working the most recently on this area of 175 :ref:`maintainers` will request your help to solve the issue. They may
|
| H A D | coding-guidelines.rst | 281 operation may help here. 348 both 64-bit and 32-bit platforms are supported. To help with this, the following
|
| /rk3399_ARM-atf/docs/getting_started/ |
| H A D | tools-build.rst | 68 Invoking the tool with ``help`` will print a help message with all available 141 verbose. The following command should be used to obtain help about the tool: 161 verbose. The following command should be used to obtain help about the tool:
|
| H A D | docs-build.rst | 58 make -C docs help
|
| /rk3399_ARM-atf/docs/components/ |
| H A D | cot-binding.rst | 4 The device tree allows to describe the chain of trust with the help of 111 provided in the certificate with the help of which 125 the certificate with the help of which hash information
|
| H A D | romlib-design.rst | 106 runing ``romlib_generator.py [function] --help``.
|
| H A D | context-management-library.rst | 50 This will help ensure the integrity and security of the system, preventing any 90 PSCI Library (BL31)/context management library provides routines to help 130 pointers can help in making a decision:
|
| /rk3399_ARM-atf/docs/tools/ |
| H A D | memory-layout-tool.rst | 32 poetry run memory --help 110 For more detailed help instructions, run: 114 poetry run memory --help
|
| H A D | cot-dt2c.rst | 40 --help Show this message and exit.
|
| /rk3399_ARM-atf/docs/design/ |
| H A D | alt-boot-flows.rst | 55 To help in the latter scenario, the ``SPIN_ON_BL1_EXIT=1`` build option can be
|
| H A D | console-framework.rst | 199 be enabled if there is a need for it). The API can also help flush the transmit FIFO
|
| /rk3399_ARM-atf/docs/security_advisories/ |
| H A D | security-advisory-tfv-3.rst | 25 ``lib/xlat_tables`` and ``lib/xlat_tables_v2``) provides APIs to help program
|
| H A D | security-advisory-tfv-1.rst | 134 may help prevent the above 2 vulnerabilities from being exploited. However, the
|
| /rk3399_ARM-atf/docs/threat_model/firmware_threat_model/ |
| H A D | threat_model_firmware_handoff.rst | 119 | | only help detect data corruption. |
|
| /rk3399_ARM-atf/docs/plat/ |
| H A D | nvidia-tegra.rst | 97 files help support ARMLINK linker to generate BL31 binaries. For now, there
|
| /rk3399_ARM-atf/docs/about/ |
| H A D | lts.rst | 390 that will help accurately track what changes have been deployed in-field. 412 security mitigation is fixed with the help of three patches, then all of them are
|
| /rk3399_ARM-atf/docs/plat/nxp/ |
| H A D | nxp-layerscape.rst | 71 processor. The LS1043A-RDB can help shorten your time to market by providing
|