Home
last modified time | relevance | path

Searched refs:line (Results 1 – 25 of 43) sorted by relevance

12

/arm-trusted-firmware-2.8.0/include/dt-bindings/pinctrl/
A Dstm32-pinfunc.h32 #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 Dassert.c21 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 Dprint_memory_map.py64 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 DREADME5 generated using the openssl command line tool:
11 command line tool:
/arm-trusted-firmware-2.8.0/plat/arm/board/common/swd_rotpk/
A DREADME5 generated using the openssl command line tool:
11 command line tool:
/arm-trusted-firmware-2.8.0/tools/encrypt_fw/src/
A Dmain.c39 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 Dromlib_generator.py59 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 Djmptbl.i8 # 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 Dindex.rst46 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 Dassert.h29 void __dead2 __assert(const char *file, unsigned int line);
/arm-trusted-firmware-2.8.0/docs/design/
A Dtrusted-board-boot-build.rst28 #. 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 Dint_util.h23 NORETURN void __compilerrt_abort_impl(const char *file, int line,
/arm-trusted-firmware-2.8.0/docs/process/
A Dcoding-style.rst22 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 Dcommit-style.rst130 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 Dubsan.c15 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 Dmain.c103 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 Dsp_mk_generator.py90 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 Dnvidia-tegra.rst80 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 Dqemu-sbsa.rst5 Armv8-A. While running Qemu from command line, we need to supply two Flash
A Dallwinner.rst70 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 Dstm32mp1.rst23 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 Demmc_chal_sd.c831 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 Dsecurity-advisory-tfv-8.rst39 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 Demmc_chal_sd.h190 int32_t chal_sd_reset_line(CHAL_HANDLE *sdHandle, uint32_t line);
/arm-trusted-firmware-2.8.0/plat/allwinner/common/
A Darisc_off.S76 reset: l.sw 0x1c00(r13),r0 # pull down our own reset line

Completed in 39 milliseconds

12