aboutsummaryrefslogtreecommitdiff
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a spacing nit.Warner Losh2007-06-111-1/+0
* Initialize the dma tag's bounce_zone to NULL if we didn't allocate it.Olivier Houchard2007-06-101-1/+2
* Add kdb_cpu_sync_icache(), intended to synchronize instructionMarcel Moolenaar2007-06-091-0/+5
* There's no nobounce_dmamap on arm.Olivier Houchard2007-06-071-4/+3
* - PCPU_ADD is no longer spelled with LAZY_ in the middle.Jeff Roberson2007-06-061-1/+1
* - Change comments and asserts to reflect the removal of the globalJeff Roberson2007-06-041-2/+2
* Rework the PCPU_* (MD) interface:Attilio Rao2007-06-044-6/+7
* Revert to the previous version where the return value of uart_getenv()Marcel Moolenaar2007-06-041-1/+2
* Add the machine-specific definitions for configuring the new physicalAlan Cox2007-06-041-0/+15
* Revert VMCNT_* operations introduction.Attilio Rao2007-05-312-3/+3
* In some particular cases (like in pccard and pccbb), the real devicePaolo Pisati2007-05-311-2/+11
* Remove the hardcoded IXP425_UART?_VBASE values in theJohn Hay2007-05-295-18/+58
* Honor maxsegsz of less than a page size in a DMA tag. Previously itPyun YongHyeon2007-05-291-0/+2
* Eliminate some unused definitions that came from NetBSD.Alan Cox2007-05-281-19/+0
* We do not need to get the irq out of ivars in ixp425_setup_intr(). ByJohn Hay2007-05-281-5/+1
* Optimize a bit more, both the Avila and Pronghorn Metro boards work withJohn Hay2007-05-281-4/+3
* Search for a proper ucode image to use by incrementing the minorSam Leffler2007-05-243-8/+43
* o add hints for avila boards; brings back i2c devices lost when iicbusSam Leffler2007-05-242-1/+46
* Move to hints for configuring numerous devices so we can eliminate variousSam Leffler2007-05-242-50/+107
* Don't muck with the internal state of a uart during probe, all weSam Leffler2007-05-241-7/+3
* Fix interrupt setup; rev 1.3 switched the irq to GPIO_TYPE_ACT_LOWSam Leffler2007-05-241-10/+9
* Remove duplicate includes.Olivier Houchard2007-05-236-7/+1
* Allow FreeBSD's native ELF image activators to execute shared libraries theAlexander Kabaev2007-05-221-2/+2
* Use __mcount() instead of _mcount() to reduce diffs with NetBSD.Olivier Houchard2007-05-192-4/+4
* Constify to please gcc 4.2.Olivier Houchard2007-05-191-1/+1