summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/gen68340
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-04-25 15:06:08 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-04-26 07:17:57 +0200
commiteb36d1198cdf9dc1e2f776ef6e1e38755f6d13c5 (patch)
tree14177ad7a58c06a3c537d1e55dae7bc369a1a4b9 /c/src/lib/libbsp/m68k/gen68340
parentbsps: Remove unmaintained times files (diff)
downloadrtems-eb36d1198cdf9dc1e2f776ef6e1e38755f6d13c5.tar.bz2
bsps: Move documentation, etc. files to bsps
This patch is a part of the BSP source reorganization. Update #3285.
Diffstat (limited to 'c/src/lib/libbsp/m68k/gen68340')
-rw-r--r--c/src/lib/libbsp/m68k/gen68340/README82
1 files changed, 0 insertions, 82 deletions
diff --git a/c/src/lib/libbsp/m68k/gen68340/README b/c/src/lib/libbsp/m68k/gen68340/README
deleted file mode 100644
index 549ec71e35..0000000000
--- a/c/src/lib/libbsp/m68k/gen68340/README
+++ /dev/null
@@ -1,82 +0,0 @@
-#
-# This package requires a version of GCC that supports the `-mcpu32' option.
-#
-
-#
-# Please send any comments, improvements, or bug reports to:
-# Geoffroy Montel
-# g_montel@yahoo.com
-#
-
-#
-# This board support package works both MC68340 and MC68349 systems.
-#
-# Special console features:
-# - support of polled and interrupts mode (both MC68340 and MC68349)
-# - support of FIFO FULL mode (only for MC68340, the MC68349 doesn't have any timer, so
-# you may write your own timer driver if you have an external one)
-#
-# The type of the board is automatically recognised in the initialization sequence.
-#
-# WARNING: there's still no network driver!
-# I hope it will come in the next RTEMS version!
-#
-
-BSP NAME: gen68340
-BOARD: Generic 68360 as described in Motorola MC68340 User's Manual
-BOARD: Home made MC68340 board
-BOARD: Home made MC68349 board
-BUS: none
-CPU FAMILY: Motorola CPU32
-COPROCESSORS: none
-MODE: not applicable
-
-DEBUG MONITOR: none (Hardware provides BDM)
-DEBUG SETUP: EST Vision Ice
-
-PERIPHERALS
-===========
-TIMERS: two timers
- RESOLUTION: one microsecond
-SERIAL PORTS: 2 channel on the UART
-REAL-TIME CLOCK: yes
-DMA: yes
-VIDEO: none
-SCSI: none
-NETWORKING: Ethernet on SCC1.
-
-DRIVER INFORMATION
-==================
-CLOCK DRIVER:
-IOSUPP DRIVER:
-SHMSUPP: none
-TIMER DRIVER: Timer 1 for timing test suites
- Timer 2 for console's FIFO FULL mode
-STDIO
-=====
-PORT: 1
-ELECTRICAL:
-BAUD: 9600
-BITS PER CHARACTER: 8
-PARITY: None
-STOP BITS: 1
-
-NOTES
-=====
-
-Board description
------------------
-clock rate: 25 MHz
-bus width: 16-bit PROM, 32-bit DRAM
-ROM: To 1 MByte, 60 nsec (0 wait states), chip select 0
-RAM: 1 to 16 MByte DRAM SIMM, 60 nsec (0 wait states), parity or nonparity
-
-Host System
------------
-Cygwin 32
-
-Verification (Standalone 68360)
--------------------------------
-Single processor tests: Passed
-Multi-processor tests: not applicable
-