History log of /netbsd-src/sys/arch/aarch64/include/Makefile (Results 1 – 5 of 5)
Revision Date Author Comments
# 16543c49 30-Nov-2024 christos <christos@NetBSD.org>

Create a new header lwp_private.h to contain _lwp_getprivate_fast,
_lwp_gettcb_fast, _lwp_settcb and remove them from mcontext.h, so that:
1. we don't need special hacks to hide them
2. we can includ

Create a new header lwp_private.h to contain _lwp_getprivate_fast,
_lwp_gettcb_fast, _lwp_settcb and remove them from mcontext.h, so that:
1. we don't need special hacks to hide them
2. we can include <lwp.h> where needed to get the necessary prototypes
without redefining them locally.

show more ...


# 1a2d1811 10-May-2020 skrll <skrll@NetBSD.org>

Provide a trap.h (currently empty)


# ba6c7766 09-Dec-2018 alnsn <alnsn@NetBSD.org>

Install aarch64/sljit_machdep.h.


# fe33aa27 01-Apr-2018 ryo <ryo@NetBSD.org>

Add initial support for ARMv8 (AARCH64) (by nisimura@ and ryo@)

- sys/arch/evbarm64 is gone and integrated into sys/arch/evbarm. (by skrll@)
- add support fdt. evbarm/conf/GENERIC64 fdt (bcm2837,sun

Add initial support for ARMv8 (AARCH64) (by nisimura@ and ryo@)

- sys/arch/evbarm64 is gone and integrated into sys/arch/evbarm. (by skrll@)
- add support fdt. evbarm/conf/GENERIC64 fdt (bcm2837,sunxi,tegra) based generic 64bit kernel config. (by skrll@, jmcneill@)

show more ...


# beb9c6d1 10-Aug-2014 matt <matt@NetBSD.org>

Preliminary files for AARCH64 (64-bit ARM) support.
Enough for a distribution build.