Hello all,
The following updates are merged in master branch of meta-fsl-ppc, thanks. commit 486a72425f2f6e25efd9bfdbb9638fb58e90a85f Author: Bob Cochran <[email protected]> Date: Thu Nov 13 23:05:20 2014 -0500 linux-qoriq: change defconfig for T1040 to match number of cpus Having a number higher than necessary for NR_CPUS wastes memory by instantiating unnecessary structures in RAM. An example is in the DPAA where DPAA_ETH_TX_QUEUES is defined based on NR_CPUS and used to create dozens of extra qman_fq structures. Using the prior value of 24, which was left over from the T4240 created an additonal 60 frame queue structures alone. This has been tested on t1040rdb-64b. Signed-off-by: Bob Cochran <[email protected]> commit aeb28ed76b764b3fd18a43aeb3ae93e76d51bf43 Author: Bob Cochran <[email protected]> Date: Thu Nov 13 22:56:20 2014 -0500 linux-qoriq: Configure T1040 for FMAN V3 Although the flag existed in Kconfig for FMAN_V3L, it was not set by default. Also, the T1040 and FMAN V3L only support four O/H ports, so remove the last two from the DTS files. Otherwise, MAJOR FM Errors will be reported during FMAN probing / init. This was tested on t1040rdb-64b Signed-off-by: Bob Cochran <[email protected]> commit a3c2f73d889150456e5611bf76122c8444b2d437 Author: Bob Cochran <[email protected]> Date: Thu Nov 13 22:55:23 2014 -0500 linux-qoriq: Remove Altivec from T1040 64-bit defconfig T1040 uses an E5500 processor, and E5500 doesn't have an Altivec unit This was tested on a t1040rdb Signed-off-by: Bob Cochran <[email protected]> Best Regards, Zhenhua
-- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
