<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-freescale.git/meta-fsl-arm, branch temp</title>
<subtitle>Mirror of github.com/Freescale/meta-freescale</subtitle>
<id>https://git.enea.com/cgit/linux/meta-freescale.git/atom?h=temp</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-freescale.git/atom?h=temp'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/'/>
<updated>2015-07-16T18:01:29+00:00</updated>
<entry>
<title>Move meta-fsl-arm content to layer root</title>
<updated>2015-07-16T18:01:29+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2015-07-15T20:14:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=f8517afc7a5ada4538b3b7d397fa32586d57ffe5'/>
<id>urn:sha1:f8517afc7a5ada4538b3b7d397fa32586d57ffe5</id>
<content type='text'>
The meta-fsl-arm is going to be used as the base for this layer. It
contains a clean history and allowing a more granullar set of changes.

This commit is just a rename of all contents of meta-fsl-arm
subdirectory to this layer's root, subsequent changes are based on top
of that.

Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>layer.conf: include layer-specific bb files</title>
<updated>2015-07-13T17:00:59+00:00</updated>
<author>
<name>Ting Liu</name>
<email>ting.liu@freescale.com</email>
</author>
<published>2015-07-10T09:45:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=8800258fd611baf2dc62c8c620a4a2fdb75ef148'/>
<id>urn:sha1:8800258fd611baf2dc62c8c620a4a2fdb75ef148</id>
<content type='text'>
Previously layer-specific bbappends are applied when that layer
is included in the configuration.

There is layer-specific bb files too (like asf_git.bb). Apply the
same rule here.

Signed-off-by: Ting Liu &lt;ting.liu@freescale.com&gt;
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>rename ls-base.inc -&gt; qoriq-arm.inc</title>
<updated>2015-07-13T17:00:59+00:00</updated>
<author>
<name>Ting Liu</name>
<email>ting.liu@freescale.com</email>
</author>
<published>2015-07-10T09:45:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=eac3a1c56631d675dfe9a3d19276c705ecb67a3c'/>
<id>urn:sha1:eac3a1c56631d675dfe9a3d19276c705ecb67a3c</id>
<content type='text'>
Preparation for next merge stage with qoriq-ppc.

Signed-off-by: Ting Liu &lt;ting.liu@freescale.com&gt;
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>asf: use KBUILD_OUTPUT to point to build-artifacts</title>
<updated>2015-07-13T17:00:59+00:00</updated>
<author>
<name>Ting Liu</name>
<email>ting.liu@freescale.com</email>
</author>
<published>2015-07-10T09:45:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=7b90d509b6485b4a2236fb29e46dc9a21761c5a0'/>
<id>urn:sha1:7b90d509b6485b4a2236fb29e46dc9a21761c5a0</id>
<content type='text'>
In poky commit 46cdaf1, the kernel build output was put into
kernel-build-artifacts, and kernel-source is kept "pristine".

KERNEL_PATH points to kernel-source, while KBUILD_OUTPUT points
to build-artifacts which can be used for external module build.

asf Makefile tries to include the .config, use KBUILD_OUTPUT to
avoid build error.

Signed-off-by: Ting Liu &lt;ting.liu@freescale.com&gt;
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>asf: update to revision 62ba10a</title>
<updated>2015-07-13T17:00:59+00:00</updated>
<author>
<name>Ting Liu</name>
<email>ting.liu@freescale.com</email>
</author>
<published>2015-07-10T09:45:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=191c294ff70fcd47b7b679eadb8c1f5210e618cb'/>
<id>urn:sha1:191c294ff70fcd47b7b679eadb8c1f5210e618cb</id>
<content type='text'>
This imports following changes:

62ba10a asf_fmc: Patch to update the name of xml files.
8d744dd asf: Patch to fix ipv6 issue on dpaa.
ddf9678 asf: Patch to return jumbo packet back.
dcda291 asf: Patch to include caam_jr_strstatus in ASF_IPSEC_DEBUG mode.
49f591f asf: Patch to change function signature caam_jr_strstatus
f860eff ipsecproc: Patch to fix display of ipsec stats.
461586d ASFIPSEC: fix compilation for SEC 3.x when ASF_IPSEC_DEBUG is defined
03b9bad asf: Patch to fix sha256 issue.
a21b2d7 Removing Ethernet padding in abuf to skb conversion
a03283d4 Aligning function ASFFFPProcessAndSendFD and ASFFFPProcessAndSendPkt while validating flows

Signed-off-by: Ting Liu &lt;ting.liu@freescale.com&gt;
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>rcw: update to revision 426f7a6</title>
<updated>2015-07-13T17:00:59+00:00</updated>
<author>
<name>Ting Liu</name>
<email>ting.liu@freescale.com</email>
</author>
<published>2015-07-10T09:45:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=4eb1f76f151ae88c5ea0a50458ace6fa15792913'/>
<id>urn:sha1:4eb1f76f151ae88c5ea0a50458ace6fa15792913</id>
<content type='text'>
This imports following changes:

