Home
last modified time | relevance | path

Searched refs:final (Results 1 – 25 of 39) sorted by relevance

12

/u-boot/tools/patman/
A Dseries.py181 final = []
198 if version < newest_version and len(final) == 0:
206 final += out
209 if len(final) > 0:
210 final.append('')
212 final = ['(no changes since v1)', '']
213 return final
/u-boot/drivers/crypto/fsl/
A Dfsl_hash.c89 uint32_t final; in caam_hash_update() local
111 final = sec_in32(&ctx->sg_tbl[ctx->sg_num - 1].len_flag) | in caam_hash_update()
113 sec_out32(&ctx->sg_tbl[ctx->sg_num - 1].len_flag, final); in caam_hash_update()
/u-boot/drivers/usb/gadget/
A Ddesignware_udc.c94 usb_device_state_t final) in udc_state_transition() argument
96 if (initial < final) { in udc_state_transition()
101 if (final == STATE_POWERED) in udc_state_transition()
105 if (final == STATE_DEFAULT) in udc_state_transition()
110 if (final == STATE_ADDRESSED) in udc_state_transition()
119 } else if (initial > final) { in udc_state_transition()
124 if (final == STATE_ADDRESSED) in udc_state_transition()
128 if (final == STATE_DEFAULT) in udc_state_transition()
133 if (final == STATE_POWERED) in udc_state_transition()
/u-boot/drivers/clk/kendryte/
A DKconfig12 feature adds around 1K to U-Boot's final size.
/u-boot/doc/
A DREADME.TPL12 SPL. It loads the final uboot image into DDR, then jump to it to begin
26 directory spl/tpl. The final binaries which are generated are
A DREADME.ti-secure31 warning is issued during the build to indicate that a final secure
65 <OUTPUT_FILE> is the full path and filename of the final secure
97 <OUTPUT_FILE> is the full path and filename of the final secure
124 <OUTPUT_FILE> is the full path and filename of the final secure image.
152 <OUTPUT_FILE> is the full path and filename of the final secure image.
A DREADME.SPL17 The final binaries which are generated are u-boot-spl, u-boot-spl.bin and
A DREADME.arm-relocation20 at final location.
/u-boot/doc/board/toradex/
A Dcolibri_imx7.rst24 After build succeeds, you will obtain final ``u-boot-dtb.imx`` IMX specific
47 and concatenate it to the final ``u-boot-dtb.imx``.
81 3. Also, according to requirement from ``6.6.7.1``, the final image
/u-boot/lib/efi_loader/
A Defi_tcg2.c516 u8 final[TPM2_ALG_SHA512]; in tcg2_create_digest() local
535 sha1_finish(&ctx, final); in tcg2_create_digest()
541 sha256_finish(&ctx_256, final); in tcg2_create_digest()
547 sha384_finish(&ctx_512, final); in tcg2_create_digest()
553 sha512_finish(&ctx_512, final); in tcg2_create_digest()
561 memcpy(&digest_list->digests[i].digest, final, (u32)alg_to_len(hash_alg)); in tcg2_create_digest()
/u-boot/tools/scripts/
A Ddefine2mk.sed5 # which preprocesses the common.h header files and outputs the final
/u-boot/doc/driver-model/
A Dmigration.rst57 appropriate DM driver, CONFIG_BLK needs to be set as well. The final deadline
58 here coincides with the final deadline for migration of the various block
/u-boot/board/aristainetos/
A Dnt5cc256m16cp.cfg53 /* final ddr setup */
/u-boot/doc/imx/habv4/guides/
A Dmx6_mx7_spl_secure_boot.txt19 final images, SPL and U-Boot proper. The HABv4 can be used to authenticate
32 When built with this configuration the U-Boot correctly pads the final SPL
36 The U-Boot also append an Image Vector Table (IVT) in the final U-Boot proper
A Dencrypted_boot.txt34 the final image.
/u-boot/board/phytium/durian/
A DREADME19 The fip-all.bin is the final image.
/u-boot/arch/arm/dts/
A Darmada-38x-solidrun-microsom.dtsi8 * the A1 rev 2.0 of the board, which does not represent final
A Domap5.dtsi499 * determine final biasing
529 * determine final biasing
/u-boot/lib/efi/
A DKconfig8 final system boot. Another option is to run U-Boot as an EFI
/u-boot/board/armltd/integrator/
A DREADME80 The final groups of targets are for core modules where no explicit cpu
/u-boot/doc/imx/ahab/guides/
A Dmx8_mx8x_encrypted_boot.txt161 final encrypted binary. The U-Boot provides a tool called dek_blob which is
254 be included into the final encrypted binary.
/u-boot/doc/imx/habv4/
A Dintroduction_habv4.txt78 flash or external memory and also ensures that the final image is unique
125 operations and should be present in the final image structure encapsulated
/u-boot/doc/develop/
A Dcommands.rst158 This makes it possible for the final link to extract all commands
/u-boot/drivers/power/
A DKconfig234 Increases the voltage by 1.6 mV per uS until the final voltage has
241 Increases the voltage by 0.8 mV per uS until the final voltage has
/u-boot/tools/binman/
A DREADME39 Binman can update the device tree with the final location of everything when it
136 into a final image (binman).
153 3. It builds a final output image called u-boot-sunxi-with-spl.bin which
222 This assumes that u-boot-<your_suffix>.bin is a target, and is the final file
747 final step.
826 Binman can update the U-Boot FDT to include the final position and size of
830 the image definition, binman calculates the final values and writes these to

Completed in 20 milliseconds

12