]>
code.ossystems Code Review - meta-freescale.git/log
Matthew McClintock [Tue, 15 May 2012 18:30:25 +0000 (13:30 -0500)]
mtd-utils: remove extra patches
Signed-off-by: Matthew McClintock <msm@freescale.com>
Matthew McClintock [Tue, 15 May 2012 18:28:58 +0000 (13:28 -0500)]
remove fsl specific toolchain
Signed-off-by: Matthew McClintock <msm@freescale.com>
Matthew McClintock [Tue, 15 May 2012 18:27:56 +0000 (13:27 -0500)]
testfloat_2a.bb: fix quoting issues
Signed-off-by: Matthew McClintock <msm@freescale.com>
Matthew McClintock [Tue, 15 May 2012 18:25:30 +0000 (13:25 -0500)]
fsl.conf: update distro conf for denzil release
Signed-off-by: Matthew McClintock <msm@freescale.com>
Otavio Salvador [Sat, 12 May 2012 22:37:20 +0000 (15:37 -0700)]
Merge pull request #8 from trygvis/master
Fix elftosb build.
Trygve Laugstøl [Wed, 9 May 2012 19:07:42 +0000 (21:07 +0200)]
elftosb: Adding patch to build on my Debian x86_64 box.
Signed-off-by: Trygve Laugstøl <trygvis@inamo.no>
Rogerio Pimentel [Thu, 10 May 2012 17:04:59 +0000 (14:04 -0300)]
xserver-xf86-config: mx6: Use fbdev driver
Use fbdev instead imx driver on xorg.conf
Signed-off-by: Rogerio Pimentel <rogerio.pimentel@freescale.com>
Acked-by: Daiane Angolini <daiane.angolini@freescale.com>
Ting Liu [Thu, 10 May 2012 10:02:07 +0000 (10:02 +0000)]
meta-fsl-ppc-private: add testfloat
Signed-off-by: Ting Liu <b28495@freescale.com>
Ting Liu [Wed, 9 May 2012 09:33:32 +0000 (09:33 +0000)]
define JFFS2_ERASEBLOCK size for all boards
Signed-off-by: Ting Liu <b28495@freescale.com>
Matthew McClintock [Tue, 1 May 2012 03:39:30 +0000 (03:39 +0000)]
sysvinit-inittab.bbappend: remove and rely only on poky
Signed-off-by: Matthew McClintock <msm@freescale.com>
Otavio Salvador [Mon, 23 Apr 2012 13:03:28 +0000 (10:03 -0300)]
xserver-xf86-config: add mx6 Xorg configuration
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Otavio Salvador [Fri, 27 Apr 2012 19:07:12 +0000 (16:07 -0300)]
imx6qsabrelite: add XSERVER definition using fbdev driver
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Otavio Salvador [Tue, 1 May 2012 03:31:46 +0000 (00:31 -0300)]
image_types_fsl.bbclass: split sdcard generation by SoC family
i.MXS and i.MX SoC families has enough partition layout differences
that justify to have a specific code for each SoC family to easy
maintenance and readability of code.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Radoslav Kolev [Tue, 1 May 2012 18:19:41 +0000 (21:19 +0300)]
Fix fetch URL for elftosb
Signed-off-by: Radoslav Kolev <radoslav@kolev.info>
Otavio Salvador [Tue, 1 May 2012 19:26:36 +0000 (16:26 -0300)]
imx28evk: add default image fstypes
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Otavio Salvador [Tue, 1 May 2012 19:22:54 +0000 (16:22 -0300)]
image_types_fsl.bbclass: remove image fstypes definition to i.MXS SoCs
The SoC image fstypes needs to be assigned in the machine definition
or the default ones are not used.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Otavio Salvador [Mon, 30 Apr 2012 21:04:04 +0000 (18:04 -0300)]
image_types_fsl.bbclass: avoid use of 'sed' to change partition type
The 'sed' might fail in some systems due user right and restrictions
so we use 'dd' and 'echo' to do the same trick.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Reported-by: "John Passaniti" <jpassaniti@ashly.com>
Otavio Salvador [Mon, 30 Apr 2012 21:01:54 +0000 (18:01 -0300)]
image_types_fsl.bbclass: use a sparse file for sdcard generation
This speeds up the generation of the sdcard and reduces the amount of
space used for it.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Reported-by: "John Passaniti" <jpassaniti@ashly.com>
Otavio Salvador [Tue, 13 Mar 2012 20:09:28 +0000 (20:09 +0000)]
imx28evk: add machine definition
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Otavio Salvador [Tue, 20 Mar 2012 21:11:40 +0000 (21:11 +0000)]
image_types_fsl.bbclass: generates mxs' u-boot bootstream binaries
The mxs SoC family requires use of a bootstream in bootloader but at
this moment only SDCard format is supported. The image for use is
'u-boot.mxsboot-sdcard' and this is also the file extension of the
generated file beside of regular u-boot binary.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Otavio Salvador [Wed, 14 Mar 2012 18:30:20 +0000 (18:30 +0000)]
linux-imx: add imx28evk configuration
The kernel configuration has been imported from Freescale's official
GIT repository, for 2.6.35.3 recipe, but with CONFIG_ROOT_NFS disabled
as we use the NFS server in user-mode.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Otavio Salvador [Sat, 17 Mar 2012 17:52:20 +0000 (17:52 +0000)]
u-boot-mxsboot: add
Adds a native and nativesdk tasks that allow for automation of image
generation for 'mxs' SOC family.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Otavio Salvador [Mon, 30 Apr 2012 14:06:42 +0000 (11:06 -0300)]
xf86-video-imxfb: move rdepends to PN only
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Otavio Salvador [Sun, 29 Apr 2012 12:55:59 +0000 (09:55 -0300)]
xserver-xf86-config: mx5: drop unused configurations
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>
Otavio Salvador [Sun, 29 Apr 2012 12:54:08 +0000 (09:54 -0300)]
imx-base.inc: drop mouse and keyboard drivers provided by evdev nowadays
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>
Otavio Salvador [Sun, 29 Apr 2012 12:51:54 +0000 (09:51 -0300)]
imx53qsb: force use of u-boot-imx
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>
Otavio Salvador [Sun, 29 Apr 2012 14:44:38 +0000 (11:44 -0300)]
u-boot-imx: mx53qsb: fix environment to work with generated sdcard layout
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Otavio Salvador [Sun, 29 Apr 2012 14:12:38 +0000 (11:12 -0300)]
u-boot-imx: update to 2.6.38.11.11.01 version
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Otavio Salvador [Sun, 29 Apr 2012 12:49:20 +0000 (09:49 -0300)]
u-boot-imx: add PROVIDES for u-boot
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>
Otavio Salvador [Sun, 29 Apr 2012 15:24:04 +0000 (12:24 -0300)]
image_types_fsl.bbclass: add support to skip u-boot padding
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>
Ting Liu [Fri, 27 Apr 2012 10:49:49 +0000 (10:49 +0000)]
u-boot: package images to u-boot-images
Signed-off-by: Ting Liu <b28495@freescale.com>
Otavio Salvador [Thu, 26 Apr 2012 17:14:34 +0000 (14:14 -0300)]
imx-base.inc: do not pass '-lnp' to jffs2 image generation command
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Otavio Salvador [Thu, 26 Apr 2012 17:11:21 +0000 (14:11 -0300)]
imx-base.inc: drop TODO items
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Otavio Salvador [Fri, 27 Apr 2012 18:30:01 +0000 (15:30 -0300)]
README: the layer do not depends on Meta-OE
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Matthew McClintock [Fri, 27 Apr 2012 16:28:02 +0000 (11:28 -0500)]
remove p3060qds
Signed-off-by: Matthew McClintock <msm@freescale.com>
Chunrong Guo [Wed, 25 Apr 2012 08:17:56 +0000 (08:17 +0000)]
add p5040-64b support
Signed-off-by: Chunrong Guo <b40290@freescale.com>
Otavio Salvador [Wed, 25 Apr 2012 20:09:33 +0000 (17:09 -0300)]
u-boot: update from 2012.04 to 2012.04.01 release
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>
Matthew McClintock [Tue, 24 Apr 2012 23:31:57 +0000 (18:31 -0500)]
Disable ccache in FSL distro
I'm trying to determine if ccache is causing issues with sstate
and need to disable and it do a complete build for testing
Signed-off-by: Matthew McClintock <msm@freescale.com>
Otavio Salvador [Mon, 23 Apr 2012 12:59:31 +0000 (09:59 -0300)]
xserver-xf86-config: merge imx53qsb and imx53ard onto mx5
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>
Ting Liu [Fri, 20 Apr 2012 10:11:21 +0000 (10:11 +0000)]
u-boot-sd: skip using boot-format to regenerate images
u-boot images can be deployed to SD using boot-format on target
board. This method can leave the SD partition not destoryed.
For bug ENGR179814.
Signed-off-by: Ting Liu <b28495@freescale.com>
Chunrong Guo [Wed, 18 Apr 2012 14:19:29 +0000 (14:19 +0000)]
recipes-append/udev: add skip rules for inappropriate block devices
Signed-off-by: Chunrong Guo <b40290@freescale.com>
Otavio Salvador [Sun, 22 Apr 2012 19:10:53 +0000 (16:10 -0300)]
u-boot: update to 2012.04 release
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>
Otavio Salvador [Fri, 20 Apr 2012 21:11:30 +0000 (18:11 -0300)]
elftosb: fix linking failure due missing math's library
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>
Otavio Salvador [Fri, 20 Apr 2012 20:49:18 +0000 (17:49 -0300)]
elftosb: change SRC_URI to a working repository
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>
Otavio Salvador [Fri, 20 Apr 2012 20:24:09 +0000 (17:24 -0300)]
linux-imx (2.6.38): bump PR
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>
Daiane Angolini [Fri, 20 Apr 2012 19:33:39 +0000 (14:33 -0500)]
linux-imx: Add gpu module to imx6qsabrelite defconfig
Add a kernel patch to avoid unused variable error
Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
Zhenhua Luo [Wed, 18 Apr 2012 07:21:58 +0000 (15:21 +0800)]
add e500mc support for oprofile
Signed-off-by: Zhenhua Luo <b19537@freescale.com>
Stefan Szabo [Fri, 13 Apr 2012 18:20:19 +0000 (18:20 +0000)]
Added rule to rename to fm2-gb4 the 5th GB of 2nd FMan in P5040
Signed-off-by: Stefan Szabo <szbs001@freescale.com>
Zhenhua Luo [Fri, 13 Apr 2012 08:33:19 +0000 (16:33 +0800)]
enable CHRT in busybox defconfig
chrt (required for some of the RT test cases,
'chrt' allows to set scheduling prio/policy of a thread.
Signed-off-by: Zhenhua Luo <b19537@freescale.com>
Zhenhua Luo [Wed, 11 Apr 2012 20:33:17 +0000 (20:33 +0000)]
disable udhcp in busybox to stop ip auto-assign
Signed-off-by: Zhenhua Luo <b19537@freescale.com>
Zhenhua Luo [Thu, 12 Apr 2012 08:47:33 +0000 (16:47 +0800)]
Disable rp_filter to enhance ASF IP forward performance
Signed-off-by: Zhenhua Luo <b19537@freescale.com>
Matthew McClintock [Wed, 11 Apr 2012 23:55:15 +0000 (23:55 +0000)]
fsl-toolchain: add glib-2.0-dev package so we pull in header and pkgconfig files
Signed-off-by: Matthew McClintock <msm@freescale.com>
Zhenhua Luo [Tue, 10 Apr 2012 09:25:32 +0000 (17:25 +0800)]
tclap: add tclap 1.2.1
Signed-off-by: Zhenhua Luo <b19537@freescale.com>
Zhenhua Luo [Tue, 10 Apr 2012 02:54:11 +0000 (10:54 +0800)]
fix u-boot-nand build error of non-dpaa targets
u-boot-nand doesn't need to be handled by boot-format
Signed-off-by: Zhenhua Luo <b19537@freescale.com>
Zhenhua Luo [Mon, 9 Apr 2012 10:11:48 +0000 (18:11 +0800)]
remove unnecessary line from UBOOT_TARGET judgement
p5020ds-32b and p5020ds-64b use the same u-boot configuration option,
remove p5020ds-64b line in UBOOT_TARGET judgement.
Signed-off-by: Zhenhua Luo <b19537@freescale.com>
Chunrong Guo [Mon, 9 Apr 2012 06:09:15 +0000 (14:09 +0800)]
Add more supported u-boot types for dpaa targets
Signed-off-by: Chunrong Guo <b40290@freescale.com>
Signed-off-by: Zhenhua Luo <b19537@freescale.com>
Rogerio Pimentel [Wed, 4 Apr 2012 16:07:04 +0000 (11:07 -0500)]
fsl-default-providers.inc: Fix the xserver-xorg-lite name
This patch fix the xserver-xorg-lite name on
fsl-default-providers.inc file
Signed-off-by: Rogerio Pimentel <rogerio.pimentel@freescale.com>
Matthew McClintock [Mon, 2 Apr 2012 19:58:57 +0000 (14:58 -0500)]
Revert "fsl.conf: make DISTRO_FEATURES minimal as possible"
This reverts commit
314ce1065833306d44f3cd42ffbd9f330e2c02b5 .
This is causing issues with larger images that don't build when X11
is disabled. We need to defer this issue until after our release
Eric Bénard [Sun, 1 Apr 2012 13:15:06 +0000 (15:15 +0200)]
barebox: adapt to new sdcard class
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>
Eric Bénard [Sun, 1 Apr 2012 13:15:05 +0000 (15:15 +0200)]
linux-imx: fix no-unaligned patch
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>
Eric Bénard [Sun, 1 Apr 2012 13:15:04 +0000 (15:15 +0200)]
bootloaders: fix linking when ld-is-gold
Signed-off-by: Eric Bénard <eric@eukrea.com>
Zhenhua Luo [Sat, 31 Mar 2012 03:39:21 +0000 (11:39 +0800)]
remove bbappend of ipsec-tools and samba due to the two packages are not in poky repository
Signed-off-by: Zhenhua Luo <b19537@freescale.com>
Matthew McClintock [Thu, 29 Mar 2012 17:53:08 +0000 (12:53 -0500)]
fsl.conf: make DISTRO_FEATURES minimal as possible
Signed-off-by: Matthew McClintock <msm@freescale.com>
Fabio Estevam [Thu, 29 Mar 2012 16:37:34 +0000 (13:37 -0300)]
recipes-bsp: u-boot: Fix the console port for mx6qsabrelite
On mx6qsabrelite the console is ttymxc1.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Fabio Estevam [Thu, 29 Mar 2012 16:37:33 +0000 (13:37 -0300)]
mx6qsabrelite: Fix console port
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>
Zhenhua Luo [Tue, 27 Mar 2012 12:47:44 +0000 (12:47 +0000)]
add libgomp and libgomp-dev in fsl-toolchain
Signed-off-by: Zhenhua Luo <b19537@freescale.com>
Daiane Angolini [Wed, 28 Mar 2012 17:09:24 +0000 (12:09 -0500)]
linux-imx: add 3.0.15
Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
Daiane Angolini [Wed, 28 Mar 2012 17:26:27 +0000 (12:26 -0500)]
linux-libc-headers-imx: add 3.0.15
Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
Daiane Angolini [Wed, 28 Mar 2012 13:49:02 +0000 (08:49 -0500)]
imx-audio: add compatible machine for imx6qsabrelite board
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>
Zhenhua Luo [Tue, 27 Mar 2012 13:57:56 +0000 (21:57 +0800)]
libxml: add --with-fexceptions into configure parameter list
Signed-off-by: Zhenhua Luo <b19537@freescale.com>
Matthew McClintock [Tue, 27 Mar 2012 03:21:54 +0000 (03:21 +0000)]
gcc: add gcc-runtime back which should have powerpc patches
Signed-off-by: Matthew McClintock <msm@freescale.com>
Matthew McClintock [Fri, 23 Mar 2012 23:41:55 +0000 (23:41 +0000)]
fix appending distro tag to PR
Signed-off-by: Matthew McClintock <msm@freescale.com>
Chunrong Guo [Fri, 23 Mar 2012 16:24:29 +0000 (16:24 +0000)]
fix "shutdown" hang issue
fix ENGR00170373: shutdown doesn't work
Signed-off-by: Chunrong Guo <b40290@freescale.com>
Otavio Salvador [Sat, 24 Mar 2012 18:23:00 +0000 (18:23 +0000)]
udev: remove OE-Core 164 release
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>
Daiane Angolini [Thu, 22 Mar 2012 19:44:32 +0000 (14:44 -0500)]
u-boot: add mx6qsabrelite support
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>
Daiane Angolini [Thu, 22 Mar 2012 20:09:53 +0000 (15:09 -0500)]
imx6qsabrelite: add machine definition
Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Daiane Angolini [Thu, 22 Mar 2012 20:03:11 +0000 (15:03 -0500)]
linux-imx: add imx6qsabrelite configuration
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>
Otavio Salvador [Fri, 23 Mar 2012 17:13:18 +0000 (17:13 +0000)]
image_types_fsl.bbclass: fix sdcard image name and symlink
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Zhenhua Luo [Fri, 23 Mar 2012 10:16:22 +0000 (18:16 +0800)]
Revert "point to internel git tree:u-boot, rcw, hv-cfg, boot-format"
this patch is for meta-fsl-ppc-private
This reverts commit
221ac89a12d44d6a862c48451250b125f5aa46e2 .
Ting Liu [Thu, 22 Mar 2012 11:47:08 +0000 (11:47 +0000)]
point to internel git tree:u-boot, rcw, hv-cfg, boot-format
Signed-off-by: Ting Liu <b28495@freescale.com>
Ting Liu [Thu, 22 Mar 2012 10:25:15 +0000 (10:25 +0000)]
meta-fsl-ppc: do_deploy not use DEPLOY_DIR_IMAGE
images in DEPLOYDIR will be deployed to DEPLOY_DIR_IMAGE automatically,
not need install images to DEPLOY_DIR_IMAGE any more
Signed-off-by: Ting Liu <b28495@freescale.com>
Otavio Salvador [Sat, 17 Mar 2012 21:19:06 +0000 (21:19 +0000)]
u-boot: add imx6qsabrelite as compatible machine
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Otavio Salvador [Fri, 16 Mar 2012 03:09:56 +0000 (03:09 +0000)]
u-boot: add imx28evk as compatible machine
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Otavio Salvador [Tue, 20 Mar 2012 17:49:20 +0000 (17:49 +0000)]
linux-libc-headers-imx: add imx6qsabrelite as compatible machine
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Otavio Salvador [Tue, 20 Mar 2012 17:47:25 +0000 (17:47 +0000)]
linux-libc-headers-imx: add 2.6.38
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Otavio Salvador [Mon, 19 Mar 2012 19:55:45 +0000 (19:55 +0000)]
Major refactor in SDCard generation
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>
Ting Liu [Thu, 22 Mar 2012 13:56:52 +0000 (13:56 +0000)]
P1023RDS: build NAND u-boot by default
Signed-off-by: Ting Liu <b28495@freescale.com>
Otavio Salvador [Mon, 19 Mar 2012 19:54:41 +0000 (19:54 +0000)]
imx-base.inc: set u-boot settings for mx5 and mx6 machines
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Acked-by: Fabio Estevam <fabio.estevam@freescale.com>
Otavio Salvador [Tue, 20 Mar 2012 18:49:58 +0000 (18:49 +0000)]
mx5: set SOC_FAMILY data
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>
Otavio Salvador [Sat, 17 Mar 2012 21:45:27 +0000 (21:45 +0000)]
fsl-default-providers.inc: drop virtual/xserver-xf86 set
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>
Otavio Salvador [Sat, 17 Mar 2012 21:38:22 +0000 (21:38 +0000)]
xf86-video-imxfb: replace virtual/xserver-f86 by virtual/xserver
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Otavio Salvador [Sat, 17 Mar 2012 21:43:26 +0000 (21:43 +0000)]
imx-base.inc: drop duplicated providers setting
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>
Otavio Salvador [Sat, 17 Mar 2012 20:13:06 +0000 (20:13 +0000)]
sdcard_image.bbclass: add support to choose the bootloader to use
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>
Otavio Salvador [Wed, 21 Mar 2012 17:15:22 +0000 (17:15 +0000)]
u-boot: fix UART clock setting for mx53
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>
Matthew McClintock [Tue, 20 Mar 2012 22:06:57 +0000 (17:06 -0500)]
gcc: remove crosssdk from using fsl specific patches
Signed-off-by: Matthew McClintock <msm@freescale.com>
Ting Liu [Mon, 19 Mar 2012 18:34:20 +0000 (18:34 +0000)]
ipsec-tools: enable several options
Signed-off-by: Ting Liu <b28495@freescale.com>
Matthew McClintock [Mon, 19 Mar 2012 16:11:23 +0000 (11:11 -0500)]
fsl.conf: change qemu targets to just ppc
Signed-off-by: Matthew McClintock <msm@freescale.com>
Zhenhua Luo [Fri, 16 Mar 2012 17:02:31 +0000 (17:02 +0000)]
gcc: add gcc.fix_min_max.patch
Signed-off-by: Zhenhua Luo <b19537@freescale.com>
Matthew McClintock [Thu, 15 Mar 2012 20:53:42 +0000 (15:53 -0500)]
remove linux-yocto_3.0.bbappend since we have not used/tested this at all
Signed-off-by: Matthew McClintock <msm@freescale.com>
Matthew McClintock [Thu, 15 Mar 2012 20:51:55 +0000 (15:51 -0500)]
Revert "linux-qoriq-sdk.inc: update kernel version"
This reverts commit
dea2327ad76ba04bb047f343eeea587bc9e28943 .
git.freescale.com Linux tree is still point at 3.0.6