zephyr/soc/arm
Ioannis Glaropoulos 142219896d boards: arm: musca_b1: do not offset the image by default by 0x400.
We only need to offset the start of the non-secure image
by 0x400, if TFM is built with BL2 support. In this case
we use the ROM_START_OFFSET Kconfig switch  and set to
0x400. This instructs the linker to offset the beginning
of the ROM section by 0x400. In other words, we do not need
to statically move the start of the image by 0x400. This
fixes an issue that prevents from running Zephyr + TFM
without BL2 on Musca B1.

Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
2020-09-22 19:38:51 +02:00
..
arm boards: arm: musca_b1: do not offset the image by default by 0x400. 2020-09-22 19:38:51 +02:00
atmel_sam soc: arm: atmel: Introduce sam4l SoC 2020-09-04 16:29:19 -05:00
atmel_sam0 device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
bcm_vk device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
common/cortex_m soc: arm: cortex_m: Improve error messages 2020-05-27 16:18:26 +02:00
cypress device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
infineon_xmc zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
microchip_mec soc: mec1501: add timing support 2020-09-05 13:28:38 -05:00
nordic_nrf Bluetooth: controller: Select controller features from SoC capabilities 2020-09-18 18:11:35 +02:00
nuvoton soc: arm: add support for nuvoton numicro m48x series 2020-07-01 21:09:25 +02:00
nuvoton_npcx drivers: clk_ctrl: npcx: fixed 'line length exceeds 80 columns' warning. 2020-09-03 21:53:35 +02:00
nxp_imx soc: arm: Fix SDRAM linker section size for i.mx rt 2020-09-03 14:43:28 -05:00
nxp_kinetis device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
nxp_lpc soc: lpc11u6x: fix pinmux initialization priority 2020-09-14 12:47:32 -05:00
qemu_cortex_a53 soc: arm: qemu_cortex_a53: Convert to new DT_INST macros 2020-03-31 19:28:47 -05:00
quicklogic_eos_s3 soc: add EOS S3 SoC 2020-09-04 14:48:49 -04:00
silabs_exx32 device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
st_stm32 soc: arm: stm32[l4|wb]: fix power state exit 2020-09-21 09:57:40 -05:00
ti_lm3s6965 device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
ti_simplelink device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
xilinx_zynqmp device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
CMakeLists.txt
Kconfig kconfig: Make the CPU_HAS_FPU_DOUBLE_PRECISION option global. 2020-04-22 16:39:48 -07:00