zephyr/soc
Evgeniy Paltsev 6d083cac7e Revert "arch: arc: replace ARC_EARLY_SOC_INIT with PLATFORM_RESET_HOOK"
The commit introduced regression for hsdk4xd platform.
The hsdk4xd SoC setup from soc_early_asm_init_percpu need to be done
in early code before any C code execution.

The current approach has multiple issues
 - we call function (which can be easily implemented in C for
   this or other SoC) from the place where we haven't setup stack
   pointer (so we can't use stack) - which is very error-prone
 - we never return back from soc_reset_hook on hsdk4xd platform

So let's just revert it for now. If any other ARC SoC need to use
soc_reset_hook - than it can be implemented properly.

This reverts commit 8c32a82e47.

Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
Signed-off-by: Evgeniy Paltsev <PaltsevEvgeniy@gmail.com>
2024-10-22 18:28:37 -04:00
..
adi/max32 soc: adi: Extract max32 flashprog section to a dedicated linker script 2024-10-22 20:39:41 +02:00
altr
ambiq soc: ambiq: move init code from SYS_INIT to hooks 2024-09-20 13:15:31 +02:00
andestech soc: riscv: andes_v5: fix PMA compilation warnings 2024-09-21 12:23:39 +01:00
arm zephyr: bulk update to DT_NODE_HAS_STATUS_OKAY 2024-10-03 17:06:52 +01:00
aspeed arch: arm: replace PLATFORM_SPECIFIC_INIT with PLATFORM_RESET_HOOK 2024-09-09 10:07:33 +02:00
atmel zephyr: bulk update to DT_NODE_HAS_STATUS_OKAY 2024-10-03 17:06:52 +01:00
brcm soc: brcm: move init code from SYS_INIT to hooks 2024-09-20 13:15:31 +02:00
cdns soc: xtensa: add sample_controller32 2024-10-02 09:58:36 +02:00
common soc: common: riscv-privileged: add riscv_clic_irq_vector_set() for clic 2024-08-26 17:05:53 +02:00
efinix/sapphire arch: riscv: imply XIP config pushed to SoC level 2024-08-31 06:47:52 -04:00
ene/kb1200 soc: ene: move init code from SYS_INIT to hooks 2024-09-20 13:15:31 +02:00
espressif soc: esp32: unify runtime heap usage 2024-10-17 09:45:02 +02:00
gaisler
gd/gd32 soc: gd: move init code from SYS_INIT to hooks 2024-09-20 13:15:31 +02:00
infineon Boards: cyw20829: Added jlink as potential runner for board 2024-09-25 04:05:37 -04:00
intel soc: intel_adsp: tools: fix ace15 ROM status check in cavstool.py 2024-10-15 19:01:35 +01:00
ite/ec ITE: it8xxx2: Remove CONFIG_PINCTRL from soc defconfig file 2024-10-15 13:52:55 +02:00
litex/litex_vexriscv arch: riscv: imply XIP config pushed to SoC level 2024-08-31 06:47:52 -04:00
lowrisc/opentitan soc: lowrisc: move init code from SYS_INIT to hooks 2024-09-20 13:15:31 +02:00
mediatek/mtk_adsp xtensa: adapt soc code to use prep_c 2024-08-07 13:50:53 +02:00
microchip zephyr: bulk update to DT_NODE_HAS_STATUS_OKAY 2024-10-03 17:06:52 +01:00
native/inf_clock boards native: Add function to remap embedded address 2024-09-26 03:34:26 -04:00
neorv32 arch: riscv: imply XIP config pushed to SoC level 2024-08-31 06:47:52 -04:00
nordic soc: nordic: Remove the nRF54L15 EngA 2024-10-21 01:46:39 +01:00
nuvoton soc: nuvoton: reg: add i3c target registers and soc functions 2024-10-21 12:36:21 +02:00
nxp board: mimxrt1170_evk: fix linkserver support to debug RAM images 2024-10-22 20:40:39 +02:00
openisa/rv32m1 zephyr: bulk update to DT_NODE_HAS_STATUS_OKAY 2024-10-03 17:06:52 +01:00
qemu soc: qemu: riscv: update IRQ config 2024-09-06 14:06:23 -05:00
quicklogic/eos_s3 soc: quicklogic: move init code from SYS_INIT to hooks 2024-09-20 13:15:31 +02:00
raspberrypi drivers: pinctrl: rp2040: oe-override option 2024-08-07 07:16:28 -04:00
renesas da1469x: Remove CONFIG_PINCTRL from all defconfig files 2024-10-08 16:57:41 +02:00
renode soc: renode: Add cortex_r8_virtual 2024-10-01 09:58:22 +02:00
rockchip
sensry soc: sensry: Fix isa extension settings 2024-09-20 13:14:16 +02:00
sifive/sifive_freedom soc/sifive/sifive-freedom: enable PMP by default on 64-bit SoCs 2024-10-21 15:55:52 +02:00
silabs soc: silabs: Separate Series 2 soc.c 2024-10-22 20:41:23 +02:00
snps Revert "arch: arc: replace ARC_EARLY_SOC_INIT with PLATFORM_RESET_HOOK" 2024-10-22 18:28:37 -04:00
st/stm32 soc: st: stm32h7rs serie requires specific power rails 2024-10-11 13:16:43 -04:00
starfive/jh71xx arch: riscv: imply XIP config pushed to SoC level 2024-08-31 06:47:52 -04:00
telink/tlsr soc: telink: move init code from SYS_INIT to hooks 2024-09-20 13:15:31 +02:00
ti soc: ti: k3: am6x: Fix AM62X M4 RAT initialisation 2024-10-07 20:15:41 -04:00
xen
xlnx zephyr: bulk update to DT_NODE_HAS_STATUS_OKAY 2024-10-03 17:06:52 +01:00
CMakeLists.txt
Kconfig Kconfig: Link to deprecation instructions 2024-08-15 12:40:16 +02:00
Kconfig.v1
Kconfig.v1.choice
Kconfig.v2