| /rk3399_ARM-atf/include/dt-bindings/pinctrl/ |
| H 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
|
| /rk3399_ARM-atf/fdts/ |
| H A D | rd1ae.dts | 32 i-cache-line-size = <0x40>; 35 d-cache-line-size = <0x40>; 44 i-cache-line-size = <0x40>; 47 d-cache-line-size = <0x40>; 56 i-cache-line-size = <0x40>; 59 d-cache-line-size = <0x40>; 68 i-cache-line-size = <0x40>; 71 d-cache-line-size = <0x40>; 80 i-cache-line-size = <0x40>; 83 d-cache-line-size = <0x40>; [all …]
|
| H A D | rdaspen-defs.dtsi | 19 i-cache-line-size = <0x40>; \ 22 d-cache-line-size = <0x40>; \ 32 cache-line-size = <0x40>; \ 51 cache-line-size = <0x40>; \
|
| /rk3399_ARM-atf/tools/memory/src/memory/ |
| H A D | summary.py | 112 def check_new_section(self, line: str) -> Optional[str]: 121 line_s = line.strip() 125 if line.startswith("."): 130 def parse_object_name(self, line: str) -> str: 138 if re.match(self._RE_TRANS_FILE, line): 141 test_re_file_name = re.match(self._RE_OBJECT_FILE, line) 148 test_re_obj_name = re.match(self._RE_LIBRARY_OBJECT, line) 153 if not line.startswith("LONG") and not line.startswith("linker stubs"): 154 print("Unknown object name found in GCC map file: %s" % line) 157 def parse_section(self, line: str) -> Tuple[str, int]: [all …]
|
| H A D | mapparser.py | 48 for line in file.readlines(): 49 match = search(pattern, line)
|
| /rk3399_ARM-atf/lib/libc/ |
| H 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()
|
| /rk3399_ARM-atf/plat/arm/board/common/protpk/ |
| H A D | README | 5 generated using the openssl command line tool: 10 generated using the openssl command line tool: 15 generated using the openssl command line tool:
|
| /rk3399_ARM-atf/plat/arm/board/common/swd_rotpk/ |
| H A D | README | 5 generated using the openssl command line tool: 10 generated using the openssl command line tool: 15 generated using the openssl command line tool:
|
| /rk3399_ARM-atf/tools/encrypt_fw/src/ |
| H A D | main.c | 41 char line[HELP_OPT_MAX_LEN]; in print_help() local 58 p = line; in print_help() 68 printf("\t%-32s %s\n", line, cmd_opt_get_help_msg(i)); in print_help()
|
| /rk3399_ARM-atf/lib/romlib/ |
| H 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:
|
| /rk3399_ARM-atf/docs/plat/arm/arm_fpga/ |
| H 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:
|
| /rk3399_ARM-atf/include/lib/libc/ |
| H A D | assert.h | 29 void __dead2 __assert(const char *file, unsigned int line);
|
| /rk3399_ARM-atf/lib/compiler-rt/builtins/ |
| H A D | int_util.h | 23 NORETURN void __compilerrt_abort_impl(const char *file, int line,
|
| /rk3399_ARM-atf/docs/design/ |
| H 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 86 Example of command line using RSA development keys: 104 command line. On Arm development platforms like Juno, these are: 109 Example of Juno command line for generating both ``fwu`` and ``fwu_fip`` 127 to the command line above.
|
| /rk3399_ARM-atf/plat/common/ |
| H A D | ubsan.c | 15 uint32_t line; member 107 loc->file_name, loc->line, loc->column, func); in print_loc()
|
| /rk3399_ARM-atf/docs/process/ |
| H A D | coding-style.rst | 22 character is used to break a line and reset to the first column. 114 non-printing characters such as the line feed. 123 Functions are usually separated by a single blank line. In certain cases it is 137 is **not** placed on a new line. 149 style, **do** place the opening brace on a new line. 310 * This example illustrates the first allowed style for multi-line comments. 320 * This is the second allowed style for multi-line comments. 331 /* Single line comments can use this format */ 336 * This alternative single-line comment style can also be used for emphasis. 376 Groups must be separated by a single blank line for clarity.
|
| /rk3399_ARM-atf/docs/plat/st/ |
| H A D | stm32mp2.rst | 28 Each line comes with a security option (cryptography & secure boot) and a Cortex-A frequency option: 43 Each line comes with a security option (cryptography & secure boot) and a Cortex-A frequency option: 59 Each line comes with a security option (cryptography & secure boot) and a Cortex-A frequency option: 164 line when building FIP.
|
| /rk3399_ARM-atf/docs/components/ |
| H A D | secure-partition-manager.rst | 123 Sample TF-A build command line when the SPMC is located at S-EL1 137 Sample TF-A build command line when FEAT_SEL2 architecture extension is 155 Sample TF-A build command line when FEAT_SEL2 architecture extension is 179 Sample TF-A build command line when the SPMC is located at EL3: 193 Sample TF-A build command line when the SPMC is located at EL3 and SEL0 SP is
|
| H A D | numa-per-cpu.rst | 84 CPUs access different addresses that lie on the same cache line. Although the 88 write to different addresses within the same cache line, the line bounces 97 cache line marked as invalid. CPU 3 is attempting to read from its own
|
| /rk3399_ARM-atf/tools/cert_create/src/ |
| H A D | main.c | 95 char line[HELP_OPT_MAX_LEN]; in print_help() local 114 p = line; in print_help() 124 printf("\t%-32s %s\n", line, cmd_opt_get_help_msg(i)); in print_help()
|
| /rk3399_ARM-atf/tools/sptool/ |
| H A D | sp_mk_generator.py | 112 def is_line_in_sp_gen(line, args :dict): argument 114 sppkg_rule = [l for l in f if line in l]
|
| /rk3399_ARM-atf/docs/plat/ |
| H 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. 116 to the build command line.
|
| H A D | qemu-sbsa.rst | 5 Armv8-A. While running Qemu from command line, we need to supply two Flash
|
| /rk3399_ARM-atf/drivers/brcm/emmc/ |
| H 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()
|
| /rk3399_ARM-atf/docs/security_advisories/ |
| H 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`_):
|