summaryrefslogtreecommitdiffstats
path: root/bsp/meta-freescale-3rdparty/conf/machine/nitrogen6sx.conf
diff options
context:
space:
mode:
authorToshikazuOhiwa <toshikazu_ohiwa@mail.toyota.co.jp>2020-03-30 09:24:26 +0900
committerToshikazuOhiwa <toshikazu_ohiwa@mail.toyota.co.jp>2020-03-30 09:24:26 +0900
commit5b80bfd7bffd4c20d80b7c70a7130529e9a755dd (patch)
treeb4bb18dcd1487dbf1ea8127e5671b7bb2eded033 /bsp/meta-freescale-3rdparty/conf/machine/nitrogen6sx.conf
parent706ad73eb02caf8532deaf5d38995bd258725cb8 (diff)
agl-basesystem
Diffstat (limited to 'bsp/meta-freescale-3rdparty/conf/machine/nitrogen6sx.conf')
-rw-r--r--bsp/meta-freescale-3rdparty/conf/machine/nitrogen6sx.conf37
1 files changed, 37 insertions, 0 deletions
diff --git a/bsp/meta-freescale-3rdparty/conf/machine/nitrogen6sx.conf b/bsp/meta-freescale-3rdparty/conf/machine/nitrogen6sx.conf
new file mode 100644
index 00000000..9aa43d46
--- /dev/null
+++ b/bsp/meta-freescale-3rdparty/conf/machine/nitrogen6sx.conf
@@ -0,0 +1,37 @@
+#@TYPE: Machine
+#@NAME: Boundary Devices Nitrogen6SX
+#@SOC: i.MX6SX
+#@DESCRIPTION: Machine configuration for Boundary Devices Nitrogen6SX
+#@MAINTAINER: Ian Coolidge <ian@boundarydevices.com>
+
+MACHINEOVERRIDES =. "mx6:mx6sx:"
+
+include conf/machine/include/imx-base.inc
+include conf/machine/include/tune-cortexa9.inc
+
+KERNEL_DEVICETREE = "imx6sx-nitrogen6sx.dtb"
+KERNEL_IMAGETYPE = "zImage"
+
+PREFERRED_PROVIDER_u-boot ??= "u-boot-boundary"
+PREFERRED_PROVIDER_virtual/bootloader ??= "u-boot-boundary"
+PREFERRED_PROVIDER_virtual/kernel ??= "linux-boundary"
+PREFERRED_PROVIDER_virtual/kernel_use-mainline-bsp ??= "linux-fslc"
+
+# wic support
+WKS_FILE = "sdimage-bootpart.wks"
+IMAGE_BOOT_FILES_append = " \
+ boot.scr-${MACHINE};boot.scr \
+"
+WKS_FILE_DEPENDS = " \
+ u-boot-script-boundary \
+ \
+ e2fsprogs-native \
+ bmap-tools-native \
+"
+
+UBOOT_MACHINE ?= "nitrogen6sx_defconfig"
+
+SERIAL_CONSOLE = "115200 ttymxc0"
+
+MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-wl12xx"
+MACHINE_FEATURES += " pci wifi bluetooth"