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 1b7ddab317 cmake:adapt the header file symbolic link to the common 
directory
     new f76017ca8a arch/intel64: format asm files, remove unused debug macros
     new b4b96a6435 arch/intel64: convert __nxstart to C function and move 
appropriate functions there
     new 8a43bf1b50 arch/intel64: clear BSS in __nxstart
     new 8c4612be50 arch/intel64: add g_ prefix to global data

The 4 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/x86_64/include/intel64/arch.h                 |  24 +-
 arch/x86_64/src/intel64/CMakeLists.txt             |   1 +
 arch/x86_64/src/intel64/Make.defs                  |   3 +-
 arch/x86_64/src/intel64/intel64.h                  |   2 +-
 .../src/intel64/intel64_fullcontextrestore.S       | 197 +++----
 arch/x86_64/src/intel64/intel64_head.S             | 576 ++++++++++-----------
 arch/x86_64/src/intel64/intel64_irq.c              |  24 +-
 arch/x86_64/src/intel64/intel64_lowsetup.c         | 112 +---
 arch/x86_64/src/intel64/intel64_map_region.c       |   2 +-
 arch/x86_64/src/intel64/intel64_saveusercontext.S  | 157 +++---
 .../{intel64_lowsetup.c => intel64_start.c}        |  86 ++-
 arch/x86_64/src/intel64/intel64_vectors.S          | 436 ++++++++--------
 12 files changed, 712 insertions(+), 908 deletions(-)
 copy arch/x86_64/src/intel64/{intel64_lowsetup.c => intel64_start.c} (63%)

Reply via email to