summaryrefslogtreecommitdiff
path: root/sys/arm/xscale
Commit message (Expand)AuthorAgeFilesLines
...
* NPE cleanups needed for ancillary drivers (e.g. crypto acceleration):Sam Leffler2008-12-233-66/+109
* kill NPE_PORTS_MAX, it's not used and likely will not beSam Leffler2008-12-231-1/+0
* Fill in feature control support:Sam Leffler2008-12-233-6/+39
* o enable TT and big-endian MMIOSam Leffler2008-12-231-3/+6
* Merge WIP from p4:Sam Leffler2008-12-1324-1377/+2331
* - Fix spelling error in comments.Stanislav Sedov2008-12-015-5/+5
* correct sizeof calculationSam Leffler2008-10-141-1/+1
* Allow static hints to override kenv.Bruce M Simpson2008-10-021-0/+5
* Bandaid: disable interrupts to make sure intr_enabled and the IER registerOlivier Houchard2008-09-111-3/+8
* IXP425: split handling of the two QMGR interrupts so they are separatelyRafal Jaworowski2008-09-111-14/+42
* Add locking to the various iicbus(4) bridge drivers:John Baldwin2008-08-041-0/+9
* Eliminate unused global variables. (These global variables became fields ofAlan Cox2008-07-185-5/+0
* Fix a typo: i80321_pci_probe -> i81342_pci_probeKevin Lo2008-06-121-1/+1
* Add the pxa_teardown_intr() bus method function to de-associate theKevin Lo2008-06-101-10/+17
* Pull all the code to deal with bus space methods into a shared set ofKevin Lo2008-06-102-102/+7
* Remove sa1_cache_clean_addrKevin Lo2008-06-091-2/+0
* Unify arminit() and clean upKevin Lo2008-06-091-58/+1
* Support for the XScale PXA255 SoC as found on the Gumstix Basix and ConnexBenno Rice2008-06-0614-0/+3758
* Remove some long-dead codeKevin Lo2008-04-084-16/+0
* Remove bus_space_generic.c from the per-plarform files. Having it in theOlivier Houchard2008-04-053-3/+0
* Add bus_space_generic.c for the i81342 as well.Olivier Houchard2008-04-051-0/+1
* Refactor certain ARM bus space methods: instead of having multiple copies ofRafal Jaworowski2008-04-0310-304/+30
* Fix AVILA build.Rafal Jaworowski2008-04-031-2/+2
* Take the first baby step towards unifying and cleaning up arminit():Warner Losh2008-04-034-205/+7
* KERNBASE + 0x00200000 is the same thing as KERNVIRTADDR on thisWarner Losh2008-04-031-3/+2
* Improve mac+phy configuration so that hints can be used to describeSam Leffler2008-03-221-16/+80
* map device 5; the optional USB controller on Gateworks 2348 boardsSam Leffler2008-03-201-3/+4
* Remove kernel support for M:N threading.Jeff Roberson2008-03-121-4/+0
* Convert to be a 2-clause bsd-only license.Kevin Lo2008-03-031-7/+0
* On the ixp425, when we fail to initialize the memory rman instance, theRobert Watson2008-02-261-1/+1
* - Retire npe_defrag(), gem_defrag(), msk_defrag(), nfe_defrag(), andJohn Baldwin2008-01-171-85/+1
* Fix for the panic("vm_thread_new: kstack allocation failed") andKonstantin Belousov2007-11-054-4/+4
* Remove a staled comment, NPE-C should work fine.Olivier Houchard2007-11-041-1/+0
* Spelling fix for interupt -> interruptKevin Lo2007-10-121-2/+2
* 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-274-25692/+38
* Now that Intel changed the license for the NPE firmware, import it directlyOlivier Houchard2007-09-274-44/+25693
* 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-227-0/+468
* There's no need to re-read PCIR_COMMAND once we set it.Olivier Houchard2007-09-041-2/+0
* 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
* Remove the hardcoded IXP425_UART?_VBASE values in theJohn Hay2007-05-294-17/+57
* 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
* 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