summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* CRB config file.cognet2007-07-271-0/+114
* XScale core 3 definitions.cognet2007-07-271-0/+5
* Cleanupcognet2007-07-272-8/+2
* Do not define NIRQ, it is already defined in include/intr.hcognet2007-07-271-5/+0
* Share the timer and watchdog drivers with the i81342. It's the same,cognet2007-07-272-7/+70
* Add initial IOP342 support.cognet2007-07-2716-0/+2869
* Say if the L2 cache is enabled or disabled as well.cognet2007-07-271-0/+6
* Handle supersections and L2 cache.cognet2007-07-271-30/+36
* Use supersection instead of standard sections to map the whole memorycognet2007-07-271-11/+29
* Fix the cache mode description.cognet2007-07-271-5/+5
* Properly handle supersections.cognet2007-07-272-14/+46
* Bring in two bandaids to get the elf trampoline to work again, until I findcognet2007-07-271-5/+15
* Add a new set of functions to handle L2 cache. Make them no-op for everycognet2007-07-272-16/+67
* Import xscale core 3 cache management functions.cognet2007-07-271-0/+397
* INTR_FILTER bits for armcognet2007-07-271-2/+44
* The iop34x has 128 interrupts.cognet2007-06-161-1/+3
* Introduce pmap_kenter_supersection(), which maps 16MB super-sections intocognet2007-06-113-2/+97
* Fix a spacing nit.imp2007-06-111-1/+0
* Initialize the dma tag's bounce_zone to NULL if we didn't allocate it.cognet2007-06-101-1/+2
* Add kdb_cpu_sync_icache(), intended to synchronize instructionmarcel2007-06-091-0/+5
* There's no nobounce_dmamap on arm.cognet2007-06-071-4/+3
* - PCPU_ADD is no longer spelled with LAZY_ in the middle.jeff2007-06-061-1/+1
* - Change comments and asserts to reflect the removal of the globaljeff2007-06-041-2/+2
* Rework the PCPU_* (MD) interface:attilio2007-06-044-6/+7
* Revert to the previous version where the return value of uart_getenv()marcel2007-06-041-1/+2
* Add the machine-specific definitions for configuring the new physicalalc2007-06-041-0/+15
* Revert VMCNT_* operations introduction.attilio2007-05-312-3/+3
* In some particular cases (like in pccard and pccbb), the real devicepiso2007-05-311-2/+11
* Remove the hardcoded IXP425_UART?_VBASE values in thejhay2007-05-295-18/+58
* Honor maxsegsz of less than a page size in a DMA tag. Previously ityongari2007-05-291-0/+2
* Eliminate some unused definitions that came from NetBSD.alc2007-05-281-19/+0
* We do not need to get the irq out of ivars in ixp425_setup_intr(). Byjhay2007-05-281-5/+1
* Optimize a bit more, both the Avila and Pronghorn Metro boards work withjhay2007-05-281-4/+3
* Search for a proper ucode image to use by incrementing the minorsam2007-05-243-8/+43
* o add hints for avila boards; brings back i2c devices lost when iicbussam2007-05-242-1/+46
* Move to hints for configuring numerous devices so we can eliminate varioussam2007-05-242-50/+107
* Don't muck with the internal state of a uart during probe, all wesam2007-05-241-7/+3
* Fix interrupt setup; rev 1.3 switched the irq to GPIO_TYPE_ACT_LOWsam2007-05-241-10/+9
* Remove duplicate includes.cognet2007-05-236-7/+1
* Allow FreeBSD's native ELF image activators to execute shared libraries thekan2007-05-221-2/+2
* Use __mcount() instead of _mcount() to reduce diffs with NetBSD.cognet2007-05-192-4/+4
* Constify to please gcc 4.2.cognet2007-05-191-1/+1
* Do not try to inline pmap_kremove(), as it's exported.cognet2007-05-191-1/+1
* Do not try to inline bus_dmamap_sync_buf(), gcc 4.2 doesn't want to do socognet2007-05-191-2/+2
* Switch the kernel's pmap domain from 15 to 0.cognet2007-05-192-4/+4
* - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulatingjeff2007-05-182-3/+3
* Define every architecture as either VM_PHYSSEG_DENSE oralc2007-05-051-0/+5
* Remove sa1_cache_clean_addr. It isn't needed.kevlo2007-05-033-6/+0
* Don't expose the uart_ops structure directly, but instead havemarcel2007-04-026-13/+19
* Revisit the watchdogs: Resetting the error to EINVAL after failing to set then_hibma2007-03-273-9/+4
OpenPOWER on IntegriCloud