aboutsummaryrefslogtreecommitdiff
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* Reintroduce the r196640, after fixing the problem with my testing.Konstantin Belousov2009-09-011-3/+0
* Reverse r196640 and r196644 for now.Konstantin Belousov2009-08-291-0/+3
* Remove the altkstacks, instead instantiate threads with kernel stackKonstantin Belousov2009-08-291-3/+0
* revert r196600; didn't notice it'd been done alreadySam Leffler2009-08-271-1/+0
* enable mesh by defaultSam Leffler2009-08-271-0/+1
* Introduce SheevaPlug support.Rafal Jaworowski2009-08-254-0/+234
* Exclude common Kirkwood settings so they can be shared among various platformsRafal Jaworowski2009-08-254-8/+21
* Properly handle initial state of power mgmt.Rafal Jaworowski2009-08-253-2/+134
* Eliminate platform_pmap_init() to simplify Marvell bootstrap code.Rafal Jaworowski2009-08-255-44/+13
* KDB needs <machine/db_machdep.h>, so move it under #ifdef KDB.Olivier Houchard2009-08-231-3/+2
* No need to remove the same flag multiple times.Olivier Houchard2009-08-231-2/+2
* - Proprely intialize UART parameters at probe stage, so uart(4)Stanislav Sedov2009-08-151-4/+4
* Use correct wbinv operation in pmap_l2cache_wbinv_range().Rafal Jaworowski2009-08-131-1/+1
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-1/+0
* Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar toJohn Baldwin2009-07-241-1/+1
* Make dcache_inv_range() point to the proper routines on ARM9 and ARM9E/ARM10.Rafal Jaworowski2009-07-211-2/+2
* ARM pmap fixes.Rafal Jaworowski2009-07-203-5/+7
* Add IEEE80211_SUPPORT_MESH, following similar change to nanobsd andRui Paulo2009-07-172-0/+2
* Add support to the virtual memory system for configuring machine-Alan Cox2009-07-122-2/+5
* Cleanup ALIGNED_POINTER:Sam Leffler2009-07-051-0/+7
* Map DPCPU pages into ARM kernel VA space.Rafal Jaworowski2009-07-013-3/+11
* Correct the #endif comment.Alan Cox2009-06-261-1/+1
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson2009-06-262-5/+5
* This change is the next step in implementing the cache control functionalityAlan Cox2009-06-261-0/+35
* temporarily disable optional uarts; apparently we hang when probing themSam Leffler2009-06-251-9/+9
* Enable all populated TWSI (I2C) controllers on Marvell SOCs.Rafal Jaworowski2009-06-254-4/+9
* Fix typo.Olivier Houchard2009-06-241-1/+1
* Fix typo.Olivier Houchard2009-06-241-1/+1
* Introduce ata(4) support for Marvell integrated SATA controllers (found onRafal Jaworowski2009-06-249-0/+958
* Implement a facility for dynamic per-cpu variables.Jeff Roberson2009-06-239-1/+41
* Now that we have UARTs running with fast interrupt handlers the ataSam Leffler2009-06-232-34/+207
* use consistent styleSam Leffler2009-06-231-1/+1
* kill left over cruftSam Leffler2009-06-221-2/+0
* enable optional GPS+RS485 uartsSam Leffler2009-06-221-0/+14
* o add a bus space tag that forces a 2usec delay between r/w ops; this isSam Leffler2009-06-224-11/+120
* fix typoSam Leffler2009-06-221-1/+1
* o remove hack to write UUE+RTOIE in the uart's IER; force them with hintsSam Leffler2009-06-223-21/+10
* hook arm_post_filter to ACK GPIO interrupts; this fixes the interruptSam Leffler2009-06-221-0/+8
* always define Cambria GPS+RS485 mappings as they are no longer conditionalSam Leffler2009-06-221-4/+0
* map the optional GPS and RS485 uart's on the Gateworks Cambria boardSam Leffler2009-06-222-21/+32
* add ixp425_set_gpio to program the gpio interrupt typeSam Leffler2009-06-223-10/+22
* rewrite arm_get_next_irq to always make forward progress (should be optimized)Sam Leffler2009-06-221-7/+19
* kill stray whitespaceSam Leffler2009-06-221-2/+2
* move logic to ACK a GPIO to a separate functionSam Leffler2009-06-221-3/+9
* swap order in ddb show gpio printfSam Leffler2009-06-221-2/+2
* make type use consistentSam Leffler2009-06-221-1/+1
* Disable write-back until I figure out what's wrong with it on the i81342.Olivier Houchard2009-06-211-7/+1
* Track the kernel mapping of a physical page by a new entry in vm_pageAndrew Thompson2009-06-182-41/+163
* enable npe-a now that it worksSam Leffler2009-06-171-5/+5
* Add workaround to get IXP435 NPE-A working: reseting NPE-A after NPE-CSam Leffler2009-06-171-28/+24