Go to file
Kai Vehmanen 17724b7195 platform: tigerlake: move remain use of shim.h to cavs code
The only remaining user of the SOF shim.h platform interface
is Intel Tiger Lake platform. And even for this target, only a very
small part of the interface is used. Everything else is either
not used, and/or moved to Zephyr.

Move the remaining definitions to the Tiger Lake implementation,
allowing the interface to be removed from SOF platform layer.

Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
2024-09-16 20:52:05 +03:00
.github .github/zephyr: switch to python 3.10 on windows 2024-09-13 12:52:32 +03:00
app app: intel_adsp_ace15_mtpm.conf: set DRC as built-in 2024-09-16 19:15:54 +03:00
doc
installer installer: same default platforms as xtensa-build-all.sh 2024-05-03 15:01:53 +03:00
keys
lmdk lmdk: Fix linker script 2024-08-05 18:56:56 +01:00
posix/include src: dai-zephyr: copy data to all available sinks 2024-08-05 10:39:30 +03:00
scripts fuzzer: add ubsan support 2024-09-11 14:04:01 +03:00
smex smex/CMakeLists.txt: drop bogus, non-portable -Wl,-EL binutils option 2024-08-09 13:03:46 +03:00
src platform: tigerlake: move remain use of shim.h to cavs code 2024-09-16 20:52:05 +03:00
submanifests
test buf: rename buffer.c to comp_buffer.c and move to buffers 2024-09-02 16:47:40 +01:00
third_party/include comp: ctc: add ctc binary control. 2024-09-10 15:30:25 +01:00
tools tools: topology2: sof-plugin: Add an option for mixin-mixout pipelines for playback 2024-09-13 12:50:54 +03:00
xtos/include xtos: move list.h to application interface 2024-09-16 19:16:58 +03:00
zephyr asrc: enable building as an llext module 2024-09-12 18:07:16 +03:00
.gitignore rimage: move everything down to subdir tools/rimage/, prepare move to sof 2023-10-05 10:18:11 -07:00
.gitmodules Delete old rimage submodule and old rimage west module 2023-10-09 13:08:07 -07:00
.travis.yml
CMakeLists.txt uuid: Add app-global UUID registry 2024-07-05 14:32:56 +01:00
CODEOWNERS CODEOWNERS: remove invalid libinyang and makarukp 2024-08-29 20:05:31 +01:00
Kconfig
Kconfig.sof Kconfig: make `COMPILER_WORKAROUND_CACHE_ATTR` depend on xtensa 2024-08-20 11:51:41 +03:00
Kconfig.xtos-build
Kconfig.xtos-dbg
Kconfig.zephyr-log
LICENCE
README.md rimage: move everything down to subdir tools/rimage/, prepare move to sof 2023-10-05 10:18:11 -07:00
uuid-registry.txt comp: Add initial Google CTC component 2024-08-06 13:32:51 -07:00
versions.json versions.json: set version to 2.10.99 2024-06-07 17:08:21 +01:00
west.yml west.yml: update Zephyr to 689d1edee1d5 2024-09-05 14:26:12 +03:00

README.md

Sound Open Firmware

Status

Daily Actions

Gitter chat

#sof channel on discord.com

Documentation

See docs

Running the tests

See unit testing documentation

Deployment

TODO: Add additional notes about how to deploy this on a live system

Contributing

See Contributing to the Project

License

This project is licensed under the BSD Clause 3 - see the LICENCE file for details