Uh oh!
There was an error while loading. Please reload this page.
Remove legacy RTOS platforms from Zephyr build - #6697
Conversation
There was a problem hiding this comment.
is imx a zephyr platform? Will it stay?
There was a problem hiding this comment.
tgl is build only with ipc4 being native drivers overlay - thus using zephyr drivers right?
(see whole file not only my changes)
There was a problem hiding this comment.
Funny how TGL-H IPC3 was removed before TGL-H IPC4 compiles.
Uh oh!
There was an error while loading. Please reload this page.
3062568 to
0d33f64Comparelgirdwood
commented
Nov 30, 2022
@marc-hb any comments ? |
0d33f64 to
f4f1191CompareUh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
do we need tgl-h here too for ipc4/Zephyr @kv2019i@mengdonglin do we have tgl-h dev boards ?
There was a problem hiding this comment.
@lgirdwood we can add tgl-h later maybe?
This PR is blocking some other PRs, can we integrate it?
Uh oh!
There was an error while loading. Please reload this page.
Legacy platforms not meant to work with Zephyr were added in commit ".github: compile-test multiple zephyr revisions + IPC4" (8543f5c). Removed them from CI as they never should be built in the first place. Signed-off-by: Andrey Borisovich <andrey.borisovich@intel.com>
f4f1191 to
2a29939Compare
marcinszkudlinski
left a comment
There was a problem hiding this comment.
let's go, lately I lost 2 days fighting with legacy platforms with Zephyr. Apl, Cnl, Icl, Jsl - those have NEVER been working fine with zephyr, have they? Just luckily compiling...
kv2019i
commented
Dec 1, 2022
Are we good to move @mengdonglin@keqiaozhang@marc-hb ? There is still a check for APL + CNL in the "sof-ci/jenkins/pr-fw-build" job, like https://sof-ci.01.org/sofpr/PR6697/build2620/build/index.html |
kv2019i
commented
Dec 1, 2022
@marcinszkudlinski All the early work to enable SOF on Zephyr has been done on APL, so it has actually been the best working platform. However we now have no line of sight to move APL to use native Zephyr drivers for APL (like we now have to TGL and newer Intel platforms), so we can potentially clean up the codebase a lot for Intel hardware if we drop these old platforms (they continue to be supported in the stable-v2.2 branch of SOF, including Zephyr builds). |
abonislawski
commented
Dec 1, 2022
Sad day for SOF ;( but this is the way to go |
marc-hb
commented
Dec 1, 2022
Not the least because it was cheap and easy to switch to the development key. Most other products lack a developer mode; impossible to test any bug fix on them |
aborisovich
commented
Dec 2, 2022
If pushing merging button hurts your feelings to old platforms, close your eyes then then click 🌝 |
aborisovich
commented
Dec 2, 2022
@lyakh I resolved previous conversation as it was related to IMX platforms that were restored to the build. |
aborisovich
commented
Dec 2, 2022
Evolution & adaptation 🌾 |
Removing old CAVS SOF RTOS platforms from being built with Zephyr in CI.
Signed-off-by: Andrey Borisovich andrey.borisovich@intel.com