From a06af1c4f1d766e3c9aaeb264ad8573832d55b6f Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 10 Jun 2017 20:00:57 +0200 Subject: [PATCH] add machine config for litecell15 and sysmobts2100 --- conf/machine/litecell15.conf | 33 +++++++++++++++++++++++++++++++++ conf/machine/sysmobts2100.conf | 2 ++ 2 files changed, 35 insertions(+) create mode 100644 conf/machine/litecell15.conf create mode 100644 conf/machine/sysmobts2100.conf diff --git a/conf/machine/litecell15.conf b/conf/machine/litecell15.conf new file mode 100644 index 0000000..cbbd79d --- /dev/null +++ b/conf/machine/litecell15.conf @@ -0,0 +1,33 @@ +#@TYPE: Machine +#@NAME: Litecel15 EVM +#@DESCRIPTION: Machine configuration for the NRW Litecell15 EVM + +# (omap-a15.inc) + +SOC_FAMILY = "omap-a15" +require conf/machine/include/soc-family.inc + +DEFAULTTUNE = "cortexa15thf-neon" +require conf/machine/include/tune-cortexa15.inc + +KERNEL_IMAGETYPE = "zImage" + +UBOOT_ARCH = "arm" +UBOOT_ENTRYPOINT = "0x80008000" +UBOOT_LOADADDRESS = "0x80008000" + +EXTRA_IMAGEDEPENDS += "virtual/bootloader" + +PREFERRED_PROVIDER_virtual/kernel = "linux-litecell15" +PREFERRED_PROVIDER_virtual/bootloader = "u-boot-litecell15" +PREFERRED_PROVIDER_u-boot = "u-boot-litecell15" + +IMAGE_FSTYPES += "tar.gz" +SERIAL_CONSOLE = "115200 ttyS2" +UBOOT_MACHINE = "litecell15_config" + +# Currently removing the sgx machine feature because there is no SGX package +# available for omap5 +MACHINE_FEATURES = "kernel26 apm vfat ext2" + +MACHINE_GPS_DEVICE = "/dev/ttyS0" diff --git a/conf/machine/sysmobts2100.conf b/conf/machine/sysmobts2100.conf new file mode 100644 index 0000000..afae95d --- /dev/null +++ b/conf/machine/sysmobts2100.conf @@ -0,0 +1,2 @@ +# sysmoBTS 2100 machine type, based on LC15 +require conf/machine/litecell15.conf