This is an automated email from the ASF dual-hosted git repository.
xiaoxiang781216 pushed a change to branch releases/13.0
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 1e4e454357e drivers/ioexpander/iso1i813t.c: fix error startup condition
new e8f2c2eba34 arch/x86_64: make ARCH_INTEL64_HPET_ALARM buildable.
new b1e02d5a069 arch/x86_64: do not demand a TSC frequency for a clock
that has none.
new 5f9edeb6e61 arch/x86_64: define the missing CONFIG_ARCH_HAVE_SYSCALL.
new 3c8cfa307db arch/x86_64: give the page allocator the physical page
pool base.
new df0456c25f8 arch/x86_64: inherit the kernel low memory mapping in an
address environment.
new 67c34e314f9 arch/x86_64: do not wrap the HPET oneshot on a deadline
that has passed.
The 6 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 | 7 +++++++
arch/x86_64/src/common/x86_64_addrenv.c | 10 ++++++++++
arch/x86_64/src/common/x86_64_mmu.h | 4 ++++
arch/x86_64/src/intel64/Kconfig | 4 ++++
arch/x86_64/src/intel64/intel64_freq.c | 2 ++
arch/x86_64/src/intel64/intel64_oneshot_lower.c | 6 +++++-
arch/x86_64/src/intel64/intel64_pgalloc.c | 6 ++++--
7 files changed, 36 insertions(+), 3 deletions(-)