| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
|
|
|
|
| |
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
|
|
|
|
| |
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
|
|
|
|
| |
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
|
|
|
|
| |
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
| |
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Acked-by: Fabio Estevam <fabio.estevam@freescale.com>
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
| |
Let the versions to be taken automatically.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
|
| |
|
| |
|
| |
|
|
|
|
| |
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
|
|
|
|
| |
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
Signed-off-by: Eric Bénard <eric@eukrea.com>
|
|
|
|
|
|
| |
this one should match the latest release Linaro did for i.MX53
Signed-off-by: Eric Bénard <eric@eukrea.com>
|
|
|
|
|
|
| |
this patch was recommended by Koen to support recent systemd
Signed-off-by: Eric Bénard <eric@eukrea.com>
|
|
|
|
|
|
| |
this allows easy testing of other kernels
Signed-off-by: Eric Bénard <eric@eukrea.com>
|
|
|
|
| |
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
|
|
|
|
| |
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
|
|
|
|
| |
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
|
|
|
|
|
| |
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Acked-by: Eric Bnard <eric@eukrea.com>
|
|
|
|
|
|
|
| |
That allows for easy addition of newer i.MX6 platform on the BSP.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Acked-by: Eric Bnard <eric@eukrea.com>
|
|
|
|
|
|
|
|
| |
This patch, include in 2.6.35.3 and 2.6.38 kernel recipes, has been
imported from Yocto kernel to allow the use of NFS server in user-mode
as it is preferred for use in SDK and ADT tools.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
|
|
|
|
|
|
|
|
| |
This makes easier to identify which kernel needs a specific patch
avoiding keeping unused patches around.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Acked-by: Eric Bnard <eric@eukrea.com>
|
|
|
|
|
|
|
|
|
| |
this patch update 2.6.38 to the latest tag available on Freescale's
git server
it alse adds the default defconfig of this kernel which allows to compîle
a 2.6.38 kernel for imx53qsb
Signed-off-by: Eric Bénard <eric@eukrea.com>
|
|
|
|
|
|
|
|
| |
this patch enable gpio led and led triggers and add the options
required for systemd as recommended in :
http://dominion.thruhere.net/koen/cms/recommended-kernel-config-options-for-a-modern-angstrom-system
Signed-off-by: Eric Bénard <eric@eukrea.com>
|
|
|
|
|
|
|
| |
this gives us a chance to be able to compile other versions of
the kernel with their own configuration
Signed-off-by: Eric Bénard <eric@eukrea.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
this class allows the generation of a ready to use SDCard image
using barebox bootloader.
example on how to use it (with angstrom distro) :
1- add these 3 lines to your local.conf :
ROOTFS = "${DEPLOY_DIR_IMAGE}/console-image-imx53qsb.ext3"
INHERIT += "bbsdcard_image"
BBSDIMG_SIZE = "512"
2- build the image
bitbake console-image
3- copy it to the sdcard (update device for you sdcard, take care to not erase your hard drive ;-)
sudo dd if=build/tmp-angstrom_2010_x-eglibc/deploy/images/imx53qsb/console-image-imx53qsb.bbsdimg of=/dev/mmcblk0
Signed-off-by: Eric Bénard <eric@eukrea.com>
|
|
|
|
|
|
|
|
|
|
| |
barebox is a modern bootloader, this recipe adds support for the
imx53qsb and includes patches to support both DA9053 and MC34708
based QSB (named MCIMX53-START & MCIMX53-START-R). These patches
are now mainlined in the next branch of barebox so they will
disapear in the next update (ie barebox-2012.04.0)
Signed-off-by: Eric Bénard <eric@eukrea.com>
|
|
|
|
|
|
|
| |
Posted by Phil Endecott on imxcommunity.org.
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
|
|
|
|
|
|
| |
this allows to have an heartbeat trigger on this led for example
Signed-off-by: Eric Bénard <eric@eukrea.com>
|
|
|
|
| |
Signed-off-by: Eric Bénard <eric@eukrea.com>
|
|
|
|
|
|
|
|
| |
- this recipe actually doesn't compile.
- this patch fix this and package the tests.
- currently only compile tested.
Signed-off-by: Eric Bénard <eric@eukrea.com>
|
|
|
|
| |
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
|
|
|
|
|
|
|
|
| |
with this fix (very close to what was applied to mainline kernel),
we can also compile the kernel with toolchain which don't have the
-mno-unaligned-access option.
Signed-off-by: Eric Bénard <eric@eukrea.com>
|
|
|
|
|
|
|
| |
All assignment now need to be properly quotted otherwise bitbake
raises an exception while parsing the recipes.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
|
|
|
|
| |
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
|
|
|
|
|
|
|
|
|
| |
Currently supported machines doesn't support kernel above 2.6.35 thus
forcing us to be using udev 164 version for now.
Once kernel is updated, this ought to be reverted.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
|
|
|
|
|
|
|
|
| |
* Add imx51evk target board support
* Add default defconfig
* Bump PR.
Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
|
|
|
|
|
|
|
| |
* Machconfig file for imx51evk input devices support
* Assume no touchscreen and system uses external keyboard
Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
|
|
|
|
|
|
|
| |
* Add imx51evk to compatible machine list
* Bump PR
Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
|
|
|
|
|
|
|
| |
* Add imx51evk to compatible machine list
* Bump PR
Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
|