Add AArch64 to the list of architectures
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 28 Oct 2012 16:40:31 +0000 (17:40 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Fri, 2 Nov 2012 20:06:02 +0000 (21:06 +0100)
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
target/Config.in.arch

index 639327a31c796d4c3a74b1424692e0a271f23e50..ac2c0b599a089eff56171c9a8ce7439415f10d30 100644 (file)
@@ -23,6 +23,13 @@ config BR2_armeb
          http://www.arm.com/
          http://en.wikipedia.org/wiki/ARM
 
+config BR2_aarch64
+       bool "AArch64"
+       help
+         Aarch64 is a 64-bit architecture developed by ARM Holdings.
+         http://www.arm.com/products/processors/instruction-set-architectures/armv8-architecture.php
+         http://en.wikipedia.org/wiki/ARM
+
 config BR2_avr32
        bool "AVR32"
        select BR2_SOFT_FLOAT
@@ -580,6 +587,7 @@ config BR2_ARCH
        string
        default "arm"           if BR2_arm
        default "armeb"         if BR2_armeb
+       default "aarch64"       if BR2_aarch64
        default "avr32"         if BR2_avr32
        default "bfin"          if BR2_bfin
        default "i386"          if BR2_x86_i386