summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/mips/malta
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/mips/malta
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/mips/malta')
-rw-r--r--c/src/lib/libbsp/mips/malta/STATUS42
1 files changed, 0 insertions, 42 deletions
diff --git a/c/src/lib/libbsp/mips/malta/STATUS b/c/src/lib/libbsp/mips/malta/STATUS
deleted file mode 100644
index 44e8f7cdc4..0000000000
--- a/c/src/lib/libbsp/mips/malta/STATUS
+++ /dev/null
@@ -1,42 +0,0 @@
-17 Februrary 2011
-
-XXX
-
-This is a BSP for the MIPS Malta board with a 24K CPU on it.
-It has ONLY been tested on Qemu.
-
-Anything not mentioned has not been touched at all and will
-most likely not be in the first release of the BSP.
-
-Working
-=======
-+ Board initialization and shutdown
-+ tty0 working polled
-+ tty1 working polled (see note in issues)
-+ tty2 working polled (see notes in issues)
-+ Clock Tick
-
-
-Issues
-======
-+ We have small hack to Qemu so reset will exit. This needs to be
- fixed to follow the PC386 Qemu model where a command line argument
- selects reset or exit on reset.
-
-+ tty2 is generating an interrupt which causes a TLB fault. We have
- disabled the interrupt in the CPU interrupt mask for now.
-
-+ tty1 and tty2 are not showing any data on the screen. This is
- most likely an issue with qemu since the status bit is changing
- as the characters are polled out.
-
-TBD
-===
-+ Conversion to Programmable Interrupt Controller IRQ model
- using shared infrastructure
-+ tty0 working interrupt driver
-+ tty1 working interrupt driver
-+ tty2 working interrupt driver
-+ PCI Bus Support
-+ AMD AM79C973 NIC
-+ Consider moving mips_interrupt_mask() into BSP.