aboutsummaryrefslogtreecommitdiffstats
path: root/config/arm64.mk
diff options
context:
space:
mode:
Diffstat (limited to 'config/arm64.mk')
-rw-r--r--config/arm64.mk12
1 files changed, 12 insertions, 0 deletions
diff --git a/config/arm64.mk b/config/arm64.mk
new file mode 100644
index 0000000000..b2457ebc65
--- /dev/null
+++ b/config/arm64.mk
@@ -0,0 +1,12 @@
+CONFIG_ARM := y
+CONFIG_ARM_64 := y
+CONFIG_ARM_$(XEN_OS) := y
+
+CFLAGS += #-marm -march= -mcpu= etc
+
+HAS_PL011 := y
+
+# Use only if calling $(LD) directly.
+LDFLAGS_DIRECT += -maarch64elf
+
+CONFIG_LOAD_ADDRESS ?= 0x80000000