summaryrefslogtreecommitdiffstats
path: root/bsps/x86_64/amd64/headers.am
diff options
context:
space:
mode:
authorAmaan Cheval <amaan.cheval@gmail.com>2018-08-13 16:25:34 +0530
committerJoel Sherrill <joel@rtems.org>2018-08-13 10:48:20 -0500
commitbc7313134f8192214cf74116c0b54d3eb6081fcf (patch)
tree77479c6478f98046f00a5f2817494fa2e682baf5 /bsps/x86_64/amd64/headers.am
parentbsps/x86_64: Add support for RTEMS interrupts (diff)
downloadrtems-bc7313134f8192214cf74116c0b54d3eb6081fcf.tar.bz2
bsps/x86_64: Add APIC timer based clock driver
The APIC timer is calibrated by running the i8254 PIT for a fraction of a second (determined by PIT_CALIBRATE_DIVIDER) and counting how many times the APIC counter has ticked. The calibration can be run multiple times (determined by APIC_TIMER_NUM_CALIBRATIONS) and averaged out. Updates #2898.
Diffstat (limited to 'bsps/x86_64/amd64/headers.am')
-rw-r--r--bsps/x86_64/amd64/headers.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/bsps/x86_64/amd64/headers.am b/bsps/x86_64/amd64/headers.am
index f9f42e7fd3..68f5858406 100644
--- a/bsps/x86_64/amd64/headers.am
+++ b/bsps/x86_64/amd64/headers.am
@@ -1,7 +1,10 @@
## This file was generated by "./boostrap -H".
include_HEADERS =
+include_HEADERS += ../../../../../../bsps/x86_64/amd64/include/apic.h
include_HEADERS += ../../../../../../bsps/x86_64/amd64/include/bsp.h
include_HEADERS += include/bspopts.h
+include_HEADERS += ../../../../../../bsps/x86_64/amd64/include/clock.h
+include_HEADERS += ../../../../../../bsps/x86_64/amd64/include/pic.h
include_HEADERS += ../../../../../../bsps/x86_64/amd64/include/start.h
include_HEADERS += ../../../../../../bsps/x86_64/amd64/include/tm27.h