summaryrefslogtreecommitdiffstats
path: root/recipes-extended/skmm-ep
Commit message (Collapse)AuthorAgeFilesLines
* skmm-ep: fix the build error caused by duplicated definitionZhenhua Luo2016-06-012-0/+41
| | | | | | | | Remove the duplicated definition to fix the following build errors: | apps/skmm/lib/skmm_sram.c:42:18: error: redefinition of 'pa_to_va' | apps/skmm/lib/skmm_sram.c:51:20: error: redefinition of 'va_to_pa' Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
* skmm-ep: add ARCH in EXTRA_OEMAKETing Liu2015-12-281-3/+2
| | | | | | | ARCH is needed for all tasks, for example, make clean Signed-off-by: Ting Liu <ting.liu@freescale.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
* skmm-ep: fix the inline function definition with gcc 5.xZhenhua Luo2015-09-242-0/+68
| | | | | | | | | | There are different semantics for inline functions for gcc-5.x compared to previous gcc. Fix the following build error. | skmm.c:(.text.startup+0xfc): undefined reference to `va_to_pa' | skmm.c:(.text.startup+0x10c): undefined reference to `va_to_pa' Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br>
* skmm-ep: use backquotes for command substitutionLiu Ting-B284952015-05-121-2/+2
| | | | Signed-off-by: Liu Ting-B28495 <ting.liu@freescale.com>
* skmm-ep: update revision to 27156a6Ting Liu2015-01-081-2/+4
| | | | | | | | | | | | | | | | | | | | This includes following fixes: 27156a6 skmm-ep: add gcc flag '-mno-strict-align' to improve performance d6adb62 skmm-ep: fix up skmm application segment fault 13deed1 DMA: fix the mmap failed check bc505e5 PCIDMA: Add DMA chain and multiple channel support 68ee05f Temporarily add fsl_pci_ep_vfio.h which should be in linux 9e6e2cb PCIDMA: Change DMA BWC and memory allocation 4805577 PCIDMA: Add MSIX trigger functionality 31f653a PCIDMA: Add MSIX outbound window support e903be6 PCIDMA: Adjust PCI EP display information 7f8012d PCIDMA: Change DMA channel initialization code fb29219 PCIDMA: Remove duplicate code Also add missing DEPENDS on virtual/kernel Signed-off-by: Ting Liu <ting.liu@freescale.com>
* skmm-ep: add two missing header filesTing Liu2014-07-232-1/+663
| | | | Signed-off-by: Ting Liu <ting.liu@freescale.com>
* skmm-ep: add recipeZhenhua Luo2014-01-121-0/+27
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>