From patchwork Tue May 3 14:40:51 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [v2,4/4] mx28evk: Add new machine definition Date: Tue, 03 May 2011 14:40:51 -0000 From: =?utf-8?q?Andreas_M=C3=BCller_=3Cschnitzeltony=40gmx=2Ede=3E?= X-Patchwork-Id: 3105 Message-Id: <1304433651-3278-4-git-send-email-schnitzeltony@gmx.de> To: openembedded-devel@lists.openembedded.org Signed-off-by: Andreas Mueller --- conf/machine/include/imx28.inc | 19 +++++++++++++++++++ conf/machine/mx28evk.conf | 23 +++++++++++++++++++++++ 2 files changed, 42 insertions(+), 0 deletions(-) create mode 100644 conf/machine/include/imx28.inc create mode 100644 conf/machine/mx28evk.conf diff --git a/conf/machine/include/imx28.inc b/conf/machine/include/imx28.inc new file mode 100644 index 0000000..38248a8 --- /dev/null +++ b/conf/machine/include/imx28.inc @@ -0,0 +1,19 @@ +SOC_FAMILY = "mx28" +TARGET_ARCH = "arm" + +require conf/machine/include/tune-arm926ejs.inc + +PREFERRED_PROVIDER_virtual/bootloader = "u-boot" + +# Increase this everytime you change something in the kernel +MACHINE_KERNEL_PR = "r0" + +KERNEL_IMAGETYPE = "uImage" + +UBOOT_ENTRYPOINT = "0x8000" +UBOOT_LOADADDRESS = "0x8000" + +EXTRA_IMAGEDEPENDS += "u-boot" + +IMAGE_FSTYPES += "jffs2 tar.bz2" + diff --git a/conf/machine/mx28evk.conf b/conf/machine/mx28evk.conf new file mode 100644 index 0000000..e093ffa --- /dev/null +++ b/conf/machine/mx28evk.conf @@ -0,0 +1,23 @@ +#@Name: Freescale i.MX28 Evaluation Kit +#@DESCRIPTION: Machine configuration for Freescale i.MX28 Evaluation Kit +#@Homepage: http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=MCIMX28EVKJ&fr=g + +UBOOT_MACHINE = "mx28_evk_config" + +PREFERRED_PROVIDER_virtual/kernel = "linux-imx" + +MACHINE_FEATURES = "kernel26 apm alsa ext2 usbhost usbgadget screen" + +MACHINE_GUI_CLASS = "bigscreen" +LOGO_SIZE = "vga" + +PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive" +XSERVER = "xserver-kdrive-fbdev" + +require conf/machine/include/imx28.inc + +# used by sysvinit_2 +SERIAL_CONSOLE = "115200 ttymxc0" + +ROOT_FLASH_SIZE = "128" +