summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* xserver-xf86-config: mx5: drop unused configurationsOtavio Salvador2012-04-292-37/+1
| | | | | | | | Nowadays Xorg can mostly auto-configure itself so xorg.conf ought to be used as less as possible; this drops the settings that Xorg ought to generate by itself. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-base.inc: drop mouse and keyboard drivers provided by evdev nowadaysOtavio Salvador2012-04-291-2/+0
| | | | | | | X11 uses evdev for keyboard and mouse support so we can drop the unused drivers for now. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx53qsb: force use of u-boot-imxOtavio Salvador2012-04-291-0/+7
| | | | | | | U-Boot's mainline lacks support for Ripley's PMIC so until it get's fixed we need to avoid the switch for it. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-imx: mx53qsb: fix environment to work with generated sdcard layoutOtavio Salvador2012-04-292-2/+54
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-imx: update to 2.6.38.11.11.01 versionOtavio Salvador2012-04-291-2/+2
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-imx: add PROVIDES for u-bootOtavio Salvador2012-04-291-0/+2
| | | | | | | This allow use of u-boot-imx as alternative for u-boot for machines where u-boot's mainline lack features or complete support. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* image_types_fsl.bbclass: add support to skip u-boot paddingOtavio Salvador2012-04-291-1/+2
| | | | | | | u-boot-imx has padding by default and machines using it need to skip it when generating the sdcard. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-base.inc: do not pass '-lnp' to jffs2 image generation commandOtavio Salvador2012-04-271-2/+0
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-base.inc: drop TODO itemsOtavio Salvador2012-04-271-4/+0
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* README: the layer do not depends on Meta-OEOtavio Salvador2012-04-271-4/+0
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot: update from 2012.04 to 2012.04.01 releaseOtavio Salvador2012-04-251-2/+2
| | | | | | | This fixes a critical bug in command line processing thus it is a mandatory update for us. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* xserver-xf86-config: merge imx53qsb and imx53ard onto mx5Otavio Salvador2012-04-233-46/+1
| | | | | | | | This avoids meta-data duplication and easy code reuse for external boards as they only need to make the board machine configuration from mx5 SOC_FAMILY to properly configure Xorg. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot: update to 2012.04 releaseOtavio Salvador2012-04-225-164/+3
| | | | | | | | OE-Core has not yet been update to 2012.04 release so we are adding this to our layer and once it has been update there we move it to a bbappend. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* elftosb: fix linking failure due missing math's libraryOtavio Salvador2012-04-201-1/+3
| | | | | | | | To proper link we need to pass LIBS='-lstdc++ -lm' for make, avoiding the need of patching the build system. Reported-by: John Passaniti <jpassaniti@ashly.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* elftosb: change SRC_URI to a working repositoryOtavio Salvador2012-04-201-1/+1
| | | | | | | | | The server http://foss.doredevelopment.dk is down for sometime and the same file can be found at Timesys' repository so we use it for grabbing the source now. Reported-by: John Passaniti <jpassaniti@ashly.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx (2.6.38): bump PROtavio Salvador2012-04-201-1/+1
| | | | | | | The PR bump in d4748ed26429762952455722a5f948fec6c98af0 was missing so bump it to enforce the kernel is rebuild. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx: Add gpu module to imx6qsabrelite defconfigDaiane Angolini2012-04-203-2/+30
| | | | | | Add a kernel patch to avoid unused variable error Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
* fsl-default-providers.inc: Fix the xserver-xorg-lite nameRogerio Pimentel2012-04-041-1/+1
| | | | | | | This patch fix the xserver-xorg-lite name on fsl-default-providers.inc file Signed-off-by: Rogerio Pimentel <rogerio.pimentel@freescale.com>
* barebox: adapt to new sdcard classEric Bénard2012-04-013-4/+46
| | | | | | | | | 8353415 Major refactor in SDCard generation now puts the uImage in a fat partition even for barebox so adapt the barebox environment to this new behaviour (which makes kernel updates easier then in the previous bbsdimage) Signed-off-by: Eric Bénard <eric@eukrea.com>
* linux-imx: fix no-unaligned patchEric Bénard2012-04-012-5/+6
| | | | | | | | in 551bb42 linux-imx: fix no-unaligned-access.patch I made a typo which leads to a non working patch. This one should be fine (tested with angstrom-bleeding) Signed-off-by: Eric Bénard <eric@eukrea.com>
* bootloaders: fix linking when ld-is-goldEric Bénard2012-04-013-0/+15
| | | | Signed-off-by: Eric Bénard <eric@eukrea.com>
* recipes-bsp: u-boot: Fix the console port for mx6qsabreliteFabio Estevam2012-03-302-2/+30
| | | | | | On mx6qsabrelite the console is ttymxc1. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
* mx6qsabrelite: Fix console portFabio Estevam2012-03-301-0/+2
| | | | | | | | On mx6qsabrelite the console port is ttymxc1. Override the SERIAL_CONSOLE definition from conf/machine/include/imx-base.inc. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
* linux-imx: add 3.0.15Daiane Angolini2012-03-282-0/+2555
| | | | Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
* linux-libc-headers-imx: add 3.0.15Daiane Angolini2012-03-281-0/+10
| | | | Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
* imx-audio: add compatible machine for imx6qsabrelite boardDaiane Angolini2012-03-282-2/+46
| | | | | | | | Add imx6qsabrelite to compatible machine list New imx-audio init script amixer setting for imx6qsabrelite Bump PR Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
* udev: remove OE-Core 164 releaseOtavio Salvador2012-03-2413-768/+0
| | | | | | | | | OE-Core will be branching to Yocto's 2012 first release soon and udev version won't be change until that. We are currently focusing this release and removing this duplicated source avoids the need of udev fixes done in Yocto's branch to be backported. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot: add mx6qsabrelite supportDaiane Angolini2012-03-233-2/+77
| | | | | | | Add patches needed for loading a kernel without Device Tree support Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx6qsabrelite: add machine definitionDaiane Angolini2012-03-231-0/+13
| | | | | Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx: add imx6qsabrelite configurationDaiane Angolini2012-03-232-2/+2460
| | | | | | | | | The kernel configuration has been imported from Freescale's official GIT repository, for 2.6.38 recipe, but with GPU driver disabled, as it does not built at first Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* image_types_fsl.bbclass: fix sdcard image name and symlinkOtavio Salvador2012-03-231-4/+1
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot: add imx6qsabrelite as compatible machineOtavio Salvador2012-03-221-1/+1
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot: add imx28evk as compatible machineOtavio Salvador2012-03-221-1/+1
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-libc-headers-imx: add imx6qsabrelite as compatible machineOtavio Salvador2012-03-221-1/+1
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-libc-headers-imx: add 2.6.38Otavio Salvador2012-03-221-0/+12
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* Major refactor in SDCard generationOtavio Salvador2012-03-224-56/+83
| | | | | | | | | | | | | | | | | | | | The generation of SDCard has been completely refactored to work out of box; now to use it you have to set, e.g: SDCARD_ROOTFS = "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3" SDCARD_SIZE = "128" IMAGE_TYPES += "ext3 sdcard" Now the sdcard has following layout: 0 - 1M - reserved to bootloader and other data 1M - BOOT_SPACE - kernel BOOT_SPACE - SDCARD_SIZE - rootfs All current supported machines on BSP will work out of box and generate a 2GB SDCard with an ext3 rootfs on it. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-base.inc: set u-boot settings for mx5 and mx6 machinesOtavio Salvador2012-03-211-0/+6
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Fabio Estevam <fabio.estevam@freescale.com>
* mx5: set SOC_FAMILY dataOtavio Salvador2012-03-213-0/+9
| | | | | | | Set SoC family as mx5 for imx51evk, imx53ard and imx53qsb Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Fabio Estevam <fabio.estevam@freescale.com>
* fsl-default-providers.inc: drop virtual/xserver-xf86 setOtavio Salvador2012-03-211-1/+0
| | | | | | | OE-Core does not use this provider anymore but virtual/xserver thus we dropped it here as well. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* xf86-video-imxfb: replace virtual/xserver-f86 by virtual/xserverOtavio Salvador2012-03-211-2/+2
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-base.inc: drop duplicated providers settingOtavio Salvador2012-03-211-2/+0
| | | | | | | The PREFERRED_PROVIDER_* are being set by fsl-default-providers.inc so we were duplicating the same information here, thus we dropped it. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* sdcard_image.bbclass: add support to choose the bootloader to useOtavio Salvador2012-03-212-42/+22
| | | | | | | | | The IMAGE_BOOTLOADER variable allows to specific the bootloader to be used. Currently it supports 'u-boot' and 'barebox' as option. Images using the bbsdcard_image.bbclass need to change the image definition to adapt to this. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot: fix UART clock setting for mx53Otavio Salvador2012-03-212-1/+59
| | | | | | | | | | | | | | | Change the parent UART clock to be PLL2, so that U-boot can also boot a Freescale 2.6.35 kernel for mx53. FSL kernel and U-boot changed the UART parent from PLL3 to PLL2 to avoid conflicts with IPU clocks, so that the video resolution can be changed without affecting the UART clock. On a 2.6.35 kernel the serial console is messed up after IPU driver is loaded and this patch fixes this problem. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
* fsl-default-versions.inc: drop u-boot preferred versionOtavio Salvador2012-03-161-2/+0
| | | | | | Let the versions to be taken automatically. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx53ard: fix u-boot machine definitionOtavio Salvador2012-03-161-1/+1
|
* imx53qsb: fix u-boot machine definitionOtavio Salvador2012-03-161-1/+1
|
* imx51evk: fix u-boot machine definitionOtavio Salvador2012-03-161-1/+1
|
* imx-base.inc: change EXTRA_IMAGEDEPENDS to u-boot for easy configurationOtavio Salvador2012-03-161-1/+1
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* default-providers: drop u-boot overrideOtavio Salvador2012-03-161-1/+0
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot: add mainline U-Boot git versionOtavio Salvador2012-03-162-14/+17
| | | | | | | | The mainline U-Boot offers a good support for all the supported platforms and thus we use this specific recipe until OE-Core has the 2012-03 release. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>