diff options
author | Fathi Boudra <fathi.boudra@linaro.org> | 2014-09-08 12:58:43 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-09-10 11:33:25 +0100 |
commit | d8c8ea78f143d629223b5638829a9834bcab89f8 (patch) | |
tree | b8976cadaf016e4f4d5942d81a2b4c2b81bd3d1d /meta/recipes-extended/shadow | |
parent | c46a54853a47b6373e71a9f25b537b6ab907db3e (diff) | |
download | poky-d8c8ea78f143d629223b5638829a9834bcab89f8.tar.gz |
shadow: add Qualcomm and STMicroelectronics SoCs
Reported-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Reported-by: Peter Griffin <peter.griffin@linaro.org>
(From OE-Core rev: 8c811541125fff75429d09249299add5ffe80912)
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/shadow')
-rw-r--r-- | meta/recipes-extended/shadow/files/securetty | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-extended/shadow/files/securetty b/meta/recipes-extended/shadow/files/securetty index d919993e23..7fecda1330 100644 --- a/meta/recipes-extended/shadow/files/securetty +++ b/meta/recipes-extended/shadow/files/securetty | |||
@@ -14,12 +14,27 @@ ttyAMA1 | |||
14 | ttyAMA2 | 14 | ttyAMA2 |
15 | ttyAMA3 | 15 | ttyAMA3 |
16 | 16 | ||
17 | # QCOM Socs | ||
18 | ttyHSL0 | ||
19 | ttyHSL1 | ||
20 | ttyHSL2 | ||
21 | ttyHSL3 | ||
22 | ttyMSM0 | ||
23 | ttyMSM1 | ||
24 | ttyMSM2 | ||
25 | |||
17 | # Samsung ARM SoCs | 26 | # Samsung ARM SoCs |
18 | ttySAC0 | 27 | ttySAC0 |
19 | ttySAC1 | 28 | ttySAC1 |
20 | ttySAC2 | 29 | ttySAC2 |
21 | ttySAC3 | 30 | ttySAC3 |
22 | 31 | ||
32 | # STM SoCs | ||
33 | ttyAS0 | ||
34 | ttyAS1 | ||
35 | ttyAS2 | ||
36 | ttyAS3 | ||
37 | |||
23 | # TI OMAP SoCs | 38 | # TI OMAP SoCs |
24 | ttyO0 | 39 | ttyO0 |
25 | ttyO1 | 40 | ttyO1 |