History log of /netbsd-src/sys/arch/arm/cortex/files.cortex (Results 1 – 17 of 17)
Revision Date Author Comments
# a24ea603 25-Jun-2022 jmcneill <jmcneill@NetBSD.org>

Remove GIC_SPLFUNCS.


# cdb96166 10-Aug-2021 jmcneill <jmcneill@NetBSD.org>

Make gic_splfuncs optional and disable it by default until it has had
more testing.


# e6819fd1 10-Aug-2021 jmcneill <jmcneill@NetBSD.org>

Use custom spl funcs for GIC and avoid unnecessary pmr register accesses
in splx.


# 29299275 29-Sep-2020 jmcneill <jmcneill@NetBSD.org>

Collapse all CPU_CORTEXA<n> options into CPU_CORTEX and do runtime
detection instead of ifdefs where required.


# 97755cb2 14-Oct-2019 jmcneill <jmcneill@NetBSD.org>

Add support for Amazon's Graviton MSI controller.

Graviton has a GICv3 with a modified GICv2m (!) for MSIs. Instead of
sending messages to a fixed address with the SPI as data, the Graviton's
GICv2m

Add support for Amazon's Graviton MSI controller.

Graviton has a GICv3 with a modified GICv2m (!) for MSIs. Instead of
sending messages to a fixed address with the SPI as data, the Graviton's
GICv2m uses a different address for each vector with "don't care" as data.

show more ...


# 3f3994cb 10-Aug-2019 skrll <skrll@NetBSD.org>

Add a driver for the A5/A9 Private timer.

While here FDTise the Watchdog driver.


# 193d42dd 12-Nov-2018 jmcneill <jmcneill@NetBSD.org>

Support building kernels with ACPI and no PCI.


# 69c06fdf 09-Nov-2018 jmcneill <jmcneill@NetBSD.org>

Add support for GICv3 Locality-specific Periphal Interrupts (LPIs) and the
Interrupt Translation Service (ITS).


# 187fa5a9 21-Oct-2018 jmcneill <jmcneill@NetBSD.org>

Add support for PCI MSI using ARM GICv2m.


# 7f71339d 08-Aug-2018 jmcneill <jmcneill@NetBSD.org>

Add GICv3 support.


# 52049049 05-Jun-2018 hkenken <hkenken@NetBSD.org>

Rename ARM A9 Global Timer driver name to support fdt.

- Rename a9tmr to arma9tmr.
- Add a9tmr_fdt.c based gtmr_fdt.c.


# f6da8e34 28-May-2017 jmcneill <jmcneill@NetBSD.org>

Move children of armperiph to the "mpcorebus" interface attribute and have
armperiph declare support for it.


# 5c5eca2b 19-Feb-2014 matt <matt@NetBSD.org>

Add needs-flag to arml2cc


# 99884fb5 16-Jun-2013 matt <matt@NetBSD.org>

Add generic timer support (untested)


# 6df5b9a3 17-Dec-2012 matt <matt@NetBSD.org>

Add preliminary version of a NEON based in_cksum routine.


# 1e00bbee 02-Sep-2012 matt <matt@NetBSD.org>

Add driver to attach ARM PL210 L2 Cache Controller
arml2cc0 at armperiph0: ARM PL310 L2 r3p2 Cache Controller
arml2cc0: 256KB/32B 16-way L2 Unified cache


# 86c5c7f4 01-Sep-2012 matt <matt@NetBSD.org>

Add Cortex-A9 support including the ARM Generic Interrupt Controller
and the A9 Global Timer / Watchdog.