| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
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>
|
|
|
|
|
|
|
|
| |
* Add imx51evk to compatible machine list
* New imx-audio init script amixer setting for imx51evk
* Bump PR
Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
|
|
|
|
|
|
|
|
| |
* New machine config file for imx51 evaluation kit
board, sets tune arch options and uboot board
information.
Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
|
|
|
|
|
|
|
|
|
|
| |
* Remove x11-common bbappend file and patch that
added touchscreen device information.
* Touchscreen config options should be part of
recipe-bsp/formfactor/machconfig recipe where
TSLIB options are expanded.
Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
|
|
|
|
|
|
|
|
|
| |
* Update machine config options
* Include imx-base file and include tune arch options
* Set uboot load and entry address since this are
not always the same in iMx platforms
Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
|
|
|
|
|
|
|
|
|
| |
* Update machine config options
* Include imx-base file and include tune arch options
* Set uboot load and entry address since this are
not always the same in iMx platforms
Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Rename imx-base include file so it can be include
in most iMx platforms imx53, imx6q
* Move tune arch options to machine conf file to be
able to reuse in different targets
* Fix EXTRA_IMAGEDEPENDS variable name.
* Remove kernel26 from MACHINE_FEATURES this is no
longer used.
Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
* likewise/master:
imx-test: New unit-tests. Does not compile yet.
linux_imx: New kernel patches from Freescale, 2011-12.
linux-imx: Replace patch for DMA_ZONE by improved patch.
imx-firmware: Merge patches from Linux_20201112_20patch_bundle.tar.gz
imx-lib: Merge patches from Linux_20201112_20patch_bundle.tar.gz
|
| |
| |
| |
| | |
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
|
| |
| |
| |
| | |
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
|
| |
| |
| |
| |
| |
| |
| | |
Add Freescale patches from L2.6.35_MX53_201112_Patches,
to be integrated and tested later.
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
|
| |
| |
| |
| |
| |
| |
| |
| | |
Fixed issue: [Decode/H.264] VPU output has mosaics for one clip
Upgrade VPU f/w to v1.4.49 on mx51
Upgrade VPU f/w to v1.4.48 on mx53
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
|
| |
| |
| |
| |
| |
| |
| | |
ENGR00156800 VPU: Fix decoding mp4PackedPBFrame stream failure issue
ENGR00162690 VPU: Fix the issue of rotation 180 degree in encoder
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
|
|\ \
| | |
| | | |
fix some includes for imx specific recipes
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Without that fix we have:
hwbuffer_allocator.c:49:23: fatal error: linux/ipu.h: No such file or directory
Signed-off-by: Denis Carikli <denis@eukrea.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Without that fix we have:
mxc_ipu_hl_lib.c:44:28: fatal error: linux/videodev.h: No such file or directory
Signed-off-by: Denis Carikli <denis@eukrea.com>
|
|/ /
| |
| |
| |
| |
| |
| | |
Without that fix we have:
imx_driver.c:33:25: fatal error: linux/mxcfb.h: No such file or directory
Signed-off-by: Denis Carikli <denis@eukrea.com>
|
| |
| |
| |
| | |
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
|
|/
|
|
|
|
|
| |
Current default kernel doesn't work with newer udev releases so we
make it clear setting the preferred version for it.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
|
|
|
|
| |
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
|
|
|
|
|
|
|
|
| |
This avoids the need of setting a preferred version of
linux-libc-headers-imx as this can be dynamically discovered by the
available packages.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
|
|
|
|
|
|
|
| |
There's no reason to globally restrict the use of one specific version
of linux-imx as it can be done on the recipes.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
|