Searched refs:its (Results 1 - 11 of 11) sorted by relevance

/u-boot/test/py/tests/
H A Dfit_util.py22 def make_its(cons, base_its, params, basename='test.its'):
23 """Make a sample .its file with parameters embedded
27 base_its (str): Template text for the .its file, typically containing
32 str: Filename of .its file created
34 its = make_fname(cons, basename)
35 with open(its, 'w', encoding='utf-8') as outf:
37 return its
42 This creates a .its script with the selected parameters and uses mkimage to
48 base_its (str): Template text for the .its file, typically containing
56 its
[all...]
H A Dtest_source.py16 its = os.path.join(cons.config.source_dir, 'test/py/tests/source.its')
18 util.run_and_log(cons, (mkimage, '-f', its, fit))
H A Dtest_fit_hashes.py86 def assemble_fit_image(dest_fit, its, destdir):
88 util.run_and_log(cons, [mkimage, '-D', dtc_args, '-f', its, dest_fit])
107 assemble_fit_image(fit_file, f'{datadir}/hash-images.its', tempdir)
H A Dtest_fit_ecdsa.py77 def assemble_fit_image(dest_fit, its, destdir):
79 util.run_and_log(cons, [mkimage, '-D', dtc_args, '-f', its, dest_fit])
104 assemble_fit_image(fit_file, f'{datadir}/sign-images-sha256.its', tempdir)
H A Dtest_vboot.py68 def make_fit(its, cons, mkimage, dtc_args, datadir, fit):
69 """Make a new FIT from the .its source file.
74 its: Filename containing .its source.
82 '%s%s' % (datadir, its), fit])
311 make_fit('sign-images-%s%s.its' % (sha_algo, padding), cons, mkimage, dtc_args, datadir, fit)
322 make_fit('sign-configs-%s%s.its' % (sha_algo, padding), cons, mkimage, dtc_args, datadir, fit)
372 make_fit('sign-configs-%s%s.its' % (sha_algo, padding), cons, mkimage, dtc_args, datadir, fit)
426 make_fit('sign-configs-%s%s-prod.its' % (sha_algo, padding), cons, mkimage, dtc_args, datadir, fit)
431 make_fit('sign-configs-%s%s.its'
[all...]
/u-boot/include/test/
H A Dspl.h98 typedef int write_image_t(struct unit_test_state *its, void *img, size_t size);
/u-boot/test/image/
H A Dtest-imagetools.sh18 IMAGE_FIT_ITS=linux.its
/u-boot/arch/arm/lib/
H A DMakefile71 obj-$(CONFIG_GIC_V3_ITS) += gic-v3-its.o
/u-boot/board/freescale/common/
H A Dfsl_validate.c348 u32 its = sfp_in32(&sfp_regs->ospr) >> 2; local
350 if (its == 1)
372 u32 its = (sfp_in32(&sfp_regs->ospr) & ITS_MASK) >> ITS_BIT; local
374 if (its == 1) {
/u-boot/scripts/
H A Dget_maintainer.pl2012 be matched to its commit author and that commits signers with blame.
/u-boot/
H A DMakefile1403 # Boards with more complex image requirements can provide an .its source file
1408 U_BOOT_ITS := u-boot.its
1413 U_BOOT_ITS := u-boot.its
1713 # MediaTek's ARM-based u-boot needs a header to contains its load address

Completed in 89 milliseconds