From 3d00a8089ed6fd5875be75733adc2da3768ba252 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Wed, 8 Jan 2020 19:37:35 +0100 Subject: kernels: add linux-libre-aarch64 Some System On a Chip (SOC) have 64bit ARM CPUs that are also capable of running arm 32bit applications. Since: - Parabola doesn't have an aarch64 package repository yet - The devicetree of devices using such System On a Chip are not compiled when using the armv7 defconfig - Drivers or other platform support code for such hardware might also not be compiled in with the armv7 defconfig - This approach has already been tested with the linux-libre-x86_64 kenrel It's then a good idea to add support for such devices by adding an arrch64 kernel as the maintenance and work is minimal. The downside is that the external kernel modules that are either compiled against the kernel or using DKMS will not work by default. It's however still possible to compile them by hand by using ARCH= and CROSS_COMPILE= as it is done for this kernel, so it should be relatively easy to add support for the non-dkms modules. As for DKMS, someone would need to look into it to understand how to pass it the make flags (ARCH= and CROSS_COMPILE=) that are required to automatically build modules. Signed-off-by: Denis 'GNUtoo' Carikli --- kernels/linux-libre-arm64/kernel.keyblock | Bin 0 -> 1208 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 kernels/linux-libre-arm64/kernel.keyblock (limited to 'kernels/linux-libre-arm64/kernel.keyblock') diff --git a/kernels/linux-libre-arm64/kernel.keyblock b/kernels/linux-libre-arm64/kernel.keyblock new file mode 100644 index 000000000..9740be4e6 Binary files /dev/null and b/kernels/linux-libre-arm64/kernel.keyblock differ -- cgit v1.2.3