aboutsummaryrefslogtreecommitdiff
path: root/sys/mips/beri/std.beri
Commit message (Collapse)AuthorAgeFilesLines
* mips: Remove sys/mipsWarner Losh2021-12-311-7/+0
| | | | | | | | Remove sys/mips as the next step of decomissioning mips from the tree. Remove mips special cases from the kernel make files. Remove the mips specific linker scripts. Sponsored by: Netflix
* Add SMP support for BERI CPU.Ruslan Bukin2018-04-121-0/+1
| | | | | | | | Obtained from: CheriBSD Sponsored by: DARPA, AFRL Notes: svn path=/head/; revision=332441
* MFP4:Brooks Davis2013-10-221-0/+2
| | | | | | | | | | | | | Change 228019 by bz@bz_zenith on 2013/04/23 13:55:30 Add kernel side support for large TLB on BERI/CHERI. Modelled similar to NLM MFC after: 3 days Sponsored by: DAPRA/AFRL Notes: svn path=/head/; revision=256935
* Add preliminary support for the SRI International / University of CambridgeRobert Watson2012-08-251-0/+4
Bluespec Extensible RISC Implementation (BERI) processor. BERI is a 64-bit MIPS ISA soft CPU core that can be synthesised to Altera and Xilinx FPGAs, and is being used for CPU and OS research at several institutions. Sponsored by: DARPA, AFRL Notes: svn path=/head/; revision=239671