summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2020-04-28Use the same inittodr()/resettodr() implementation as on arm64/armv7/sparc64Mark Kettenis
2020-04-28Use the same inittodr()/resettodr() implementation as on arm64/armv7Mark Kettenis
2020-04-27Enable tcpci(4).Patrick Wildt
2020-04-27Add bcmclock(4) and bcmmbox(4). Fixes a hang because the clock for sdhc(4)Mark Kettenis
2020-04-27Remove reset hack; these days the U-Boot we ship for the CuBox-i isMark Kettenis
2020-04-27Bring inittodr()/resettodr() in line with arm64 and move it toMark Kettenis
2020-04-27Move inittodr() and resettodr() to the end of the file to easy move an MIMark Kettenis
2020-04-27Add gpio support to bcmgpio(4) and make gpio(4) attach such that GPIOsMark Kettenis
2020-04-27fix SDHC_DEBUG build, remove procname printf'sians
2020-04-26Enable imxpciephy(4).Patrick Wildt
2020-04-26Sanitize inittodr()/resettodr() implementation.Mark Kettenis
2020-04-25Add bcmbsc(4), a driver for the Broadcom Serial Control (BSC) controller.Mark Kettenis
2020-04-25Enable maxrtc(4) and move dsxrtc(4) to keep things in alphabetical order.Mark Kettenis
2020-04-25Enable dsxrtc(4) and pcfrtc(4).Mark Kettenis
2020-04-24Add bcmgpio(4). For now this driver only provides pinctrl functionality.Mark Kettenis
2020-04-23Enable imxehci(4).Patrick Wildt
2020-04-23Move imxehci(4) to sys/dev/fdt.Patrick Wildt
2020-04-23 ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread;Jason McIntyre
2020-04-23Recent changes in usr/mdec require (substantial) growth of the ramdisk.Theo de Raadt
2020-04-22Knock out a few more well-known nodes that we don't intend to attach aMark Kettenis
2020-04-22Add bcmsdhost(4), a driver for the Broadcom "sdhost" SD controllerMark Kettenis
2020-04-21Enable bcmdmac(4).tobhe
2020-04-21Set DMA constraint based on the openbsd,dma-constraint property ifMark Kettenis
2020-04-21Add an openbsd,dma-constraint property to the /chosen node and set itMark Kettenis
2020-04-19(1 << 39) is not well defined on a 32-bit int. Use same casts forKenneth R Westerback
2020-04-19Enable bcmclock(4) and bcmmbox(4).tobhe
2020-04-19Add bcmirng(4), a driver for the RNG200 random number generator found onMark Kettenis
2020-04-19Initialize vmx_get_guest_faulttype() 'prot' to 0 instead of usingKenneth R Westerback
2020-04-19Add bcmpcie(4), a driver for the PCIe controller found on the Raspberry Pi 4.Mark Kettenis
2020-04-18Add glue to let bse(4) attach using the FDT.Mark Kettenis
2020-04-18Sync existing stacktrace_save() implementationsVisa Hankala
2020-04-15Remove unused protoype.Mark Kettenis
2020-04-15Commented WITNESS entry.Martin Pieuchot
2020-04-15Switch powerpc to MI mplock implementation.Martin Pieuchot
2020-04-14Enable bse(4).Mark Kettenis
2020-04-14Fix some of the more esoteric bus_space functions. TheMark Kettenis
2020-04-13Fix some of the more esoteric bus_space functions. TheMark Kettenis
2020-04-12Add support for the _CCA method. This method indicates whether DMA isMark Kettenis
2020-04-10Add omcm(4), omclock(4) and omsysc(4) drivers that support the new busMark Kettenis
2020-04-10Implement stacktrace_save_at() required for upcoming WITNESS.Martin Pieuchot
2020-04-08vmm(4): add IOCTL handler to sets the access protections of the eptpd
2020-04-08vmm(4): handle cr0 writes more correctly for vmxpd
2020-04-07Abstract the head of knote lists. This allows extending the lists,Visa Hankala
2020-04-07Kill board_id variable; its last consumer is gone now.Mark Kettenis
2020-04-07Kill unused extern declaration.Mark Kettenis
2020-04-07Use PHY framework to replace hardcoded board-specific GPIO poking.Mark Kettenis
2020-04-07Remove entry that is no longer needed.Mark Kettenis
2020-04-06Build bootecoff with divdi3.c. bootecoff needs __divdi3,Visa Hankala
2020-04-06Add support for the cd-gpios property.Mark Kettenis
2020-04-06Register controller with the gpio "framework".Mark Kettenis