summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant ARM_L2_ADDR_BITS and L2_ADDR_BITS definitions andskra2016-02-183-8/+1
* Remove redundant L2_ADDR_MASK definition and replace it by primary one.skra2016-02-182-4/+1
* Remove unneeded definitions after r291406. Also remove redundant andskra2016-02-182-24/+0
* Move the Allwinner kernels to use fdt_pinctrl. This will read the pinandrew2016-02-1712-81/+717
* Do not use PMAP_DOMAIN_KERNEL definition for __ARM_ARCH >= 6 as domainsskra2016-02-173-27/+3
* Remove unneeded vector_page_setprot() for __ARM_ARCH >= 6. A vectorskra2016-02-173-12/+3
* Include pte-v6.h only where needed.skra2016-02-173-4/+1
* Remove pd_prot and pd_cache members from struct arm_devmap_entry.skra2016-02-1715-109/+31
* Evaluate also VM_PROT_EXECUTE protection in pmap_preboot_map_attr().skra2016-02-171-0/+1
* Allow callers of OF_decode_addr to get the size of the found mapping. Thisandrew2016-02-161-1/+5
* Use EARLY_DRIVER_MODULE() for ti_scm driver to be attached beforeskra2016-02-161-1/+2
* Do not use DMA channels used by GPU.skra2016-02-163-33/+62
* Add a sysctl to read the internal temperature of the AXP209 Powerandrew2016-02-161-0/+41
* Add an analog audio driver for the audio codec found on the Allwinnerandrew2016-02-163-0/+854
* Only read the power state register when we will be using its value. Whileandrew2016-02-161-10/+13
* Add support for the Allwinner DMA controller. This will be used by the atandrew2016-02-156-0/+713
* Add support for the AXP209 Power System Management IC. This allows boardsandrew2016-02-152-0/+183
* Set sc->clkfreq removed in r295470andrew2016-02-151-0/+2
* Remove an unused static inline function.andrew2016-02-151-11/+0
* Initial OMAP4 WUGEN pass-through driver. SPI interrupts are passedskra2016-02-152-0/+229
* Add support for the Allwinner i2c device. This is similar to the existingandrew2016-02-156-4/+35
* Move the twsi driver source to be under iicbus. It is in a separateandrew2016-02-142-645/+0
* Create the twsi device option in preparation to move the driver to a commonandrew2016-02-149-1/+11
* Remove an unused include.andrew2016-02-141-1/+0
* Stop adding an extra null terminator to strings, OF_getprop already returnsandrew2016-02-121-4/+2
* Enable ARM_INTRNG on all kernel configs where we use the Generic Interruptandrew2016-02-1111-2/+18
* Stop defining fdt_pic_table when building for ARM_INTRNG.andrew2016-02-1113-1/+26
* Remove unused Zedboard config files. files.zedboard was empty other thanandrew2016-02-113-18/+1
* Fix a logic inversion when checking for ARM_INTRNGandrew2016-02-101-1/+1
* Only use fdt_pic_table when not using ARM_INTRNGandrew2016-02-101-0/+2
* Use OF_getencprop to read a property, it already handles the endianandrew2016-02-101-4/+1
* Update of the Allwinner drivers to:andrew2016-02-1014-30/+163
* Break out the shared bits of the arm intrng definitions into sys/intr.h;adrian2016-02-101-87/+1
* Include sys/_task.h into uma_int.h, so that taskqueue.h isn't aglebius2016-02-091-1/+0
* Remove unneeded whitespace, and fix a license for a new file. Extractedandrew2016-02-091-6/+4
* ARM: Use new ARMv6 naming conventions for cache and TLB functionsmmel2016-02-0522-50/+88
* Follow up r295257 and replace bad reference to TEX in defines,skra2016-02-051-36/+37
* Follow up r295257 and convert also pt_memattr. This did not breakskra2016-02-051-6/+7
* ARM: Introduce new cpu-v4.h header and move all ARMv4 specific codemmel2016-02-059-66/+181
* Replace broken implementation of fuswintr() and suswintr() by functionsmmel2016-02-046-142/+6
* ARM: For ARMv6/v7, code in locore.S initializes SCTLR and ACTRL registers.mmel2016-02-041-112/+0
* Make VM_MEMATTR_xxx definitions independent on pmap internalsskra2016-02-043-54/+89
* ARM: Set UNAL_ENABLE bit in SCTLR CP15 register. This bit is RAO/SBOPmmel2016-02-041-2/+2
* Small rearrangement of abort_handler().skra2016-02-041-19/+19
* ARM: RPI-B kernel was broken by r294740. Make it functional again.mmel2016-02-041-0/+2
* ARM: Don't use ugly (and hidden) global variable, control register ismmel2016-02-043-11/+3
* Fix build.br2016-02-041-0/+1
* ARM: Remove unused symbols from genassym.c.mmel2016-02-041-14/+0
* ARM: Consistently use cpu_setttb() instead of setttb().mmel2016-02-037-16/+13
* ARM: Replace only once used cpu_icache_sync_all() by ranged equivalent.mmel2016-02-039-50/+11
OpenPOWER on IntegriCloud