Home
last modified time | relevance | path

Searched +full:repo +full:- +full:path (Results 1 – 5 of 5) sorted by relevance

/sof-3.4.0/
Dwest.yml1 ---
10 - name: thesofproject
11 url-base: https://github.com/thesofproject
12 - name: zephyrproject
13 url-base: https://github.com/zephyrproject-rtos
15 # When upgrading projects here please run git log --oneline in the
19 # (git log 4e1d3ba61abd3 -- rimage/)
21 # WARNING: for backwards compatibility with non-Zephyr platforms,
25 # `git commit --amend` if you forgot and already committed this
29 # describe` notice and a "-dirty" suffix appears in the SOF version.
[all …]
/sof-3.4.0/scripts/docker_build/sof_builder/
DDockerfile2 # Use of this source code is governed by a BSD-style license that can be
10 # docker build --build-arg UID=$(id -u) -t sof .
11 # docker run -it -v <insert sof dir here>:/home/sof/workdir --user `id -u` sof
14 # docker run -it -v <insert sof dir here>:/home/sof/work/sof.git --user `id -u` sof ./incremental.…
25 # for non-interactive package install
28 RUN apt-get -y update && \
29 apt-get install -y \
31 apt-utils \
36 build-essential \
37 ninja-build \
[all …]
/sof-3.4.0/.github/workflows/
Dzephyr.yml1 ---
7 # yamllint disable-line rule:truthy
12 # eg. "Zephyr-pull_request-my_fork_branch_to_merge"
13 # eg. "Zephyr-push-refs/heads/my_branch_merging"
14 group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }}
15 cancel-in-progress: true
19 manifest-check:
20 runs-on: ubuntu-latest
22 - uses: actions/checkout@v3
24 path: ./workspace/sof
[all …]
/sof-3.4.0/zephyr/
DCMakeLists.txt1 # This is still WIP - Not fully validated on any platform.
19 # Appends literal with path of the source file relative to the project root
20 # It is useful if sources in given target need deterministic relative path
23 # input file name, that usually is absolute path what will cause f.e. .rodata
40 # 1. Application logic - pipeline, audio components, IPC processing, topology
41 # 2. IP drivers - SSP, DMIC, PM, IPC will transition to Zephyr directly over
42 # time and be removed from the SOF repo.
43 # 3. Platform IP - PM, init, clocks, IRQs will transition directly to Zephyr
44 # over time and be removed from SOF repo.
45 # 4. RTOS logic - scheduler, allocator, notifier - as with 2 & 3.
[all …]
/sof-3.4.0/tools/
DREADME.md15 ### sof-logger
17 sof-logger is used to print logs delivered from FW dma_trace mechanism, by
20 Every entry declared in FW is placed in elf output file (e.g. sof-tgl) in
22 sof/src/include/sof/trace.h in sof fw repo.
26 incorporated from FW elf file (e.g. sof-tgl). `snd_sof_logs_header`
30 sof-logger works by reading entry parameters value and entries addresses from
35 Usage sof-logger <option(s)> <file(s)>
37 -h help
38 -l *.ldc_file Specify the *.ldc file
39 -i in_file Get traces from in_file, instead of the default
[all …]