aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/allwinner/a20
Commit message (Expand)AuthorAgeFilesLines
* clk: Move allwinner driver into the common directoryEmmanuel Vadot2024-01-101-1/+1
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-272-2/+0
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-162-4/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-122-2/+2
* arm allwinner: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-091-3/+1
* arm: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* arm: allwinner: Fix padconf for interrupts informationEmmanuel Vadot2020-01-191-36/+36
* Remove "all rights reserved" from copyright for the file I own.Emmanuel Vadot2019-12-031-1/+0
* allwinner: Rework the BUS_PASS on driversEmmanuel Vadot2019-08-101-1/+1
* aw_ccung: Add a10/a20 supportKyle Evans2018-06-141-0/+1
* sys/arm: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-272-0/+4
* Add information about interrupts in the Allwinner padconf files andEmmanuel Vadot2016-12-151-27/+27
* Stop including fdt_common.h from the arm code when it's unneeded.Andrew Turner2016-11-141-1/+0
* Remove the old Allwinner std.* files, these are not part of the commonAndrew Turner2016-10-031-15/+0
* PC5 doesn't have mmc2 function.Emmanuel Vadot2016-07-221-1/+1
* Replace the A20 kernel config with a generic ALLWINNER kernel config thatJared McNeill2016-04-213-147/+4
* Enable PHY regulator when the optional "phy-supply" property is present.Jared McNeill2016-04-091-0/+11
* Convert Allwinner port to extres clk/hwreset/regulator APIs.Jared McNeill2016-04-061-25/+34
* Add SMP support for the Allwinner A31 and A31s. This updated the existingAndrew Turner2016-03-062-139/+1
* Almost all copies of platform_mp_init_secondary just calledAndrew Turner2016-02-261-7/+0
* Remove platform_mp_probe as it's almost identical on most ARM SoCs, andAndrew Turner2016-02-261-10/+0
* Add the start of support for the Allwinner A31 clocks. It only addsAndrew Turner2016-02-261-1/+21
* 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
* Move the Allwinner kernels to use fdt_pinctrl. This will read the pinAndrew Turner2016-02-173-3/+229
* Update of the Allwinner drivers to:Andrew Turner2016-02-101-1/+2
* ARM: Use new ARMv6 naming conventions for cache and TLB functionsMichal Meloun2016-02-051-2/+2
* [intrng] Migrate the intrng code from sys/arm/arm to sys/kern/subr_intr.c.Adrian Chadd2015-12-181-1/+1
* Makeoption ARM_LITLE_ENDIAN does nothing. Remove it since it isn'tWarner Losh2015-11-201-1/+0
* Stop setting {KERN,}PHYSADDR on armv6, it's unneeded.Andrew Turner2015-11-201-8/+0
* Rename arm_init_secondary_ic() -> arm_pic_init_secondary(). The latter isIan Lepore2015-10-181-1/+1
* Add the A20 glue code for if_dwc.Luiz Otavio O Souza2015-09-212-0/+108
* Add the gic to files.arm under "device gic" and use it with theAndrew Turner2015-05-101-2/+0
* Make a comment reflect reality.Marius Strobl2015-04-191-1/+2
* Move the items common to all SoCs to a single file.Luiz Otavio O Souza2015-04-182-14/+1
* Include vm/pmap.h for pmap_kextract.Andrew Turner2015-04-041-0/+3
* Stop using machine/fdt.h in the arm kernel code when we don't need it.Andrew Turner2015-04-041-1/+0
* Build the cpufunc_asm_* files based on the cpu type, not which config fileAndrew Turner2015-03-291-1/+0
* Remove cpufunc_asm_arm11.S from the ARMv7 configs, it's not used.Andrew Turner2015-03-291-1/+0
* Stop building unused cpuvunc_* files, we don't need anything from these.Andrew Turner2015-03-291-2/+0
* Rename bus_space-v6.c to bus_space_base.c, because it's not v6-specificIan Lepore2015-01-211-2/+2
* Rename gic_init_secondary to arm_init_secondary_ic to help with the mergeAndrew Turner2015-01-111-1/+1
* Remove -Wa,-march=armv7a from arm kernel configs, it makes clang 3.5 sadIan Lepore2015-01-011-1/+1
* Add -march=armv7a to the kernel compile for all ARM systems which are v7a.Ian Lepore2014-12-211-0/+1
* Switch to my freebsd.org emal address in copyright.Ganbold Tsagaankhuu2014-03-252-2/+2
* Add code for enabling second CPU core for A20 SoC.Ganbold Tsagaankhuu2014-03-252-0/+159
* Eliminate irq_dispatch.S. Move the data items it contained into arm/intr.cIan Lepore2014-03-101-1/+0
* Follow r262916 with one more config file that references a renamed common.cIan Lepore2014-03-091-1/+1