summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
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
2013-04-25Correctly enable ARM's Generic Interrupt Controller.Patrick Wildt
2013-04-24Use the manufacturer-supplied bios serial/uuid as a source ofBret Lambert
2013-04-23remove unused time_t related chunks; ok kettenisTheo de Raadt
2013-04-23Include udivdi3/umoddi3 when compiling the amd64/i386 boot blocks - theyJoel Sing
2013-04-23Remove a loongson reference.Brian Callahan
2013-04-23Remove obsolete comment, okay mlarkin@.Paul Irofti
2013-04-23tedu unused makefiles.Joel Sing
2013-04-23Remove softraid boot support from fdboot (again).Joel Sing
2013-04-23Don't assume time_t is an uint32_t.Martin Pieuchot
2013-04-21eeprom does not contain a a time_t -- it contains an unsigned 32 bit int.Theo de Raadt
2013-04-21Well, it turns out the assumption that boards with a 32-bit ID registerMiod Vallat
2013-04-21In inittodr(), be sure to only invoke tc_setclock() once. Fixes huge uptimeMiod Vallat
2013-04-21Unify the zs tty driver.Sebastian Reitenbach
2013-04-20more pckbd fallout, sighTheo de Raadt
2013-04-20Do not wait too long for the chip to unbusy, and return EAGAIN to the upperMiod Vallat
2013-04-20Prefer the processor-specific _DYNAMIC[] tags value to find out the boundariesMiod Vallat