incubator-nuttx/boards/x86_64/intel64/qemu-intel64/src
p-szafonimateusz 3c05da536a arch/intel64: add support for HPET as system clock
HPET can be used as system clock for x86_64

to set HPET as system clock you have to enable:
  CONFIG_ONESHOT=y
  CONFIG_ALARM_ARCH=y
  CONFIG_INTEL64_ONESHOT=y
  CONFIG_ARCH_INTEL64_HPET_ALARM=y

Signed-off-by: p-szafonimateusz <p-szafonimateusz@xiaomi.com>
2024-08-01 17:49:41 +08:00
..
CMakeLists.txt fix nxstyle 2024-05-13 22:24:36 +02:00
Makefile arch/intel64: move timer frequency configuration to common files 2024-03-09 11:52:29 +08:00
qemu_appinit.c arch: rename arch special function name 2022-11-22 16:27:56 +08:00
qemu_boot.c Various fixes for PCI work 2024-01-25 09:09:30 -08:00
qemu_bringup.c arch/intel64: add support for HPET as system clock 2024-08-01 17:49:41 +08:00
qemu_intel64.h x86_64: move PCI bus initialization from qemu-intel64 to common x86_64 and initialize PCI in up_initialize() 2024-02-27 10:30:54 -03:00
qemu_net.c x86_64_netinitialize: support CONFIG_NETDEV_LATEINIT for x86_64 2024-02-18 05:34:53 -08:00
qemu_reset.c arch/intel64: add software reset support 2024-02-26 23:55:14 +08:00