summaryrefslogtreecommitdiffstats
path: root/sys/arm/xilinx
Commit message (Expand)AuthorAgeFilesLines
* Move arm's devmap to some generic place, so it can be usedbr2016-04-261-4/+4
* Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machineandrew2016-04-151-1/+1
* Almost all copies of platform_mp_init_secondary just calledandrew2016-02-261-7/+0
* Remove platform_mp_probe as it's almost identical on most ARM SoCs, andandrew2016-02-261-7/+0
* Remove platform_ipi_send, it's an unneeded as all implementations areandrew2016-02-251-7/+0
* Move ARM_L2_PIPT option to std.armv6 for all armv6 platforms.skra2016-02-221-2/+0
* Stop defining fdt_pic_table when building for ARM_INTRNG.andrew2016-02-111-1/+2
* Remove unused Zedboard config files. files.zedboard was empty other thanandrew2016-02-112-17/+0
* ARM: Use new ARMv6 naming conventions for cache and TLB functionsmmel2016-02-051-2/+2
* EHCI: Make core reset and port speed reading more generic.mmel2016-01-281-2/+15
* [intrng] Migrate the intrng code from sys/arm/arm to sys/kern/subr_intr.c.adrian2015-12-181-1/+1
* Create device options for the two common ARM timers.andrew2015-11-211-2/+0
* Move more bus_space_* files to be built by files.arm. This leaves theandrew2015-11-211-3/+0
* Remove bus_space_asm_generic.S from the per-SoC files.* files, it's alreadyandrew2015-11-201-1/+0
* Remove pl310.c from the SoC std.* files, it's in files.armandrew2015-11-201-1/+0
* Stop setting {KERN,}PHYSADDR on armv6, it's unneeded.andrew2015-11-201-7/+0
* Since r289279 bufinit() uses mp_ncpus, but some architectures set thistijl2015-11-081-1/+1
* Rename arm_init_secondary_ic() -> arm_pic_init_secondary(). The latter isian2015-10-181-1/+1
* Use the new gic option on all configs that need it.andrew2015-05-101-1/+0
* Include vm/pmap.h for pmap_kextract.andrew2015-04-041-0/+3
* Build the cpufunc_asm_* files based on the cpu type, not which config fileandrew2015-03-291-1/+0
* Remove cpufunc_asm_arm11.S from the ARMv7 configs, it's not used.andrew2015-03-291-1/+0
* Stop building unused cpuvunc_* files, we don't need anything from these.andrew2015-03-291-2/+0
* Move the uart_class definitions and fdt compat data into the individualian2015-03-071-1/+8
* Add sysctls to control PS-PL level shifters and FCLK settings.gonzo2015-03-053-10/+503
* Implement GPIO_GET_BUS() method for all GPIO drivers.loos2015-01-311-4/+19
* Rename the avila, cambria and zynq GPIO driver names to match the expectedloos2015-01-291-6/+1
* Rename bus_space-v6.c to bus_space_base.c, because it's not v6-specifician2015-01-211-1/+1
* Use arm/bus_space-v6.c for all armv6 systems, the essentially identicalian2015-01-212-116/+1
* Revise the arm bus_space implementation to avoid dereferencing the tag onian2015-01-211-1/+1
* Enable the snoop control unit during MP startup, rather than relying onian2015-01-161-3/+20
* Rename gic_init_secondary to arm_init_secondary_ic to help with the mergeandrew2015-01-111-1/+1
* Add 64-bit DMA support in the XHCI controller driver.hselasky2015-01-051-0/+1
* Remove -Wa,-march=armv7a from arm kernel configs, it makes clang 3.5 sadian2015-01-011-1/+1
* Add -march=armv7a to the kernel compile for all ARM systems which are v7a.ian2014-12-211-0/+1
* opt_global.h is included automatically in the build. No need toimp2014-11-182-4/+0
* Make the GPIO children attach to the first unit available and not only toloos2014-10-281-2/+2
* Fixes and enhancements for the if_cgem driver...ian2014-09-031-1/+1
* Fix the Zedboard/Zynq ethernet driver to handle media speed changes soian2014-07-142-3/+134
* Add the start of the ARM platform code. This is based on the PowerPCandrew2014-05-171-5/+6
* Use edge-triggered interrupts rather than polling loops to avoid missingian2014-05-081-15/+28
* Convert the Zynq SoC support to the new routines for static device mapping.ian2014-04-302-35/+8
* Add SMP support for Zedboard.ian2014-04-293-0/+102
* Eliminate irq_dispatch.S. Move the data items it contained into arm/intr.cian2014-03-101-1/+0
* Follow r261352 by updating all drivers which are children of simplebusian2014-02-024-0/+14
* Remove STARTUP_PAGETABLE_ADDR from the ARM configs and replace it withandrew2014-01-281-1/+0
* Introduce grab and ungrab upcalls. When the kernel desires to grab theimp2014-01-191-0/+25
* Correct license statements to reflect the fact that these files were alljhb2013-12-101-1/+3
* Call initarm_lastaddr() later in the init sequence, after establishingian2013-11-051-1/+7
* Move remaining code and data related to static device mapping into theian2013-11-041-2/+3
OpenPOWER on IntegriCloud