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