This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 0b9c86905b8 arch/tricore: Fix specific definitions in the generic UART
module
new 1d9e160f970 toolchain/ghs: add Greenhills compiler support for .type
directive for arm-v8r
new ecef24ea335 toolchain/ghs: greenhills compiler does not recognize
.syntax unified
new e0e8a6e8524 toolchain/ghs: _hyp_vector_start uses b . syntax for both
GCC and ghs
new c9eeb4cb143 toolchain/ghs: change alignment syntax for GHS
new 2ce0c128f95 toolchain/ghs: Adapt .macro syntax for GHS compiler
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
arch/arm/src/armv8-r/arm_fpuconfig.S | 6 ++
arch/arm/src/armv8-r/arm_head.S | 34 ++++++++
arch/arm/src/armv8-r/arm_saveusercontext.S | 6 ++
arch/arm/src/armv8-r/arm_vectors.S | 122 +++++++++++++++++++++++++++
arch/arm/src/armv8-r/arm_vectortab.S | 16 ++--
arch/arm/src/armv8-r/cp15_cacheops.h | 131 +++++++++++++++++++++++++++++
arch/arm/src/armv8-r/sctlr.h | 24 ++++++
arch/arm/src/common/gnu/arm_fetchadd.S | 26 ++++++
8 files changed, 358 insertions(+), 7 deletions(-)