aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-extended/skmm-ep
AgeCommit message (Collapse)Author
2023-06-21recipes: Correct Upstream-StatusKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-02-08layer: Use github for QorIQ sourceTom Hochstein
The NXP repos are moving to github. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
2022-03-03layer: Update LICENSE variable to use SPDX license identifiersAndrey Zhizhikin
Since OE-Core commit 9379f80f48 ("license/insane: Show warning for obsolete license usage"), LICENSE field not containing SPDX identifiers are treated with WARNING. An automated conversion using scripts/contrib/convert-spdx-licenses.py to convert to use the standard SPDX license identifiers has been done on the entire layer. Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
2020-04-20skmm-ep: switch to source.codeaurora.orgTing Liu
Signed-off-by: Ting Liu <ting.liu@nxp.com>
2017-05-02skmm-ep:update to de6816cChunrong Guo
New commits: de6816c Add back the implicit Makefile rules Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-10-18skmm-ep: update to fc43230Ting Liu
fix interrupt request format for MSI Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-08-12skmm-ep: obey LDFLAGS to fix GNU_HASH errorTing Liu
Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-08-12skmm-ep: update to bbf1ba0Ting Liu
Changelog: bbf1ba0 change mtd device number to match the settings in sdk2.0 2deec49 fix host freeze problem due to counter mismatch b7d5801 simplify logic for "dequeue_from_sec" function d01f904 remove unnecessary variable initialization a439c44 rename variables for clarity 613db4a remove LOOP label and implement using "while" f7c3026 remove NEXTRING label and revert the condition of if statement e68443f remove DEQ label and replace with simple if statement Signed-off-by: Ting Liu <ting.liu@nxp.com>
2016-06-03skmm-ep: fix the build error caused by duplicated definitionZhenhua Luo
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> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-19skmm-ep: add ARCH in EXTRA_OEMAKETing Liu
ARCH is needed for all tasks, for example, make clean Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-19skmm-ep: fix the inline function definition with gcc 5.xZhenhua Luo
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>
2016-04-19skmm-ep: Move COMPATIBLE_MACHINE to botton lineZhenhua Luo
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Acked-by: Daiane Angolini <daiane.angolini@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-07-28Move meta-fsl-ppc content to layer rootOtavio Salvador
This commit is just a rename of all contents of meta-fsl-ppc subdirectory to this layer's root, merging the contents of common files, subsequent changes are based on top of that. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>