Ignore this please. I sent the wrong one. Sincerely, Chase Maupin Integration Team Manager Linux Core Product Development e-mail: [email protected] phone: (214) 567-2950
For support: Forums - http://community.ti.com/forums/ Wiki - http://wiki.davincidsp.com/ > -----Original Message----- > From: Maupin, Chase > Sent: Tuesday, March 26, 2013 10:44 AM > To: [email protected] > Cc: Maupin, Chase > Subject: [PATCHv3 2/2] omap5-evm: Add OMAP5 EVM configuration > > * Add the machine configuration for the OMAP5 EVM device. > * Create the omap-a15.inc file to be shared with all OMAP > Cortex-A15 derivative devices. > > Signed-off-by: Chase Maupin <[email protected]> > --- > * Updated in version 3 > * Moved XSERVER settings into the common SOC_FAMILY include > file. > > --- > conf/machine/include/omap-a15.inc | 25 > ++++++++++++++++++++++ > conf/machine/{am335x-evm.conf => omap5-evm.conf} | 17 +++++++- > ------- > 2 files changed, 33 insertions(+), 9 deletions(-) > create mode 100644 conf/machine/include/omap-a15.inc > copy conf/machine/{am335x-evm.conf => omap5-evm.conf} (75%) > > diff --git a/conf/machine/include/omap-a15.inc > b/conf/machine/include/omap-a15.inc > new file mode 100644 > index 0000000..fa2037a > --- /dev/null > +++ b/conf/machine/include/omap-a15.inc > @@ -0,0 +1,25 @@ > +SOC_FAMILY = "omap-a15" > +require conf/machine/include/soc-family.inc > + > +require conf/machine/include/tune-cortexa15.inc > + > +# Increase this everytime you change something in the kernel > +MACHINE_KERNEL_PR = "r0" > + > +PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging" > +PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging" > + > +KERNEL_IMAGETYPE = "uImage" > + > +UBOOT_ARCH = "arm" > +UBOOT_ENTRYPOINT = "0x80008000" > +UBOOT_LOADADDRESS = "0x80008000" > + > +EXTRA_IMAGEDEPENDS += "virtual/bootloader" > + > +PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" > +XSERVER = "xserver-xorg \ > + xf86-input-evdev \ > + xf86-video-fbdev" > + > +GUI_MACHINE_CLASS = "smallscreen" > diff --git a/conf/machine/am335x-evm.conf b/conf/machine/omap5- > evm.conf > similarity index 75% > copy from conf/machine/am335x-evm.conf > copy to conf/machine/omap5-evm.conf > index 21e79a2..4938535 100644 > --- a/conf/machine/am335x-evm.conf > +++ b/conf/machine/omap5-evm.conf > @@ -1,13 +1,6 @@ > #@TYPE: Machine > -#@NAME: AM335x EVM > -#@DESCRIPTION: Machine configuration for the TI AM335x EVM > - > -require conf/machine/include/ti33x.inc > - > -# Use built-in LCD by default > -XSERVER += "xf86-input-tslib" > -GUI_MACHINE_CLASS = "smallscreen" > -MACHINE_FEATURES += "touchscreen" > +#@NAME: OMAP5 EVM > +#@DESCRIPTION: Machine configuration for the TI OMAP5 uEVM > > IMAGE_FSTYPES += "ubi tar.gz" > > @@ -33,3 +26,9 @@ MKUBIFS_ARGS = "-F -m 2048 -e 126976 -c 3836" > # UBI: sub-page size: 512 > # UBI: VID header offset: 2048 (aligned 2048) > UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512 -O 2048" > + > +UBOOT_MACHINE = "omap5_evm_config" > + > +# Currently removing the sgx machine feature because there is no > SGX package > +# available for omap5 > +MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 > screen touchscreen" > -- > 1.7.0.4 _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
