summaryrefslogtreecommitdiffstats
path: root/sys/arm/xscale
Commit message (Expand)AuthorAgeFilesLines
* fix ARM_USE_SMALL_ALLOC after memory layout changessam2009-02-111-7/+10
* Add support for the StrataFlash on 2348 boards:sam2009-02-034-1/+14
* Remove a duplicate #include.cognet2009-01-161-1/+0
* move IXP4XX EHCI bus shim to the usb directory and renamesam2008-12-232-361/+1
* NPE cleanups needed for ancillary drivers (e.g. crypto acceleration):sam2008-12-233-66/+109
* kill NPE_PORTS_MAX, it's not used and likely will not besam2008-12-231-1/+0
* Fill in feature control support:sam2008-12-233-6/+39
* o enable TT and big-endian MMIOsam2008-12-231-3/+6
* Merge WIP from p4:sam2008-12-1324-1446/+2400
* - Fix spelling error in comments.stas2008-12-015-5/+5
* correct sizeof calculationsam2008-10-141-1/+1
* Allow static hints to override kenv.bms2008-10-021-0/+5
* Bandaid: disable interrupts to make sure intr_enabled and the IER registercognet2008-09-111-3/+8
* IXP425: split handling of the two QMGR interrupts so they are separatelyraj2008-09-111-14/+42
* Add locking to the various iicbus(4) bridge drivers:jhb2008-08-041-0/+9
* Eliminate unused global variables. (These global variables became fields ofalc2008-07-185-5/+0
* Fix a typo: i80321_pci_probe -> i81342_pci_probekevlo2008-06-121-1/+1
* Add the pxa_teardown_intr() bus method function to de-associate thekevlo2008-06-101-10/+17
* Pull all the code to deal with bus space methods into a shared set ofkevlo2008-06-102-102/+7
* Remove sa1_cache_clean_addrkevlo2008-06-091-2/+0
* Unify arminit() and clean upkevlo2008-06-091-58/+1
* Support for the XScale PXA255 SoC as found on the Gumstix Basix and Connexbenno2008-06-0614-0/+3758
* Remove some long-dead codekevlo2008-04-084-16/+0
* Remove bus_space_generic.c from the per-plarform files. Having it in thecognet2008-04-053-3/+0
* Add bus_space_generic.c for the i81342 as well.cognet2008-04-051-0/+1
* Refactor certain ARM bus space methods: instead of having multiple copies ofraj2008-04-0310-304/+30
* Fix AVILA build.raj2008-04-031-2/+2
* Take the first baby step towards unifying and cleaning up arminit():imp2008-04-034-205/+7
* KERNBASE + 0x00200000 is the same thing as KERNVIRTADDR on thisimp2008-04-031-3/+2
* Improve mac+phy configuration so that hints can be used to describesam2008-03-221-16/+80
* map device 5; the optional USB controller on Gateworks 2348 boardssam2008-03-201-3/+4
* Remove kernel support for M:N threading.jeff2008-03-121-4/+0
* Convert to be a 2-clause bsd-only license.kevlo2008-03-031-7/+0
* On the ixp425, when we fail to initialize the memory rman instance, therwatson2008-02-261-1/+1
* - Retire npe_defrag(), gem_defrag(), msk_defrag(), nfe_defrag(), andjhb2008-01-171-85/+1
* Fix for the panic("vm_thread_new: kstack allocation failed") andkib2007-11-054-4/+4
* Remove a staled comment, NPE-C should work fine.cognet2007-11-041-1/+0
* Spelling fix for interupt -> interruptkevlo2007-10-121-2/+2
* Make the PCI code aware of PCI domains (aka PCI segments) so we canmarius2007-09-303-2/+15
* Ok I hope I got it right this time.cognet2007-09-274-25692/+38
* Now that Intel changed the license for the NPE firmware, import it directlycognet2007-09-274-44/+25693
* Add various macros for the ADMA unit.cognet2007-09-221-0/+39
* Add a driver for the 7seg found on the CRB board, largely based on thecognet2007-09-227-0/+468
* There's no need to re-read PCIR_COMMAND once we set it.cognet2007-09-041-2/+0
* 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
* Remove the hardcoded IXP425_UART?_VBASE values in thejhay2007-05-294-17/+57
* We do not need to get the irq out of ivars in ixp425_setup_intr(). Byjhay2007-05-281-5/+1
OpenPOWER on IntegriCloud