summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-08-17u-boot-toradex-fw-utils: fix bashismmeta-toradex_splitStefan Agner
Do not use the function keyword, then the script works fine with with Busybox' shell implementation. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
2016-08-17u-boot-fw-utils: correct blocks reserved for environmentStefan Agner
While we use only one erase block for the U-Boot environment, we reserve four in case there are bad blocks in the environment area. Specify the number of blocks so that the Linux utilities are able to read/write the environment even if the first block of the environment is bad. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
2016-08-17u-boot-fw-utils: use negative offset for environmentStefan Agner
Rely on newly implemented configuration functionality to locate the environment at the end of the boot partition. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
2016-06-30alsa-state: add asound.state for Colibri iMX7 modulesStefan Agner
Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
2016-06-30linux-toradex: update to latestMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2016-06-30colibri_vf: fix audio and add L2 switchStefan Agner
Resynchronize defconfig with the git tree version: The audio Codec Machine driver was missing hence the sound card got not detected by the SAI driver. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2016-06-30linux-toradex: update to latest -nextMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2016-06-30colibri-imx7: synchronize defconfigStefan Agner
Synchronize defconfig with kernel git. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2016-06-30colibri-imx7: add kernel 4.1.15 recipeMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
2016-06-30colibri-imx7: remove zImage and dtbs from rootfsStefan Agner
Remove Kernel image and device tree from rootfs since we start using static UBI volumes. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2016-06-30colibri_vf: update defconfig to enable IIO sysfs triggerSanchayan Maity
While we enable CONFIG_IIO_SYSFS_TRIGGER in kernel source defconfig this is not enabled in defconfig being used in OpenEmbedded. This results in sysfs triggers not being enabled by default in an image build with OpenEmbedded. This is already observed with our last release 2.6 Beta1 image. Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com> Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
2016-06-30u-boot: get rid of obsolete patchesMarcel Ziswiler
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2016-06-30u-boot, u-boot-fw-utils: update to latestStefan Agner
The upgrade is required to match to the latest update scripts which deploy the kernel and device tree into static UBI volumes. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2016-04-11linux-toradex-fsl-rt: Added a real-time kernel recipe for 3.14.52Brandon Shibley
A new i.MX6/i.MX7 real-time 3.14.52 kernel recipe was added with a modified PREEMPT_RT patch to accomodate the backports applied to the Toradex kernel. To select the kernel use a preferred provider variable in your configuration files (e.g. local.conf): PREFERRED_PROVIDER_virtual/kernel = "linux-toradex-fsl-rt" Signed-off-by: Brandon Shibley <brandon.shibley@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
2016-03-31linux-toradex_3.14.52: autoload USB gadget modulesMax Krummenacher
Use KERNEL_MODULE_AUTOLOAD to load USB gadget support. This is required for libusbg (gadget-import) to work. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2016-03-31u-boot: update to latest from 2015.04-toradex-nextMarcel Ziswiler
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2016-03-30psplash-angstrom_git.bbappend: removed, *.bb no longer existsMax Krummenacher
2016-03-30u-boot fsl utils: update to latest -next and add mx7Max Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2016-03-30u-boot fsl: update to latest -nextMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2016-03-30linux-toradex_4.4: update to latest on -nextMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2016-03-30linux-toradex_3.14.52: update to latest on -next and use also for mx6Max Krummenacher
Update defconfigs and drop picking the defconfig from the kernel sources. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2016-03-30linux-toradex-fsl-rt: Added a real-time kernel recipeBrandon Shibley
A new i.MX6 real-time kernel recipe was added with a modified PREEMPT_RT patch to accomodate the backports applied to the Toradex kernel. To select the kernel use a preferred provider variable in your configuration files (e.g. local.conf): PREFERRED_PROVIDER_virtual/kernel = "linux-toradex-fsl-rt" Signed-off-by: Brandon Shibley <brandon.shibley@toradex.com> Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
2016-03-30linux-toradex_4.4: autoload USB gadget modulesStefan Agner
Use KERNEL_MODULE_AUTOLOAD to load USB gadget support. This is required for libusbg (gadget-import) to work. Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
2016-03-30colibri-vf.conf: set mqxboot version with wildcardMax Krummenacher
Fix build failure because mqxboot_2.x is built instead of the required mqxboot_1.x. The mqxboot version changed from 1.0 to 1.0.1. Choosing the preferred version with a wildcard prevents using the not compatible 2.x version. NOTE: preferred version 1.0 of mqxboot not available (for item mqxboot) NOTE: versions of mqxboot available: 1.0.1 2.0.1 While at it set the prefered providers for mcc related recipes. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (ported from meta-fsl-arm-extra 6eefe6562d51525ff511adf81a84ad7af8a25814 and 0f4942175f8ae00741b2fee2ab82ceedb58f15c3)
2016-03-30linux-toradex_4.1: set local version to V2.6Max Krummenacher
Signed-off--by: Max Krummenacher <max.krummenacher@toradex.com>
2016-03-30linux-toradex_3.14.28: update to latest and fix branch nameMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2016-03-15formfactor: add empty machconfig for colibri-imx7Max Krummenacher
This overrides the meta-fsl-arm provided settings from machconfig. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2016-03-14colibri-vf: add linux-toradex_4.4.bbMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
2016-03-14linux-toradex_3.14.28: add bbappend with SRCVER and defconfigMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
2016-03-14colibri-imx7: add machine configurationMax Krummenacher
The Toradex Colibri iMX7 computer module is based on i.MX 7. The Colibri iMX7 is a member of the pincompatible Colibri family. They feature on module RAM and NAND, Ethernet PHY, Resistive Touch Controller and Audio Codec. For additional specifications please visit: https://www.toradex.com/computer-on-modules/colibri-arm-family/freescale-imx7 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
2016-03-14linux-toradex: add Linux recipe for Toradex Colibri iMX7Max Krummenacher
This recipe provides a kernel for the Freescale i.MX 7 based module Colibri iMX7. - based on Freescale's BSP release imx_3.14.52_1.1.0_ga release Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
2016-03-14u-boot-toradex: add i.MX 7 based modulesMax Krummenacher
This allows building U-Boot supporting Toradex Colibri iMX7 modules. Based on upstream Freescale/NXP 3.14.52_1.1.0_ga release which is based on 2015.04. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
2016-03-14imx-loader: update to later versionMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
2016-03-14linux-firmware: drop bbappend, changes are now in metaMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
2016-03-14Apalis/Colibri iMX6: drop in favour of meta-fsl-arm-extraMax Krummenacher
machine/u-boot/kernel files have been added to meta-fsl-arm-extra. Use them from there now. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
2016-03-14colibri-vf: read machine configuration, remove zImage from rootfsStefan Agner
Read machine configuration and remove Kernel image and device tree from rootfs since we start using static UBI volumes. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
2016-03-14Update Vybrid U-Boot to latest versionStefan Agner
Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
2016-03-14recipes-support: usb-suspend-resume: Add USB suspend resume fix for VybridSanchayan Maity
Add systemd service which utilises systemd's suspend resume hooks to excute scripts which take care of unbinding and binding the necessary configurations and usb driver during suspend and resume respectively. Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com> Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
2015-12-15linux-firmware: backport rtl8192cx: Add latest available firmwareMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2015-12-15Update all U-Boot versions to latestMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2015-12-15linux-toradex_4.1: update to latest revisionMax Krummenacher
Update to latest revision which contains a SPI bugfix and the latest upstream stable release v4.1.15. Also synchronize the VF defconfig. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2015-12-15linux-toradex-fsl: update to latest revisionMax Krummenacher
Update to latest revision which fixes Colibri iMX6D not powerering off but creating a stacktrace. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2015-12-15linux-toradex_4.1: convert recipe to bbappendMax Krummenacher
We have this recipe in meta-fsl-arm-extra. Convert it to a bbappend and only keep the changes to the bb files. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2015-12-15Apalis iMX6: U-Boot: change name for IT modulesMax Krummenacher
Change the name form u-boot-it.imx to u-boot.imx-it. This prepares for the upcomming move of the i.MX 6 based modules BSP to meta-fsl-arm-extra. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2015-12-15README: Add README with dependency and contribution informationStefan Agner
Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2015-12-15colibri_vf: updated defconfig enables RTL8192CU driverStefan Agner
Enable RTL8192CU driver to support LM006 USB WiFi adapter. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2015-11-04Apalis/Colibri iMX6: Update Linux kernel to latestMax Krummenacher
2015-11-04linux: fix B != SMarcel Ziswiler
2015-11-04apalis/colibri_imx6/t20/t30: add version/git hash to KernelStefan Agner
Add LOCALVERSION and generate a scmversion file to annotate the Kernel with the Toradex release and a git hash.
2015-11-04apalis/colibri_imx6: update/load USB Gadget ConfigFS automaticallyStefan Agner
Since we use USB Gadget ConfigFS now use libusbg to load the USB Gadget configuration automatically.