| /rk3399_ARM-atf/include/plat/marvell/odyssey/csr/ |
| H A D | ody-warn.h | 19 extern void ody_fatal(const char *format, ...) __attribute__ ((noreturn, format(printf, 1, 2))); 20 extern void ody_error(const char *format, ...) __attribute__ ((format(printf, 1, 2))); 21 extern void ody_warn(const char *format, ...) __attribute__ ((format(printf, 1, 2))); 22 extern void __ody_trace_printf(const char *format, ...) __attribute__ ((format(printf, 1, 2))); 23 #define ody_warn_if(expression, format, ...) do { if (ody_unlikely(expression)) ody_warn (format, #… argument 56 #define TRACE(area, format, ...) do { \ argument 58 __ody_trace_printf(#area ": " format, ##__VA_ARGS__); \
|
| /rk3399_ARM-atf/plat/arm/board/common/protpk/ |
| H A D | README | 4 * 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/brcm/board/common/ |
| H A D | bcm_elog_ddr.c | 63 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 D | bcm_elog_ddr.h | 84 uint8_t format; member
|
| /rk3399_ARM-atf/plat/arm/board/common/swd_rotpk/ |
| H A D | README | 4 * 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/tools/cot_dt2c/cot_dt2c/ |
| H A D | cot_parser.py | 39 … .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 D | dt_validator.py | 76 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 D | misc_dfx.c | 17 #define debug(format...) NOTICE(format) argument 19 #define debug(format, arg...) argument
|
| H A D | armada_thermal.c | 17 #define debug(format...) NOTICE(format) argument 19 #define debug(format, arg...) argument
|
| /rk3399_ARM-atf/drivers/marvell/comphy/ |
| H A D | phy-comphy-common.h | 15 #define debug(format...) printf(format) argument 17 #define debug(format, arg...) argument
|
| /rk3399_ARM-atf/plat/marvell/armada/common/ |
| H A D | mrvl_sip_svc.c | 25 #define debug(format...) NOTICE(format) argument 27 #define debug(format, arg...) argument
|
| /rk3399_ARM-atf/tools/memory/src/memory/ |
| H A D | summary.py | 333 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 D | printer.py | 70 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/docs/plat/arm/fvp/ |
| H A D | fvp-build-options.rst | 36 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/lib/libfdt/ |
| H A D | meson.build | 1 version_script = '-Wl,--version-script=@0@'.format(meson.current_source_dir() / 'version.lds')
|
| /rk3399_ARM-atf/plat/renesas/rzg/ |
| H A D | bl2_plat_setup.c | 147 uint64_t end_addr, uint32_t format, in bl2_lossy_gen_fdt() argument 202 ret = fdt_setprop_u32(fdt, node, "renesas,formats", format); in bl2_lossy_gen_fdt() 210 uint64_t end_addr, uint32_t format, in bl2_lossy_setting() argument 216 bl2_lossy_gen_fdt(no, start_addr, end_addr, format, enable, fcnlnode); in bl2_lossy_setting() 218 reg = format | (start_addr >> 20); in bl2_lossy_setting()
|
| /rk3399_ARM-atf/docs/components/measured_boot/ |
| H A D | event_log.rst | 4 This document describes the device tree format of Event Log properties.
|
| /rk3399_ARM-atf/docs/components/fconf/ |
| H A D | fconf_properties.rst | 4 This document describes the device tree format of |FCONF| properties. These
|
| /rk3399_ARM-atf/docs/design/ |
| H A D | auth-framework.rst | 188 #. 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 D | bl2_plat_setup.c | 152 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()
|
| /rk3399_ARM-atf/include/drivers/brcm/emmc/ |
| H A D | emmc_csl_sdcmd.h | 130 uint8_t format; /* file format */ member
|
| /rk3399_ARM-atf/docs/perf/ |
| H A D | psci-performance-instr.rst | 66 :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 D | tools-build.rst | 18 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 D | zlib.h | 1490 ZEXTERN int ZEXPORTVA gzprintf(gzFile file, const char *format, ...); 1948 const char *format,
|
| /rk3399_ARM-atf/docs/design_documents/ |
| H A D | psci_osi_mode.rst | 133 * 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
|