Home
last modified time | relevance | path

Searched refs:job (Results 1 – 25 of 26) sorted by relevance

12

/u-boot/arch/powerpc/dts/
A Dqoriq-sec5.0-0.dtsi18 compatible = "fsl,sec-v5.0-job-ring",
19 "fsl,sec-v4.0-job-ring";
25 compatible = "fsl,sec-v5.0-job-ring",
26 "fsl,sec-v4.0-job-ring";
32 compatible = "fsl,sec-v5.0-job-ring",
33 "fsl,sec-v4.0-job-ring";
39 compatible = "fsl,sec-v5.0-job-ring",
40 "fsl,sec-v4.0-job-ring";
/u-boot/tools/buildman/
A Dbuilderthread.py442 def RunJob(self, job): argument
453 brd = job.board
456 if job.commits:
461 for commit_upto in range(0, len(job.commits), job.step):
466 work_in_output=job.work_in_output)
475 work_in_output=job.work_in_output)
514 self._WriteResult(result, job.keep_outputs, job.work_in_output)
524 work_in_output=job.work_in_output)
526 self._WriteResult(result, job.keep_outputs, job.work_in_output)
539 job = self.builder.queue.get()
[all …]
A Dbuilder.py1695 job = builderthread.BuilderJob()
1696 job.board = brd
1697 job.commits = commits
1698 job.keep_outputs = keep_outputs
1699 job.work_in_output = self.work_in_output
1700 job.step = self._step
1702 self.queue.put(job)
1704 results = self._single_builder.RunJob(job)
A DREADME511 Building 18 commits for 1059 boards (4 threads, 1 job per thread)
536 make job will use a single CPU. The list of commits to be built helps you
555 Building 18 commits for 1059 boards (4 threads, 1 job per thread)
696 Summary of 10 commits for 1066 boards (4 threads, 1 job per thread)
/u-boot/
A D.azure-pipelines.yml13 - job: tools_only_windows
38 - job: tools_only_macOS
52 - job: cppcheck
62 - job: htmldocs
76 - job: todo
88 - job: sloccount
98 - job: maintainers
109 - job: tools_only
120 - job: envtools
131 - job: utils
[all …]
/u-boot/arch/arm/dts/
A Dmeson-gxm.dtsi135 interrupt-names = "job", "mmu", "gpu";
A Dimx8mp.dtsi597 compatible = "fsl,sec-v4.0-job-ring";
603 compatible = "fsl,sec-v4.0-job-ring";
609 compatible = "fsl,sec-v4.0-job-ring";
A Dimx8mm.dtsi751 compatible = "fsl,sec-v4.0-job-ring";
757 compatible = "fsl,sec-v4.0-job-ring";
763 compatible = "fsl,sec-v4.0-job-ring";
A Dimx8mn.dtsi758 compatible = "fsl,sec-v4.0-job-ring";
764 compatible = "fsl,sec-v4.0-job-ring";
770 compatible = "fsl,sec-v4.0-job-ring";
A Dimx6ul.dtsi785 compatible = "fsl,sec-v4.0-job-ring";
791 compatible = "fsl,sec-v4.0-job-ring";
797 compatible = "fsl,sec-v4.0-job-ring";
A Dimx7s.dtsi883 compatible = "fsl,sec-v4.0-job-ring";
889 compatible = "fsl,sec-v4.0-job-ring";
895 compatible = "fsl,sec-v4.0-job-ring";
A Dimx8mq.dtsi953 compatible = "fsl,sec-v4.0-job-ring";
959 compatible = "fsl,sec-v4.0-job-ring";
965 compatible = "fsl,sec-v4.0-job-ring";
A Dimx6qdl.dtsi936 compatible = "fsl,sec-v4.0-job-ring";
942 compatible = "fsl,sec-v4.0-job-ring";
A Dimx6sx.dtsi854 compatible = "fsl,sec-v4.0-job-ring";
860 compatible = "fsl,sec-v4.0-job-ring";
A Dsun50i-h6.dtsi175 interrupt-names = "job", "mmu", "gpu";
A Dmeson-g12-common.dtsi2395 interrupt-names = "job", "mmu", "gpu";
A Dpx30.dtsi969 interrupt-names = "job", "mmu", "gpu";
/u-boot/common/
A Dcli_hush.c723 struct pipe *job; in builtin_jobs() local
726 for (job = job_list; job; job = job->next) { in builtin_jobs()
727 if (job->running_progs == job->stopped_progs) in builtin_jobs()
732 printf(JOB_STATUS_FORMAT, job->jobid, status_string, job->text); in builtin_jobs()
/u-boot/doc/
A DREADME.tee41 driver. The main job for the driver is to receive requests from the
/u-boot/doc/imx/misc/
A Dsdp.txt87 In this mode the file to download (imx_usb job) needs to be specified
/u-boot/doc/imx/common/
A Dimx6.txt104 as per IMX6QDL reference manual 'nandbcb update' command do that job.
/u-boot/doc/imx/mkimage/
A Dimximage.txt145 /dev/mmcblk0, the following commands make the job:
/u-boot/drivers/video/
A DKconfig481 string "SPI CS pin for LCD related config job"
491 string "SPI SCLK pin for LCD related config job"
501 string "SPI MOSI pin for LCD related config job"
511 string "SPI MISO pin for LCD related config job (optional)"
/u-boot/doc/uImage.FIT/
A Dbeaglebone_vboot.txt456 Having confirmed that the signature is doing its job, let's try it out in
/u-boot/Licenses/
A Dlgpl-2.1.txt93 library does the same job as widely used non-free libraries. In this

Completed in 40 milliseconds

12