Home
last modified time | relevance | path

Searched +full:device +full:- +full:tree +full:- +full:compiler (Results 1 – 4 of 4) sorted by relevance

/sof-3.4.0/.github/workflows/
Dipc_fuzzer.yml1 ---
8 # yamllint disable-line rule:truthy
12 # For the actual fuzzer see tools/oss-fuzz/README.
14 # https://google.github.io/oss-fuzz/getting-started/continuous-integration/
26 # OUT=unused_dir cmake -B oss-fuzz-build/ -S tools/oss-fuzz/
27 # make -j -C oss-fuzz-build sof_ep fuzz_ipc.o
29 ipc-fuzzer-build:
30 runs-on: ubuntu-latest
32 - name: Build Fuzzers
33 uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master
[all …]
/sof-3.4.0/src/include/kernel/
Dext_manifest.h1 /* SPDX-License-Identifier: BSD-3-Clause
9 * Parts of this file are copied to ext_manifest.h in Linux kernel tree
10 * and to the rimage tree. This duplication is OK because it is part of
16 * compilation time - for example firmware version or used compiler.
27 * can be easily skipped by device with older version of this header.
40 /* Top-level headers shared with rimage */
91 /* End of the top-level headers shared with rimage */
119 /* use sof_ipc struct because of code re-use */
127 /* use sof_ipc struct because of code re-use */
131 /* Used C compiler description */
[all …]
/sof-3.4.0/scripts/
Dfuzz.sh2 set -e
10 # executable for the build host, not an emulated device) and run the
14 # curating and commiting such a seed directory to the tree).
21 # The only prerequisite to install is a clang compiler on the host.
28 # fuzz.sh -t 300 -- -DOVERLAY_CONFIG=..., etc...
35 --- a/src/ipc/ipc3/handler.c
37 @@ -1609,6 +1609,8 @@ void ipc_boot_complete_msg(struct ipc_cmd_hdr *header, uint32_t data)
51 # Parse "$@". getopts stops after '--'
61 # Pass all "$@" arguments remaining after '--' to cmake.
62 # This also drops _leading_ '--'.
[all …]
Dcheckpatch.pl2 # SPDX-License-Identifier: GPL-2.0
7 # (c) 2008-2010 Andy Whitcroft <apw@canonical.com>
8 # (c) 2010-2018 Joe Perches <joe@perches.com>
25 my $SOF = 1; # enables SOF-specific behaviour
30 my $tree = 1;
69 my $docsfile = "$D/../Documentation/dev-tools/checkpatch.rst";
72 my $allow_c99_comments = 1; # Can be overridden by --ignore C99_COMMENT_TOLERANCE
74 my $git_command ='export LANGUAGE=en_US.UTF-8; git';
86 -q, --quiet quiet
87 -v, --verbose verbose mode
[all …]