-
Notifications
You must be signed in to change notification settings - Fork 1.3k
sysbuild: Kconfig: remove SUPPORT_SECURE_BOOT_BOOTCONF #22898
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
base: main
Are you sure you want to change the base?
Conversation
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: c1fffec9699ea08807d1a2de5ab69828c7fa3cb3 more detailssdk-nrf:
Github labels
List of changed files detected by CI (2)
Outputs:ToolchainVersion: 3ae5dc3c63 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
config SECURE_BOOT_BOOTCONF_LOCK_WRITES | ||
bool "Protect bootloader's NVM from writes" | ||
depends on SUPPORT_SECURE_BOOT_BOOTCONF_LOCK_WRITES | ||
depends on SOC_NRF54L15_CPUAPP || SOC_NRF54L05_CPUAPP || SOC_NRF54L10_CPUAPP |
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.
the !MCUBOOT_FPROTECT_ALLOW_COMBINED_REGIONS
check is missing, Kconfig is here:
sdk-nrf/sysbuild/Kconfig.mcuboot
Line 150 in 127f5d3
config MCUBOOT_FPROTECT_ALLOW_COMBINED_REGIONS |
127f5d3
to
1b2d4c4
Compare
Memory footprint analysis revealed the following potential issuesapplications.hpf.gpio.icbmsg[nrf54l15dk/nrf54l15/cpuflpr]: High RAM usage: 12430[B] - link (cc: @nrfconnect/ncs-ll-ursus) Note: This message is automatically posted and updated by the CI (latest/sdk-nrf/PR-22898/3) |
symbol SB_SUPPORT_SECURE_BOOT_BOOTCONF_LOCK_WRITES isn't used anymore. Signed-off-by: Mateusz Michalek <mateusz.michalek@nordicsemi.no>
1b2d4c4
to
c1fffec
Compare
rebase |
symbol SB_SUPPORT_SECURE_BOOT_BOOTCONF_LOCK_WRITES isn't used anymore.