aboutsummaryrefslogtreecommitdiff
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* aw_thermal: Add nvmem and H5 supportEmmanuel Vadot2018-08-061-65/+168
* aw_sid: Add nvmem interfaceEmmanuel Vadot2018-08-065-116/+258
* allwinner: a64: Add THS clock supportEmmanuel Vadot2018-08-051-0/+19
* arm: allwinner: Disconnect A10/A20 HDMI driverEmmanuel Vadot2018-08-051-4/+0
* arm: allwinner: Remove old unused clocksEmmanuel Vadot2018-08-051-16/+0
* arm: Remove ALLWINNER_UP kernel configEmmanuel Vadot2018-08-031-108/+0
* Add pmap_is_valid_memattr(9).Konstantin Belousov2018-08-012-1/+15
* nvmem: Add nvmem interface and helpersEmmanuel Vadot2018-07-311-0/+1
* Remove teh non-INTRNG code from the ARM GIC interrupt controller driver.Andrew Turner2018-07-303-378/+0
* Require ARMv5 for arm. All current kernels are for ARMv5 or later, and itAndrew Turner2018-07-301-0/+5
* Prepare for adding psind == 1 support to armv6's pmap_enter().Alan Cox2018-07-301-32/+36
* Use the cp15 functions to read cp15 registers rather than using assemblyAndrew Turner2018-07-288-44/+15
* Remove an unneeded cpu_ident() prototype.Andrew Turner2018-07-281-1/+0
* Remove some write only global values from the arm cpufunc code.Andrew Turner2018-07-281-11/+0
* Remove an unused function from the arm ELF trampoline. It tries to findAndrew Turner2018-07-281-137/+0
* Only build the cache handling code we need when building the arm ELFAndrew Turner2018-07-282-2/+8
* Make the arm cpu setup functions static. Any other place that needs theseAndrew Turner2018-07-282-12/+17
* Remove an unneeded check for CPU_XSCALE_81342Andrew Turner2018-07-281-3/+0
* Remove old CPU_ values from the arm cpufunc code. These have been removed.Andrew Turner2018-07-283-710/+3
* Remove the old CPU_ values from the arm kernel trampoline. These optionsAndrew Turner2018-07-281-48/+2
* Remove now the cow unused CPU_ARM9 and CPU_FA526 options. These are forAndrew Turner2018-07-284-1117/+0
* The RT1310 is an ARM926EJ-S, fix the config to mark it as such.Andrew Turner2018-07-281-1/+2
* Only support INTRNG in the SMP code on arm. We already require INTRNG onAndrew Turner2018-07-282-158/+0
* Remove IPI_IRQ_START and IPI_IRQ_END from the arm kernel config files.Andrew Turner2018-07-2813-38/+0
* This builds now, so aadd it back to Universe.Warner Losh2018-07-271-2/+0
* Remove xscale support.Warner Losh2018-07-2742-7998/+0
* Revert r336773: it removed too much.Warner Losh2018-07-2762-10/+10770
* Remove xscale supportWarner Losh2018-07-2762-10770/+10
* Make ralink compile again.Warner Losh2018-07-273-2/+7
* Remove Cavium/Econa CNS11xx support.Warner Losh2018-07-2717-4749/+0
* Remove Atmel AT91RM9200 and AT91SAM9 support.Warner Losh2018-07-27103-21258/+0
* Raise a proper SIGTRAP / TRAP_TRACE signal for a PT_STEP step on arm.John Baldwin2018-07-251-21/+22
* follow-up to r336635, update TAILQ to CK_SLIST for ie_handlersAndriy Gapon2018-07-232-2/+3
* Add option MAC to armv6 and armv7 kernels by default, it needs to beIan Lepore2018-07-212-0/+2
* arm: Implement cpu_est_clockrate for armv[67]Emmanuel Vadot2018-07-192-1/+16
* Remove the dead code from ARM cpufunc_* files.Michal Meloun2018-07-185-226/+0
* Also check if __ARM_ARCH_6KZ__ is defined when detecting when to use ARMv6Andrew Turner2018-07-181-0/+1
* Remove kernel support for armebWarner Losh2018-07-1752-12886/+11
* allwinner: a83t: Fix PLL_CPU clocksEmmanuel Vadot2018-07-161-8/+13
* Remove two checks that are always falseOleksandr Tymoshenko2018-07-161-12/+4
* Eliminate an unused var warning-error; the var is used only when parsingIan Lepore2018-07-141-0/+2
* Fix machdep_boot.cWarner Losh2018-07-131-7/+4
* Enable UART support for Xilinx Ultrascale+ SoCsMarcin Wojtas2018-07-131-0/+2
* Create helper functions for parsing boot args.Warner Losh2018-07-131-22/+14
* Add pnp info to the imx_spi driver.Ian Lepore2018-07-091-0/+1
* Oops, fix a typo: imx_snvs should be imx6_snvs.Ian Lepore2018-07-082-2/+2
* Move device statements out of std.imx* and into kernel config files.Ian Lepore2018-07-087-7/+7
* Make the imx6_snvs driver usable as a module, add pnp info. Add a manpage.Ian Lepore2018-07-081-0/+13
* Catch up with improvements in RTC handling... It's no longer necessary toIan Lepore2018-07-081-12/+10
* Add pnp info to imx6_ahci, and add a module makefile, and a manpage for it.Ian Lepore2018-07-081-1/+8