SUMMARY = "i.MX System Manager Firmware" DESCRIPTION = "\ The System Manager (SM) is a firmware that runs on a Cortex-M processor on \ many NXP i.MX processors. The Cortex-M is the boot core, runs the boot ROM \ which loads the SM (and other boot code), and then branches to the SM. The \ SM then configures some aspects of the hardware such as isolation mechanisms \ and then starts other cores in the system. After starting these cores, it \ enters a service mode where it provides access to clocking, power, sensor, \ and pin control via a client RPC API based on ARM's System Control and \ Management Interface (SCMI)." LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f2a70813bc08547f509361c08b718861" SRC_URI = "${IMX_SYSTEM_MANAGER_SRC};branch=${SRCBRANCH}" IMX_SYSTEM_MANAGER_SRC ?= "git://github.com/nxp-imx/imx-sm.git;protocol=https" SRCBRANCH = "master" SRCREV = "af1e37026c6ba19cdca98fd6e91494efd3e7b5ec" S = "${WORKDIR}/git" require imx-system-manager.inc PACKAGECONFIG ??= "m2"