aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/xilinx
Commit message (Expand)AuthorAgeFilesLines
* [zynq] Fix panic on USB PHY initialization failureOleksandr Tymoshenko2017-01-171-6/+3
* Add the missing void to function signatures in much of the arm code.Andrew Turner2016-12-132-4/+4
* Use the correct OF_getencprop over OF_getprop + fdt32_to_cpu to readAndrew Turner2016-11-141-3/+2
* Stop including fdt_common.h from the arm code when it's unneeded.Andrew Turner2016-11-144-5/+0
* Remove more unneeded users of the fdt_pic_decode_t table.Andrew Turner2016-11-111-23/+0
* Fix device delete child function.Hans Petter Selasky2016-10-171-7/+4
* 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
* sys/arm: Minor spelling fixes.Pedro F. Giffuni2016-05-041-1/+1
* Move arm's devmap to some generic place, so it can be usedRuslan Bukin2016-04-261-4/+4
* Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machineAndrew Turner2016-04-151-1/+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-7/+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-1/+2
* Remove unused Zedboard config files. files.zedboard was empty other thanAndrew Turner2016-02-112-17/+0
* ARM: Use new ARMv6 naming conventions for cache and TLB functionsMichal Meloun2016-02-051-2/+2
* EHCI: Make core reset and port speed reading more generic.Michal Meloun2016-01-281-2/+15
* [intrng] Migrate the intrng code from sys/arm/arm to sys/kern/subr_intr.c.Adrian Chadd2015-12-181-1/+1
* Create device options for the two common ARM timers.Andrew Turner2015-11-211-2/+0
* Move more bus_space_* files to be built by files.arm. This leaves theAndrew Turner2015-11-211-3/+0
* Remove bus_space_asm_generic.S from the per-SoC files.* files, it's alreadyAndrew Turner2015-11-201-1/+0
* Remove pl310.c from the SoC std.* files, it's in files.armAndrew Turner2015-11-201-1/+0
* Stop setting {KERN,}PHYSADDR on armv6, it's unneeded.Andrew Turner2015-11-201-7/+0
* Since r289279 bufinit() uses mp_ncpus, but some architectures set thisTijl Coosemans2015-11-081-1/+1
* Rename arm_init_secondary_ic() -> arm_pic_init_secondary(). The latter isIan Lepore2015-10-181-1/+1
* Use the new gic option on all configs that need it.Andrew Turner2015-05-101-1/+0
* Include vm/pmap.h for pmap_kextract.Andrew Turner2015-04-041-0/+3
* 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
* Move the uart_class definitions and fdt compat data into the individualIan Lepore2015-03-071-1/+8
* Add sysctls to control PS-PL level shifters and FCLK settings.Oleksandr Tymoshenko2015-03-053-10/+503
* Implement GPIO_GET_BUS() method for all GPIO drivers.Luiz Otavio O Souza2015-01-311-4/+19
* Rename the avila, cambria and zynq GPIO driver names to match the expectedLuiz Otavio O Souza2015-01-291-6/+1
* Rename bus_space-v6.c to bus_space_base.c, because it's not v6-specificIan Lepore2015-01-211-1/+1
* Use arm/bus_space-v6.c for all armv6 systems, the essentially identicalIan Lepore2015-01-212-116/+1
* Revise the arm bus_space implementation to avoid dereferencing the tag onIan Lepore2015-01-211-1/+1
* Enable the snoop control unit during MP startup, rather than relying onIan Lepore2015-01-161-3/+20
* Rename gic_init_secondary to arm_init_secondary_ic to help with the mergeAndrew Turner2015-01-111-1/+1
* Add 64-bit DMA support in the XHCI controller driver.Hans Petter Selasky2015-01-051-0/+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
* opt_global.h is included automatically in the build. No need toWarner Losh2014-11-182-4/+0
* Make the GPIO children attach to the first unit available and not only toLuiz Otavio O Souza2014-10-281-2/+2
* Fixes and enhancements for the if_cgem driver...Ian Lepore2014-09-031-1/+1
* Fix the Zedboard/Zynq ethernet driver to handle media speed changes soIan Lepore2014-07-142-3/+134