west.yml: include double TLB exception handling fixes#10521
Draft
lyakh wants to merge 1 commit intothesofproject:mainfrom
Draft
west.yml: include double TLB exception handling fixes#10521lyakh wants to merge 1 commit intothesofproject:mainfrom
lyakh wants to merge 1 commit intothesofproject:mainfrom
Conversation
Update Zephyr to include Zephyr fixes related to double exception handling. Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
Collaborator
Author
|
this is a single commit from #10469 to demonstrate its QB failure |
There was a problem hiding this comment.
Pull request overview
This PR updates the Zephyr dependency to incorporate fixes related to double TLB exception handling. The update also requires disabling the ACE V1X RTC counter on all ACE-based Intel ADSP platforms.
Changes:
- Updated Zephyr revision from c1a2b3be459d4f34d31ae54774fd57e96438d237 to 935a8f7ceecb78f0c0fe2f14476c20aa82541f0a
- Added CONFIG_ACE_V1X_RTC_COUNTER=n to six ACE-based Intel ADSP board configurations (ACE15 MTPM, ACE20 LNL, ACE30 PTL, ACE30 WCL, ACE40 NVL, ACE40 NVLS)
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| west.yml | Updates Zephyr dependency revision to include double TLB exception handling fixes |
| app/boards/intel_adsp_ace15_mtpm.conf | Disables ACE V1X RTC counter for Meteor Lake platform |
| app/boards/intel_adsp_ace20_lnl.conf | Disables ACE V1X RTC counter for Lunar Lake platform |
| app/boards/intel_adsp_ace30_ptl.conf | Disables ACE V1X RTC counter for Panther Lake platform |
| app/boards/intel_adsp_ace30_wcl.conf | Disables ACE V1X RTC counter for Wildcat Lake platform |
| app/boards/intel_adsp_ace40_nvl.conf | Disables ACE V1X RTC counter for Nova Lake platform |
| app/boards/intel_adsp_ace40_nvls.conf | Disables ACE V1X RTC counter for Nova Lake S platform |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Collaborator
Author
|
With today's SOF QB isn't failing any more. So maybe we can just merge #10469 . Making this one draft to prefer the big one. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update Zephyr to include Zephyr fixes related to double exception handling.