Home
last modified time | relevance | path

Searched refs:format (Results 1 – 25 of 37) sorted by relevance

12

/tf-a-ffa_el3_spmc/tools/memory/
A Dprint_memory_map.py45 file_path = os.path.join(build_dir, image, '{}.map'.format(image))
67 print('{:-^93}'.format('Memory Map from: ' + build_dir))
70 print(address[0], '+{:-^22}+ |{:^22}| |{:^22}|'.format(address[1], '', ''))
72 print(address[0], '|{:^22}| +{:-^22}+ |{:^22}|'.format('', address[1], ''))
74 print(address[0], '|{:^22}| |{:^22}| +{:-^22}+'.format('', '', address[1]))
76 print(address[0], '|{:^22}| |{:^22}| +{:-^22}+'.format('', '', address[1]))
78 print('{:^20}{:_^22} {:_^22} {:_^22}'.format('', '', '', ''))
79 print('{:^20}{:^22} {:^22} {:^22}'.format('address', 'bl1', 'bl2', 'bl31'))
/tf-a-ffa_el3_spmc/plat/brcm/board/common/
A Dbcm_elog_ddr.c63 rec.format = ELOG_REC_FMT_ASCII; in elog_init_ddr_log()
71 rec.format = ELOG_REC_FMT_CUSTOM; in elog_init_ddr_log()
78 rec.format = ELOG_REC_FMT_CUSTOM; in elog_init_ddr_log()
94 rec.format > ELOG_MAX_REC_FORMAT || in elog_init_ddr_log()
A Dbcm_elog_ddr.h84 uint8_t format; member
/tf-a-ffa_el3_spmc/drivers/marvell/secure_dfx_access/
A Dmisc_dfx.c17 #define debug(format...) NOTICE(format) argument
19 #define debug(format, arg...) argument
A Darmada_thermal.c17 #define debug(format...) NOTICE(format) argument
19 #define debug(format, arg...) argument
/tf-a-ffa_el3_spmc/drivers/marvell/comphy/
A Dphy-comphy-common.h15 #define debug(format...) printf(format) argument
17 #define debug(format, arg...) argument
/tf-a-ffa_el3_spmc/plat/marvell/armada/common/
A Dmrvl_sip_svc.c25 #define debug(format...) NOTICE(format) argument
27 #define debug(format, arg...) argument
/tf-a-ffa_el3_spmc/plat/arm/board/common/protpk/
A DREADME4 * arm_protprivk_rsa.pem is a 2K RSA private key in PEM format. It has been
/tf-a-ffa_el3_spmc/docs/components/fconf/
A Dfconf_properties.rst4 This document describes the device tree format of |FCONF| properties. These
/tf-a-ffa_el3_spmc/docs/components/measured_boot/
A Devent_log.rst4 This document describes the device tree format of Event Log properties.
/tf-a-ffa_el3_spmc/plat/renesas/rzg/
A Dbl2_plat_setup.c144 uint64_t end_addr, uint32_t format, in bl2_lossy_gen_fdt() argument
199 ret = fdt_setprop_u32(fdt, node, "renesas,formats", format); in bl2_lossy_gen_fdt()
207 uint64_t end_addr, uint32_t format, in bl2_lossy_setting() argument
213 bl2_lossy_gen_fdt(no, start_addr, end_addr, format, enable, fcnlnode); in bl2_lossy_setting()
215 reg = format | (start_addr >> 20); in bl2_lossy_setting()
/tf-a-ffa_el3_spmc/plat/renesas/rcar/
A Dbl2_plat_setup.c152 uint64_t end_addr, uint32_t format, in bl2_lossy_gen_fdt() argument
204 ret = fdt_setprop_u32(fdt, node, "renesas,formats", format); in bl2_lossy_gen_fdt()
212 uint64_t end_addr, uint32_t format, in bl2_lossy_setting() argument
218 bl2_lossy_gen_fdt(no, start_addr, end_addr, format, enable, fcnlnode); in bl2_lossy_setting()
220 reg = format | (start_addr >> 20); in bl2_lossy_setting()
/tf-a-ffa_el3_spmc/docs/design/
A Dauth-framework.rst188 #. Export a custom IPM if a proprietary image format is being used (described
261 x509v3 certificates, signed ELF files or any other platform specific format).
262 The IPM allows to register an Image Parser Library (IPL) for every image format
264 image. The IPM obtains the image format from the CoT and calls the right IPL to
363 The parsing method refers to the format of a particular image. For example, an
365 format. A data image that represents a boot loader stage could be in raw binary
366 or ELF format. The IPM supports three parsing methods. An image has to use one
371 #. Raw format: This format is effectively a nop as an image using this method
372 is treated as being in raw binary format e.g. boot loader images used by
386 corresponding IPL to interpret such a format.
[all …]
A Dtrusted-board-boot.rst219 and keys as inputs (keys must be in PEM format) and generates the
220 certificates (in DER format) required to establish the CoT. New keys can be
/tf-a-ffa_el3_spmc/include/drivers/brcm/emmc/
A Demmc_csl_sdcmd.h130 uint8_t format; /* file format */ member
/tf-a-ffa_el3_spmc/docs/getting_started/
A Dtools-build.rst7 Firmware Image Package (FIP) is a packaging format used by TF-A to package
159 key to be provided in plain format. A typical implementation can very well
A Dbuild-options.rst69 file that contains the BL31 private key in PEM format. If ``SAVE_KEYS=1``,
83 file that contains the BL32 private key in PEM format. If ``SAVE_KEYS=1``,
90 file that contains the BL33 private key in PEM format. If ``SAVE_KEYS=1``,
230 AArch32 the format of the frame records are not defined in the AAPCS and they
232 supports the format used by GCC when T32 interworking is disabled. For this
311 - ``ENC_KEY``: A 32-byte (256-bit) symmetric key in hex string format. It could
316 (IV) in hex string format. This value depends on ``DECRYPTION_SUPPORT``
481 format. If ``SAVE_KEYS=1``, this file name will be used to save the key.
525 extended format. The default value of this flag is 0, which means by default
552 file that contains the ROT private key in PEM format and enforces public key
[all …]
/tf-a-ffa_el3_spmc/lib/zlib/
A Dzlib.h1468 ZEXTERN int ZEXPORTVA gzprintf Z_ARG((gzFile file, const char *format, ...));
1903 const char *format,
/tf-a-ffa_el3_spmc/docs/components/
A Dsecure-partition-manager-mm.rst221 The format of data structures used to encapsulate data in the shared memory is
343 On success, the format of the value is as follows:
351 On error, the format of the value is as follows:
550 A negative value indicates an error. The format of the value is as follows:
560 event specific information. The format of the data populated in the buffer
623 could implement a loader for a standard executable file format (e.g. an PE-COFF
666 On success the format of the Return Code is as follows:
A Dras.rst56 error records are implemented in the Standard Error Record format. The RAS
136 Error Record format, these helpers maybe used instead of rolling out their own.
A Dromlib-design.rst30 placed in ROM. The index file is platform specific and its format is:
A Dsecure-partition-manager.rst144 providing paths to SP binary images and manifests in DTS format
297 (partition manifest at virtual FF-A instance) in DTS format. It is
819 Armv8/Armv7 VMSA descriptor format.
848 a Processing Element. AArch32(LPAE) and AArch64 translation table format
913 - Supports only AArch64 translation format.
/tf-a-ffa_el3_spmc/
A DMakefile343 WARNING1 += -Wmissing-format-attribute
1274 git log --format=email "$$commit~..$$commit" \
1277 git diff --format=email "$$commit~..$$commit" \
/tf-a-ffa_el3_spmc/docs/process/
A Dsecurity-hardening.rst146 Adds ``Wextra``, ``Wmissing-format-attribute``, ``Wmissing-prototypes``,
A Dcoding-style.rst223 Local variables and function parameters use the same format as function names:
328 /* Single line comments can use this format */

Completed in 71 milliseconds

12