summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2016-09-01Make vcpu_reset_regs use new writeregs codeStefan Kempf
2016-09-01Add ioctls to get/set VCPU registersStefan Kempf
2016-09-01Remove the clock hack, and properly handle interrupts generated from vmd(8)'sMike Larkin
2016-09-01add iatp(4), a driver for the i2c touchpad and touchscreen found onJoshua Stein
2016-09-01whitespaceJoshua Stein
2016-09-01Celebrate OpenBSD 6.0 release by retiring the sparc port.Ted Unangst
2016-09-01Avoid mapping the vector page W|X. Map it using PROT_READ|PROT_WRITEMark Kettenis
2016-09-01space -> tabKenji Aoyama
2016-08-31this little piggy tried to stay aroundTheo de Raadt
2016-08-31pl011 and pl031 are licenseable peripherals from arm present in multiple socs.Jonathan Gray
2016-08-31Support A Radio Free Europe!Ted Unangst
2016-08-31regenJeremie Courreges-Anglas
2016-08-31Enable cd9660 in efiboot.YASUOKA Masahiko
2016-08-31remove no longer required pl011var.h includeJonathan Gray
2016-08-31remove some ISA drivers for devices not recently seen in the wild.Ted Unangst
2016-08-31In pmap_activate instead of doing disable_interrupts/enable_interruptsJonathan Gray
2016-08-30Use MaxMode to terminate the mode iteration. Actually the old wayYASUOKA Masahiko
2016-08-30Enable raspos24 for efifb. This makes qemu with UEFI start working.YASUOKA Masahiko
2016-08-30Mask sb pci irq bits for a,b,c,d instead of a,b,b,d.Jonathan Gray
2016-08-30Properly set "msb" and "bps" fields for both play and rec directions.Alexandre Ratchov
2016-08-29Change le(4) buffer address to 0x71010000, which is the same addressKenji Aoyama
2016-08-28Get rid of sxipio_ioh and sxipio_iot; they're not used (anymore).Mark Kettenis
2016-08-28Add a few missing sunxi-h3 clocks and resets.Mark Kettenis
2016-08-28Fix the macros that determine the register offsets based on port and pin.Mark Kettenis
2016-08-28Reset the host controller after a failed command request to make sure itMarcus Glocker
2016-08-27Deassert reset signals if there is a "resets" property. Implement mmc powerMark Kettenis
2016-08-27Initialize vdd to 0 in imxesdhc_bus_power() to avoiud using it uninitialized.Mark Kettenis
2016-08-27Add support for the SD/MMC clock to the geberic clock code and use it inMark Kettenis
2016-08-27Match on "allwinner,sun8i-h3-ehci".Mark Kettenis
2016-08-27Add support for the PXN bit in level 1 translation table descriptors andMark Kettenis
2016-08-27Add support for the watchdog timer found on A31 and later SoCs, which has aMark Kettenis
2016-08-27Handle the quirky that the FIFO register sits at a different location onMark Kettenis
2016-08-27Add support for sun8i-h3, the Allwinner H3. For this SoC, the device treeMark Kettenis
2016-08-26Implement bus dma support for loading raw mappings so that we can usePatrick Wildt
2016-08-26Add support for the Allwinner H3 (sun8i-h3).Mark Kettenis
2016-08-26Since the caller already checks and handles COHERENT we don't needPatrick Wildt
2016-08-26Remove cpu_cpwait() calls; they are no-ops on armv7.Mark Kettenis
2016-08-26Remove the code that switches around MMU domains on armv7. MMU domains areMark Kettenis
2016-08-26Remove unused prototype for sxiccmu_enablemodule().Marcus Glocker
2016-08-25Enable the UWXN bit in the SCTRL register when available. This shouldMark Kettenis
2016-08-24Replace pmap_fault_fixup() with an access flag fault handler on armv7.Mark Kettenis
2016-08-23Deassert all reset signals for the controller. Add support for more recentMark Kettenis
2016-08-23Add support for the usb clock on sun5i-a13 as well.Mark Kettenis
2016-08-23re-enable acpicbkbd by default now that acpiec won't try burst modeJoshua Stein
2016-08-23The device trees for sun8i and sun9i no longer include an address in theMark Kettenis
2016-08-23The TLB refill and XTLB refill exceptions use distinct exception vectorsVisa Hankala
2016-08-23Convert %q to %ll in format stringsPhilip Guenther
2016-08-22Remove unused code and definitions.Mark Kettenis
2016-08-22Use new clock API.Mark Kettenis
2016-08-22Use new clock API to manipulate clocks.Mark Kettenis