aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/xilinx
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-232-2/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-2310-19/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-2310-20/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-2510-10/+10
* xilinx: Fix a typo in a source code commentGordon Bergling2022-11-041-1/+1
* arm: clean up empty lines in .c and .h filesMateusz Guzik2020-09-017-32/+6
* Bring in support for single core Zynq devices. Turns out that realJohn-Mark Gurney2020-05-212-123/+173
* minor cleanup of white space, and function name in panic...John-Mark Gurney2020-05-211-4/+4
* Add the Cadence GEM ethernet driver to NOTES so that it gets built withIan Lepore2020-04-021-1/+0
* arm: zynq: An SPI driver for Zynq platformsEmmanuel Vadot2020-02-282-0/+607
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-262-12/+15
* zilinx/zy7_qspi: Add a qspi driver for Zynq platforms.Emmanuel Vadot2020-01-192-0/+764
* Regularize my copyright noticeWarner Losh2019-12-041-4/+3
* Remove more needless <sys/tty.h> includesKyle Evans2019-12-011-1/+0
* arm: Add kern_clocksource.c directly in files.armEmmanuel Vadot2019-04-161-2/+0
* Remove IPI_IRQ_START and IPI_IRQ_END from the arm kernel config files.Andrew Turner2018-07-281-3/+0
* Enable UART support for Xilinx Ultrascale+ SoCsMarcin Wojtas2018-07-131-0/+2
* arm: Fix duplicate ehci DRIVER_MODULEEmmanuel Vadot2018-04-271-2/+2
* Fix accidental USB port resets by GPIO on Zynq/Zedboard boardsOleksandr Tymoshenko2018-04-031-21/+0
* o Move sdhci_fdt to the generic files list.Ruslan Bukin2018-01-251-1/+0
* Make kernel option KERNVIRTADDR optional, remove it from std.<platform>Ian Lepore2017-12-301-3/+0
* 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
* sys/arm: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-279-0/+18
* Tag all armv7 kernels as such in their machine config line.Warner Losh2017-10-051-1/+1
* Add external PLATFORM access on arm, and use it in the pl310 driver.Andrew Turner2017-07-113-13/+11
* Start to move the arm *_mp.h to be names *_machdep.h. These will be usedAndrew Turner2017-07-103-5/+5
* Add a delay count to the last few places. This will help make MULTIDELAYAndrew Turner2017-07-041-1/+1
* Port the Xilinx code to use PLATFORM and PLATFORM_SMP. This will help moveAndrew Turner2017-06-033-29/+64
* Remake support for SMP kernel on UP cpu:Michal Meloun2017-02-021-1/+1
* [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