summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/arm-toolchain/recipes-bsp/imx-oei/imx-oei_1.0.0.bb
blob: 29a58ed08f5d9945f71bd63c3f440e43eaef17b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
SUMMARY = "i.MX Optional Execution Image"
DESCRIPTION = "\
The Optional Executable Image (OEI) is an optional plugin loaded and executed \
by Cortex-M processor ROM on many NXP i.MX processors. The Cortex-M is the \
boot core, runs the boot ROM which loads the OEI, and then branches to the \
OEI. The OEI then configures some aspects of the hardware such as DDR config, \
init TCM ECC, etc. There could be multiple OEI images in the boot container. \
After execution of OEI, the processor returns to ROM execution."
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b66f32a90f9577a5a3255c21d79bc619"

SRC_URI = "${IMX_OEI_SRC};branch=${SRCBRANCH}"
IMX_OEI_SRC ?= "git://github.com/nxp-imx/imx-oei.git;protocol=https"
SRCBRANCH = "master"
SRCREV = "ca91ce798b2f3a2a0bab8c0f835f4bea88c9b080"

require imx-oei.inc