aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/xilinx
Commit message (Expand)AuthorAgeFilesLines
* gpio: remove gpiobus_attach_busAhmad Khalifa2025-08-131-1/+2
* machine/stdarg.h -> sys/stdarg.hBrooks Davis2025-06-116-6/+6
* Use bus_generic_detach instead of device_delete_children in detachJohn Baldwin2025-01-021-1/+4
* Check for errors from bus_generic_detach in various driversJohn Baldwin2025-01-024-8/+17
* bus_generic_detach: Delete children after detaching themJohn Baldwin2025-01-022-8/+0
* Use bus_delayed_attach_children instead of its inline implementationJohn Baldwin2024-10-212-2/+2
* newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh2024-07-253-3/+3
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-279-9/+0
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1610-19/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1610-20/+0
* arm64: xilinx: gpio: Add support for ZynqMP SoCEmmanuel Vadot2023-08-101-39/+101
* arm: xilinx: gpio: Make the driver more genericEmmanuel Vadot2023-08-101-27/+93
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1210-10/+10
* xilinx: Fix a typo in a source code commentGordon Bergling2022-11-011-1/+1
* arm xilinx: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-096-14/+6
* Remove unused spibus_devclass and ofw_spibus_devclass.John Baldwin2022-05-092-2/+2
* 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