/arm-trusted-firmware-2.8.0/include/dt-bindings/pinctrl/ |
A D | stm32-pinfunc.h | 32 #define PIN_NO(port, line) (((port) - 'A') * 0x10 + (line)) argument 34 #define STM32_PINMUX(port, line, mode) (((PIN_NO(port, line)) << 8) | (mode)) argument
|
/arm-trusted-firmware-2.8.0/lib/libc/ |
A D | assert.c | 21 void __dead2 __assert(const char *file, unsigned int line) in __assert() argument 23 printf("ASSERT: %s:%u\n", file, line); in __assert()
|
/arm-trusted-firmware-2.8.0/tools/memory/ |
A D | print_memory_map.py | 64 for line in mapfile: 69 match = line_pattern.search(line) 72 match = address_pattern.search(line)
|
/arm-trusted-firmware-2.8.0/plat/arm/board/common/protpk/ |
A D | README | 5 generated using the openssl command line tool: 11 command line tool:
|
/arm-trusted-firmware-2.8.0/plat/arm/board/common/swd_rotpk/ |
A D | README | 5 generated using the openssl command line tool: 11 command line tool:
|
/arm-trusted-firmware-2.8.0/tools/encrypt_fw/src/ |
A D | main.c | 39 char line[HELP_OPT_MAX_LEN]; in print_help() local 56 p = line; in print_help() 66 printf("\t%-32s %s\n", line, cmd_opt_get_help_msg(i)); in print_help()
|
/arm-trusted-firmware-2.8.0/lib/romlib/ |
A D | romlib_generator.py | 59 for line in index_file.readlines(): 60 line_elements = line.split() 62 if line.startswith("#") or not line_elements: 83 raise Exception("Invalid line: '" + line + "'") 111 for index, line in enumerate(template_lines): 112 if line.find("*/") != -1:
|
A D | jmptbl.i | 8 # Add "patch" at the end of the line to patch a function. For example:
|
/arm-trusted-firmware-2.8.0/docs/plat/arm/arm_fpga/ |
A D | index.rst | 46 The DT gets amended by the code, to potentially add a command line and 52 - ``FPGA_PRELOADED_CMD_LINE`` : Physical address of the command line to 54 a command line can be put somewhere into memory, so that BL31 will 57 actual command line. 61 containing the desired command line, prefixed by the "CMD:" signature. 72 make command line: 89 a Linux initrd image file and possibly a command line:
|
/arm-trusted-firmware-2.8.0/include/lib/libc/ |
A D | assert.h | 29 void __dead2 __assert(const char *file, unsigned int line);
|
/arm-trusted-firmware-2.8.0/docs/design/ |
A D | trusted-board-boot-build.rst | 28 #. To build the FIP image, ensure the following command line variables are set 52 are also read-only, but the value can be specified using the command line 65 Example of command line using RSA development keys: 83 command line. On Arm development platforms like Juno, these are: 88 Example of Juno command line for generating both ``fwu`` and ``fwu_fip`` 106 to the command line above.
|
/arm-trusted-firmware-2.8.0/lib/compiler-rt/builtins/ |
A D | int_util.h | 23 NORETURN void __compilerrt_abort_impl(const char *file, int line,
|
/arm-trusted-firmware-2.8.0/docs/process/ |
A D | coding-style.rst | 22 character is used to break a line and reset to the first column. 111 non-printing characters such as the line feed. 120 Functions are usually separated by a single blank line. In certain cases it is 134 is **not** placed on a new line. 146 style, **do** place the opening brace on a new line. 307 * This example illustrates the first allowed style for multi-line comments. 317 * This is the second allowed style for multi-line comments. 328 /* Single line comments can use this format */ 333 * This alternative single-line comment style can also be used for emphasis. 373 Groups must be separated by a single blank line for clarity.
|
A D | commit-style.rst | 130 with Git's ``-s`` flag. By adding this line the contributor certifies the 138 Ensure that each commit also has a unique ``Change-Id:`` line. If you have
|
/arm-trusted-firmware-2.8.0/plat/common/ |
A D | ubsan.c | 15 uint32_t line; member 107 loc->file_name, loc->line, loc->column, func); in print_loc()
|
/arm-trusted-firmware-2.8.0/tools/cert_create/src/ |
A D | main.c | 103 char line[HELP_OPT_MAX_LEN]; in print_help() local 122 p = line; in print_help() 132 printf("\t%-32s %s\n", line, cmd_opt_get_help_msg(i)); in print_help()
|
/arm-trusted-firmware-2.8.0/tools/sptool/ |
A D | sp_mk_generator.py | 90 def is_line_in_sp_gen(line, args :dict): argument 92 sppkg_rule = [l for l in f if line in l]
|
/arm-trusted-firmware-2.8.0/docs/plat/ |
A D | nvidia-tegra.rst | 80 the image, pass 'SPD=tlkd' on the command line while preparing a bl31 image. 82 'SPD=trusty' on the command line while preparing a bl31 image. 113 to the build command line.
|
A D | qemu-sbsa.rst | 5 Armv8-A. While running Qemu from command line, we need to supply two Flash
|
A D | allwinner.rst | 70 can bet set to ``0`` on the build command line, to skip the PMIC setup 140 In order to include the 'opteed' dispatcher in the image, pass 'SPD=opteed' on the command line
|
A D | stm32mp1.rst | 23 Each line comes with a security option (cryptography & secure boot) and a Cortex-A frequency option: 38 Each line comes with a security option (cryptography & secure boot) and a Cortex-A frequency option:
|
/arm-trusted-firmware-2.8.0/drivers/brcm/emmc/ |
A D | emmc_chal_sd.c | 831 int32_t chal_sd_reset_line(CHAL_HANDLE *sd_handle, uint32_t line) in chal_sd_reset_line() argument 843 if (flag != (line | flag)) in chal_sd_reset_line() 848 control |= line; in chal_sd_reset_line() 856 } while (control & line); in chal_sd_reset_line()
|
/arm-trusted-firmware-2.8.0/docs/security_advisories/ |
A D | security-advisory-tfv-8.rst | 39 can be seen in the ``lib/el3_runtime/aarch64/context.S`` file at line 339 84 line 19 (referring to the version of the code as of `commit c385955`_):
|
/arm-trusted-firmware-2.8.0/include/drivers/brcm/emmc/ |
A D | emmc_chal_sd.h | 190 int32_t chal_sd_reset_line(CHAL_HANDLE *sdHandle, uint32_t line);
|
/arm-trusted-firmware-2.8.0/plat/allwinner/common/ |
A D | arisc_off.S | 76 reset: l.sw 0x1c00(r13),r0 # pull down our own reset line
|