aboutsummaryrefslogtreecommitdiff
path: root/sys/arm64/arm64/nexus.c
Commit message (Expand)AuthorAgeFilesLines
* Implement bus_map_resource on arm64Andrew Turner2021-05-021-14/+63
* arm64: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+0
* arm64 nexus: remove incorrect warningJayachandran C.2019-05-261-3/+5
* Add bus_release_resource() method to nexus on arm64Marcin Wojtas2019-03-211-0/+17
* Create macros for the ACPI interrupt cross references. This is considered aAndrew Turner2018-03-071-1/+3
* Add the start of INTRNG support for ACPI.Andrew Turner2018-01-111-0/+32
* Add the missing DEVMETHOD_ENDs to the arm64 nexus ACPI and FDT drivers.Andrew Turner2016-11-221-0/+4
* INTRNG: Propagate IRQ activation error to API consumerOleksandr Tymoshenko2016-10-121-1/+5
* INTRNG: Rework handling with resources. Partially revert r301453.Michal Meloun2016-08-191-8/+25
* Add a kernel variable to let the user to select their preferred orderAndrew Turner2016-08-011-2/+3
* Finish removing the non-INTRNG support from sys/arm64.Andrew Turner2016-07-141-32/+1
* INTRNG - change the way how an interrupt mapping data are providedSvatopluk Kraus2016-06-051-1/+1
* Add support for intrng to arm64. As the GICv3 drivers will need to beAndrew Turner2016-05-161-0/+22
* arm: for pointers replace 0 with NULL.Pedro F. Giffuni2016-04-151-1/+1
* Move the opt_ files to be included first so their definitions can be usedAndrew Turner2016-03-181-3/+3
* Reduce the diff with intrng by renaming similar functions. This is a noop,Andrew Turner2016-03-181-3/+3
* Correct the memory rman ranges to be to BUS_SPACE_MAXADDRJustin Hibbits2016-03-011-3/+4
* Introduce a RMAN_IS_DEFAULT_RANGE() macro, and use it.Justin Hibbits2016-02-201-1/+1
* Introduce bus_get_bus_tag() methodZbigniew Bodek2016-02-181-0/+9
* Introduce bus_bind_intr method for ARM64Zbigniew Bodek2016-02-111-1/+15
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-271-4/+5
* Stop including fdt_common.h in the arm64 code. We don't use anything fromAndrew Turner2016-01-221-1/+1
* Mark the arm64 nexus devices to be attached early. This allows multipassAndrew Turner2015-11-061-4/+4
* Add basic support for ACPI. It splits out the nexus driver to two newAndrew Turner2015-06-111-24/+142
* Move the point we attach the ofw driver on arm64 to nexus.c. This willAndrew Turner2015-05-051-0/+4
* Return NULL on failure from nexus_alloc_resource as it reutrns a pointer.Andrew Turner2015-04-271-3/+3
* Bring in the start of the arm64 kernel.Andrew Turner2015-04-131-0/+334