summaryrefslogtreecommitdiff
path: root/sys/arch/evbmips/ingenic
AgeCommit message (Expand)Author
2023-02-23mips: Add missing barriers in cpu_switchto.riastradh
2022-03-03mips: Carefully use device_set_private for cpuN.riastradh
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2020-08-17Add some compile time asserts for endianness on boards/systems thatsimonb
2020-07-22s/reseting/resetting/msaitoh
2020-05-29For struct timecounter, use C99 initializers.rin
2017-05-21Provide and use some CP0 accessor functions instead of M[TF]C0 macrosskrll
2017-05-19Trailing whitespaceskrll
2016-12-22switch all ports to use uvm_init.c:uvm_md_init()cherry
2016-08-27Trailing whitespaceskrll
2016-08-26Adjust evbmips_iointr to pass a clockframe pointer and use it forskrll
2016-08-26#include "opt_multiprocessor.h"skrll
2016-01-29first shot at SMP support, very much broken and experimentalmacallan
2015-10-08add mechanism to pass a MAC address to dmemacallan
2015-07-11- get rid of private bus space in ingenic_com.cmacallan
2015-06-30don't mess with the cycle counter event counter, out timer interrupt comesmacallan
2015-06-30Use cpu_startup_common()matt
2015-06-11use kcpuset_isset()macallan
2015-04-04add IPI supportmacallan
2015-03-28PIC -> INTC to match documentationmacallan
2015-03-11add an event counter for clock interruptsmacallan
2015-03-10enable the full 1GB of RAMmacallan
2015-03-07only use the first 256MB for now until I figure out how to properly accessmacallan
2015-03-07count all interrupts, not just the ones we have handlers formacallan
2015-03-05disable interrupts while processing them, reenable when we're donemacallan
2014-12-31Move struct clockframe cf as extern declaration into ingenic_clockintr(),martin
2014-12-26make interrupt names part of the handler struct so event counters will showmacallan
2014-12-26use #ifdef USE_OST to switch between OS Timer and timer 5macallan
2014-12-23use separate debugging flag for interruptsmacallan
2014-12-23use defflag-ed debug optionsmacallan
2014-12-23preliminary support for the interrupt controllermacallan
2014-12-23use defflag-ed debug optionsmacallan
2014-12-06apbus attachment goop, move interrupt stuff to intr.cmacallan
2014-12-06timer interrupt and IPIsmacallan
2014-12-06add timecounter, timer interrupt and plenty of debugging goopmacallan
2014-11-22initial support for CI20 / Ingenic JZ4780macallan