zephyr/tests
Anas Nashif e8395351e6 kernel: init: introduce a new init level: ARCH
We have cases where some devices needs to be initialized very early and
before c_start is call, i.e. to setup very early console or to setup
memory. Traditionally this would be hardcoded as part of the soc layer
and not using device model or the init levels.

This patch adds a new level ARCH, which will be called in early
architecture code and before we jump to the kernel code.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2022-10-11 08:28:25 -04:00
..
application_development tests: remove incorrect comment from code_relocation for RISCV 2022-10-03 10:09:53 +02:00
arch tests: arch/timing: cleanup test configuraton 2022-09-26 16:49:58 +00:00
benchmarks modules: mbedtls: Replace select statement with depends on for EC 2022-10-07 15:12:42 +02:00
bluetooth tests: bluetooth: Remove deprecated definitions 2022-10-11 11:29:42 +02:00
boards tests: espressif_esp32: Fix docs generation issue 2022-10-08 18:33:21 +02:00
boot tests: boot: add mcuboot test 2022-10-04 14:06:58 -04:00
cmake/config_dir
crypto includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
drivers tests: drivers: flash: Fix nrf_qspi_nor_4B_addr requirements 2022-10-04 19:16:37 +00:00
kernel kernel: init: introduce a new init level: ARCH 2022-10-11 08:28:25 -04:00
lib devicetree: Add model name helpers based on compat 2022-10-07 11:48:02 -07:00
misc tests: misc: move the kconfig options test to new ztest API 2022-09-09 10:17:29 -05:00
net tests: net: bridge: exclude mg100 and pinnacle_100_dvk 2022-09-15 11:58:23 +01:00
posix ztest: remove the obsolete NULL appended to zassert macros 2022-09-09 07:05:38 -04:00
subsys tests: ipc_service: Add ipc_service test of deregistered endpoint 2022-10-11 13:03:29 +02:00
unit tests: unit: cbprintf: Disable logging 2022-09-19 10:14:23 +00:00
ztest modules: Remove fff tests 2022-10-04 14:24:09 -04:00