This is an automated email from the ASF dual-hosted git repository.
acassis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 326fe4fd412 docs/boards/raspberrypi-4b: Document updated NXDoom config
new b11c31ba8a3 arch/x86_64: make ARCH_INTEL64_HPET_ALARM buildable.
new caa700c1385 arch/x86_64: do not demand a TSC frequency for a clock
that has none.
new 59b47cf3f4c arch/x86_64: define the missing CONFIG_ARCH_HAVE_SYSCALL.
new a8ed107fa06 arch/x86_64: give the page allocator the physical page
pool base.
new 97dcbc010b8 arch/x86_64: inherit the kernel low memory mapping in an
address environment.
new 7fd17c9d7cf 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(-)