aboutsummaryrefslogtreecommitdiff
path: root/sys/mips/adm5120/uart_bus_adm5120.c
Commit message (Collapse)AuthorAgeFilesLines
* Retire old ADM 5120 port. It never grew much beyond the original port.Warner Losh2018-01-011-95/+0
| | | | | | | | | | | | | | | | | | | | | | | It came into the tree with the project/mips merge 8 years ago. At the time, it was hard to find a board with enough RAM to run. Now FreeBSD requires at least 2x the RAM it did then. No changes have happened to this port apart from API churn and license tagging since then. It ran OK at the time it was committed, but no sightings in the wild have happened since shortly after it was committed. https://www.linux-mips.org/wiki/Adm5120_devices lists a bunch of boards that were available 5 years ago (but are no longer available). The beefiest one had only 64MB of RAM which is too small. The Mirktik RB1xx never had more than 32MB. Also remove confusing QEMU config file that never ever worked in QEMU for mips. MALTA is used for that. Another of my past mistakes, false starts that never amounted to anything. Discussed on: mips@ (with some dissent) Notes: svn path=/head/; revision=327459
* sys/mips: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
| | | | | | | | | | | | | | | Mainly focus on files that use BSD 2-Clause license, however the tool I was using misidentified many licenses so this was mostly a manual - error prone - task. The Software Package Data Exchange (SPDX) group provides a specification to make it easier for automated tools to detect and summarize well known opensource licenses. We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts. Notes: svn path=/head/; revision=326259
* Allow setting access-width for UART registers.Ruslan Bukin2017-02-271-1/+1
| | | | | | | | | | | | | | | This is required for FDT's standard "reg-io-width" property (similar to "reg-shift" property) found in many DTS files. This fixes operation on Altera Arria 10 SOC Development Kit, where standard ns8250 uart allows 4-byte access only. Reviewed by: kan, marcel Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D9785 Notes: svn path=/head/; revision=314362
* Fix path in all includes: remove /mips32 subdirectoryOleksandr Tymoshenko2008-09-101-1/+1
| | | | Notes: svn path=/head/; revision=182901
* As discussed on IRC and at BSDcan, move the mips32/* directories up aWarner Losh2008-07-061-0/+93
level. The distinction was artificial. Some more movement around the deck charis is likely depending on the fallout from this one. Paths were corrected after the svn mv. Hope that's OK. Notes: svn path=/head/; revision=180332