aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/amlogic
Commit message (Expand)AuthorAgeFilesLines
* Implement missing MMCBR ivarsWarner Losh2019-07-042-0/+35
* Include eventhandler.h in more compilation unitsConrad Meyer2019-05-211-0/+1
* arm: Add kern_clocksource.c directly in files.armEmmanuel Vadot2019-04-161-2/+0
* Remove the Yarrow PRNG algorithm option in accordance with due noticeMark Murray2018-08-261-2/+1
* Remove IPI_IRQ_START and IPI_IRQ_END from the arm kernel config files.Andrew Turner2018-07-281-3/+0
* Align OF_getencprop_alloc API with OF_getencprop and OF_getprop_allocOleksandr Tymoshenko2018-04-092-3/+3
* Clean up OF_getprop_alloc APIOleksandr Tymoshenko2018-04-086-9/+9
* [ofw] fix errneous checks for OF_finddevice(9) return valueOleksandr Tymoshenko2018-03-203-5/+5
* Use the TSLOG framework to record entry/exit timestamps for DELAY andColin Percival2017-12-311-0/+2
* Revert r327250 as it broke the build for some armv6 kernel and all armv4/5Emmanuel Vadot2017-12-281-0/+2
* arm: Add kern/kern_clocksource.c to files.armEmmanuel Vadot2017-12-271-2/+0
* Tag all armv7 kernels as such in their machine config line.Warner Losh2017-10-051-1/+1
* Add and use a MMC_DECLARE_BRIDGE macro for declaring mmc(4) bridgesMarius Strobl2017-03-072-4/+2
* o Another round fixes for mmc(4), mmcsd(4) and sdhci(4) regardingMarius Strobl2017-03-062-5/+2
* Remake support for SMP kernel on UP cpu:Michal Meloun2017-02-021-1/+1
* Add the missing void to function signatures in much of the arm code.Andrew Turner2016-12-133-3/+3
* Move including fdt_pinctrl.h after openfirm.h to get th edefinition ofAndrew Turner2016-11-141-2/+1
* Stop including fdt_common.h from the arm code when it's unneeded.Andrew Turner2016-11-1413-13/+0
* ARM: Remove unused includes.Michal Meloun2016-10-092-2/+0
* ARM: SEV/WFE instructions are implemented starting from ARMv6K,Michal Meloun2016-10-061-1/+2
* Split CPU_CORTEXA into CPU_CORTEXA8, for the Cortex-A8, and CPU_CORTEXA_MP,Andrew Turner2016-10-041-1/+1
* Restrict where we need to define fdt_fixup_table to just PowerPC andAndrew Turner2016-09-231-4/+0
* Remove bus_dma_get_range and bus_dma_get_range_nb on armv6. We only needAndrew Turner2016-09-231-15/+0
* Use OF_prop_free instead of direct call to free(9)Oleksandr Tymoshenko2016-05-186-17/+17
* sys/arm: Minor spelling fixes.Pedro F. Giffuni2016-05-044-4/+4
* Move arm's devmap to some generic place, so it can be usedRuslan Bukin2016-04-261-11/+11
* Use our nitems() macro when param.h is available.Pedro F. Giffuni2016-04-201-2/+1
* Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machineAndrew Turner2016-04-151-2/+2
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-1/+1
* Fix fallout from r292180 (Dec 2015)... ensure that every driver which hasIan Lepore2016-03-212-0/+2
* Almost all copies of platform_mp_init_secondary just calledAndrew Turner2016-02-261-15/+0
* Remove platform_mp_probe as it's almost identical on most ARM SoCs, andAndrew Turner2016-02-261-12/+0
* Remove platform_ipi_send, it's an unneeded as all implementations areAndrew Turner2016-02-251-7/+0
* Move ARM_L2_PIPT option to std.armv6 for all armv6 platforms.Svatopluk Kraus2016-02-221-2/+0
* Stop defining fdt_pic_table when building for ARM_INTRNG.Andrew Turner2016-02-111-0/+2
* ARM: Use new ARMv6 naming conventions for cache and TLB functionsMichal Meloun2016-02-051-1/+2
* [intrng] Migrate the intrng code from sys/arm/arm to sys/kern/subr_intr.c.Adrian Chadd2015-12-181-1/+1
* Move the DRIVER_MODULE() statements that declare mmc(4) to be a child ofIan Lepore2015-12-142-0/+2
* Add glue driver for Amlogic Meson Gigabit Ethernet ControllerGanbold Tsagaankhuu2015-12-032-0/+99
* Move more bus_space_* files to be built by files.arm. This leaves theAndrew Turner2015-11-211-3/+0
* Remove pl310.c from the SoC std.* files, it's in files.armAndrew Turner2015-11-201-1/+0
* Include "opt_platform.h" to fix kernel build for amlogic devices.Ganbold Tsagaankhuu2015-10-201-0/+2
* Rename arm_init_secondary_ic() -> arm_pic_init_secondary(). The latter isIan Lepore2015-10-181-1/+1
* Add alternate descriptors support for if_dwc.Luiz Otavio O Souza2015-09-201-2/+0
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-221-1/+1
* Add missing break statement.Ganbold Tsagaankhuu2015-05-211-1/+3
* Add driver for usbclock generator for earlier amlogic chip.Ganbold Tsagaankhuu2015-05-212-0/+429
* Remove unnecessary break statements.Ganbold Tsagaankhuu2015-05-213-3/+0
* The RTC initialization values are based on the SoC which can beGanbold Tsagaankhuu2015-05-211-33/+18
* Clean up the Amlogic interrupt controller driver to handle the case whereAndrew Turner2015-05-183-22/+11