summaryrefslogtreecommitdiff
path: root/sys/arch/arm64/conf
AgeCommit message (Expand)Author
2018-04-02Enable imxccm(4).Patrick Wildt
2018-04-02Enable dwpcie(4).Mark Kettenis
2018-03-31Enable mvtemp(4).Mark Kettenis
2018-03-30Enable imxanatop(4).Patrick Wildt
2018-03-30Enable imxiic(4).Patrick Wildt
2018-03-30Enable imxesdhc(4).Patrick Wildt
2018-03-30Enable imxgpio(4).Patrick Wildt
2018-03-30Enable imxgpc(4).Patrick Wildt
2018-03-29Move imxuart(4) to sys/dev/fdt so it can be shared between arm64 and armv7.Patrick Wildt
2018-03-29Enable mvclock(4), mvicu(4), mvpinctrl(4), mvgpio(4) and mvrtc(4). ThisMark Kettenis
2018-03-12Remove dependencies for non-existing files.Mark Kettenis
2018-02-24Enable bcmrng(4).Mark Kettenis
2018-02-24Enable bcmtemp(4).Mark Kettenis
2018-02-20Add GENERIC.MP.Mark Kettenis
2018-02-15use the arm64 openprom.c on arm64Jonathan Gray
2018-02-11Move .openbsd.randomdata into .rodata. This makes things morePatrick Wildt
2018-02-10Enable axppmic(4).Mark Kettenis
2018-02-09Check for the existence of /bsd before trying to back it up to /obsd.Theo Buehler
2018-01-29Attach ampintc/ampintcmsi early so pci devices can be attached withJonathan Gray
2018-01-28trampoline.o depends on assym.hMark Kettenis
2018-01-25Move common mutex implementations to a MI place.Martin Pieuchot
2018-01-10Implement FUCKWIT for arm64; unmap the kernel almost entirely while userlandMark Kettenis
2018-01-04Implement support for calling EFI runtime services and use it to implementMark Kettenis
2018-01-02Enable rkpcie(4).Mark Kettenis
2017-12-31Enable sxitemp(4).Mark Kettenis
2017-12-31Enable sypwr(4).Mark Kettenis
2017-12-17Add wsdisplay options needed for X and VT switching.Mark Kettenis
2017-12-16Enable sxirsb(4).Mark Kettenis
2017-11-13Add support for the i2c controller variant found on the Allwinner A31 andMark Kettenis
2017-11-04Since rev 1.502 of rc(8) it creates a /bsd.booted hard link. At theFlorian Obser
2017-10-24In ld scripts, an output section with no input sections is always markedPhilip Guenther
2017-10-24Attach syscon(4) early. Also attach psci(4) early such that cpuresetfnMark Kettenis
2017-10-13Use gap.o on arm64. After the recent llvm/lld 5.0.0 update the linkerJonathan Gray
2017-10-04Due to changes in LLD where sections are sorted in a different way,Patrick Wildt
2017-09-28When option DDB_STRUCTINFO was removed from the kernel, too much fromPatrick Wildt
2017-09-21Add dwxe(4), a driver the Synopsis DesignWare Ethernet controller usedPatrick Wildt
2017-09-19Enable syscon(4).Patrick Wildt
2017-09-12Remove option DDB_STRUCTINFO. Now that ddb(4) is CTF aware, similarMartin Pieuchot
2017-08-28swap ualea for urngJasper Lievisse Adriaanse
2017-08-28Add rkpmic(4), a driver for the RK808 Power Management IC. For now, thisMark Kettenis
2017-08-27Add rkiic(4) a driver for the i2c controllers found on the Rockchip RK3399.Mark Kettenis
2017-08-27Add glass console support for arm64. This uses the "stdout-path" propertyMark Kettenis
2017-08-25Add rktemp(4), a driver for the temperature sensors on the Rockchip RK3399Mark Kettenis
2017-08-12Use ctfstrip(1) by default to strip kernels.Martin Pieuchot
2017-08-11Add rkdwusb(4) here as well.Mark Kettenis
2017-08-11Add glue for the USB3 controller on the rk3399-firefly.Mark Kettenis
2017-07-29Add a bcmaux(4) driver that handles clocks and interrupts for theMark Kettenis
2017-07-18Stop automatically regenerating gap.o (and hence linking a new kernel)Theo Buehler
2017-07-16Pass the linker from make environment to makegap.sh. This is (only)Visa Hankala
2017-07-05Enable NFSCLIENT to let installation over NFS work.Visa Hankala