-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
M2354: Fix incorrectly resolved peripheral base with security #15029
M2354: Fix incorrectly resolved peripheral base with security #15029
Conversation
@ccli8, thank you for your changes. |
The failure in Basic Checks was not related to this PR, rather some python dependency. I restarted the job and if it fails, I'll create a separate testing PR to find out what is broken today. |
...ets/TARGET_NUVOTON/TARGET_M2354/TARGET_TFM/TARGET_NU_M2354/COMPONENT_TFM_S_FW/CMakeLists.txt
Outdated
Show resolved
Hide resolved
a075785
to
c543f16
Compare
Pull request has been modified.
Import mcu partition header (renamed to partition_M2354_im.h) for resolving peripheral base with security. Though Mbed is non-secure only and needn't secure peripheral base, some BSP driver code still rely on it.
c543f16
to
fc080f7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This pull request has automatically been marked as stale because it has had no recent activity. @ARMmbed/mbed-os-maintainers, please start CI to get the PR merged. |
@0xc0170 Can we run CI and merge it, before we can update TF-M? |
Yes! CI started |
Jenkins CI Test : ✔️ SUCCESSBuild Number: 1 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
Summary of changes
This PR adds TF-M import mcu partition header
partition_M2354.h
(renamed topartition_M2354_im.h on Mbed
) for resolving peripheral base with security. Though Mbed 6 is non-secure only and needn't secure peripheral base, some BSP driver code still rely on it.For example,
LCD
will incorrectly resolve toLCD_S
withoutSCU_INIT_PNSSET5_VAL
define on Mbed:Pull request type
Test results