Unify ThreadX and SMP for ARMv8-A. (#275)

* Unify ThreadX and SMP for ARMv8-A.

* Fix path in pipeline to check ports arch.

* Add ignore folders for ARM DS

* Generate ThreadX and SMP ports for ARMv8-A.

* Ignore untracked files for ports_arch check.

* Use arch instead of CPU to simplify the project management.
This commit is contained in:
TiejunZhou
2023-06-21 18:23:36 +08:00
committed by GitHub
parent 1b2995cea8
commit 08380caa77
736 changed files with 4649 additions and 1989 deletions

View File

@@ -420,7 +420,7 @@ VOID tx_thread_fp_disable(VOID);
#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX ARMv8-A-SMP Version 6.1.10 *";
"Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX ARMv8-A-SMP Version 6.2.1 *";
#else
extern CHAR _tx_version_id[];
#endif

View File

@@ -29,7 +29,7 @@
/* */
/* FUNCTION RELEASE */
/* */
/* _tx_thread_smp_core_get Cortex-A35-SMP/AC6 */
/* _tx_thread_smp_core_get ARMv8-A-SMP */
/* 6.x */
/* AUTHOR */
/* */

View File

@@ -32,7 +32,7 @@
/* */
/* FUNCTION RELEASE */
/* */
/* _tx_thread_smp_core_preempt Cortex-A35-SMP */
/* _tx_thread_smp_core_preempt ARMv8-A-SMP */
/* 6.x */
/* AUTHOR */
/* */

View File

@@ -29,7 +29,7 @@
/* */
/* FUNCTION RELEASE */
/* */
/* _tx_thread_smp_current_state_get Cortex-A35-SMP/AC6 */
/* _tx_thread_smp_current_state_get ARMv8-A-SMP */
/* 6.x */
/* AUTHOR */
/* */

View File

@@ -29,7 +29,7 @@
/* */
/* FUNCTION RELEASE */
/* */
/* _tx_thread_smp_current_thread_get Cortex-A35-SMP/AC6 */
/* _tx_thread_smp_current_thread_get ARMv8-A-SMP */
/* 6.x */
/* AUTHOR */
/* */

View File

@@ -29,7 +29,7 @@
/* */
/* FUNCTION RELEASE */
/* */
/* _tx_thread_smp_initialize_wait Cortex-A35-SMP/AC6 */
/* _tx_thread_smp_initialize_wait ARMv8-A-SMP */
/* 6.x */
/* AUTHOR */
/* */

View File

@@ -29,7 +29,7 @@
/* */
/* FUNCTION RELEASE */
/* */
/* _tx_thread_smp_low_level_initialize Cortex-A35-SMP/AC6 */
/* _tx_thread_smp_low_level_initialize ARMv8-A-SMP */
/* 6.x */
/* AUTHOR */
/* */

View File

@@ -33,7 +33,7 @@
/* */
/* FUNCTION RELEASE */
/* */
/* _tx_thread_smp_protect Cortex-A35-SMP/AC6 */
/* _tx_thread_smp_protect ARMv8-A-SMP */
/* 6.x */
/* AUTHOR */
/* */

View File

@@ -29,7 +29,7 @@
/* */
/* FUNCTION RELEASE */
/* */
/* _tx_thread_smp_time_get Cortex-A35-SMP/AC6 */
/* _tx_thread_smp_time_get ARMv8-A-SMP */
/* 6.x */
/* AUTHOR */
/* */

View File

@@ -29,7 +29,7 @@
/* */
/* FUNCTION RELEASE */
/* */
/* _tx_thread_smp_unprotect Cortex-A35-SMP/AC6 */
/* _tx_thread_smp_unprotect ARMv8-A-SMP */
/* 6.x */
/* AUTHOR */
/* */