summaryrefslogtreecommitdiffstats
path: root/meta-fsl-ppc
Commit message (Collapse)AuthorAgeFilesLines
...
* conf/layer.conf: remove BB_ENV_EXTRAWHITE settingTing Liu2014-08-191-2/+0
| | | | | | If not removed, BB_ENV_EXTRAWHITE is overrided as "KSRC USRC". Signed-off-by: Ting Liu <ting.liu@freescale.com>
* fmlib: use SOC_FAMILY as override in do_installTing Liu2014-08-191-8/+4
| | | | | | In previous commit, do_install was missed. update it. Signed-off-by: Ting Liu <ting.liu@freescale.com>
* udev-extraconf: not automount disk partitionsTing Liu2014-08-063-0/+23
| | | | | | | | | | | | There is a bug found in FSL SDK: kernel can't boot up (or hang for a long time) when board connects with a HDD (has extended partition) via pcie sata controller card. avoid auto-mounting disk partitions. user can do it via fstab. And move all the customized rules to qoriq-ppc folers. Signed-off-by: Ting Liu <ting.liu@freescale.com>
* udev-extraconf: not automount network block devicesTing Liu2014-08-061-0/+2
| | | | | | | | | | | | The nbd devices are set up loop devices, we first have dead device nodes, then later we attach stuff behind them. At the time of the udev creation event, nothing works at nbd devices. This avoids unnecessary boot error msg: | nbd0: Attempted send on closed socket | end_request: I/O error, dev nbd0, sector 0 Signed-off-by: Ting Liu <ting.liu@freescale.com>
* udev[-extraconf]: skip mmc rpmb partitionsTing Liu2014-08-063-4/+53
| | | | | | | | | | | | | | | | | | | In FSL SDK 1.6 Kernel, mmc driver has created a new partition with "mmcblkXrpmb" if device expresses it support of RPMB. RPMB (Replay Protected Memory Block), A signed access to a Replay Protected Memory Block is provided. This function provides means for the system to store data to the specific memory area in an authenticated and replay protected manner. In that case, any read/write access to this partition device will report errors which will not impact any fuction. add rules to skip it, avoid the below error msg: | mmcblk0rpmb: retrying using single block read | mmcblk0rpmb: error -110 transferring data Signed-off-by: Ting Liu <ting.liu@freescale.com>
* udev-extraconf: remove obsolete local.rulesTing Liu2014-08-061-42/+0
| | | | | | | local.rules was used for udev, and the content of this obsolete file was seperated (automount.rules/autonet.rules/...). Signed-off-by: Ting Liu <ting.liu@freescale.com>
* ipsec-demo (scripts and configuration files) add recipeTing Liu2014-07-2956-0/+1518
| | | | | | | There are some ipsec demo scripts and configuration files for qoriq boards. add a recipe to hold them. Signed-off-by: Ting Liu <b28495@freescale.com>
* libvirt: add bbappend for qoriq-ppc customizationsTing Liu2014-07-292-0/+474
| | | | | | | | * add customized qemu.conf to enable cgroup device and add /dev/net/tun device as cgroup * add customized PKGCONFIG as not all features supported on ppc boards. Signed-off-by: Ting Liu <b28495@freescale.com>
* fmlib: use SOC_FAMILY as overrideTing Liu2014-07-291-5/+3
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* add more generic SOC_FAMILY name t1/t2/t4/b4Ting Liu2014-07-2918-18/+18
| | | | | | | currently the SOC_FAMILY name only cover 32b/64b for each one. add a more generic one to make it more usable. Signed-off-by: Ting Liu <b28495@freescale.com>
* add cs4315-firmware license file CortinaTing Liu2014-07-291-0/+51
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* libedit/tclap: removeTing Liu2014-07-242-35/+0
| | | | | | they already exist in meta-openembeded layer, remove Signed-off-by: Ting Liu <b28495@freescale.com>
* README: add dependency on meta-openembeddedTing Liu2014-07-241-0/+4
| | | | | | | some fsl own pkgs depend on pkgs in meta-openembeded. for example, asf needs ipsec-tools, usdpaa/skmm-ep needs libedit, fmc needs tclap. Signed-off-by: Ting Liu <b28495@freescale.com>
* set BB_DANGLINGAPPENDS_WARNONLY as trueTing Liu2014-07-241-0/+2
| | | | | | | | a ppc specific patch for luajit (exist in mete-oe) was moved to this layer recently. set BB_DANGLINGAPPENDS_WARNONLY as true for the situation where meta-oe was not pulled in. Signed-off-by: Ting Liu <b28495@freescale.com>
* u-boot-qoriq: rename to match verion 2014.01Chunrong Guo2014-07-231-0/+0
| | | | Signed-off-by: Chunrong Guo <B40290@freescale.com>
* skmm-ep: add two missing header filesTing Liu2014-07-232-1/+663
| | | | Signed-off-by: Ting Liu <ting.liu@freescale.com>
* openssl_1.0.1g.bbappend: add missing colon for FILESEXTRAPATHSHongxu Jia2014-07-231-1/+1
| | | | | | | While other openssl's bbapend to assign FILESEXTRAPATHS, there was a potential dir split error. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
* cryptodev-fsl: add missing colon for FILESEXTRAPATHSHongxu Jia2014-07-231-1/+1
| | | | | | | While other cryptodev-fsl's bbapend to assign FILESEXTRAPATHS, there was a potential dir split error. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
* procps: disabling reverse-path filteringTing Liu2014-07-232-1/+9
| | | | | | rp_filter causes issues with VLAN interfaces. Signed-off-by: Ting Liu <b28495@freescale.com>
* merge-files: add recipeTing Liu2014-07-232-0/+32
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* init-ifupdown: use customized interfaces for qoriq-ppcTing Liu2014-07-232-0/+8
| | | | | | | the file is same with the one for qemuarm in poky/meta/, only define loopback interface. Signed-off-by: Ting Liu <b28495@freescale.com>
* luajit: add bbappend to hold ppc specific patchTing Liu2014-07-232-0/+109
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* remove obsolete patchesTing Liu2014-07-232-75/+0
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* enable multilib for e5500-64b/e6500/e6500-64bTing Liu2014-07-233-0/+14
| | | | | | | | enable multilib by default as it is needed: * for e5500-64b/e6500-64b, 32bit toolchain is need to build u-boot * for e6500, only 64bit kernel is supported Signed-off-by: Ting Liu <ting.liu@freescale.com>
* ipc-modules: move to recipes-kernel/Ting Liu2014-07-153-1/+1
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* inherit qoriq_build_64bit_kernel for kernel/module recipesTing Liu2014-07-158-160/+8
| | | | | | | ppce6500 is a specific core which only support 64bit kernel, the duplicate hack codes were packaged into qoriq_build_64bit_kernel.bbclass, use it. Signed-off-by: Ting Liu <b28495@freescale.com>
* add default setting for MKUBIFS_ARGS and UBINIZE_ARGSTing Liu2014-07-151-0/+3
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* set IMAGE_CLASSES = "image_types_uboot" as defautTing Liu2014-07-151-0/+2
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* add u-boot as EXTRA_IMAGEDEPENDSTing Liu2014-07-151-1/+2
| | | | | | | | | | | | * As the doc said: EXTRA_IMAGEDEPENDS = "A list of recipes to build that do not provide packages for installing into the root filesystem." MACHINE_EXTRA_RRECOMMENDS = "A list of machine-specific packages to install as part of the image being built" * use += for MACHINE_EXTRA_RRECOMMENDS definition Signed-off-by: Ting Liu <b28495@freescale.com>
* remove fslmachine MACHINEOVERRIDES usageTing Liu2014-07-1515-17/+17
| | | | | | fslmachine is too generic, use qoriq-ppc instead. Signed-off-by: Ting Liu <b28495@freescale.com>
* linux-qoriq-sdk: rename to linux-qoriqTing Liu2014-07-153-2/+2
| | | | | | | like linux-imx, linux-qoriq is supposed to be provided and supported by Freescale. it uses latest linux codes on git.freescale.com Signed-off-by: Ting Liu <b28495@freescale.com>
* u-boot: rename to u-boot-qoriqTing Liu2014-07-152-1/+2
| | | | | | | like u-boot-imx, u-boot-qoriq is supposed to be provided and supported by Freescale. it uses latest u-boot codes on git.freescale.com Signed-off-by: Ting Liu <b28495@freescale.com>
* conf/machine/: move common bits to inc filesTing Liu2014-07-1546-237/+38
| | | | | | | | | | | * add four new files to hold common bits: include/qoriq-base.inc include/qoriq-default-providers.inc include/qoriq-default-settings.inc include/qoriq-default-versions.inc * add 'qoriq-ppc' into list of MACHINEOVERRIDES Signed-off-by: Ting Liu <b28495@freescale.com>
* remove obsolete PREFERRED_VERSION for virtual/kernelTing Liu2014-07-156-6/+0
| | | | | | there is only one linux-qoriq-sdk recipe that is based on 3.12 now Signed-off-by: Ting Liu <b28495@freescale.com>
* remove kernel26 machine feature usageTing Liu2014-07-156-6/+6
| | | | | | kernel26 is now obsolete so remove it from the machine configs Signed-off-by: Ting Liu <b28495@freescale.com>
* move all inc files to folder include/Ting Liu2014-07-1542-36/+36
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* cryptodev-linux/module: use fsl maintained sourceZhenhua Luo2014-07-1122-146/+2958
| | | | | | | | | FSL SDK released its own cryptodev based on 1.6, but not all the codes was upstreamed, add bbappend to use fsl maintained source. This change only be applied for fsl machines Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Ting Liu <b28495@freescale.com>
* qoriq_build_64bit_kernel.bbclass: add for ppce6500Ting Liu2014-07-112-0/+19
| | | | | | | ppce6500 is a specific core which only support 64bit kernel, introduce qoriq_build_64bit_kernel.bbclass to do this Signed-off-by: Ting Liu <b28495@freescale.com>
* openssl: use fsl maintained sourceTing Liu2014-07-1116-0/+5137
| | | | | | add bbappend to use fsl own openssl source code which was tested Signed-off-by: Ting Liu <b28495@freescale.com>
* openssl: set preferred version to 1.0.1gTing Liu2014-07-116-0/+6
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* openssl: downgrade to 1.0.1gTing Liu2014-07-1125-0/+6257
| | | | | | | openssl released in fsl sdk v1.6 was based on 1.0.1g, so downgrade for fsl boards. the imported recipes were based on daisy-11.0.0 which FSL SDK based on. Signed-off-by: Ting Liu <b28495@freescale.com>
* eth-config: fix wrong md5sum of license fileTing Liu2014-07-081-1/+1
| | | | | | license file has no changes. Signed-off-by: Ting Liu <b28495@freescale.com>
* uspdcp: add recipe for sdk v1.6Zhenhua Luo2014-07-081-0/+18
| | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* skmm-host: add recipe for sdk v1.6Zhenhua Luo2014-07-081-0/+34
| | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* pkc-host: add recipe for sdk v1.6Zhenhua Luo2014-07-081-0/+47
| | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* pkc-firmware: add recipe for sdk v1.6Zhenhua Luo2014-07-081-0/+41
| | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* cs4315-firmware: add recipe for sdk v1.6Ting Liu2014-07-081-0/+26
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* asf: update to sdk v1.6 releaseZhenhua Luo2014-07-081-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | changes: ASFIPSEC: Fix for IPV6 crash dump when L2blob is not resolved. ASFIPSEC: Patch to fix P1010/P9131 IPSEC. ASF: Fix - Reassembly cleanCB not getting called. ASF: Giving fragmented non TCP/UDP/AH/ESP packet back to linux. ASFIPSEC:Patch to Fix ICV error in IPv6 case. asf: handle memory leak due to software buffer counter. AH-SHA1 does not work with ASF fmc scripts : 48G fmc config file for T4240RDB ASFIPSEC: Patch to fix crash when IPSEC traffic is initiated. Patch to fix klocwork issues Crash during ping6 test for varied sizes across the tunnel. FMC : Adding new config file to support 22G ports for T2080QDS ASF : Porting ASF to kernel 3.13 asf_ipsec: Patch to fix the MD5 issue. ASF: Memory leaks observed. asf_ipsec: Patch to fix the issue in AH for 64 bits. ASF_IPSEC:Same SA is getting added twice under stress traffic ASF_IPSEC:Multiple times of Addition and deletion of SPD and SAs causing linkage problem. ASF_IPEC: Unable to delete SPD from ASF. ASF-IPSEC:SA flush with traffic through the DUT causing crash. ipsec_scripts: Patch to add scripts for all algorithmic combinations for IPsec. asf_ipfrag: Patch to fix the issue of crash on P5040RDB. ASF : Patch to decrement software buffer pool counter when packet send to linux. ASFCTRL : Patch to reflect back the changes made in linux to netdev_notifier_info_to_dev() of asfctrl. ASF : update CONFIG_FSL_DPAA_TX_RECYCLE to CONFIG_FMAN_T4240 asf_ipsec: Patch to fix the compilation error. asf_qos: Patch to fix the compilation error in asf_qos. ASFIPSEC: Integeration with DPAA eth SG driver asf_proc: Patch to update the procfs code. ASFIPSEC : Large size self-generated ping packet crash resolved. ASF: Patch to fix traffic halt issue in IPSEC fragmentation case. ASFIPSEC: Patch to fix the crash seen while deleting SA. ASFCTRL: Patch to check for loopback packet and do not offload it. ASFIPSEC: invalidate magic number while offloading policy in asfctrl_xfrm_enc_hook ASFIPSEC: Patch to fix IPSEC fragmented traffic issues. MODULE_LICENSE is changed to dual(BSD/GPL) ASF: FMC: Adding 1G port entries for T4240QDS boards. ASF: Defining flag in ASF for FSL_DPAA_TX_RECYCLE framework ASF: Adding debug module to create a loopback framawork on DPAA platform ASF:FMC: Extra line is removed from the file. Removing make error when ASF is disabled in Kernel Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* qe-ucode: add recipe for sdk v1.6Zhenhua Luo2014-07-081-0/+38
| | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* apptrk: add recipe for sdk v1.6 releaseTing Liu2014-07-081-0/+20
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>