summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc/shared
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-04-24 07:19:19 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-04-24 10:24:22 +0200
commit1163f50285570c6136e1a3f0b2a39a2aafce45d9 (patch)
tree47d6b003b11cbd7bd7bc07abe7f7ccfd42e2ecbf /bsps/powerpc/shared
parentbsps: Move uboot_dump_bdinfo.c to bsps (diff)
downloadrtems-1163f50285570c6136e1a3f0b2a39a2aafce45d9.tar.bz2
bsps: Move tictac.c to bsps
This patch is a part of the BSP source reorganization. Update #3285.
Diffstat (limited to 'bsps/powerpc/shared')
-rw-r--r--bsps/powerpc/shared/start/tictac.c32
1 files changed, 32 insertions, 0 deletions
diff --git a/bsps/powerpc/shared/start/tictac.c b/bsps/powerpc/shared/start/tictac.c
new file mode 100644
index 0000000000..e6d0e779c2
--- /dev/null
+++ b/bsps/powerpc/shared/start/tictac.c
@@ -0,0 +1,32 @@
+/**
+ * @file
+ *
+ * @ingroup powerpc_shared
+ *
+ * @brief Source file for tic-tac code.
+ */
+
+/*
+ * Copyright (c) 2008
+ * Embedded Brains GmbH
+ * Obere Lagerstr. 30
+ * D-82178 Puchheim
+ * Germany
+ * rtems@embedded-brains.de
+ *
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.rtems.org/license/LICENSE.
+ */
+
+#include <stdint.h>
+
+/**
+ * @brief Referenc value for tac().
+ */
+uint32_t ppc_tic_tac = 0;
+
+/**
+ * @brief Referenc value for bam().
+ */
+uint32_t ppc_boom_bam = 0;