source: rtems/bsps/x86_64/amd64/headers.am @ bc731313

5
Last change on this file since bc731313 was bc731313, checked in by Amaan Cheval <amaan.cheval@…>, on 08/13/18 at 10:55:34

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.

  • Property mode set to 100644
File size: 523 bytes
Line 
1## This file was generated by "./boostrap -H".
2
3include_HEADERS =
4include_HEADERS += ../../../../../../bsps/x86_64/amd64/include/apic.h
5include_HEADERS += ../../../../../../bsps/x86_64/amd64/include/bsp.h
6include_HEADERS += include/bspopts.h
7include_HEADERS += ../../../../../../bsps/x86_64/amd64/include/clock.h
8include_HEADERS += ../../../../../../bsps/x86_64/amd64/include/pic.h
9include_HEADERS += ../../../../../../bsps/x86_64/amd64/include/start.h
10include_HEADERS += ../../../../../../bsps/x86_64/amd64/include/tm27.h
Note: See TracBrowser for help on using the repository browser.