aboutsummaryrefslogtreecommitdiff
path: root/sys/mips/malta
Commit message (Expand)AuthorAgeFilesLines
* add snps IP uart support / genaralize UARTMatt Macy2018-08-191-1/+1
* Query MVPConf0.PVPE for number of CPUs.Ruslan Bukin2018-08-141-3/+7
* Avoid repeated address calculation for malta_ap_boot.Ruslan Bukin2018-08-141-2/+4
* follow-up to r336635, update TAILQ to CK_SLIST for ie_handlersAndriy Gapon2018-07-231-1/+1
* Support 2GB of memory on Malta systems with FreeBSD/mips.John Baldwin2018-06-281-0/+9
* sys/mips: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2714-1/+29
* Allow setting access-width for UART registers.Ruslan Bukin2017-02-271-1/+1
* Convert PCIe Hot Plug to using pci_request_featureWarner Losh2017-02-251-0/+1
* Fix dump_avail[] for MALTA platforms to include the kernel.John Baldwin2016-12-221-1/+1
* Add SMP support for MTI Malta 34kf CPU.Ruslan Bukin2016-09-122-10/+66
* Add support for SMP on MIPS Malta platform.Ruslan Bukin2016-09-094-1/+320
* Fixed FreeBSD/mips MALTA support for QEMUOleksandr Tymoshenko2016-06-291-5/+5
* As <machine/pmap.h> is included from <vm/pmap.h>, there is no need toSvatopluk Kraus2016-02-221-1/+0
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-273-4/+4
* [mips]: Don't hard-code PHYS_AVAIL_ENTRIES.Adrian Chadd2015-11-221-1/+1
* mips: teach the malta platform about extended memory.Adrian Chadd2015-11-211-9/+53
* Add domain support to PCI bus allocationZbigniew Bodek2015-09-161-1/+1
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler2013-11-301-2/+2
* Devices that rely on hints or identify routines for discovery need toNathan Whitehorn2013-10-291-1/+1
* YAMON is 32-bit application and uses 32-bit pointers to pass kernelOleksandr Tymoshenko2013-08-311-4/+9
* Add PCI bus space implementation that converts all 2 and 4 bytesOleksandr Tymoshenko2013-08-304-4/+448
* Fix GT PCI controller driver on big-endian hardwareOleksandr Tymoshenko2013-08-281-18/+35
* Fixes for compatibility with QEMU:Oleksandr Tymoshenko2013-08-271-2/+8
* - Initialize freq variable so we will not end up with random valueOleksandr Tymoshenko2013-08-271-0/+1
* Add the static kernel boot environment, needed to actually boot this thing.Adrian Chadd2013-04-171-0/+6
* Remove all legacy ATA code parts, not used since options ATA_CAM enabled inAlexander Motin2013-04-041-1/+0
* Merge from vmobj-rwlock branch:Attilio Rao2013-02-261-1/+0
* o) Use ABI, not ISA_* options, to determine whether to compile bits if libkernJuli Mallett2012-03-121-1/+0
* Remove platform APIs which are not used by any code and which had only stubJuli Mallett2012-03-121-25/+0
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-222-4/+2
* The i8259 controller is initialized incorrectly on MALTA. It writesAdrian Chadd2011-07-161-6/+6
* Switch the GENERIC kernels for all architectures to the new CAM-based ATAAlexander Motin2011-04-241-1/+6
* - dump_avail layout should be sequence of [start, end)Oleksandr Tymoshenko2010-12-091-1/+1
* - Populate dump_avail with proper values from phys_availOleksandr Tymoshenko2010-12-091-0/+3
* Fix MALTA64 build.Juli Mallett2010-04-191-2/+2
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromJoel Dahl2010-03-031-7/+0
* - Call post-boot fixup function in order to get proper staticOleksandr Tymoshenko2010-01-251-2/+4
* Update from old DDB convetion to initialize debugger to new KDB way.Warner Losh2010-01-231-1/+3
* Merge from projects/mips to head by hand:Warner Losh2010-01-109-123/+183
* Fix copyrights to reflect the origin of these files.Warner Losh2009-06-291-1/+1
* Fix MALTA build; some prototypes were wrong and blew up when kobj methodJuli Mallett2009-06-121-2/+2
* o Simplify code: trade 15 lines of case for one multiplicationOleksandr Tymoshenko2009-01-141-15/+1
* MFp4: Merge interrupt code from p4Warner Losh2008-09-191-17/+7
* Catch up with intr_event_create() API changes.David E. O'Brien2008-09-181-1/+1
* Fix path in all includes: remove /mips32 subdirectoryOleksandr Tymoshenko2008-09-107-11/+11
* Catch up with the move from mips32/.David E. O'Brien2008-09-031-1/+1
* Style(9).David E. O'Brien2008-09-031-3/+3
* As discussed on IRC and at BSDcan, move the mips32/* directories up aWarner Losh2008-07-0614-0/+2163