aboutsummaryrefslogtreecommitdiff
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* Random bit generator (RBG) driver for RPi and RPi2.Mark Murray2016-07-192-0/+535
* Fix a random memory overwrite at boot time, simplebus_init() andLuiz Otavio O Souza2016-07-181-0/+1
* TEGRA: Subclass Tegra PCIE driver from ofw_pci base driver.Michal Meloun2016-07-171-416/+49
* Add support for Allwinner H3 EMAC.Jared McNeill2016-07-161-44/+213
* Allwinner Gigabit EMAC performance improvements.Jared McNeill2016-07-132-11/+122
* H3/A83T: Use PLL_PERIPH/2 for AHB2 parent clock.Jared McNeill2016-07-131-7/+6
* Undo r302601, WCHAR_MAX may not be a valid wchar value.Andrey A. Chernov2016-07-121-1/+1
* I don't know why unsigned int is choosed for wchar_t here, but WCHAR_MAXAndrey A. Chernov2016-07-121-1/+1
* Add support for Allwinner A64.Jared McNeill2016-07-111-0/+1
* Return early from bus_dmamap_load callback if the error indicator is set.Jared McNeill2016-07-111-0/+4
* Add support for arm64. The allwinner_soc_family() function is not availableJared McNeill2016-07-111-0/+4
* Add support for Allwinner A64 CPUx-PORT and CPUs-PORT Port Controllers.Jared McNeill2016-07-111-0/+14
* Add Allwinner A64 padconf settings.Jared McNeill2016-07-112-0/+224
* Include sys/rman.h to fix build on arm64.Jared McNeill2016-07-111-0/+1
* Attach RSB early. Children of RSB may provide resources necessary forJared McNeill2016-07-111-2/+4
* Build fix for arm64. The phy interface uses intptr_t for the "phy"Jared McNeill2016-07-111-3/+4
* Remove unused bus_space prototypes.Jared McNeill2016-07-111-3/+0
* EXTRES: Add OF node as argument to all <foo>_get_by_ofw_<bar>() functions.Michal Meloun2016-07-1041-110/+110
* Align descriptors and data buffers to 32 bits. This restriction isJared McNeill2016-07-102-2/+7
* In the absence of a bus-width property, default to 4-bit bus width insteadJared McNeill2016-07-101-1/+1
* Remove HZ=<various> from all armv6 configs, put HZ=1000 in std.armv6.Ian Lepore2016-07-0920-23/+2
* Consolidate debugging options from all arm kernel configs to std.arm[v6].Ian Lepore2016-07-0949-689/+59
* Correct syntax errors that only show up when compiled with INVARIANTS.Ian Lepore2016-07-092-3/+3
* Remove an unneeded call to fdt_get_unit, the return value is unused.Andrew Turner2016-07-091-4/+2
* Add support for Allwinner A13.Emmanuel Vadot2016-07-0812-1/+271
* Check that the pin function exists before setting it.Emmanuel Vadot2016-07-081-6/+19
* Fix a lockup in tx path for cspw.Luiz Otavio O Souza2016-07-072-1/+18
* Revert the recent armv6 changes to ALIGNED_POINTER(), restoring theIan Lepore2016-06-211-7/+7
* Update comments for the MD functions managing contexts for newKonstantin Belousov2016-06-162-13/+12
* Move the arm call to intr_pic_init_secondary earlier in the secondary CPUAndrew Turner2016-06-141-1/+3
* Do not define __NO_STRICT_ALIGNMENT for armv6. While the requirementsIan Lepore2016-06-131-4/+0
* Remove the ARMv4/ARMv5 userland atomic support from struct proc on armv6.Andrew Turner2016-06-082-0/+4
* Start to clean MIDR values using the CPUID scheme. We don't need to knowAndrew Turner2016-06-072-34/+46
* INTRNG - change the way how an interrupt mapping data are providedSvatopluk Kraus2016-06-051-0/+4
* tegra124: use roundup/rounddown macros from <sys/param.h>.Pedro F. Giffuni2016-06-031-2/+2
* Use nitems() macro instead of re-inventing itZbigniew Bodek2016-06-031-1/+1
* Define irq variable only in the block where used.Svatopluk Kraus2016-06-031-7/+4
* Postpone allocation of IRQ resource to the time when interruptSvatopluk Kraus2016-06-031-3/+11
* Add support for CESA on Armada38xZbigniew Bodek2016-06-021-0/+5
* Configure CPU window to second CESA SRAMZbigniew Bodek2016-06-022-0/+44
* Map CESA SRAM memory in driver attach for Armada38xZbigniew Bodek2016-06-021-1/+1
* Fix a crash while iterating compat strings when no match is found.Jared McNeill2016-05-311-1/+1
* arm_gic_map is a mask not the CPUs ID, there is no need to shift it.Andrew Turner2016-05-311-1/+1
* Bin interrupts to the correct CPU when we boot on a non-zero CPU.Andrew Turner2016-05-311-1/+1
* Improve ARM debug_monitor for SMP machinesZbigniew Bodek2016-05-293-53/+65
* Fix debug_monitor code for older ARMs (ARM11)Zbigniew Bodek2016-05-291-75/+29
* ARM GIC: Allow to setup interrupt without configuration data.Michal Meloun2016-05-291-2/+5
* Add support for triggering interrupts on both rising and falling edges.Ian Lepore2016-05-261-39/+67
* Add support for interrupts, sensors and GPIO for AXP209 PMIC.Emmanuel Vadot2016-05-262-44/+694
* Only do the touch screen setup when the 'ti,wires' property is present.Luiz Otavio O Souza2016-05-261-2/+2