summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2019-10-27Add simplefb(4).Mark Kettenis
2019-10-26Correct some ASM in a commentPhilip Guenther
2019-10-25Split out the code that brings us out of HYP mode and the code thatMark Kettenis
2019-10-25Add glass console for armv7. Similar to what we did on arm64 two years ago.Mark Kettenis
2019-10-25Make it possible to switch to framebuffer "glass" console in case itMark Kettenis
2019-10-24Enable sxisid(4)Mark Kettenis
2019-10-23Enable sxisid(4).Mark Kettenis
2019-10-23store specific strings for smbios baseboard vendor, product and serialJonathan Gray
2019-10-23Provide hw.serialno using the root node's serial-number property.Patrick Wildt
2019-10-21Add sxipwm(4) and pwmbl(4). Thse two drivers together add support for theMark Kettenis
2019-10-20Improve previouskn
2019-10-20Firmware that supports the "parallel boot" feature allows us to read the PRIMark Kettenis
2019-10-20Document "set db_console 0|1"kn
2019-10-17Enable sxidog(4).Mark Kettenis
2019-10-17Cache flush operations on arm64 were being incorrectly treated as writeDale Rahn
2019-10-17sgi: iockbc(4), mkbc(4): tsleep(9) -> tsleep_nsec(9); ok kn@ visa@cheloha
2019-10-16Move sxidog(4) such that we can use it on arm64.Mark Kettenis
2019-10-15Fix db_stack_dump() w/ custom addr & implement db_save_stack_trace().Martin Pieuchot
2019-10-15Reduce the number of places where `p_priority' and `p_stat' are set.Martin Pieuchot
2019-10-15Try to match the devid against the bootpath if link->port_wwn doesn'tJonathan Matthew
2019-10-13Move ws_get_param/ws_set_param into wsdisplay code.Mark Kettenis
2019-10-12i386: apm(4), esm(4): tsleep(9) -> tsleep_nsec(9); ok kn@ visa@cheloha
2019-10-12sparc64: lom(4), sab(4), vldcp(4): tsleep -> tsleep_nsec(9); ok kn@ visa@cheloha
2019-10-12hppa: gsckbc(4), power(4): tsleep(9) -> tsleep_nsec(9); ok kn@ visa@cheloha
2019-10-12Disable TSC debug printfs for release. They can be turned back on byMark Kettenis
2019-10-11When available use "interrupt-names" to select the fdt idx for dwctwoJonathan Gray
2019-10-08amd64: ensure %fs is loaded after final lgdtMike Larkin
2019-10-08macppc: mediabay(4), smu(4), xlights(4): tsleep(9) -> tsleep_nsec(9)cheloha
2019-10-08pcexmem(4): tsleep(9) -> tsleep_nsec(9); ok visa@cheloha
2019-10-07octmmc(4): msleep(9) -> msleep_nsec(9); ok visa@ kn@cheloha
2019-10-07Add moxtet(4), a driver for the Turris Mox modules. For now thisPatrick Wildt
2019-10-07Add mvspi(4), a driver for the SPI controller on thePatrick Wildt
2019-10-07Add amliic(4) and pcxrtc(4). This adds support for the RTC on the odroid-n2.Mark Kettenis
2019-10-06Fix vn_open to require an op of 0, and 0 or KERNELPATH only as flags.Bob Beck
2019-10-05Use mask to extract IPL; should have been part of the earlier diff thatMark Kettenis
2019-10-05Add workaround for Cortex-A73 errata 858921. Pointed out by drahn@ whoMark Kettenis
2019-10-01Recognise Cortex-A34 and Cortex-A65AE. TRMs have not been published butJonathan Gray
2019-09-30Synch the cpu match/attach/identify code with arm64. This drops someMark Kettenis
2019-09-30Enable amlpwm(4) and pwmreg(4).Mark Kettenis
2019-09-30Enable CPU voltage regulators. The firmware I built for my odroid-n2Mark Kettenis
2019-09-29Improve MSI support by parsing the "msi-map" attribute. Taken fromPatrick Wildt
2019-09-29Add IPI support. Taken ftrom arm64.Mark Kettenis
2019-09-29Configure USB port power control if the power GPIO is defined in fdt.Visa Hankala
2019-09-29Add option to configure GPIO output select.Visa Hankala
2019-09-28rename the 'cn30xx' drivers to just 'oct', because digits inside devicesTheo de Raadt
2019-09-26Add a new driver for getting AMD CPU temperature sensor over the SMN.Bryan Steele
2019-09-26enable iavf(4)Jonathan Matthew
2019-09-25Enable interrupts while running interrupt handlers like we do on arm64.Mark Kettenis
2019-09-24Enable eephy(4) on octeon.Visa Hankala
2019-09-23Implement DVFS support.Mark Kettenis