From 90f8ede38779185c6f6af1b8b8f36dc821a58aaf Mon Sep 17 00:00:00 2001 From: Ed Date: Tue, 9 Mar 2021 14:42:16 +0000 Subject: [PATCH 1/3] Add XS3 support in reboot --- lib_xua/src/core/support/reboot.xc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib_xua/src/core/support/reboot.xc b/lib_xua/src/core/support/reboot.xc index fbc11f6c..d94a9e43 100644 --- a/lib_xua/src/core/support/reboot.xc +++ b/lib_xua/src/core/support/reboot.xc @@ -74,7 +74,7 @@ void device_reboot(void) } } -#ifdef __XS2A__ +#if defined(__XS2A__) || defined(__XS3A__) /* Reset all even tiles, starting from the remote ones */ for(int tileNum = tileArrayLength-2; tileNum>=0; tileNum-=2) #else @@ -86,7 +86,7 @@ void device_reboot(void) tileId = get_tile_id(tile[tileNum]); /* Do not reboot local tile (or tiles residing on the same node) yet */ -#ifdef __XS2A__ +#if defined(__XS2A__) || defined(__XS3A__) if((localTileNum | 1) != (tileNum | 1)) #else From f3063fdfc37162ae3adbb2c1f681bc7e9738f623 Mon Sep 17 00:00:00 2001 From: Ed Date: Tue, 9 Mar 2021 16:37:27 +0000 Subject: [PATCH 2/3] Update dates --- LICENSE.txt | 2 +- lib_xua/src/core/support/reboot.xc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index d4acef94..70ac29e5 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ Software Release License Agreement -Copyright (c) 2011-2020, XMOS, All rights reserved. +Copyright (c) 2011-2021, XMOS, All rights reserved. BY ACCESSING, USING, INSTALLING OR DOWNLOADING THE XMOS SOFTWARE, YOU AGREE TO BE BOUND BY THE FOLLOWING TERMS. IF YOU DO NOT AGREE TO THESE, DO NOT ATTEMPT TO DOWNLOAD, ACCESS OR USE THE XMOS Software. diff --git a/lib_xua/src/core/support/reboot.xc b/lib_xua/src/core/support/reboot.xc index d94a9e43..50522b48 100644 --- a/lib_xua/src/core/support/reboot.xc +++ b/lib_xua/src/core/support/reboot.xc @@ -1,4 +1,4 @@ -// Copyright (c) 2011-2019, XMOS Ltd, All rights reserved +// Copyright (c) 2011-2021, XMOS Ltd, All rights reserved #include #include #include From 2e86563274684c5adbd37c86034d539bce824371 Mon Sep 17 00:00:00 2001 From: Ed Date: Tue, 9 Mar 2021 16:47:45 +0000 Subject: [PATCH 3/3] License date --- lib_xua/LICENSE.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib_xua/LICENSE.txt b/lib_xua/LICENSE.txt index 7f5e44ce..1bafc403 100644 --- a/lib_xua/LICENSE.txt +++ b/lib_xua/LICENSE.txt @@ -1,6 +1,6 @@ Software Release License Agreement -Copyright (c) 2017-2020, XMOS, All rights reserved. +Copyright (c) 2017-2021, XMOS, All rights reserved. BY ACCESSING, USING, INSTALLING OR DOWNLOADING THE XMOS SOFTWARE, YOU AGREE TO BE BOUND BY THE FOLLOWING TERMS. IF YOU DO NOT AGREE TO THESE, DO NOT ATTEMPT TO DOWNLOAD, ACCESS OR USE THE XMOS Software.