summaryrefslogtreecommitdiff
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvscvs2svn2008-02-24279-279/+277
* MFC: Add a wrapper function that bound checks writes to the dump device.Ruslan Ermilov2008-01-301-6/+6
* MFC fix for the panic("vm_thread_new: kstack allocation failed") andKonstantin Belousov2008-01-197-7/+8
* MFC rev 1.14:Olivier Houchard2008-01-161-0/+69
* This commit was manufactured by cvs2svn to create branch 'RELENG_7_0'.cvs2svn2007-12-222-118/+0
* MFC rev 1.90:Olivier Houchard2007-12-071-5/+5
* MFC:Olivier Houchard2007-12-072-21/+52
* This commit was manufactured by cvs2svn to create branch 'RELENG_7'.cvs2svn2007-12-032-0/+118
* MFC:Olivier Houchard2007-12-026-19/+26
* This commit was manufactured by cvs2svn to create branch 'RELENG_7'.cvs2svn2007-12-021-0/+150
* Make the PCI code aware of PCI domains (aka PCI segments) so we canMarius Strobl2007-09-303-2/+15
* Ok I hope I got it right this time.Olivier Houchard2007-09-275-25692/+40
* Now that Intel changed the license for the NPE firmware, import it directlyOlivier Houchard2007-09-275-46/+25693
* Fix a comment to reflect the truth.Olivier Houchard2007-09-271-1/+1
* Change the management of cached pages (PQ_CACHE) in two fundamentalAlan Cox2007-09-251-2/+3
* Make sure we do not call _arm_bzero() or _arm_memcpy() if the size is not atOlivier Houchard2007-09-221-3/+3
* Add various macros for the ADMA unit.Olivier Houchard2007-09-221-0/+39
* Add a driver for the 7seg found on the CRB board, largely based on theOlivier Houchard2007-09-228-0/+470
* Twist the RAS logic a bit to avoid branching.Olivier Houchard2007-09-221-12/+9
* Remove dead code.Olivier Houchard2007-09-191-1/+0
* Kill bogus printf debugs.Warner Losh2007-09-161-7/+0
* Kill overly verbose messages about setting bus width.Warner Losh2007-09-161-5/+2
* It has been observed on the mailing lists that the different categoriesAlan Cox2007-09-151-4/+4
* It's probably time I learn C.Olivier Houchard2007-09-121-2/+2
* In __bswap16_var(), make sure the 16 upper bits are cleared; whileOlivier Houchard2007-09-091-2/+4
* There's no need to re-read PCIR_COMMAND once we set it.Olivier Houchard2007-09-041-2/+0
* Just wbinv if both PREREAD and PREWRITE are set.Olivier Houchard2007-08-181-3/+9
* Ooops, we need to define TD_LOCK here.Olivier Houchard2007-08-081-0/+1
* Add cast to silent gcc warnings.Olivier Houchard2007-08-071-24/+24
* Use the third argument of cpu_switch(), as done for i386/amd63, as it isOlivier Houchard2007-08-071-6/+20
* Add in all the USB devices and all the wireless goo. The KB9202 hasWarner Losh2007-07-311-0/+44
* Make USB work on the KB9202{,A,B} boards. This has been in p4 for aboutWarner Losh2007-07-313-3/+36
* MFppc:Olivier Houchard2007-07-311-1/+1
* CRB config file.Olivier Houchard2007-07-271-0/+114
* XScale core 3 definitions.Olivier Houchard2007-07-271-0/+5
* CleanupOlivier Houchard2007-07-272-8/+2
* Do not define NIRQ, it is already defined in include/intr.hOlivier Houchard2007-07-271-5/+0
* Share the timer and watchdog drivers with the i81342. It's the same,Olivier Houchard2007-07-272-7/+70
* Add initial IOP342 support.Olivier Houchard2007-07-2716-0/+2869
* Say if the L2 cache is enabled or disabled as well.Olivier Houchard2007-07-271-0/+6
* Handle supersections and L2 cache.Olivier Houchard2007-07-271-30/+36
* Use supersection instead of standard sections to map the whole memoryOlivier Houchard2007-07-271-11/+29
* Fix the cache mode description.Olivier Houchard2007-07-271-5/+5
* Properly handle supersections.Olivier Houchard2007-07-272-14/+46
* Bring in two bandaids to get the elf trampoline to work again, until I findOlivier Houchard2007-07-271-5/+15
* Add a new set of functions to handle L2 cache. Make them no-op for everyOlivier Houchard2007-07-272-16/+67
* Import xscale core 3 cache management functions.Olivier Houchard2007-07-271-0/+397
* INTR_FILTER bits for armOlivier Houchard2007-07-271-2/+44
* The iop34x has 128 interrupts.Olivier Houchard2007-06-161-1/+3
* Introduce pmap_kenter_supersection(), which maps 16MB super-sections intoOlivier Houchard2007-06-113-2/+97