From ce92f3508c05bff4f06a27f01e8f737b706ff48e Mon Sep 17 00:00:00 2001
From: Uros Majstorovic <majstor@majstor.org>
Date: Sat, 7 Aug 2021 00:46:38 +0200
Subject: initial commit

---
 conf/layer.conf           | 12 +++++++++++
 conf/machine/cl-imx8.conf | 54 +++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 66 insertions(+)
 create mode 100644 conf/layer.conf
 create mode 100644 conf/machine/cl-imx8.conf

(limited to 'conf')

diff --git a/conf/layer.conf b/conf/layer.conf
new file mode 100644
index 0000000..f87dbac
--- /dev/null
+++ b/conf/layer.conf
@@ -0,0 +1,12 @@
+# We have a conf and classes directory, append to BBPATH
+BBPATH .= ":${LAYERDIR}"
+
+# We have a recipes directory containing .bb and .bbappend files, add to BBFILES
+BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
+            ${LAYERDIR}/recipes-*/*/*.bbappend"
+
+BBFILE_COLLECTIONS += "rvphone-bsp"
+BBFILE_PATTERN_rvphone-bsp := "^${LAYERDIR}/"
+BBFILE_PRIORITY_rvphone-bsp = "9"
+
+LAYERSERIES_COMPAT_rvphone-bsp = "sumo"
diff --git a/conf/machine/cl-imx8.conf b/conf/machine/cl-imx8.conf
new file mode 100644
index 0000000..357b998
--- /dev/null
+++ b/conf/machine/cl-imx8.conf
@@ -0,0 +1,54 @@
+#@TYPE: Machine
+#@NAME: rvPhone cl-imx8
+#@SOC: i.MX8MQ
+#@DESCRIPTION: Machine configuration for rvPhone cl-imx8
+#@MAINTAINER: majstor <majstor@majstor.org>
+
+MACHINEOVERRIDES =. "mx8:mx8m:mx8mq:"
+
+require conf/machine/include/imx-base.inc
+require conf/machine/include/arm/arch-arm64.inc
+
+MACHINE_FEATURES += " pci wifi bluetooth "
+
+KERNEL_DEVICETREE = "rvphone/cl-imx8.dtb"
+
+UBOOT_CONFIG ??= "cfg"
+UBOOT_CONFIG[d1] = "cl-imx8_d1_defconfig,sdcard"
+UBOOT_CONFIG[d2] = "cl-imx8_d2_defconfig,sdcard"
+UBOOT_CONFIG[mfgtool] = "cl-imx8_defconfig"
+SPL_BINARY = "spl/u-boot-spl.bin"
+
+# Set DDR FIRMWARE
+DDR_FIRMWARE_NAME = " \
+	lpddr4_pmu_train_1d_dmem.bin \
+	lpddr4_pmu_train_1d_imem.bin \
+	lpddr4_pmu_train_2d_dmem.bin \
+	lpddr4_pmu_train_2d_imem.bin \
+"
+
+# Set u-boot DTB
+UBOOT_DTB_NAME = "cl-imx8.dtb"
+
+# Set imx-mkimage boot target
+IMXBOOT_TARGETS = "flash_evk flash_evk_no_hdmi"
+
+# Set Serial console
+SERIAL_CONSOLE = "115200 ttymxc2"
+
+IMAGE_BOOTLOADER = "imx-boot"
+
+BOOT_SPACE = "65536"
+
+LOADADDR = ""
+UBOOT_SUFFIX = "bin"
+UBOOT_MAKE_TARGET = ""
+IMX_BOOT_SEEK = "33"
+
+MACHINE_FIRMWARE = " \
+	linux-firmware-iwlwifi-8265 \
+	linux-firmware-ibt \
+"
+
+OPTEE_BIN_EXT = "8mq"
+PLATFORM_FLAVOR_cl-som-imx8 = "mx8mqevk"
-- 
cgit v1.2.3