Home
last modified time | relevance | path

Searched +full:rev +full:- +full:list (Results 1 – 3 of 3) sorted by relevance

/optee_os/scripts/
H A Dcheckpatch.sh8 # with OP-TEE (for QEMU)
9 if [ -z "$CHECKPATCH" ]; then
10 CHECKPATCH=$(command -v checkpatch.pl)
12 if [ -z "$CHECKPATCH" ]; then
13 CHECKPATCH=$(find /usr/src/linux-headers* -name checkpatch.pl -print -quit)
15 if [ -z "$CHECKPATCH" ]; then
16 CHECKPATCH=$(find "$PWD/../linux" -name checkpatch.pl -print -quit)
25 cat <<-EOF
27 checkpatch.sh [--working]
30 checkpatch.sh --diff <COMMIT> <COMMIT>
[all …]
/optee_os/core/arch/arm/plat-ls/
H A Dmain.c1 // SPDX-License-Identifier: BSD-2-Clause
11 * this list of conditions and the following disclaimer.
14 * this list of conditions and the following disclaimer in the documentation
66 register_ddr(CFG_DRAM0_BASE, (CFG_TZDRAM_START - CFG_DRAM0_BASE));
138 gic_offset = fdt_path_offset(fdt, "/soc/interrupt-controller@6000000"); in get_gic_base_addr_from_dt()
142 "/interrupt-controller@6000000"); in get_gic_base_addr_from_dt()
171 uint32_t rev = 0; in get_gic_offset() local
180 rev = get_be32((void *)addr); in get_gic_offset()
182 if ((rev & SVR_MINOR_MASK) == 1) { in get_gic_offset()
/optee_os/.github/workflows/
H A Dci.yml6 group: ci-${{ github.ref }} # unique per branch
7 cancel-in-progress: true # cancel previous runs on the same branch
11 runs-on: ubuntu-latest
14 - name: Checkout
17 fetch-depth: 0 # full history so checkpatch can check commit IDs in commit messages
18 - name: Update Git config
19 run: git config --globa
[all...]