[dts] [PATCH] Add the target selection support for ARM targets

Jianbo Liu jianbo.liu at linaro.org
Wed Jul 5 04:26:03 CEST 2017


On 5 July 2017 at 10:13, Herbert Guan <herbert.guan at arm.com> wrote:
> Signed-off-by: Herbert Guan <herbert.guan at arm.com>
> ---
>  tools/setup.py | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/tools/setup.py b/tools/setup.py
> index 3d9d8ff..090dda9 100755
> --- a/tools/setup.py
> +++ b/tools/setup.py
> @@ -225,7 +225,9 @@ def config_execution():
>      target = 'x86_64-native-linuxapp-gcc'
>      targets = ['x86_64-native-linuxapp-gcc', 'x86_64-native-linuxapp-icc',
>                 'i686-native-linuxapp-gcc', 'i686-native-linuxapp-icc',
> -               'x86_64-native-bsdapp-gcc', 'x86_64-native-bsdapp-clang']
> +               'x86_64-native-bsdapp-gcc', 'x86_64-native-bsdapp-clang',
> +               'arm64-armv8a-linuxapp-gcc', 'arm64-dpaa2-linuxapp-gcc',
> +               'arm64-thunderx-linuxapp-gcc', 'arm64-xgene1-linuxapp-gcc']
>      nic_type = 'cfg'
>
>      exec_option = {'prompt': 'Choose default or manually',
> --
> 1.8.3.1
>

Acked-by: Jianbo Liu <jianbo.liu at linaro.org>


More information about the dts mailing list