426f7a6 SECURE BOOT: Add missing RCW's for T4240QDS
756454f SECURE BOOT: Rename the RCW's
7782087 SECURE BOOT: Remove Unwanted RCW's
e93c210 LS1021: Unset BOOT_HO bit in rcw.
4375fc4 t1023rdb: update IFC_MODE to 0x2F for errata A-009138
5cf9bc5 T4240QDS: Add four 1800MHz/Core RCW files for T4240QDS board
cff536a t1023rdb: set RTC=1 to enable GPIO1[14]
a5983f2 T4240RDB: Add one new RCW for T4240RDB board
3a6ae48 ls1021a: fix some serdes settings for SATA
31078e1 ls1021atwr: do not power down PLL which is used by SATA
c6d72e3 t2080qds: rcw: Add eMMC DDR mode RCW
c77415c T104xD4RDB: update SRDS_PLL_REF_CLK_SEL_S1 value
e2c0844 ls1021atwr: add USB 2.0 support
fd0c1df p5020/p5040: NAND Secure Boot RCW added with PBI commands
259d57d t1023rdb: add rcw for t1023rdb board
c3ab906 T1042: Add t1042d4rdb rcw files for serdes protocol 0x86
ae39560 T1040: Add t1040d4rdb rcw files for serdes protocol 0x66
b9d3c22 p3041: NAND Secure Boot RCW added with PBI commands
dc0fad9 t2080rdb: update ddr to 1866MT/s
03c5ee6 t2080: update platform clock to 600MHz
72945fa rcw: ls102xa: merge rcw for lpuart and dcu
6678741 rcw: ls102xa: Adjust the features supported in SD boot
f7a54c1 arm: ls102xa: Increase IO drive strength for LS1021AQDS board
3dd07fa B4860-As-B3: Add two new RCW files
69a041c B4860QDS: Add HWA_CGA_M3_CLK_SEL bits define in b4860.rcwi file
87289d5 ls102xa: rcw: Add QSPI boot RCW for LS1021A TWR board
13bf692 t1024: update FM1_MAC_RAT from 0 to 1
5b94b3e t1024rdb: add new rcw 0x135 and minor update

Signed-off-by: Ting Liu &lt;ting.liu@freescale.com&gt;
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>cst: update to revision 6f57c86</title>
<updated>2015-07-13T17:00:59+00:00</updated>
<author>
<name>Ting Liu</name>
<email>ting.liu@freescale.com</email>
</author>
<published>2015-07-10T09:45:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=0aa18bc079a6cb447e33849fb4648e4897e146e4'/>
<id>urn:sha1:0aa18bc079a6cb447e33849fb4648e4897e146e4</id>
<content type='text'>
This imports following changes:

6f57c86 Modify input files comments.
327932d FIX SFP Write Protect Issue
dbc2080 Add support for SFP1.x and SFP2.x in gen_drv utility.
5aa79ec Modify images names in ls1 input files.
b5d442b P3/P5: Input Files for NAND Secure Boot
51dc4a4 Makefile: Build uni_pbi tool
a647f39 CST : Change Alignment offset

Signed-off-by: Ting Liu &lt;ting.liu@freescale.com&gt;
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>linux-ls1: package zImage into kernel-image</title>
<updated>2015-07-13T17:00:59+00:00</updated>
<author>
<name>Ting Liu</name>
<email>ting.liu@freescale.com</email>
</author>
<published>2015-07-10T09:45:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=faf9e0af5d4a60bcd0d78fbcc36eb807d4e0a25d'/>
<id>urn:sha1:faf9e0af5d4a60bcd0d78fbcc36eb807d4e0a25d</id>
<content type='text'>
When running kvm test on ls1, the guest kernel needs to be zImage format.
This is a known limitation with qumu-fsl v2.2.0 release.

package zImage into kernel-image which can then be installed into rootfs.

Signed-off-by: Ting Liu &lt;ting.liu@freescale.com&gt;
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>qemu-fsl: upgrade from v1.7 to v2.2.0</title>
<updated>2015-07-13T17:00:59+00:00</updated>
<author>
<name>Ting Liu</name>
<email>ting.liu@freescale.com</email>
</author>
<published>2015-07-10T09:45:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=0c7a93425e0f76c3e2c1e89cb5f3c6f5c52af0be'/>
<id>urn:sha1:0c7a93425e0f76c3e2c1e89cb5f3c6f5c52af0be</id>
<content type='text'>
Update the supported QEMU version from v1.7 to v2.2.0 and include the
Freescale patches on top of this.

Baseline: http://git.qemu.org/?p=qemu.git;a=tag;h=refs/tags/v2.2.0
Freescale patches:
00ac004 QEMU: PPC: Support for VFIO_IOMMU_DUMMY.
58d1cc4 QEMU: PPC: Identity mapped memory support for qemu.
07d4f5f Qemu: PPC: e500: Move CCSR and MMIO space to upper end of address space
a7aee41 QEMU: PPC: e500: Move CCSR definition to params
fbcc0ca vfio-pci: add direct pci device assignment for fsl powerpc
536df03 Update Linux Headers from 3.18
ee367e4 QEMU:Add support for e5500 core revision v102.1 present on T1024 SOC.
b0c2f44 hw/arm/virt: Use memory_region_allocate_system_memory to allocate memory
b2f233e PPC: add e6500 cpu class
694c39a QEMU: PPC: set default cpu type to be 'host'
1572872 QEMU: PPC: specify PVRs for all e500 cores

Also fix indent.

Signed-off-by: Ting Liu &lt;ting.liu@freescale.com&gt;
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>ls1021atwr: update lquart/secure-boot UBOOT_CONFIG</title>
<updated>2015-07-13T17:00:59+00:00</updated>
<author>
<name>Ting Liu</name>
<email>ting.liu@freescale.com</email>
</author>
<published>2015-07-10T09:45:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=c54ba27c9eae4743e6ef2f6e95438007a6f2ef2a'/>
<id>urn:sha1:c54ba27c9eae4743e6ef2f6e95438007a6f2ef2a</id>
<content type='text'>
1. config name for lpuart was renamed to ls1021atwr_nor_lpuart_config.
2. add ls1021atwr_nor_SECURE_BOOT_config for secure boot.

Signed-off-by: Ting Liu &lt;ting.liu@freescale.com&gt;
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
</feed>
