| /rk3399_ARM-atf/docs/components/fconf/ |
| H A D | tb_fw_bindings.rst | 14 - value type: <string> 15 - Should be the string ``"<plat>,io-fip-handle"``, where ``<plat>`` is the name of the 19 - value type: <string> 23 - value type: <string> 27 - value type: <string> 31 - value type: <string> 35 - value type: <string> 39 - value type: <string> 43 - value type: <string> 47 - value type: <string> [all …]
|
| H A D | fconf_properties.rst | 14 - value type: <string> 15 - Must be the string "fconf,dyn_cfg-dtb_registry".
|
| /rk3399_ARM-atf/lib/libfdt/ |
| H A D | libfdt_env.h | 85 static inline size_t fdt_strnlen(const char *string, size_t max_count) in fdt_strnlen() argument 87 const char *p = memchr(string, 0, max_count); in fdt_strnlen() 88 return p ? p - string : max_count; in fdt_strnlen()
|
| H A D | fdt_ro.c | 778 const char *string) in fdt_stringlist_search() argument 787 len = strlen(string) + 1; in fdt_stringlist_search() 797 if (length == len && memcmp(list, string, length) == 0) in fdt_stringlist_search()
|
| /rk3399_ARM-atf/include/arch/aarch64/ |
| H A D | assert_macros.S | 20 .string __FILE__ ;\
|
| /rk3399_ARM-atf/include/arch/aarch32/ |
| H A D | assert_macros.S | 17 .string __FILE__ ;\
|
| /rk3399_ARM-atf/docs/components/measured_boot/ |
| H A D | event_log.rst | 15 - value type: <string> 16 - Must be the string "arm,tpm_event_log".
|
| /rk3399_ARM-atf/docs/components/ |
| H A D | cot-binding.rst | 28 Value type: <string> 114 Value type: <string> 128 Value type: <string> 182 Value type: <string> 258 Value type: <string> 303 Value type: <string> 351 Value type: <string>
|
| H A D | ffa-manifest-binding.rst | 14 - value type: <string> 15 - Must be the string "arm,ffa-manifest-X.Y" which specifies the major and 52 - value type: <string> 111 The "compatible" must be the string "arm,ffa-manifest-rx_tx-buffer". 236 - value type: <string> 237 - Must be the string "arm,ffa-manifest-memory-regions". 240 - value type: <string> 300 - value type: <string> 301 - Must be the string "arm,ffa-manifest-device-regions". 304 - value type: <string>
|
| H A D | debugfs-design.rst | 82 shared buffer is used to pass path string parameters, or e.g. to exchange 91 - Several primitive imply string manipulations and usage of string formats.
|
| /rk3399_ARM-atf/plat/arm/board/n1sdp/fdts/ |
| H A D | n1sdp_nt_fw_config.dts | 9 /* compatible string */
|
| /rk3399_ARM-atf/plat/arm/board/neoverse_rd/platform/rdv3/fdts/ |
| H A D | rdv3_nt_fw_config.dts | 9 /* compatible string */
|
| /rk3399_ARM-atf/include/lib/ |
| H A D | semihosting.h | 56 void semihosting_write_string(char *string);
|
| /rk3399_ARM-atf/lib/semihosting/ |
| H A D | semihosting.c | 143 void semihosting_write_string(char *string) in semihosting_write_string() argument 145 semihosting_call(SEMIHOSTING_SYS_WRITE0, (uintptr_t)string); in semihosting_write_string()
|
| /rk3399_ARM-atf/tools/marvell/doimage/secure/ |
| H A D | sec_img_8K.cfg | 7 # use "*" string instead of file name for specifying an empty key
|
| H A D | sec_img_7K.cfg | 7 # use "*" string instead of file name for specifying an empty key
|
| /rk3399_ARM-atf/plat/arm/board/morello/fdts/ |
| H A D | morello_nt_fw_config.dts | 9 /* compatible string */
|
| /rk3399_ARM-atf/plat/arm/board/neoverse_rd/platform/rdn2/fdts/ |
| H A D | rdn2_nt_fw_config.dts | 9 /* compatible string */
|
| /rk3399_ARM-atf/include/lib/libc/sys/ |
| H A D | cdefs.h | 565 #define __IDSTRING(name,string) __asm__(".ident\t\"" string "\"") argument 573 #define __IDSTRING(name,string) static const char name[] __unused = string argument
|
| /rk3399_ARM-atf/lib/romlib/ |
| H A D | romlib_generator.py | 15 import string 119 template = string.Template(template_data)
|
| /rk3399_ARM-atf/docs/getting_started/ |
| H A D | initial-build.rst | 22 when the base name of the path assigned to ``CC`` matches the string 41 contains the string 'clang'. This is to allow both clang and clang-X.Y
|
| /rk3399_ARM-atf/tools/nxp/create_pbl/ |
| H A D | README | 24 -b <boot source id> - Boot source id string, may be one of
|
| /rk3399_ARM-atf/plat/renesas/rzg/ |
| H A D | bl2_plat_setup.c | 114 static void unsigned_num_print(uint64_t unum, unsigned int radix, char *string) in unsigned_num_print() argument 133 *string++ = num_buf[i]; in unsigned_num_print() 135 *string = 0; in unsigned_num_print()
|
| /rk3399_ARM-atf/ |
| H A D | .clang-format | 86 …tdarg|stdatomic|stdbool|stdckdint|stddef|stdint|stdio|stdlib|stdnoreturn|string|tgmath|threads|tim…
|
| /rk3399_ARM-atf/plat/renesas/rcar/ |
| H A D | bl2_plat_setup.c | 121 char *string) in unsigned_num_print() argument 139 *string++ = num_buf[i]; in unsigned_num_print() 140 *string = 0; in unsigned_num_print()
|