Home
last modified time | relevance | path

Searched refs:output (Results 1 – 25 of 66) sorted by relevance

123

/trusted-firmware-a-3.7.0/lib/romlib/
Dgen_combined_bl1_romlib.sh8 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
DMakefile71 $(Q)$(ROMLIB_GEN) genvar --output $@ $<
79 $(Q)$(ROMLIB_GEN) pre --output $@ --deps $(BUILD_DIR)/jmptbl.d $<
92 $(Q)$(ROMLIB_GEN) gentbl --output $@ --bti=$(ENABLE_BTI) $<
Dromlib_generator.py142 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:
256 with open(self.config.output, "w") as output_file:
275 print(called_process_error.output, file=sys.stderr)
/trusted-firmware-a-3.7.0/tools/sptool/
Dsptool.py106 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)
/trusted-firmware-a-3.7.0/fdts/
Dfvp-ve-Cortex-A5x1.dts86 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";
Dmorello.dtsi88 clock-output-names = "apb_pclk";
95 clock-output-names = "iofpga:aclk";
102 clock-output-names = "uartclk";
Dfvp-foundation-motherboard.dtsi24 clock-output-names = "v2m:clk24mhz";
31 clock-output-names = "v2m:refclk1mhz";
38 clock-output-names = "v2m:refclk32khz";
60 clock-output-names = "timerclken0", "timerclken1", "timerclken2", "timerclken3";
Drtsm_ve-motherboard.dtsi17 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";
Da5ds.dts71 clock-output-names = "apb_pclk";
78 clock-output-names = "apb_pclk";
85 clock-output-names = "smclk";
Dcorstone700.dtsi54 clock-output-names = "apb_pclk";
62 clock-output-names = "smclk";
70 clock-output-names = "uartclk";
Dn1sdp-single-chip.dts37 clock-output-names = "iofpga_clk";
44 clock-output-names = "hdlcdclk";
Darm_fpga.dts71 clock-output-names = "apb_pclk";
78 clock-output-names = "uartclk";
Dtc.dts313 clock-output-names = "apb_pclk";
320 clock-output-names = "iofpga_clk";
327 clock-output-names = "uartclk";
392 clock-output-names = "pxlclk";
421 clock-output-names = "bp:clock24mhz";
/trusted-firmware-a-3.7.0/drivers/auth/
Dcrypto_mod.c134 unsigned char output[CRYPTO_MD_MAX_SIZE]) in crypto_mod_calc_hash()
138 assert(output != NULL); in crypto_mod_calc_hash()
140 return crypto_lib_desc.calc_hash(alg, data_ptr, data_len, output); in crypto_mod_calc_hash()
/trusted-firmware-a-3.7.0/include/drivers/auth/
Dcrypto_mod.h67 unsigned char output[CRYPTO_MD_MAX_SIZE]);
114 unsigned char output[CRYPTO_MD_MAX_SIZE]);
/trusted-firmware-a-3.7.0/tools/nxp/create_pbl/
DREADME28 -o <output filename> - Name of PBL image generated
29 as an output of the tool.
44 -o Name of output file
/trusted-firmware-a-3.7.0/plat/intel/soc/common/include/
Dsocfpga_vab.h52 unsigned char *output, unsigned int chunk_sz);
/trusted-firmware-a-3.7.0/plat/mediatek/drivers/gpio/
Dmtgpio_common.c60 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()
/trusted-firmware-a-3.7.0/docs/plat/marvell/armada/
Duart-booting.rst40 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
/trusted-firmware-a-3.7.0/plat/intel/soc/common/
Dsocfpga_vab.c157 unsigned char *output, unsigned int chunk_sz) in sha384_csum_wd() argument
/trusted-firmware-a-3.7.0/plat/mediatek/mt8183/drivers/gpio/
Dmtgpio.c64 void mt_set_gpio_out_chip(uint32_t pin, int output) in mt_set_gpio_out_chip() argument
69 assert(output < GPIO_OUT_MAX); in mt_set_gpio_out_chip()
74 if (output == GPIO_OUT_ZERO) in mt_set_gpio_out_chip()
/trusted-firmware-a-3.7.0/plat/arm/board/juno/
Djmptbl.i7 # The index in the output file will be generated cumulatively in the same
/trusted-firmware-a-3.7.0/plat/arm/board/fvp/
Djmptbl.i7 # The index in the output file will be generated cumulatively in the same
/trusted-firmware-a-3.7.0/drivers/nxp/auth/csf_hdr_parser/
Dinput_bl2_ch353 # Specify the output file names [Optional].
Dinput_bl2_ch3_253 # Specify the output file names [Optional].

123