aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/xilinx
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add the start of the ARM platform code. This is based on the PowerPCAndrew Turner2014-05-171-5/+6
* Use edge-triggered interrupts rather than polling loops to avoid missingIan Lepore2014-05-081-15/+28
* Convert the Zynq SoC support to the new routines for static device mapping.Ian Lepore2014-04-302-35/+8
* Add SMP support for Zedboard.Ian Lepore2014-04-293-0/+102
* Eliminate irq_dispatch.S. Move the data items it contained into arm/intr.cIan Lepore2014-03-101-1/+0
* Follow r261352 by updating all drivers which are children of simplebusIan Lepore2014-02-024-0/+14
* Remove STARTUP_PAGETABLE_ADDR from the ARM configs and replace it withAndrew Turner2014-01-281-1/+0
* Introduce grab and ungrab upcalls. When the kernel desires to grab theWarner Losh2014-01-191-0/+25
* Correct license statements to reflect the fact that these files were allJohn Baldwin2013-12-101-1/+3
* Call initarm_lastaddr() later in the init sequence, after establishingIan Lepore2013-11-051-1/+7
* Move remaining code and data related to static device mapping into theIan Lepore2013-11-041-2/+3
* Retire arm_remap_nocache() and the data and constants associated with it.Ian Lepore2013-10-271-1/+1
* Remove #include <machine/frame.h> from all the arm code that doesn'tIan Lepore2013-10-271-1/+0
* Remove all #include <machine/pmap.h> from arm code. It's alreadyIan Lepore2013-10-271-1/+0
* Bring copyright changes with the agreement of Thomas Skibo.Wojciech A. Koszek2013-04-288-161/+170
* Add Xilinx Zynq ARM/FPGA SoC support to FreeBSD/arm port.Wojciech A. Koszek2013-04-2714-0/+3138