/u-boot/arch/powerpc/dts/ |
A D | qoriq-sec5.0-0.dtsi | 18 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 D | builderthread.py | 442 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 D | builder.py | 1695 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 D | README | 511 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.yml | 13 - 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 D | meson-gxm.dtsi | 135 interrupt-names = "job", "mmu", "gpu";
|
A D | imx8mp.dtsi | 597 compatible = "fsl,sec-v4.0-job-ring"; 603 compatible = "fsl,sec-v4.0-job-ring"; 609 compatible = "fsl,sec-v4.0-job-ring";
|
A D | imx8mm.dtsi | 751 compatible = "fsl,sec-v4.0-job-ring"; 757 compatible = "fsl,sec-v4.0-job-ring"; 763 compatible = "fsl,sec-v4.0-job-ring";
|
A D | imx8mn.dtsi | 758 compatible = "fsl,sec-v4.0-job-ring"; 764 compatible = "fsl,sec-v4.0-job-ring"; 770 compatible = "fsl,sec-v4.0-job-ring";
|
A D | imx6ul.dtsi | 785 compatible = "fsl,sec-v4.0-job-ring"; 791 compatible = "fsl,sec-v4.0-job-ring"; 797 compatible = "fsl,sec-v4.0-job-ring";
|
A D | imx7s.dtsi | 883 compatible = "fsl,sec-v4.0-job-ring"; 889 compatible = "fsl,sec-v4.0-job-ring"; 895 compatible = "fsl,sec-v4.0-job-ring";
|
A D | imx8mq.dtsi | 953 compatible = "fsl,sec-v4.0-job-ring"; 959 compatible = "fsl,sec-v4.0-job-ring"; 965 compatible = "fsl,sec-v4.0-job-ring";
|
A D | imx6qdl.dtsi | 936 compatible = "fsl,sec-v4.0-job-ring"; 942 compatible = "fsl,sec-v4.0-job-ring";
|
A D | imx6sx.dtsi | 854 compatible = "fsl,sec-v4.0-job-ring"; 860 compatible = "fsl,sec-v4.0-job-ring";
|
A D | sun50i-h6.dtsi | 175 interrupt-names = "job", "mmu", "gpu";
|
A D | meson-g12-common.dtsi | 2395 interrupt-names = "job", "mmu", "gpu";
|
A D | px30.dtsi | 969 interrupt-names = "job", "mmu", "gpu";
|
/u-boot/common/ |
A D | cli_hush.c | 723 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 D | README.tee | 41 driver. The main job for the driver is to receive requests from the
|
/u-boot/doc/imx/misc/ |
A D | sdp.txt | 87 In this mode the file to download (imx_usb job) needs to be specified
|
/u-boot/doc/imx/common/ |
A D | imx6.txt | 104 as per IMX6QDL reference manual 'nandbcb update' command do that job.
|
/u-boot/doc/imx/mkimage/ |
A D | imximage.txt | 145 /dev/mmcblk0, the following commands make the job:
|
/u-boot/drivers/video/ |
A D | Kconfig | 481 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 D | beaglebone_vboot.txt | 456 Having confirmed that the signature is doing its job, let's try it out in
|
/u-boot/Licenses/ |
A D | lgpl-2.1.txt | 93 library does the same job as widely used non-free libraries. In this
|