{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":177819551,"defaultBranch":"master","name":"sof","ownerLogin":"kv2019i","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2019-03-26T15:42:23.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/46528387?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1726756524.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"4f3ff599c5139a6d16ce8eff7e0ba9198cb8d2e1","ref":"refs/heads/202409-runtimepm-removal","pushedAt":"2024-09-19T14:35:24.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"kv2019i","name":"Kai Vehmanen","path":"/kv2019i","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46528387?s=80&v=4"},"commit":{"message":"platform: intel: remove pm_runtime.h\n\nPlatform implementation no longer mandatory for SOF Zephyr builds,\nso the pm_runtime.h file can be removed for these platforms.\n\nSigned-off-by: Kai Vehmanen ","shortMessageHtmlLink":"platform: intel: remove pm_runtime.h"}},{"before":null,"after":"db206f03c56daf82d55b0c7f64c8e741c46ffe2f","ref":"refs/heads/202409-rtos-move-perfcnt-back-to-app-layer","pushedAt":"2024-09-19T11:16:33.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"kv2019i","name":"Kai Vehmanen","path":"/kv2019i","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46528387?s=80&v=4"},"commit":{"message":"xtos: move sof/lib/perf_cnt.h to application interface\n\nThe SOF perf_cnt.h provides a simple performance counter interface that\nis used in SOF to track performance at audio module and pipeline level.\n\nMajority of the implementation is RTOS agnostic, relying on\nsof_cycle_get_64() to sample platform clock, and timer_get_system() for\nCPU clock, both defined in rtos/timer.h. There is however some\nconditional rules for Zephyr to use timing_counter_get() if SOF is built\nwith CONFIG_TIMING_FUNCTIONS=y.\n\nThe amount of RTOS variation does not seem to warrant branching the\nwhole perf_cnt.h to RTOS layer. Move perf_cnt.h back to application\ninterface, so the single implementation can be shared.\n\nLink: https://github.com/thesofproject/sof/issues/9015\nSigned-off-by: Kai Vehmanen ","shortMessageHtmlLink":"xtos: move sof/lib/perf_cnt.h to application interface"}},{"before":null,"after":"4be1e6913c8b459a7a2d02166315c0360ae65a38","ref":"refs/heads/202409-rtos-move-agent-back-to-app-layer","pushedAt":"2024-09-18T16:35:05.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"kv2019i","name":"Kai Vehmanen","path":"/kv2019i","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46528387?s=80&v=4"},"commit":{"message":"xtos: move sof/lib/agent.h to application interface\n\nThe SOF agent.h interface is a system agent that is implemented on top\nof SOF audio task scheduling interface. An agent task is added to the\nlow-latency scheduler to monitor health of the system. The current\nimplementation is actually RTOS agnostic and can run on top of both\nZephyr and XTOS.\n\nSome RTOSes offer a lower level watchdog interface to implement system\nmonitoring. Previously agent.h was considered as the abstraction point,\nonto which RTOS specific implementations can be hooked in.\n\nThis patch moves agent.h back to application interface. In the future, a\nmore low-level agent hooking into a watchdog system (either hardware\nwatchdog directly, or software abstraction like Zephyr's task_wdt) can\nbe added on the side, and enabled on a per target basis. The audio\nscheduler level SOF agent will continue to be available as an option,\nand can be used with all RTOS'es.\n\nLink: https://github.com/thesofproject/sof/issues/9015\nSigned-off-by: Kai Vehmanen ","shortMessageHtmlLink":"xtos: move sof/lib/agent.h to application interface"}},{"before":"a8ed4ca22a7fa17902958afbf172da8f7d19fc75","after":"fa243e2cfc8c0c92101bccc9234285d01e4cddbe","ref":"refs/heads/202409-rtos-compiler-attributes","pushedAt":"2024-09-18T15:10:57.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kv2019i","name":"Kai Vehmanen","path":"/kv2019i","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46528387?s=80&v=4"},"commit":{"message":"rtos: branch compiler_attributes.h for XTOS and Zephyr\n\nIntroduce a separate file for Zephyr compiler_attributes.h and\nmove all Zephyr-specific definitions to this file. This is\na prerequisite to build with CONFIG_SOF_ZEPHYR_STRICT_HEADERS=y.\n\nLink: https://github.com/thesofproject/sof/issues/9015\nSigned-off-by: Kai Vehmanen ","shortMessageHtmlLink":"rtos: branch compiler_attributes.h for XTOS and Zephyr"}},{"before":null,"after":"a8ed4ca22a7fa17902958afbf172da8f7d19fc75","ref":"refs/heads/202409-rtos-compiler-attributes","pushedAt":"2024-09-18T12:49:53.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"kv2019i","name":"Kai Vehmanen","path":"/kv2019i","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46528387?s=80&v=4"},"commit":{"message":"rtos: branch compiler_attributes.h for XTOS and Zephyr\n\nIntroduce a separate file for Zephyr compiler_attributes.h and\nmove all Zephyr-specific definitions to this file. This is\na prerequisite to build with CONFIG_SOF_ZEPHYR_STRICT_HEADERS=y.\n\nLink: https://github.com/thesofproject/sof/issues/9015\nSigned-off-by: Kai Vehmanen ","shortMessageHtmlLink":"rtos: branch compiler_attributes.h for XTOS and Zephyr"}},{"before":null,"after":"2d71489222ea834d5c128f4310885216118baf25","ref":"refs/heads/202409-rots-mutex-zephyr","pushedAt":"2024-09-18T12:06:50.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"kv2019i","name":"Kai Vehmanen","path":"/kv2019i","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46528387?s=80&v=4"},"commit":{"message":"zephyr: add rtos/mutex.h\n\nThe RTOS layer should provide the same interface for all OS'es.\nCurrently rtos/mutex.h is only defined for XTOS. Add rtos/mutex.h\nalso for Zephyr to allow generic SOF code to use this interface.\n\nSigned-off-by: Kai Vehmanen ","shortMessageHtmlLink":"zephyr: add rtos/mutex.h"}},{"before":"aaa3bcc64299fdc3b306e1cb3384a064da964d14","after":"b643d1005b3d5a4d339309856c0c9b4f034b3ed5","ref":"refs/heads/202409-sof-lib-mm-heap-h","pushedAt":"2024-09-18T11:26:25.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kv2019i","name":"Kai Vehmanen","path":"/kv2019i","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46528387?s=80&v=4"},"commit":{"message":"zephyr: sof/lib/mm_heap.h added Zephyr version\n\nDefinitions of mm_heap.h interface are not needed in Zephyr builds. To\navoid pulling in XTOS definitions when building with\nCONFIG_SOF_ZEPHYR_STRICT_HEADERS=n, add a no-op version for Zephyr.\n\nSigned-off-by: Kai Vehmanen ","shortMessageHtmlLink":"zephyr: sof/lib/mm_heap.h added Zephyr version"}},{"before":null,"after":"be2702818573692d974909b86469dd2868f7f40f","ref":"refs/heads/202409-versions-bump-to-2-11-0","pushedAt":"2024-09-16T17:51:00.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"kv2019i","name":"Kai Vehmanen","path":"/kv2019i","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46528387?s=80&v=4"},"commit":{"message":"versions.json: set version to 2.11.0\n\nSet version to 2.11.0 to prepare for stable release.\n\nSigned-off-by: Kai Vehmanen ","shortMessageHtmlLink":"versions.json: set version to 2.11.0"}},{"before":null,"after":"d96e98115f2e4874d10ac38d7a25bec1b68b5f5b","ref":"refs/heads/202409-versions-bump-to-2-11-99","pushedAt":"2024-09-16T17:49:42.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"kv2019i","name":"Kai Vehmanen","path":"/kv2019i","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46528387?s=80&v=4"},"commit":{"message":"versions.json: set version to 2.11.99\n\nOpen tree for 2.12 development now that stable-v2.11 is branched out.\n\nSigned-off-by: Kai Vehmanen ","shortMessageHtmlLink":"versions.json: set version to 2.11.99"}},{"before":"87ab9973c5b969cfc936a3def7110b5c9181a5c2","after":"e127765383aa56239196bf99f37b58330fc31d8e","ref":"refs/heads/202409-mtl-drc-as-builtin","pushedAt":"2024-09-13T17:58:35.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kv2019i","name":"Kai Vehmanen","path":"/kv2019i","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46528387?s=80&v=4"},"commit":{"message":"app: intel_adsp_ace15_mtpm.conf: set DRC as built-in\n\nSet DRC back as built-in (CONFIG_COMP_DRC=y) for these platforms.\nDRC is now part of many common upstream topologies and as MTL\nis a shipping platform, we cannot guarantee end-users have\nsufficiently new kernel to support module loading.\n\nSigned-off-by: Kai Vehmanen ","shortMessageHtmlLink":"app: intel_adsp_ace15_mtpm.conf: set DRC as built-in"}},{"before":"a26c25e53fd9db3562c48212fa0318d050955193","after":"87ab9973c5b969cfc936a3def7110b5c9181a5c2","ref":"refs/heads/202409-mtl-drc-as-builtin","pushedAt":"2024-09-13T09:16:13.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kv2019i","name":"Kai Vehmanen","path":"/kv2019i","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46528387?s=80&v=4"},"commit":{"message":"app: intel_adsp_ace15_mtpm.conf: set DRC as built-in\n\nSet DRC back as built-in (CONFIG_COMP_DRC=y) for these platforms.\nDRC is now part of many common upstream topologies and as MTL\nis a shipping platform, we cannot guarantee end-users have\nsufficiently new kernel to support module loading.\n\nSigned-off-by: Kai Vehmanen ","shortMessageHtmlLink":"app: intel_adsp_ace15_mtpm.conf: set DRC as built-in"}},{"before":null,"after":"a26c25e53fd9db3562c48212fa0318d050955193","ref":"refs/heads/202409-mtl-drc-as-builtin","pushedAt":"2024-09-13T09:11:37.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"kv2019i","name":"Kai Vehmanen","path":"/kv2019i","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46528387?s=80&v=4"},"commit":{"message":"spp: intel_adsp_ace15_mtpm.conf: set DRC as built-in\n\nSet DRC back as built-in (CONFIG_COMP_DRC=y) for these platforms.\nDRC is now part of many common upstream topologies and as MTL\nis a shipping platform, we cannot guarantee end-users have\nsufficiently new kernel to support module loading.\n\nSigned-off-by: Kai Vehmanen ","shortMessageHtmlLink":"spp: intel_adsp_ace15_mtpm.conf: set DRC as built-in"}},{"before":null,"after":"aaa3bcc64299fdc3b306e1cb3384a064da964d14","ref":"refs/heads/202409-sof-lib-mm-heap-h","pushedAt":"2024-09-12T11:35:02.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"kv2019i","name":"Kai Vehmanen","path":"/kv2019i","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46528387?s=80&v=4"},"commit":{"message":"zephyr: sof/lib/mm_heap.h added Zephyr version\n\nDefinitions of mm_heap.h interface are not needed in Zephyr builds. To\navoid pulling in XTOS definitions when building with\nCONFIG_SOF_ZEPHYR_STRICT_HEADERS=n, add a no-op version for Zephyr.\n\nSigned-off-by: Kai Vehmanen ","shortMessageHtmlLink":"zephyr: sof/lib/mm_heap.h added Zephyr version"}},{"before":null,"after":"5b9b8583fdc299efded9644dd7d24a09d21995cd","ref":"refs/heads/202409-sof-list-h-back-to-app","pushedAt":"2024-09-12T11:04:02.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"kv2019i","name":"Kai Vehmanen","path":"/kv2019i","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46528387?s=80&v=4"},"commit":{"message":"xtos: move list.h to application interface\n\nsof/list.h is a software interface used by the audio pipeline\nframework and should not be in the RTOS abstraction layer.\n\nLink: https://github.com/thesofproject/sof/issues/9015\nSigned-off-by: Kai Vehmanen ","shortMessageHtmlLink":"xtos: move list.h to application interface"}},{"before":null,"after":"2164f88901703afd3c9a2942ad726310f37705aa","ref":"refs/heads/202409-lnl-plat-remove-drivers-interrupt-h","pushedAt":"2024-09-11T12:22:27.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"kv2019i","name":"Kai Vehmanen","path":"/kv2019i","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46528387?s=80&v=4"},"commit":{"message":"platform: lunarlake: remove drivers/interrupt.h\n\nRemove the unused platform header.\n\nSigned-off-by: Kai Vehmanen ","shortMessageHtmlLink":"platform: lunarlake: remove drivers/interrupt.h"}},{"before":null,"after":"198916cdb860164791279cef785bea2e095a13d9","ref":"refs/heads/202409-strict-headers-lib-shim-h","pushedAt":"2024-09-11T12:13:45.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"kv2019i","name":"Kai Vehmanen","path":"/kv2019i","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46528387?s=80&v=4"},"commit":{"message":"zephyr: dai.h: fix typos in code comments\n\nFix errors in code documentation to match the implementation.\n\nSigned-off-by: Kai Vehmanen ","shortMessageHtmlLink":"zephyr: dai.h: fix typos in code comments"}},{"before":null,"after":"e02771c5598576fe95c2f6ed257ab6216103339c","ref":"refs/heads/202409-strict-headers-lib-dai-h","pushedAt":"2024-09-10T14:52:16.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"kv2019i","name":"Kai Vehmanen","path":"/kv2019i","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46528387?s=80&v=4"},"commit":{"message":"rtos: add Zephyr implementation of sof/lib/dai.h\n\nImplement sof/lib/dai.h for Zephyr build and do not rely o\nthe xtos version for Zephyr builds. Add a warning to catch\ninvalid build configurations.\n\nLink: https://github.com/thesofproject/sof/issues/9015\nSigned-off-by: Kai Vehmanen ","shortMessageHtmlLink":"rtos: add Zephyr implementation of sof/lib/dai.h"}},{"before":null,"after":"fe89de1795cdfa58f7921139fbaf000e440683f3","ref":"refs/heads/202409-remove-sram-bank-definitions-from-platform","pushedAt":"2024-09-10T12:03:40.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"kv2019i","name":"Kai Vehmanen","path":"/kv2019i","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46528387?s=80&v=4"},"commit":{"message":"base_fw: move SRAM bank details to Intel specific code\n\nThe SRAM definitions like SRAM_BANK_SIZE and EBB_BANKS_IN_SEGMENT\nare only used in Intel specific code and not really needed in\nplatform layer that needs to implemented by all platforms.\nMove these definitions to base_fw_intel.c and clean up related\ndefinitions from platform layer.\n\nSigned-off-by: Kai Vehmanen ","shortMessageHtmlLink":"base_fw: move SRAM bank details to Intel specific code"}},{"before":null,"after":"b48037e98c57d3bfbac71604ac3002ed34f781c1","ref":"refs/heads/202409-ace-clean-plat-memory-h","pushedAt":"2024-09-09T16:31:51.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"kv2019i","name":"Kai Vehmanen","path":"/kv2019i","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46528387?s=80&v=4"},"commit":{"message":"platform: intel: ace: remove redundant definitions from memory.h\n\nPlatforms that can only be built with Zephyr, can directly use\nZephyr cached/uncached functions in memory.h. It turns out the SRAM\naddress and size definitions were only needed for these duplicate\ncache operations, so they can be removed as well.\n\nSigned-off-by: Kai Vehmanen ","shortMessageHtmlLink":"platform: intel: ace: remove redundant definitions from memory.h"}},{"before":"e3da3562867d863eb7063de13d05c8d770361762","after":"7f876c668073aad132a98231639b960670d86bcb","ref":"refs/heads/202408-xtensa-build-create-tarball","pushedAt":"2024-09-06T15:36:39.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kv2019i","name":"Kai Vehmanen","path":"/kv2019i","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46528387?s=80&v=4"},"commit":{"message":".github/zephyr: do not create tarballs in github builds\n\nGithub artifact store allows to download packages already,\nso no need to create tarballs in these builds. Also this avoids\nproblems comparing Windows and Linux builds as due to handling\nof symbolic links, the resulting tarball are not comparable.\n\nSigned-off-by: Kai Vehmanen ","shortMessageHtmlLink":".github/zephyr: do not create tarballs in github builds"}},{"before":"ae84fb1387038e6f0620627c40b8718bc9d40dce","after":"e3da3562867d863eb7063de13d05c8d770361762","ref":"refs/heads/202408-xtensa-build-create-tarball","pushedAt":"2024-09-05T10:36:39.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kv2019i","name":"Kai Vehmanen","path":"/kv2019i","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46528387?s=80&v=4"},"commit":{"message":".github/zephyr: do not create tarballs in github builds\n\nGithub artifact store allows to download packages already,\nso no need to create tarballs in these builds. Also this avoids\nproblems comparing Windows and Linux builds as due to handling\nof symbolic links, the resulting tarball are not comparable.\n\nSigned-off-by: Kai Vehmanen ","shortMessageHtmlLink":".github/zephyr: do not create tarballs in github builds"}},{"before":null,"after":"6623be1d8f231c0e73a2bd02ffa0575b023d5724","ref":"refs/heads/202409-zephyr-sep04","pushedAt":"2024-09-04T08:52:43.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"kv2019i","name":"Kai Vehmanen","path":"/kv2019i","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46528387?s=80&v=4"},"commit":{"message":"west.yml: update Zephyr to 689d1edee1d5\n\nTotal of 191 commits, including following affecting SOF build\ntargets:\n\n 81977f2bff2e drivers: dma: intel_adsp_hda: fix intel_adsp_hda_unused() check\n 9fd2e119445e drivers: dma: intel-adsp-hda: Report total_copied bytes on ACE2/3\n dd50ff558537 llext: add dependencies\n c5e305fce6c4 llext: fix flag evaluation for section grouping\n a8db637ead17 llext: export a symbol needed for immediate logging\n fe609dd8e8e1 llext: look for symbols in other LLEXT objects too\n 19ccec6a0390 llext: use EXPORT_SYMBOL() universally\n bd09a5c73921 llext: make EXPORT_SYMBOL() universal\n 92a7c772d90b llext: remove an unused variable\n 4902f189ae00 dts: xtensa: intel_adsp: Set soft-off state as disabled\n b9a4900c3002 drivers: dma: intel_adsp_hda: change L1 exit defaults\n\nSigned-off-by: Kai Vehmanen ","shortMessageHtmlLink":"west.yml: update Zephyr to 689d1edee1d5"}},{"before":null,"after":"71f1457b8ba26ee811c68a137333473bb0c4875d","ref":"refs/heads/202409-ptl-logs","pushedAt":"2024-09-04T08:36:04.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"kv2019i","name":"Kai Vehmanen","path":"/kv2019i","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46528387?s=80&v=4"},"commit":{"message":"boards: ace30: enable SOF log level at INF level\n\nRe-enable normal INFO level log output for ace30_ptl target.\nMove the limited log level setting to FPGA overlay.\n\nSigned-off-by: Kai Vehmanen ","shortMessageHtmlLink":"boards: ace30: enable SOF log level at INF level"}},{"before":null,"after":"06227f0e12dad445a9419ba49e0a0155a1dbcf5c","ref":"refs/heads/202408-test-zephyr77805","pushedAt":"2024-08-30T15:41:05.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"kv2019i","name":"Kai Vehmanen","path":"/kv2019i","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46528387?s=80&v=4"},"commit":{"message":"[DNM] west.yml: test Zephyr PR 77805\n\nLink: https://github.com/zephyrproject-rtos/zephyr/pull/77805","shortMessageHtmlLink":"[DNM] west.yml: test Zephyr PR 77805"}},{"before":null,"after":"e35a0c131fc3a754e559498171cdc97080029658","ref":"refs/heads/202408-startoffset-dbg","pushedAt":"2024-08-28T10:04:50.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"kv2019i","name":"Kai Vehmanen","path":"/kv2019i","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46528387?s=80&v=4"},"commit":{"message":"RD: change start_offset calculation (plus debug)","shortMessageHtmlLink":"RD: change start_offset calculation (plus debug)"}},{"before":null,"after":"eb49b6b5a85fd3c704ddb174782a4ef8cf9a835d","ref":"refs/heads/202408-mtl-disable-grtc","pushedAt":"2024-08-27T10:23:24.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"kv2019i","name":"Kai Vehmanen","path":"/kv2019i","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46528387?s=80&v=4"},"commit":{"message":"app: boards: intel_adsp_ace15_mtpm: disable mock components\n\nDisable CONFIG_COMP_GOOGLE_RTC_AUDIO_PROCESSING. This was enabled\nwith a mock implementation, which is useful for debug, but should\nnot be part of upstream SOF releases for these boards.\n\nSigned-off-by: Kai Vehmanen ","shortMessageHtmlLink":"app: boards: intel_adsp_ace15_mtpm: disable mock components"}},{"before":null,"after":"8cb00f85ad60d3bafbee33cf2a22e8bc3fe4b254","ref":"refs/heads/202408-zephyr-aug26","pushedAt":"2024-08-26T13:33:18.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"kv2019i","name":"Kai Vehmanen","path":"/kv2019i","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46528387?s=80&v=4"},"commit":{"message":"west.yml: update zephyr to f29377a12cb5\n\nTotal of 845 commits.\n\nChanges include:\n\n746ddccf54ca intel_adsp: debug_window: Add slot type for debug-stream\n\t transport\n8a4b3a4b618a xtensa: include xtensa-types.h for xt-clang\ne0be5801cd70 drivers: dai: esai: don't reset ESAI on init\n32cf0e0f9f2c intel_adsp: ace: Fix undefined reference\n8fb592dfff6c soc: intel_adsp: DCACHE_LINE_SIZE was not defined\n85758444f7d8 intel_adsp: clk: Configure correct cardinal clock divider\n\t for PTL\n784bc06e7ecd soc: intel_adsp: ace: set xtensa ccount per platform\nb0185189ad7e xtensa: mmu: fix page table initialization\nf2840910731d xtensa: core: Remove constant branch\n\nSigned-off-by: Kai Vehmanen ","shortMessageHtmlLink":"west.yml: update zephyr to f29377a12cb5"}},{"before":"d1a8df9825a502b9918a4df9b9adfe360370cc1e","after":"12ac3c49020e5576be42c2fec5b92faf93722b75","ref":"refs/heads/202407-test-zephyr73681","pushedAt":"2024-08-21T11:27:53.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kv2019i","name":"Kai Vehmanen","path":"/kv2019i","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46528387?s=80&v=4"},"commit":{"message":"[DNM] west.yml: test Zephyr PR 73681\n\nLink: https://github.com/zephyrproject-rtos/zephyr/pull/75285","shortMessageHtmlLink":"[DNM] west.yml: test Zephyr PR 73681"}},{"before":"8c1b8a2bda1ae2dc1f3d3fdaaf5e84da25dd9ff8","after":"ae84fb1387038e6f0620627c40b8718bc9d40dce","ref":"refs/heads/202408-xtensa-build-create-tarball","pushedAt":"2024-08-14T14:40:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"kv2019i","name":"Kai Vehmanen","path":"/kv2019i","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46528387?s=80&v=4"},"commit":{"message":".github/zephyr: do not create tarballs in github builds\n\nGithub artifact store allows to download packages already,\nso no need to create tarballs in these builds. Also this avoids\nproblems comparing Windows and Linux builds as due to handling\nof symbolic links, the resulting tarball are not comparable.\n\nSigned-off-by: Kai Vehmanen ","shortMessageHtmlLink":".github/zephyr: do not create tarballs in github builds"}},{"before":"4b93dc4f75ff480995a30489a417dc3c5c3ecbdb","after":"8c1b8a2bda1ae2dc1f3d3fdaaf5e84da25dd9ff8","ref":"refs/heads/202408-xtensa-build-create-tarball","pushedAt":"2024-08-14T11:31:06.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kv2019i","name":"Kai Vehmanen","path":"/kv2019i","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46528387?s=80&v=4"},"commit":{"message":"xtensa-build-zephyr.py: create /lib/firmware tarball\n\nWith addition of loadable modules, SOF firmware installation depends\nmuch more on symbolic links. Add a step to build script to create a\ntarball of the installed firmware binaries in the build-staging-sof\ntree. The created tarball (e.g. build-sof-staging/sof/sof.tar.gz)\nprovides a ready structure that can be unpacked to e.g. /lib/firmware on\nLinux target machines.\n\nSigned-off-by: Kai Vehmanen ","shortMessageHtmlLink":"xtensa-build-zephyr.py: create /lib/firmware tarball"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xOVQxNDozNToyNC4wMDAwMDBazwAAAAS6-gNg","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xOVQxNDozNToyNC4wMDAwMDBazwAAAAS6-gNg","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOC0xNFQxMTozMTowNi4wMDAwMDBazwAAAASaLCNd"}},"title":"Activity ยท kv2019i/sof"}