summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
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
2013-04-20more usb typedef removal falloutTheo de Raadt
2013-04-20Enable active PS/2 multiplexing if available.Tobias Stoeckmann
2013-04-19In {gpio,gdium}iic_bb_read_bits(), report the state of the SCL bit in additionMiod Vallat
2013-04-18Lower boot blocks load address, so that they fit within 8MB. Step 1 of manyMiod Vallat
2013-04-17Don't set the frequency of the statclock if we don't have one.Gerhard Roth
2013-04-16Get rid of various 'typedef struct' definitions and use plain structureTheo de Raadt
2013-04-16Add secondary cache flushes to armv7's pmap.Patrick Wildt
2013-04-14Unbreak tape boot blocks by not attempting to load kernel symbols, and providingMiod Vallat
2013-04-12Fix the log messages displayed to the user.Brian Callahan
2013-04-12Double-register load and store instructions using an odd-numbered register asMiod Vallat
2013-04-10Correctly handle data memory protection ID traps: if occuring in user mode,Miod Vallat
2013-04-09Need #include "isa.h" for NISAPhilip Guenther
2013-04-09Add missing #ifdef CRYPTO around amd64_has_aesniPhilip Guenther
2013-04-08allow octeon to find it's root device, based on the flags passed by U-Boot. T...Jasper Lievisse Adriaanse