diff options
author | Alex Shi <alex.shi@linaro.org> | 2016-09-13 11:31:27 +0800 |
---|---|---|
committer | Alex Shi <alex.shi@linaro.org> | 2016-09-13 11:46:34 +0800 |
commit | 573787341e57a73bf027c2ea3bdf18dc298ae0a0 (patch) | |
tree | 9bbd620aa3677801e473ee0598e175bc4f413523 /backported-features | |
parent | 59e65b4bbfe7d0139ab1ab59cd27a5db95f5bb7b (diff) |
backporting: a brief introduce of backported feautures on 4.4
Add a file named backported-features to give a short introduction
on backported features.
Signed-off-by: Alex Shi <alex.shi@linaro.org>
Diffstat (limited to 'backported-features')
-rw-r--r-- | backported-features | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/backported-features b/backported-features new file mode 100644 index 000000000000..b680ed49292f --- /dev/null +++ b/backported-features @@ -0,0 +1,14 @@ + LSK backported features + +1, The kaslr and kaslr-pax_usercopy branches base on LSK directly. + v4.4/topic/mm-kaslr + v4.4/topic/mm-kaslr-pax_usercopy + +2, Coresight and openCSD are used for Juno board 'perf' tool implement. + origin/v4.4/topic/coresight + origin/v4.4/topic/perf-opencsd-4.4-github + +3, OPTEE base on LSK mainline, but isn't included of mainline. + +Feature introducation: +https://wiki.linaro.org/lsk/features |