Hello, I pushed following updates:
commit c54e9718a059013d4f9f8e9d150a0685b8400a3a (HEAD -> pending, yocto/master-next, yocto/master) Author: Ting Liu <[email protected]> Date: Fri Jul 10 17:45:20 2015 +0800 layer.conf: include layer-specific bb files 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 <[email protected]> Signed-off-by: Otavio Salvador <[email protected]> commit f90a4147d6d9c0666fe7772827efd4b3d9a9a31c Author: Ting Liu <[email protected]> Date: Fri Jul 10 17:45:19 2015 +0800 rename ls-base.inc -> qoriq-arm.inc Preparation for next merge stage with qoriq-ppc. Signed-off-by: Ting Liu <[email protected]> Signed-off-by: Otavio Salvador <[email protected]> commit b67e1a2d0e0cbb6f5efdb260fe7d052222819213 Author: Ting Liu <[email protected]> Date: Fri Jul 10 17:45:18 2015 +0800 asf: use KBUILD_OUTPUT to point to build-artifacts 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 <[email protected]> Signed-off-by: Otavio Salvador <[email protected]> commit 42039a0d48dd382aeebd73e7b21f4739226f59fa Author: Ting Liu <[email protected]> Date: Fri Jul 10 17:45:17 2015 +0800 asf: update to revision 62ba10a 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 <[email protected]> Signed-off-by: Otavio Salvador <[email protected]> commit 1d7d927dc2f70662b9b8a73c731f7918e229f161 Author: Ting Liu <[email protected]> Date: Fri Jul 10 17:45:16 2015 +0800 rcw: update to revision 426f7a6 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 <[email protected]> Signed-off-by: Otavio Salvador <[email protected]> commit d5a3409d2c56872d8600ffb84104d9346fa2d31d Author: Ting Liu <[email protected]> Date: Fri Jul 10 17:45:15 2015 +0800 cst: update to revision 6f57c86 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 <[email protected]> Signed-off-by: Otavio Salvador <[email protected]> commit f20a2ed36ad4ac5a925898bd4b5a365303c59568 Author: Ting Liu <[email protected]> Date: Fri Jul 10 17:45:14 2015 +0800 linux-ls1: package zImage into kernel-image 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 <[email protected]> Signed-off-by: Otavio Salvador <[email protected]> commit 68cd0207d8dc55557066944f2ead3fcc053cc1cc Author: Ting Liu <[email protected]> Date: Fri Jul 10 17:45:13 2015 +0800 qemu-fsl: upgrade from v1.7 to v2.2.0 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 <[email protected]> Signed-off-by: Otavio Salvador <[email protected]> commit 5bf882db7b883be987b65c1bcc68e6e89b4e1187 Author: Ting Liu <[email protected]> Date: Fri Jul 10 17:45:12 2015 +0800 ls1021atwr: update lquart/secure-boot UBOOT_CONFIG 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 <[email protected]> Signed-off-by: Otavio Salvador <[email protected]> commit b91d3608d2f96df1ce8a6ab7186e00dd946ba5f7 Author: Ting Liu <[email protected]> Date: Fri Jul 10 17:45:11 2015 +0800 ls1021aqds: remove as it is not supported The board is not supported in SDK 1.8 and as it is untested QorIQ team does not offer support for it. Drop the board to avoid user using untested BSP components in this board. Signed-off-by: Ting Liu <[email protected]> Signed-off-by: Otavio Salvador <[email protected]> commit a1ebad6c9946e9bbcb69bcca752f3fc80c4f4149 Author: Ting Liu <[email protected]> Date: Fri Jul 10 17:45:10 2015 +0800 u-boot-ls1: update to revision v2015.01-630-g6ba8eed Changes: 1. Rebased on git://git.denx.de/u-boot.git v2015.01-487-gab92da9 2. Applied another 143 FSL/backported patches (git log ab92da9..) 3. add DEPENDS on dtc-native as u-boot brings in device tree files 4. use u-boot-with-spl-pbl.bin for nand 5. replace with u-boot-dtb.bin when swapping the image endianness Signed-off-by: Ting Liu <[email protected]> Signed-off-by: Otavio Salvador <[email protected]> commit bcbbc0c73772674c1d060d994dc40abc79811832 Author: Ting Liu <[email protected]> Date: Fri Jul 10 17:45:09 2015 +0800 u-boot-ls1: merge u-boot-ls1.inc into recipe There is no benefit to having a separate .inc file when we only support one version of u-boot-ls1. Signed-off-by: Ting Liu <[email protected]> Signed-off-by: Otavio Salvador <[email protected]> commit db4f4b00d6f060ce47e2982cc0afd9d85d6180f1 Author: Ting Liu <[email protected]> Date: Fri Jul 10 17:45:08 2015 +0800 linux-ls1: update to revision f488de6 Minor version update to 3.12.37-rt51 with new features: * e6500 hugepage TLB miss performance improvement * T1023RDB support * T1040D4RDB and T1042D4RDB support * DIU [T1042] * DPAA Ethernet: loadable module * eMMC: DDR mode [T2080] * eTSEC: Gianfar upstream updates and fixes * fmlib: table statistics, stats extension * IEEE802.1AE (MACSEC) and IEEE802.1X (port-based network access control) [T104x, T102x] * IEEE1588 ptpd open source stack includes more DPAA processors: P1023, P2041, P3041, P5020, P5040, T4240, T1023 * LAG SGMII 2.5G ports support - IPv4 traffics forwarding on aggregated 2 x 2.5Gb L2 Switch FMAN ports [1040] * LAG support of IPv6 traffics forwarding and TCP/UDP traffics over IPv6 forwarding (2 x 2.5Gb L2 Switch WAN) [1040] * LAG support of IPv6 traffics forwarding and TCP/UDP traffics over IPv6 forwarding on both 1 G RGMII port and 1G SGMII port [1040] * Power Management: Power off feature for all QDS boards except B9132QDS and B4860QDS * SEC: QI Driver IPSec performance improvement * SGMII 2.5G fixed link [T1024] * USB: Dual UTMI For detailed history, see http://git.freescale.com/git/cgit.cgi/ppc/sdk/linux.git/tag/?id=fsl-sdk-v1.8 Signed-off-by: Ting Liu <[email protected]> Signed-off-by: Otavio Salvador <[email protected]> Regards, -- Otavio Salvador O.S. Systems http://www.ossystems.com.br http://code.ossystems.com.br Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
