summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/x86_64/include/rtems/score/x86_64.h
diff options
context:
space:
mode:
authorAmaan Cheval <amaan.cheval@gmail.com>2018-07-09 16:42:57 +0530
committerJoel Sherrill <joel@rtems.org>2018-07-11 15:23:43 -0500
commitcf811a4eb2358d66f403cd1397b29829e1827220 (patch)
tree75036f8bbfe239009b3df5734e4e9848e19b5962 /cpukit/score/cpu/x86_64/include/rtems/score/x86_64.h
parentbsp/x86_64: Minimal bootable BSP (diff)
downloadrtems-cf811a4eb2358d66f403cd1397b29829e1827220.tar.bz2
x86_64/console: Add NS16550 polled console driver
This addition allows us to successfully run the sample hello.exe test. Updates #2898.
Diffstat (limited to 'cpukit/score/cpu/x86_64/include/rtems/score/x86_64.h')
-rw-r--r--cpukit/score/cpu/x86_64/include/rtems/score/x86_64.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpukit/score/cpu/x86_64/include/rtems/score/x86_64.h b/cpukit/score/cpu/x86_64/include/rtems/score/x86_64.h
index 237d95de98..853e45ab5d 100644
--- a/cpukit/score/cpu/x86_64/include/rtems/score/x86_64.h
+++ b/cpukit/score/cpu/x86_64/include/rtems/score/x86_64.h
@@ -34,6 +34,9 @@ extern "C" {
#define CPU_NAME "x86-64"
#define CPU_MODEL_NAME "XXX: x86-64 generic"
+#define COM1_BASE_IO 0x3F8
+#define COM1_CLOCK_RATE (115200 * 16)
+
#ifdef __cplusplus
}
#endif