Home
last modified time | relevance | path

Searched full:scripts (Results 1 – 25 of 42) sorted by relevance

12

/sof-2.7.6/scripts/
DREADME.docker16 cd scripts/docker_build
20 After the container is built, it can be used to run the scripts.
23 ./scripts/docker-run.sh ./scripts/xtensa-build-all.sh -l byt
25 ./scripts/docker-run.sh ./scripts/xtensa-build-all.sh byt
28 ./scripts/docker-run.sh ./scripts/build-tools.sh
31 ./scripts/docker-run.sh make
34 ./scripts/docker-run.sh bash
Ddocker-run.sh9 # ./scripts/docker-run.sh ./scripts/xtensa-build-all.sh byt
11 # ./scripts/docker-run.sh ./scripts/build-tools.sh
Dsof-post-commit-hook.sh6 # TODO: reduce duplication with scripts/sof-pre-commit-hook.sh
10 ./scripts/checkpatch.pl --no-tree --strict --codespell --ignore C99_COMMENT_TOLERANCE
Ddocker-qemu.sh8 # ./scripts/docker-qemu.sh ../sof.git/scripts/qemu-check.sh
Dhost-testbench.sh8 # ./scripts/build-tools.sh -t
9 # ./scripts/rebuild-testbench.sh
11 # ./scripts/host-testbench.sh
Dsof-pre-commit-hook.sh5 exec git diff --cached | scripts/checkpatch.pl --no-tree --codespell --no-signoff -q -
Dsof-target-install.sh5 # usage: ./scripts/sof-target-install.sh up2-hostname ip
/sof-2.7.6/
D.travis.yml39 ./scripts/docker-run.sh ./scripts/xtensa-build-all.sh -r $PLATFORM
51 - name: "./scripts/build-tools.sh Release"
53 script: CMAKE_BUILD_TYPE=Release ./scripts/docker-run.sh ./scripts/build-tools.sh
61 - ./scripts/docker-run.sh ./scripts/xtensa-build-all.sh -o no-agent -r $PLATFORM
62 - ./scripts/docker-qemu.sh ../sof.git/scripts/qemu-check.sh $PLATFORM
86 - ./scripts/docker-run.sh ./scripts/build-tools.sh -t
87 - ./scripts/docker-run.sh ./scripts/rebuild-testbench.sh
88 - ./scripts/host-testbench.sh
DCMakeLists.txt49 include(scripts/cmake/${ARCH}-toolchain.cmake OPTIONAL)
52 include(scripts/cmake/misc.cmake)
57 # for example in standalone scripts like version.cmake
62 include(scripts/cmake/git-hooks.cmake)
65 include(scripts/cmake/git-submodules.cmake)
115 include(scripts/cmake/version.cmake)
117 include(scripts/cmake/dist.cmake)
119 include(scripts/cmake/kconfig.cmake)
DLICENCE81 scripts/kconfig/alldefconfig.py
82 scripts/kconfig/genconfig.py
83 scripts/kconfig/kconfiglib.py
84 scripts/kconfig/menuconfig.py
85 scripts/kconfig/olddefconfig.py
DCODEOWNERS60 scripts/* @marc-hb
77 # scripts/cmake/**
78 # scripts/kconfig/**
/sof-2.7.6/.github/workflows/
Dpull-request.yml69 run: ./scripts/docker-run.sh ./scripts/build-tools.sh -t
71 run: ./scripts/docker-run.sh ./scripts/rebuild-testbench.sh
73 run: ./scripts/host-testbench.sh
94 run: ./scripts/docker-run.sh
95 ./scripts/xtensa-build-all.sh -r ${PLATFORM}
130 run: ./scripts/docker-run.sh
131 ./scripts/xtensa-build-all.sh -o no-agent -r ${PLATFORM}
140 run: ./scripts/docker-qemu.sh
141 ../sof.git/scripts/qemu-check.sh ${PLATFORM}
Dtools.yml25 run: CMAKE_BUILD_TYPE=Release ./scripts/docker-run.sh
26 ./scripts/build-tools.sh
Dinstaller.yml33 run: ./scripts/docker-run.sh make -j3 -C installer/ stage
42 rm -rf scripts/kconfig/__pycache__/
Dcheckpatch_list.sh16 ./scripts/checkpatch.pl $@ -g $sha || failures=$((failures+1))
/sof-2.7.6/zephyr/
Ddocker-build.sh16 test -e ./scripts/xtensa-build-zephyr.sh
22 ./scripts/xtensa-build-zephyr.sh -a
29 ./scripts/xtensa-build-zephyr.sh -a -c
DREADME79 ./scripts/xtensa-build-all.sh -r -a
89 - Add "-semihosting" to qemu command line. Make sure it goes through scripts to real qemu.
/sof-2.7.6/scripts/cmake/
Dkconfig.cmake73 ${PYTHON3} ${PROJECT_SOURCE_DIR}/scripts/kconfig/genconfig.py
109 ${PYTHON3} ${PROJECT_SOURCE_DIR}/scripts/kconfig/menuconfig.py
122 ${PYTHON3} ${PROJECT_SOURCE_DIR}/scripts/kconfig/overrideconfig.py
141 ${PYTHON3} ${PROJECT_SOURCE_DIR}/scripts/kconfig/genconfig.py
159 ${PYTHON3} ${PROJECT_SOURCE_DIR}/scripts/kconfig/olddefconfig.py
172 ${PYTHON3} ${PROJECT_SOURCE_DIR}/scripts/kconfig/alldefconfig.py
185 ${PYTHON3} ${PROJECT_SOURCE_DIR}/scripts/kconfig/savedefconfig.py
Dgit-hooks.cmake27 execute_process(COMMAND ln -s -f -T ../../scripts/sof-pre-commit-hook.sh ${pre_commit_hook})
32 execute_process(COMMAND ln -s -f -T ../../scripts/sof-post-commit-hook.sh ${post_commit_hook})
Ddefconfigs.cmake22 ${PYTHON3} ${PROJECT_SOURCE_DIR}/scripts/kconfig/olddefconfig.py
45 ${PYTHON3} ${PROJECT_SOURCE_DIR}/scripts/kconfig/overrideconfig.py
/sof-2.7.6/tools/test/audio/
DREADME4 This is a set of test scripts to test that performance requirements
9 The scripts support currently support the next list of objective
10 quality parameters. The test scripts need Matlab(R) [2] or GNU Octave
33 For debugging purposes it is possible to switch from test scripts the
/sof-2.7.6/installer/
DREADME.md4 It extracts what's needed from the output of the scripts
5 ``./scripts/xtensa-build-all.sh`` and ``./scripts/build-tools.sh -T
6 -l``. It automatically runs these scripts when needed for the platforms
/sof-2.7.6/scripts/docker_build/sof_qemu/
DDockerfile7 # cd scripts/docker_build/sof_qemu
12 # ./scripts/docker-qemu.sh scrpits-or-command-you-want-run
/sof-2.7.6/src/include/sof/drivers/
Dsdma.h115 /* CMD: Command, differentiator for functionality of scripts; can also
116 * hold error codes returned by SDMA scripts.
130 /* Used by the actual data transfer scripts, the width of each
/sof-2.7.6/tools/scripts/
Dcross-arch64.cmake6 # cmake .. -DCMAKE_TOOLCHAIN_FILE=../scripts/cross-arch64.cmake

12