Searched +full:device +full:- +full:tree +full:- +full:compiler (Results 1 – 4 of 4) sorted by relevance
1 ---8 # yamllint disable-line rule:truthy12 # 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.o29 ipc-fuzzer-build:30 runs-on: ubuntu-latest32 - name: Build Fuzzers33 uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master[all …]
1 /* SPDX-License-Identifier: BSD-3-Clause9 * Parts of this file are copied to ext_manifest.h in Linux kernel tree10 * and to the rimage tree. This duplication is OK because it is part of16 * 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 …]
2 set -e10 # executable for the build host, not an emulated device) and run the14 # 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.c37 @@ -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 …]
2 # SPDX-License-Identifier: GPL-2.07 # (c) 2008-2010 Andy Whitcroft <apw@canonical.com>8 # (c) 2010-2018 Joe Perches <joe@perches.com>25 my $SOF = 1; # enables SOF-specific behaviour30 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_TOLERANCE74 my $git_command ='export LANGUAGE=en_US.UTF-8; git';86 -q, --quiet quiet87 -v, --verbose verbose mode[all …]