-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: remove mcuboot configuration from test app
[KRKNWK-19763] Signed-off-by: Krzysztof Taborowski <[email protected]>
- Loading branch information
1 parent
df0a2ce
commit 09e1873
Showing
18 changed files
with
34 additions
and
392 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains 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
This file contains 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
12 changes: 0 additions & 12 deletions
12
tests/manual/simple_bootloader/boards/nrf52840dk_nrf52840.overlay
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
tests/manual/simple_bootloader/boards/nrf5340dk_nrf5340_cpuapp.conf
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
tests/manual/simple_bootloader/boards/nrf5340dk_nrf5340_cpuapp.overlay
This file was deleted.
Oops, something went wrong.
This file contains 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
62 changes: 8 additions & 54 deletions
62
tests/manual/simple_bootloader/pm_static_nrf54l15dk_nrf54l10_cpuapp.yml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,66 +1,20 @@ | ||
app: | ||
address: 0xc800 | ||
end_address: 0x84800 | ||
region: flash_primary | ||
size: 0x78000 | ||
mcuboot: | ||
address: 0x0 | ||
end_address: 0xc000 | ||
placement: | ||
before: | ||
- mcuboot_primary | ||
end_address: 0xd000 | ||
region: flash_primary | ||
size: 0xc000 | ||
size: 0xd000 | ||
mcuboot_pad: | ||
address: 0xc000 | ||
end_address: 0xc800 | ||
placement: | ||
before: | ||
- mcuboot_primary_app | ||
address: 0xd000 | ||
end_address: 0xd800 | ||
region: flash_primary | ||
size: 0x800 | ||
mcuboot_primary: | ||
address: 0xc000 | ||
end_address: 0x84800 | ||
orig_span: &id001 | ||
- mcuboot_pad | ||
- app | ||
region: flash_primary | ||
sharers: 0x1 | ||
size: 0x78800 | ||
span: *id001 | ||
mcuboot_primary_app: | ||
address: 0xc800 | ||
end_address: 0x84800 | ||
orig_span: &id002 | ||
- app | ||
region: flash_primary | ||
size: 0x78000 | ||
span: *id002 | ||
mcuboot_secondary: | ||
address: 0x84800 | ||
end_address: 0xfd000 | ||
placement: | ||
after: | ||
- mcuboot_primary | ||
align: | ||
start: 0x1000 | ||
settings_storage: | ||
address: 0xfd000 | ||
end_address: 0xff000 | ||
region: flash_primary | ||
share_size: | ||
- mcuboot_primary | ||
size: 0x78800 | ||
size: 0x2000 | ||
mfg_storage: | ||
address: 0xff000 | ||
end_address: 0x100000 | ||
region: flash_primary | ||
size: 0x1000 | ||
settings_storage: | ||
address: 0xfd000 | ||
end_address: 0xff000 | ||
placement: | ||
align: | ||
start: 0x1000 | ||
before: | ||
- end | ||
region: flash_primary | ||
size: 0x2000 |
This file contains 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
12 changes: 0 additions & 12 deletions
12
tests/manual/simple_bootloader/sysbuild/mcuboot/boards/nrf52840dk_nrf52840.overlay
This file was deleted.
Oops, something went wrong.
28 changes: 0 additions & 28 deletions
28
tests/manual/simple_bootloader/sysbuild/mcuboot/boards/nrf5340dk_nrf5340_cpuapp.conf
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
tests/manual/simple_bootloader/sysbuild/mcuboot/boards/nrf5340dk_nrf5340_cpuapp.overlay
This file was deleted.
Oops, something went wrong.
54 changes: 0 additions & 54 deletions
54
tests/manual/simple_bootloader/sysbuild/mcuboot/boards/nrf54l15dk_nrf54l10_cpuapp.conf
This file was deleted.
Oops, something went wrong.
16 changes: 0 additions & 16 deletions
16
tests/manual/simple_bootloader/sysbuild/mcuboot/boards/nrf54l15dk_nrf54l10_cpuapp.overlay
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.