Port-arm archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

aarch64



What is the status of the aarch64/evbarm64 port ?

I'm getting config(1) errors unless I use the following patch as
several devices are defined in both files.aarch64 and files.arm.

RCS file: /cvsroot/src/sys/arch/evbarm64/conf/std.a64emul,v
retrieving revision 1.1
diff -u -r1.1 std.a64emul
--- std.a64emul 10 Aug 2014 05:47:38 -0000      1.1
+++ std.a64emul 4 Nov 2015 13:28:46 -0000
@@ -1,6 +1,6 @@
 # $NetBSD: std.a64emul,v 1.1 2014/08/10 05:47:38 matt Exp $
 
-machine evbarm64 aarch64 arm
+machine evbarm64 aarch64
 maxpartitions  16
 
 include "arch/evbarm64/conf/std.evbarm64"

With the above patch I then get errors as soon as I try to compile a
kernel as most of the headers in sys/arch/aarch64/include just try to
include <arm/xxx.h>.

Robert Swindells


Home | Main Index | Thread Index | Old Index