summaryrefslogtreecommitdiffstats
path: root/sys/mips/rmi/xlr_machdep.c
Commit message (Expand)AuthorAgeFilesLines
* Remove platform APIs which are not used by any code and which had only stubjmallett2012-03-121-18/+0
* Fix a brain-o in platform_cpu_mask() by just specifying a possibleattilio2011-05-131-6/+4
* Add the cpuset_t conversion for mips.attilio2011-05-131-3/+9
* Allow the platform code to return a bitmask of running cores rather than justjmallett2011-02-121-3/+3
* Fix format of physical addresses; this fixes the n32 build.jmallett2011-01-191-3/+3
* Support for 64 bit PTEs on n32 and n64 compilation.jchandra2011-01-131-0/+2
* The message ring interrupt needs to be enabled for all cpus, not justjchandra2011-01-121-65/+52
* - dump_avail layout should be sequence of [start, end)gonzo2010-12-091-4/+4
* - Populate dump_avail with proper values from phys_availgonzo2010-12-091-0/+7
* On uniprocessor, warn and fixup hardware cpu mask if more than on CPUjchandra2010-10-201-1/+9
* Update message ring handling code for XLR/XLSjchandra2010-10-031-1/+0
* Clean up and update sys/mips/rmi/rmi_mips_exts.hjchandra2010-09-091-3/+3
* XLR/XLS hardware interrupts should be programmed level triggered at thejchandra2010-09-061-9/+6
* Updates for the RMI MIPS platform codejchandra2010-09-011-0/+3
* Clean up header files in RMI platform code (sys/mips/rmi), and removejchandra2010-08-301-3/+2
* Revamp XLR interrupt handling, the previous scheme does not work well onjchandra2010-08-271-4/+4
* Provide timecounter based on XLR PIC timer.jchandra2010-08-251-0/+22
* XLR PIC code update.jchandra2010-08-251-5/+6
* XLR PIC code update and style(9) fixes.jchandra2010-08-251-3/+1
* RMI XLR platform code clean-up.jchandra2010-08-251-70/+112
* Fix for 64 bit compile, with SMP enabled.jchandra2010-08-111-2/+3
* Fixup mips/rmi for the new mips timer code(r210403). This will get XLRjchandra2010-07-271-5/+2
* Fix for 64 bit compilation.jchandra2010-07-151-8/+12
* 64 bit compilation support XLR platform code.jchandra2010-07-081-6/+5
* Changes to boot on a subset of threads on an XLR/XLS core.jchandra2010-05-211-178/+161
* Adds JC's cleanup patches that fix it sorrs2010-05-181-0/+9
* This pushes all of JC's patches that I have in place. Irrs2010-05-161-205/+53
* Its possible that our RMI box has memory extendingrrs2010-01-291-3/+16
* Changes the msg ring so its a filter not arrs2010-01-281-2/+3
* Fix up the msg ring driver a bit tighterrrs2010-01-261-22/+7
* Changes the order of the setting the int happened (insiderrs2010-01-241-1/+1
* This hopefully will fix the network problem I was seeing.rrs2010-01-221-8/+8
* Rename mips_pcpu_init to mips_pcpu0_init since it applies only to theimp2010-01-091-1/+1
* Centralize initialization of pcpu, and set curthread early...imp2010-01-081-0/+3
* Fixes so kdb works.rrs2009-12-211-1/+4
* Ok With this commit we actually get throughrrs2009-11-061-48/+1
* ok we now get so that the uart init's and we can print. Werrs2009-11-051-6/+56
* adds rmi specific mips extensions file and makes surerrs2009-10-291-1/+1
* White space changesrrs2009-10-291-162/+181
* more Updates on the RMI code close to compiling now ;-)rrs2009-10-291-43/+93
* Fix build from r198563 (again). Sigh.thompsa2009-10-281-1/+1
* Fix build from r198563thompsa2009-10-281-1/+1
* Use init_static_kenv() and setenv() to simplify the environment string handling.thompsa2009-10-281-12/+10
* More initial RMI files. Note that these so far do NOTrrs2009-10-151-0/+650
OpenPOWER on IntegriCloud