summaryrefslogtreecommitdiff
path: root/sys/arch/arm64
AgeCommit message (Expand)Author
2019-09-09Attach imxsrc(4) early and raise its priority to make sure it beatsPatrick Wildt
2019-09-07Add sfp(4), a driver that allows talking to SFPs connected overPatrick Wildt
2019-09-06If uvm_map_inentry returns false then a signal has been delivered, andTheo de Raadt
2019-09-06mcprtc(4), a driver for the Microchip MCP79400 RTC and similar variants.Patrick Wildt
2019-09-06Add mviic(4), a driver to support the I2C controller on thePatrick Wildt
2019-09-05Add mvdog(4), a driver to support the watchdog on the Armada 3700 SoC.Patrick Wildt
2019-09-04Remove DST/TIMEZONE options(4) from kernel configs; ok jca@ deraadt@cheloha
2019-09-03Enable amlmmc(4).Mark Kettenis
2019-09-01Newer ARMv8 processors now include a new CSV2 field in their processorMark Kettenis
2019-08-29Add amldwusb(4), amlusbphy(4) and amlpciephy(4), drivers for the USBMark Kettenis
2019-08-28Build and enable amdgpu(4) on arm64. The DCN1.0 support has been madeMark Kettenis
2019-08-28Add amlpinctrl(4), a driver to configure pins and control GPIOs on AmlogicMark Kettenis
2019-08-27On amd64 the bootup and resume paths for SP/BP/SP were not performingTheo de Raadt
2019-08-27Add amlrng(4), the simples random numer generator driver ever.Mark Kettenis
2019-08-27Add imxtmu(4), a driver to support the temperature sensors onPatrick Wildt
2019-08-27amclock(4), a driver for the Amlogic SoC clocks. For now this implementsMark Kettenis
2019-08-26Add amlreset(4), a driver to support reset signal controller blocks onMark Kettenis
2019-08-26Add amluart(4), a driver for the UARTs found on various Amlogic SoCs.Mark Kettenis
2019-08-22Don't check _TTP for io windows.Mark Kettenis
2019-08-20Network-based device paths use Messaging and not Media types. ThusPatrick Wildt
2019-08-20Enable ipmi(4).Mark Kettenis
2019-08-13Allow PXE booting using u-boot by relaxing our requirementsPatrick Wildt
2019-08-12Remove spurious newline. Spotted by patrick@Mark Kettenis
2019-08-12Make it possible to switch to framebuffer "glass" console in case itMark Kettenis
2019-08-11Add clock support to sxirtc(4); needed by newer Linux DTs.Mark Kettenis
2019-08-11Add sxisyscon(4) a driver for the system controller found on variousMark Kettenis
2019-08-10Fix pixel formats. Turns out the order in the device tree description isMark Kettenis
2019-08-04Fix a typo I noticed reviewing the smbios code cleanup diff.kmos
2019-08-04Add support for X-Gene/eMAG variant.Mark Kettenis
2019-08-04Cleanup the bios(4)/smbios(4) code a bit. Fix some KNF issues, reduceMark Kettenis
2019-08-04crank version, following fchmod changeTheo de Raadt
2019-08-04Unmap tables once we're done with them.Mark Kettenis
2019-08-04Implement smbios support on arm64.Mark Kettenis
2019-08-03permit maxusers to grow up to 128Theo de Raadt
2019-08-03There are some pretty big arm64 machines so crank maxusers to 80.Theo de Raadt
2019-08-03In the bootblocks, after discovering and opening /bsd.upgrade, fchmod -xTheo de Raadt
2019-08-03Recognize Applied Micro as an Implementor and X-Gene as a PartNum forMark Kettenis
2019-08-02Add support for additional ITS page sizes and make sure we allocateMark Kettenis
2019-07-30Fix mapping of MSI sideband data when there are SMMU's present.Mark Kettenis
2019-07-30Seems the Amppere eMAG has a silicon big where the number of writable bitsMark Kettenis
2019-07-30Make sure the virtual addresses that are used for EFI runtime servicesMark Kettenis
2019-07-29Support disk write in efiboot for armv7 and arm64.YASUOKA Masahiko
2019-07-13Panic for missing vp1 entry, do not panic for missing vp2 entry twice.Dale Rahn
2019-07-13Adjust the pmap_set_l* functions to a more reasonable API,Dale Rahn
2019-07-13pmap_page_protect() should not unmap pages after making them readonly.Dale Rahn
2019-07-09I wrote the pc-page-writeable and sp-not-MAP_STACK code to be shared, andTheo de Raadt
2019-07-03Allocate a new major for tap(4) also note that pseudo-device tun is for tapPatrick Wildt
2019-07-02Register cpu(4) as a cooling device. This supports passive cooling byMark Kettenis
2019-07-02Add thermal zone handling code. This provides support for thermal zonesMark Kettenis
2019-06-25Implement suspend/resume support for MSI-X interrupts. Loosely based onMark Kettenis