| /rk3399_ARM-atf/lib/romlib/ |
| H A D | gen_combined_bl1_romlib.sh | 8 output="bl1_romlib.bin" 18 output=$2 26 echo usage: gen_combined_bl1_romlib.sh [-o output] path_to_build_directory >&2 53 mv $bin_path/$$.tmp $bin_path/$output
|
| H A D | romlib_generator.py | 142 with open(self.config.output, "w") as output_file: 154 deps_file.write(self.config.output + ": " + " \\\n".join(deps) + "\n") 177 with open(self.config.output, "w") as output_file: 270 with open(self.config.output, "w") as output_file: 290 print(called_process_error.output, file=sys.stderr)
|
| H A D | Makefile | 82 $(q)$(ROMLIB_GEN) genvar --output $@ $< 94 $(q)$(ROMLIB_GEN) pre --output $@ --deps $(BUILD_DIR)/jmptbl.d $< 102 $(q)$(ROMLIB_GEN) gentbl --output $@ --bti=$(ENABLE_BTI) $<
|
| /rk3399_ARM-atf/tools/sptool/ |
| H A D | sptool.py | 106 with open(f_out, "wb+") as output: 109 output.write(to_write) 110 output.seek(self.pm_offset) 112 copyfileobj(pm, output) 113 output.seek(self.img_offset) 115 copyfileobj(img, output)
|
| /rk3399_ARM-atf/fdts/ |
| H A D | fvp-ve-Cortex-A5x1.dts | 86 clock-output-names = "oscclk0"; 95 clock-output-names = "oscclk1"; 104 clock-output-names = "oscclk2"; 113 clock-output-names = "oscclk3"; 122 clock-output-names = "oscclk4"; 131 clock-output-names = "oscclk5";
|
| H A D | morello.dtsi | 88 clock-output-names = "apb_pclk"; 95 clock-output-names = "iofpga:aclk"; 102 clock-output-names = "uartclk";
|
| H A D | fvp-foundation-motherboard.dtsi | |
| H A D | rtsm_ve-motherboard.dtsi | 17 clock-output-names = "v2m:clk24mhz"; 24 clock-output-names = "v2m:refclk1mhz"; 31 clock-output-names = "v2m:refclk32khz"; 52 clock-output-names = "v2m:oscclk1"; 130 clock-output-names = "timerclken0", "timerclken1", "timerclken2", "timerclken3";
|
| H A D | corstone700.dtsi | 54 clock-output-names = "apb_pclk"; 62 clock-output-names = "smclk"; 70 clock-output-names = "uartclk";
|
| H A D | a5ds.dts | 71 clock-output-names = "apb_pclk"; 78 clock-output-names = "apb_pclk"; 85 clock-output-names = "smclk";
|
| H A D | n1sdp-single-chip.dts | 37 clock-output-names = "iofpga_clk"; 44 clock-output-names = "hdlcdclk";
|
| H A D | arm_fpga.dts | 71 clock-output-names = "apb_pclk"; 78 clock-output-names = "uartclk";
|
| /rk3399_ARM-atf/tools/cot_dt2c/cot_dt2c/ |
| H A D | cot_dt2c.py | 10 def generateMain(input, output=None): argument 11 cot = COT(input, output)
|
| H A D | cot_parser.py | 22 self.output = outputfile 462 def generate_header(self, output): argument 463 self.include_to_c(output) 660 filename = Path(self.output) 663 with open(self.output, 'w+') as output: 664 self.generate_header(output) 665 self.buf_to_c(output) 666 self.param_to_c(output) 667 self.nv_to_c(output) 668 self.pk_to_c(output) [all …]
|
| /rk3399_ARM-atf/drivers/auth/ |
| H A D | crypto_mod.c | 132 * output: resulting hash in crypto_mod_calc_hash() 136 unsigned char output[CRYPTO_MD_MAX_SIZE]) in crypto_mod_calc_hash() 140 assert(output != NULL); in crypto_mod_calc_hash() 142 return crypto_lib_desc.calc_hash(alg, data_ptr, data_len, output);
|
| /rk3399_ARM-atf/include/drivers/auth/ |
| H A D | crypto_mod.h | 70 unsigned char output[CRYPTO_MD_MAX_SIZE]); 123 unsigned char output[CRYPTO_MD_MAX_SIZE]);
|
| /rk3399_ARM-atf/tools/nxp/create_pbl/ |
| H A D | README | 28 -o <output filename> - Name of PBL image generated 29 as an output of the tool. 44 -o Name of output file
|
| /rk3399_ARM-atf/tools/cot_dt2c/tests/ |
| H A D | test_util.py | 23 assert result.output == ""
|
| /rk3399_ARM-atf/plat/arm/board/tc/ |
| H A D | tc_bl31_setup.c | 45 uint8_t *output, size_t output_size, in mbedtls_psa_external_get_random() argument 49 output[i] = (uint8_t)(read_cntpct_el0() & 0xFFU); in mbedtls_psa_external_get_random()
|
| /rk3399_ARM-atf/plat/intel/soc/common/lib/sha/ |
| H A D | sha.c | 73 unsigned char *output, unsigned int chunk_sz) in sha384_start() argument 95 sha384_finish(&ctx, output); in sha384_start() 126 void sha512_start(const unsigned char *input, unsigned int len, unsigned char *output) in sha512_start() argument 133 sha512_finish(&ctx, output); in sha512_start()
|
| H A D | sha.h | 153 unsigned char *output, unsigned int chunk_sz); 159 unsigned char *output);
|
| /rk3399_ARM-atf/plat/mediatek/drivers/gpio/ |
| H A D | mtgpio_common.c | 60 static void mt_set_gpio_out_chip(uint32_t pin, int output) in mt_set_gpio_out_chip() argument 65 assert(output < MT_GPIO_OUT_MAX); in mt_set_gpio_out_chip() 70 if (output == MT_GPIO_OUT_ZERO) { in mt_set_gpio_out_chip()
|
| /rk3399_ARM-atf/tools/memory/src/memory/ |
| H A D | summary.py | 485 output = table.get_string() 486 output += "\n" 488 output += self.RAM_FORMAT_STR.format( 491 output += self.ROM_FORMAT_STR.format( 494 file_desc.write(output)
|
| /rk3399_ARM-atf/docs/plat/marvell/armada/ |
| H A D | uart-booting.rst | 40 After that immediately start terminal on ``/dev/ttyUSB<port#>`` to see boot output. 78 not loose any boot output. It also prints boot output which is sent either by image files or by
|
| /rk3399_ARM-atf/plat/arm/board/fvp/ |
| H A D | jmptbl.i | 7 # The index in the output file will be generated cumulatively in the same
|