summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2013-05-12Lower heap location and load address by 1MB for the secondary boot loaders,Miod Vallat
2013-05-10whitespacesPatrick Wildt
2013-05-10Convert K&R style function declaration to ANSI.Patrick Wildt
2013-05-10Simplify mapping pages by just calling pmap_kenter_cache.Patrick Wildt
2013-05-10ditch unused zskbd_device_lookup; verified by sebastia@Mike Belopuhov
2013-05-10Flush the secondary cache when dumping.Patrick Wildt
2013-05-10Remove an instruction cache sync which is not needed.Patrick Wildt
2013-05-10Map vector page executable when installing the fiq handler.Patrick Wildt
2013-05-10Map beagle kernel and its vector page executable.Patrick Wildt
2013-05-10whitespacesPatrick Wildt
2013-05-09Don't rely on uvm_km_free() to remove the pmap mapping when unmappingPatrick Wildt
2013-05-09Drain the bufs after or before we do a bus space operation on ARMv7.Patrick Wildt
2013-05-09On ARMv7 we can't use the cache mask to check for coherency.Patrick Wildt
2013-05-09Do not panic when running the MP kernel on a single-processor system; foundMiod Vallat
2013-05-09Add a driver for the OMAP identification registers/fuses,Patrick Wildt
2013-05-09Implement mtx_enter_try for armv7 and handle ci_mutex_level.Patrick Wildt
2013-05-09Have the ARM MPCore Timer use the private timer, which will be very usefulPatrick Wildt
2013-05-09Have the ARM MPCore Timer use the private timer, which will be very usefulPatrick Wildt
2013-05-08Port over NetBSD's arm dma sync code. This makes it easier to flushPatrick Wildt
2013-05-08this comment is not attached to this value. removeTed Unangst
2013-05-08remove stale cyrix emc support, and switch to just using intial npxcwTed Unangst
2013-05-07remove an unreferenced var that accessed uninitialised memoryJonathan Gray
2013-05-06the use of modern intel performance counter msrs to measure the number ofDavid Gwynne
2013-05-06the use of modern intel performance counter msrs to measure the number ofDavid Gwynne
2013-05-05remove never used get/set ioperm sysarch functions. ok guentherTed Unangst
2013-05-03Fix a shift in the beagle prcm.Patrick Wildt
2013-05-03Don't return before calling splx.Patrick Wildt
2013-05-02Remove an #endif I forgot in there.Patrick Wildt
2013-05-02Add a driver for the secondary cache controller on the PandaBoard andPatrick Wildt
2013-05-02typosMiod Vallat
2013-05-02remove static from a simple lock to avoid a compiler warning/error thatTed Unangst
2013-05-01Add a secure monitor call function, so that a secondary cache controllerPatrick Wildt
2013-05-01Disable PandaBoard's L2 Cache early on bootup. We will re-enable itPatrick Wildt
2013-05-01Fix a case where we might be cache flushing unmapped pages.Patrick Wildt
2013-05-01Add a cortex bus which represents the ARM MPCore Complex.Patrick Wildt
2013-04-30Fix beagle makefile dependency after switching to new context switchingPatrick Wildt
2013-04-30Use ARMv7 access permission bits.Patrick Wildt
2013-04-30Switch from pmap to pmap7.Patrick Wildt
2013-04-30Add context switching code matching to our pmap for ARMv7.Patrick Wildt
2013-04-30Add matching header for pmap7.Patrick Wildt
2013-04-30Replace the statically defined protection bits with a macro, which willPatrick Wildt
2013-04-28Preliminary modifications for Xorg 1bpp server, based on OpenBSD/hp300Kenji Aoyama
2013-04-28Revert the ARMv7 header split introduced in pmap7.Patrick Wildt
2013-04-28Improved dealing of ARMv7 faults. Added ARMv7 fault descriptions.Patrick Wildt
2013-04-26ARMv7 userland uses a single domain. This define is already used in pmap7.Patrick Wildt
2013-04-26Update and clean ARMv7 specific defines in the PTE header file.Patrick Wildt
2013-04-26Clean up ARM's generic interrupt controller and timer. Add the ability toPatrick Wildt
2013-04-25Use the correct arch name in a beagle header.Patrick Wildt
2013-04-25Add GPIO support for the PandaBoard. Disable BeagleBoard's unused interruptPatrick Wildt
2013-04-25Add a terminator to the device list, so that we don't end up havingPatrick Wildt