aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/include/rk3568.inc
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/include/rk3568.inc')
-rw-r--r--conf/machine/include/rk3568.inc19
1 files changed, 19 insertions, 0 deletions
diff --git a/conf/machine/include/rk3568.inc b/conf/machine/include/rk3568.inc
new file mode 100644
index 0000000..3c227dc
--- /dev/null
+++ b/conf/machine/include/rk3568.inc
@@ -0,0 +1,19 @@
+SOC_FAMILY = "rk3568"
+
+DEFAULTTUNE ?= "cortexa55"
+
+require conf/machine/include/soc-family.inc
+require conf/machine/include/arm/armv8-2a/tune-cortexa55.inc
+require conf/machine/include/rockchip-defaults.inc
+require conf/machine/include/rockchip-wic.inc
+
+KBUILD_DEFCONFIG ?= "defconfig"
+KERNEL_FEATURES:append:rk3568 = " bsp/rockchip/remove-non-rockchip-arch-arm64.scc"
+KERNEL_CLASSES = "kernel-fitimage"
+KERNEL_IMAGETYPE ?= "fitImage"
+
+PREFERRED_PROVIDER_trusted-firmware-a = "rockchip-rkbin"
+PREFERRED_PROVIDER_optee-os = "rockchip-rkbin"
+
+UBOOT_SUFFIX ?= "itb"
+UBOOT_ENTRYPOINT ?= "0x06000000"