Home
last modified time | relevance | path

Searched +full:check +full:- +full:dco (Results 1 – 12 of 12) sorted by relevance

/openbmc/openbmc/meta-raspberrypi/.github/workflows/
H A Dcompliance.yml1 # SPDX-FileCopyrightText: Andrei Gherzan <andrei.gherzan@huawei.com>
3 # SPDX-License-Identifier: MIT
11 dco:
12 name: DCO
13 runs-on: ubuntu-latest
15 - name: Checkout the code
18 fetch-depth: 0
19 - name: Build a temporary DCO image
20 uses: ./.github/actions/docker-build
22 docker_image: dco-check
[all …]
/openbmc/qemu/.gitlab-ci.d/
H A Dcheck-dco.py3 # check-dco.py: validate all commits are signed off
7 # SPDX-License-Identifier: GPL-2.0-or-later
14 namespace = "qemu-project"
23 subprocess.check_call(["git", "remote", "add", "check-dco", repourl])
24 subprocess.check_call(["git", "fetch", "--refetch", "check-dco", "master"])
26 ancestor = subprocess.check_output(["git", "merge-base",
27 "check-dco/master", "HEAD"],
32 subprocess.check_call(["git", "remote", "rm", "check-dco"])
36 print("\nChecking for 'Signed-off-by: NAME <EMAIL>' " +
39 log = subprocess.check_output(["git", "log", "--format=%H %s",
[all …]
H A Dstatic_checks.yml1 check-patch:
4 image: python:3.10-alpine
7 - .gitlab-ci.d/check-patch.py
12 - apk -U add git perl
15 check-dco:
18 image: python:3.10-alpine
20 script: .gitlab-ci.d/check-dco.py
24 - apk -U add git
26 check-python-minreqs:
31 - make -C python check-minreqs
[all …]
/openbmc/openbmc/meta-raspberrypi/.github/workflows/docker-images/
H A DREADME.md1 <!--
2 SPDX-FileCopyrightText: Andrei Gherzan <andrei.gherzan@huawei.com>
4 SPDX-License-Identifier: MIT
5 -->
15 passing the appropriate `-f` argument.
17 Here is an example for building the `dco-check` image:
20 docker build . -f dco-check/Dockerfile -t dco-check
/openbmc/openbmc/meta-raspberrypi/.github/workflows/docker-images/dco-check/
H A DDockerfile1 # SPDX-FileCopyrightText: Andrei Gherzan <andrei.gherzan@huawei.com>
3 # SPDX-License-Identifier: MIT
5 FROM christophebedard/dco-check:latest
8 RUN useradd --create-home --uid 1000 --shell /usr/bin/bash ci
11 COPY ./dco-check/entrypoint.sh /
H A DREADME.md1 <!--
2 SPDX-FileCopyrightText: Andrei Gherzan <andrei.gherzan@huawei.com>
4 SPDX-License-Identifier: MIT
5 -->
7 # Docker image for DCO checks
9 This image provides the environment and the logic of running a DCO check
H A Dentrypoint.sh3 # SPDX-FileCopyrightText: Andrei Gherzan <andrei.gherzan@huawei.com>
5 # SPDX-License-Identifier: MIT
7 set -e
14 [ -n "$BASE_REF" ] ||
15 error "DCO checks needs to know the target branch. Make sure that is set in BASE_REF."
16 [ -d "$GIT_REPO_PATH/.git" ] ||
25 git config --global --add safe.directory /work
27 dco-check \
28 --verbose \
29 --default-branch "origin/$BASE_REF"
/openbmc/u-boot/arch/x86/cpu/quark/
H A Dmrc_util.c1 // SPDX-License-Identifier: Intel
50 /* error check */ in mrc_post_code()
58 /* 1000 MHz clock has 1ns period --> no conversion required */ in delay_n()
70 /* 64-bit math is not an option, just use loops */ in delay_u()
71 while (ms--) in delay_u()
78 u32 dco; in select_mem_mgr() local
82 dco = msg_port_read(MEM_CTLR, DCO); in select_mem_mgr()
83 dco &= ~DCO_PMICTL; in select_mem_mgr()
84 msg_port_write(MEM_CTLR, DCO, dco); in select_mem_mgr()
92 u32 dco; in select_hte() local
[all …]
H A Dsmc.c1 // SPDX-License-Identifier: Intel
82 tck = t_ck[mrc_params->ddr_speed]; /* Clock in picoseconds */ in prog_ddr_timing_control()
83 tcl = mrc_params->params.cl; /* CAS latency in clocks */ in prog_ddr_timing_control()
86 tras = MCEIL(mrc_params->params.ras, tck); in prog_ddr_timing_control()
88 /* Per JEDEC: tWR=15000ps DDR2/3 from 800-1600 */ in prog_ddr_timing_control()
91 twtr = MCEIL(mrc_params->params.wtr, tck); in prog_ddr_timing_control()
92 trrd = MCEIL(mrc_params->params.rrd, tck); in prog_ddr_timing_control()
94 tfaw = MCEIL(mrc_params->params.faw, tck); in prog_ddr_timing_control()
96 wl = 5 + mrc_params->ddr_speed; in prog_ddr_timing_control()
99 dtr0 |= mrc_params->ddr_speed; in prog_ddr_timing_control()
[all …]
H A Dsmc.h1 /* SPDX-License-Identifier: Intel */
29 #define DCO 0x0f macro
120 /* DCO register defines */
165 /* CH0-BL01-DQ */
232 /* CH0-ECC */
246 /* CH0-CMD */
278 /* CH0-CLK-CTL */
453 #define MCEIL(num, den) ((uint8_t)((num + den - 1) / den))
495 /* enable the RD_TRAIN eye check */
500 /* enable multi-rank support via rank2rank sharing */
/openbmc/
Dopengrok1.0.log1 2025-10-26 03:01:13.198-0500 FINE t1 Executor.registerErrorHandler: Installing default uncaught exception handler
2 2025-10-26 03:01:13.253-0500 INFO t1 Indexer.parseOptions: Indexer options: [-c, /usr/local/bin/ctags, -T, 12, -s, /opengrok/src, -
[all...]
Dopengrok2.0.log1 2025-10-25 03:01:17.956-0500 FINE t1 Executor.registerErrorHandler: Installing default uncaught exception handler
2 2025-10-25 03:01:18.030-0500 INFO t1 Indexer.parseOptions: Indexer options: [-c, /usr/local/bin/ctags, -T, 12, -s, /opengrok/src, -
[all...]