/u-boot/tools/patman/ |
A D | series.py | 181 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 D | fsl_hash.c | 89 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 D | designware_udc.c | 94 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 D | Kconfig | 12 feature adds around 1K to U-Boot's final size.
|
/u-boot/doc/ |
A D | README.TPL | 12 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 D | README.ti-secure | 31 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 D | README.SPL | 17 The final binaries which are generated are u-boot-spl, u-boot-spl.bin and
|
A D | README.arm-relocation | 20 at final location.
|
/u-boot/doc/board/toradex/ |
A D | colibri_imx7.rst | 24 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 D | efi_tcg2.c | 516 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 D | define2mk.sed | 5 # which preprocesses the common.h header files and outputs the final
|
/u-boot/doc/driver-model/ |
A D | migration.rst | 57 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 D | nt5cc256m16cp.cfg | 53 /* final ddr setup */
|
/u-boot/doc/imx/habv4/guides/ |
A D | mx6_mx7_spl_secure_boot.txt | 19 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 D | encrypted_boot.txt | 34 the final image.
|
/u-boot/board/phytium/durian/ |
A D | README | 19 The fip-all.bin is the final image.
|
/u-boot/arch/arm/dts/ |
A D | armada-38x-solidrun-microsom.dtsi | 8 * the A1 rev 2.0 of the board, which does not represent final
|
A D | omap5.dtsi | 499 * determine final biasing 529 * determine final biasing
|
/u-boot/lib/efi/ |
A D | Kconfig | 8 final system boot. Another option is to run U-Boot as an EFI
|
/u-boot/board/armltd/integrator/ |
A D | README | 80 The final groups of targets are for core modules where no explicit cpu
|
/u-boot/doc/imx/ahab/guides/ |
A D | mx8_mx8x_encrypted_boot.txt | 161 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 D | introduction_habv4.txt | 78 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 D | commands.rst | 158 This makes it possible for the final link to extract all commands
|
/u-boot/drivers/power/ |
A D | Kconfig | 234 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 D | README | 39 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
|