Home
last modified time | relevance | path

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

123

/rk3399_ARM-atf/plat/arm/board/common/protpk/
H A DREADME4 * arm_protprivk_rsa.pem is a 2K RSA private key in PEM format. It has been
9 * arm_protprivk_ecdsa.pem is a P-256 ECSA private key in PEM format. It has been
14 * arm_protprivk_ecdsa_secp384r1.pem is a P-384 ECSA private key in PEM format. It has been
/rk3399_ARM-atf/plat/arm/board/common/swd_rotpk/
H A DREADME4 * swd_rotprivk_rsa.pem is a 2K RSA private key in PEM format. It has been
9 * arm_swd_rotprivk_ecdsa.pem is a P-256 ECSA private key in PEM format. It has been
14 * arm_swd_rotprivk_ecdsa_secp384r1.pem is a P-384 ECSA private key in PEM format. It has been
/rk3399_ARM-atf/plat/brcm/board/common/
H 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()
H A Dbcm_elog_ddr.h84 uint8_t format; member
/rk3399_ARM-atf/tools/cot_dt2c/cot_dt2c/
H A Dcot_parser.py39 … .format(node.name, img_id, "<b>root-certificate</b><br>" if self.if_root(node) else "", \
47 .format(node.name, oid)
55 .format(node.name, img_id, hash)
377 print("{} missing mandatory attribute image-id".format(node.name))
382 print("{} missing mandatory attribute parent".format(node.name))
393 print("{} refer to non existing parent".format(node.name))
403 print("{} missing mandatory attribute oid".format(c.name))
411 print("{} missing mandatory attribute image-id".format(node.name))
415 print("{} missing mandatory attribute parent".format(node.name))
419 print("{} missing mandatory attribute hash".format(node.name))
[all …]
H A Ddt_validator.py76 print(bcolors.OKGREEN + "{} parse tree successfully".format(input) + bcolors.ENDC)
79 … print(bcolors.FAIL + "{} parse tree failed:\t{}".format(input, str(e)) + bcolors.ENDC)
83 f.write("{} result:\n".format(input))
84 f.write("{} INVALID:\t{}\n".format(input, str(e)))
/rk3399_ARM-atf/drivers/marvell/secure_dfx_access/
H A Dmisc_dfx.c17 #define debug(format...) NOTICE(format) argument
19 #define debug(format, arg...) argument
H A Darmada_thermal.c17 #define debug(format...) NOTICE(format) argument
19 #define debug(format, arg...) argument
/rk3399_ARM-atf/drivers/marvell/comphy/
H A Dphy-comphy-common.h15 #define debug(format...) printf(format) argument
17 #define debug(format, arg...) argument
/rk3399_ARM-atf/plat/marvell/armada/common/
H A Dmrvl_sip_svc.c25 #define debug(format...) NOTICE(format) argument
27 #define debug(format, arg...) argument
/rk3399_ARM-atf/docs/plat/arm/fvp/
H A Dfvp-build-options.rst36 like shifted affinity format for MPIDR, cannot be detected at build time
51 tree blob at build time. Takes an initrd size value in hex format
58 - ``INITRD_BASE`` : Provide the preloaded initrd base address in memory (hex format).
/rk3399_ARM-atf/tools/memory/src/memory/
H A Dsummary.py333 print("I/O error({0}): {1}".format(error.errno, error.strerror))
470 "{}({:+})".format(
480 "{}({:+})".format(self.subtotal[k], self.subtotal[k + "-delta"])
488 output += self.RAM_FORMAT_STR.format(
491 output += self.ROM_FORMAT_STR.format(
556 print("I/O error({0}): {1}".format(error.errno, error.strerror))
H A Dprinter.py70 sec_row_l = empty_col.format(sep, fill + "<", width) * rel_pos
71 sec_row_r = empty_col.format(sep, fill + ">", width) * (columns - rel_pos - 1)
/rk3399_ARM-atf/lib/libfdt/
H A Dmeson.build1 version_script = '-Wl,--version-script=@0@'.format(meson.current_source_dir() / 'version.lds')
/rk3399_ARM-atf/plat/renesas/rzg/
H A Dbl2_plat_setup.c146 uint64_t end_addr, uint32_t format, in bl2_lossy_gen_fdt() argument
201 ret = fdt_setprop_u32(fdt, node, "renesas,formats", format); in bl2_lossy_gen_fdt()
209 uint64_t end_addr, uint32_t format, in bl2_lossy_setting() argument
215 bl2_lossy_gen_fdt(no, start_addr, end_addr, format, enable, fcnlnode); in bl2_lossy_setting()
217 reg = format | (start_addr >> 20); in bl2_lossy_setting()
/rk3399_ARM-atf/docs/components/measured_boot/
H A Devent_log.rst4 This document describes the device tree format of Event Log properties.
/rk3399_ARM-atf/docs/components/fconf/
H A Dfconf_properties.rst4 This document describes the device tree format of |FCONF| properties. These
/rk3399_ARM-atf/docs/design/
H A Dauth-framework.rst188 #. Export a custom IPM if a proprietary image format is being used (described
238 /* Bit string of the signature in DER format. */
330 x509v3 certificates, signed ELF files or any other platform specific format).
331 The IPM allows to register an Image Parser Library (IPL) for every image format
333 image. The IPM obtains the image format from the CoT and calls the right IPL to
432 The parsing method refers to the format of a particular image. For example, an
434 format. A data image that represents a boot loader stage could be in raw binary
435 or ELF format. The IPM supports three parsing methods. An image has to use one
440 #. Raw format: This format is effectively a nop as an image using this method
441 is treated as being in raw binary format e.g. boot loader images used by
[all …]
/rk3399_ARM-atf/plat/renesas/rcar/
H A Dbl2_plat_setup.c151 uint64_t end_addr, uint32_t format, in bl2_lossy_gen_fdt() argument
203 ret = fdt_setprop_u32(fdt, node, "renesas,formats", format); in bl2_lossy_gen_fdt()
211 uint64_t end_addr, uint32_t format, in bl2_lossy_setting() argument
217 bl2_lossy_gen_fdt(no, start_addr, end_addr, format, enable, fcnlnode); in bl2_lossy_setting()
219 reg = format | (start_addr >> 20); in bl2_lossy_setting()
/rk3399_ARM-atf/include/drivers/brcm/emmc/
H A Demmc_csl_sdcmd.h130 uint8_t format; /* file format */ member
/rk3399_ARM-atf/docs/perf/
H A Dpsci-performance-instr.rst66 :param target_cpu: follows the same format as ``PSCI_STAT_RESIDENCY``.
67 :param power_state: follows the same format as ``PSCI_STAT_RESIDENCY``.
/rk3399_ARM-atf/docs/getting_started/
H A Dtools-build.rst18 platform. While it is not an intrinsic part of the FIP format, a BL33 image is
168 key to be provided in plain format. A typical implementation can very well
/rk3399_ARM-atf/lib/zlib/
H A Dzlib.h1490 ZEXTERN int ZEXPORTVA gzprintf(gzFile file, const char *format, ...);
1948 const char *format,
/rk3399_ARM-atf/docs/design_documents/
H A Dpsci_osi_mode.rst133 * Power state parameter format, bit[1]
135 * A value of 0 indicates the original format is used.
136 * A value of 1 indicates the extended format is used.
220 Original format
241 Extended format
/rk3399_ARM-atf/docs/tools/
H A Dcot-dt2c.rst72 The command will check the format of the CoT file

123