Lines Matching full:arch
6 # Configure ARCH settings based on KConfig settings and arch root.
9 # on board directory and arch root.
11 # If no implementation is available for the current arch an error will be raised.
16 # - ARCH: Name of the arch in use.
17 # - ARCH_DIR: Directory containing the arch implementation.
21 # - ARCH_ROOT: CMake list of arch roots containing arch implementations
29 # HWMv2 obtains arch from Kconfig for the given Board / SoC variant because
30 # the Board / SoC path is no longer sufficient for determine the arch
31 # (read: multi-core and multi-arch SoC).
32 set(ARCH ${CONFIG_ARCH}) variable
33 string(TOUPPER "${ARCH}" arch_upper)
35 if(NOT ARCH)
36 message(FATAL_ERROR "ARCH not defined. Check that BOARD=${BOARD}, is selecting "
44 message(FATAL_ERROR "Could not find ARCH=${ARCH} for BOARD=${BOARD}, \
45 please check your installation. ARCH roots searched: \n\