Skip to content

Commit 137907f

Browse files
Soc: move boot_report to common
1 parent fd645f0 commit 137907f

File tree

8 files changed

+2
-114
lines changed

8 files changed

+2
-114
lines changed

soc/nordic/common/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,4 @@ endif()
3838

3939
zephyr_library_sources_ifdef(CONFIG_NRF_SYS_EVENT nrf_sys_event.c)
4040
zephyr_library_sources_ifdef(CONFIG_MRAM_LATENCY mram_latency.c)
41+
add_subdirectory(ironside/se)

soc/nordic/common/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,4 @@ source "subsys/logging/Kconfig.template.log_config"
4949
endif # MRAM_LATENCY
5050

5151
rsource "vpr/Kconfig"
52+
rsource "ironside/se/Kconfig"

soc/nordic/nrf92/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,3 @@ zephyr_include_directories(.)
1010
# Ensure that image size aligns with 16 bytes so that MRAMC finalizes all writes
1111
# for the image correctly
1212
zephyr_linker_sources(SECTIONS SORT_KEY zzz_place_align_at_end align.ld)
13-
14-
# TODO : to be removed once ironside/se boot report is moved to common
15-
add_subdirectory(ironside/se)

soc/nordic/nrf92/Kconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,3 @@ config SOC_NRF9230_ENGB_CPUPPR
5252

5353
config SOC_NRF9280_IRON
5454
select EXPERIMENTAL if MCUBOOT
55-
56-
# TODO : to be removed once ironside/se boot report is moved to common
57-
rsource "ironside/se/Kconfig"

soc/nordic/nrf92/ironside/se/CMakeLists.txt

Lines changed: 0 additions & 5 deletions
This file was deleted.

soc/nordic/nrf92/ironside/se/Kconfig

Lines changed: 0 additions & 15 deletions
This file was deleted.

soc/nordic/nrf92/ironside/se/include/nrf/ironside_se_boot_report.h

Lines changed: 0 additions & 63 deletions
This file was deleted.

soc/nordic/nrf92/ironside/se/ironside_se_boot_report.c

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)