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