Home
last modified time | relevance | path

Searched refs:help (Results 1 – 24 of 24) sorted by relevance

/optee_os/core/arch/arm/plat-amlogic/scripts/
H A Daml_bin2img.py72 help='Source file')
76 help='Destination file')
81 help='Entry point')
86 help='Reserved memory start')
91 help='Reserved memory size')
96 help='Secure memory start')
101 help='Secure memory size')
/optee_os/scripts/
H A Dmem_usage.py16 parser.add_argument('tee_elf', help='the OP-TEE ELF file (tee.elf)')
18 help=' same as -i -p -u -U')
20 help=' do not show the detailed section mappings and '
23 help='report the total size of the .*_init sections')
25 help='report the total size of the .*_pageable '
28 help='report the total size of the unpaged sections, '
32 help='report the size of all unpaged sections '
37 help='when processing -i, -p, -u, or -U, show only '
H A Dderive_rpmb_key.py39 help='''Gives only the hexstring of the RPMB key as
42 help='''Outputs the hardcoded test key''')
44 help='''Hardware Unique Key (16 bytes), as returned
47 parser.add_argument('--cid', type=hex_parse, help='CID (16 bytes)')
49 help='''Generates a backwards compatible key,
H A Dbin_to_c.py21 help='Path to the input binary file')
24 help='Variable name for the generated table in '
28 help='Path for the generated C file')
31 help='Treat input as a text file')
H A Dcheckpatch.sh24 help() { function
32 checkpatch.sh --help
43 --help Print this help message.
88 --help|-h)
89 help
H A Dupdate_changelog.py23 help='Changelog file to be updated.')
26 help='The release date (yyyy-mm-dd).')
29 help='Release version (MAJOR.MINOR.PATCH).')
33 help='Previous release version (MAJOR.MINOR.PATCH).')
H A Dgen_compile_commands.py49 help=directory_help)
54 help=output_help)
59 default=_DEFAULT_LOG_LEVEL, help=log_level_help)
63 help=ar_help)
68 parser.add_argument('paths', type=str, nargs='*', help=paths_help)
H A Dpem_to_pub_c.py13 help='Prefix for the public key exponent and modulus in c file')
16 help='Name of c file for the public key')
17 parser.add_argument('--key', required=True, help='Name of key file')
H A Dsign_encrypt.py79 help='String UUID of the TA')
83 '--key', required=True, help='''
91 '--enc-key', required=False, help='Encryption key string')
97 choices=list(enc_key_type.keys()), help='''
103 '--ta-version', required=False, type=int_parse, default=0, help='''
111 help='Name of signature input file, defaults to <UUID>.sig')
116 help='Name of digest output file, defaults to <UUID>.dig')
120 '--in', required=False, dest='inf', help='''
127 help='Name of application output file, defaults to <UUID>.ta')
132 default='TEE_ALG_RSASSA_PKCS1_PSS_MGF1_SHA256', help='''
[all …]
H A Dget_maintainer.py32 help='use Reviewed-by: and Acked-by: tags found in '
36 help='show all paths that are not approved.')
38 help='stricter conditions for patch approval check: '
41 parser.add_argument('arg', nargs='*', help='file or patch')
43 help='treat following argument as a file path, not '
46 help='Github pull request ID. The script will '
50 help='show all the recipients to be used in release '
H A Dts_bin_to_c.py26 help='Name of the output C file')
31 help='Path to the TA binary. File name has to be: <uuid>.* '
37 help='Path to the SP binary. File name has to be: <uuid>.* '
44 help='Compress the image using the DEFLATE '
51 help='path to the SP manifest file')
H A Dgen_tee_bin.py350 help='The input tee.elf')
354 help='The output tee.bin')
358 help='The output tee_raw.bin')
362 help='The output tee_pager.bin')
366 help='The output tee_pageable.bin')
370 help='The output tee_header_v2.bin')
374 help='The output tee_pager_v2.bin')
378 help='The output tee_pageable_v2.bin')
H A Dgen_stmm_hex.py17 help='The input StMM binary (BL32_AP_MM.fd)')
21 help='The output stmm_hex.c')
H A Dsign_rproc_fw.py305 help='Name of firmware input file ' +
308 help='Name of the signed firmware output file')
310 help='Name of signing key file',
313 help='Name file containing extra key information',
316 help='Type of signing key: should be RSA or ECC',
320 help='passphrase for the private key decryption',
324 help='Platform TLV that will be placed into image '
H A Dgen_ldelf_hex.py127 help='The input ldelf.elf')
131 help='The output ldelf_hex.c')
H A Dtee_bin_parser.py14 help='The input tee.bin')
H A Dcheckpatch_inc.sh23 $CHECKPATCH --help 2>&1 | grep -q -- --typedefsfile || \
H A Darm32_sysreg.py214 help='Generate an Assembly instead of a C file')
216 help='Provide #ifdef <guard_argument> in C file')
H A Dsymbolize.py119 help='Search for ELF file in DIR. tee.elf is needed '
125 help='Strip STRIP_PATH from file paths (default: '
/optee_os/core/arch/arm/plat-stm32mp1/scripts/
H A Dstm32image.py103 help='Source file')
107 help='Destination file')
111 help='Load address')
115 help='Entry point')
119 help='Binary identification')
/optee_os/ta/pkcs11/scripts/
H A Dverify-helpers.sh76 -h|--help)
/optee_os/
H A D.clang-format5 # This is not perfect, but should help in most cases.
/optee_os/lib/libmbedtls/mbedtls/
H A DREADME.md11 …re programmatic way using the Python 3 script `scripts/config.py` (use `--help` for usage instruct…
H A DChangeLog4097 * Fix usage help in ssl_server2 example. Found and fixed by Bei Lin.
6007 supported version to a server to help buggy server implementations.