This is an automated email from the ASF dual-hosted git repository.

ligd pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


    from 28661273a3b drivers/sensors: Added virtual sensor flag to prioritize 
reading of driver information.
     new c774939c9e1 arch/x64: add acpi procfs
     new e074c865bca arch/x86_64: add poweroff functionality

The 2 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/Kconfig                                       |   1 +
 arch/x86_64/include/acpi.h                         |  70 ++++
 arch/x86_64/src/common/CMakeLists.txt              |   1 +
 arch/x86_64/src/common/Make.defs                   |   1 +
 arch/x86_64/src/common/x86_64_acpi.c               | 210 ++++++++++++
 arch/x86_64/src/common/x86_64_acpi_procfs.c        | 373 +++++++++++++++++++++
 arch/x86_64/src/common/x86_64_initialize.c         |   4 +
 arch/x86_64/src/intel64/CMakeLists.txt             |   4 +
 arch/x86_64/src/intel64/Make.defs                  |   4 +
 ...el64_systemreset.c => intel64_systempoweroff.c} |  29 +-
 10 files changed, 684 insertions(+), 13 deletions(-)
 create mode 100644 arch/x86_64/src/common/x86_64_acpi_procfs.c
 copy arch/x86_64/src/intel64/{intel64_systemreset.c => 
intel64_systempoweroff.c} (78%)

Reply via email to