Skip to content

Commit 60780a6

Browse files
committed
west.yml: update zephyr to f3b9d1871104
Total of 798 commits. Includes removal of CONFIG_SOF in Zephyr. This commit has the matching change to sof/app/prj.conf. Other changes include: 3f6ef5043ce5 soc: intel_adsp: ace30: allow userspace to execute cold functions 18b34bb3d29d drivers: power_domain: intel_adsp: Refactor power management initialization 27180d2fc573 arch: riscv + xtensa + x86: workaround needed for LLVM linker 95b48cd5ba7a west_commands: do not depend on CONFIG_SOF 71ec5df8f31f intel_adsp: remove workaround for SOF setting core count 1a780f933e1d manifest: optional: remove sof from optional manifest 65d31ea8609e tests: intel_adsp/smoke: cast to signed ints before abs() e45808b9cd71 xtensa: mmu: add page table usage statistics a48345fccfdb xtensa: mmu/ptables: conserve memory by using COW on L2 tables 1e41db3ddd84 xtensa: mmu: no need for cache ops if page tables are not cached 501368601dc7 xtensa: mmu/ptables: rework TLB invalidation on L2 unmap 259be3d55929 xtensa: mmu: remove XTENSA_ prefix for page table array macros 1470d9ef7460 xtensa: mmu: move PTE macros into source file b6713c0145e8 xtensa: mmu: skip PTE SW field redirection 2bfcb20258f5 xtensa: mmu: unify PTE macros 11dca1208aa3 boards: xtensa: add support for DOIT ESP32 DevKit V1 3b2b513be37e drivers: wifi: nxp: Raise Wi-Fi mgmt events for soft AP start/stop. Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
1 parent 49b5847 commit 60780a6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

app/prj.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
CONFIG_BUILD_OUTPUT_BIN=n
2-
CONFIG_SOF=y
32

43
# The additional stripped .elf files are deterministic.
54
# This adds very few files in the build directory and has

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ manifest:
4343

4444
- name: zephyr
4545
repo-path: zephyr
46-
revision: 3568e1b6d5cdd51a6b964a2a1d6d29200fea2056
46+
revision: f3b9d1871104b0d69abf6182ef7d262652b13729
4747
remote: zephyrproject
4848

4949
# Import some projects listed in zephyr/west.yml@revision

0 commit comments

Comments
 (0)