Browse Source

configs/qemu_aarch64_sbsa_defconfig: use ARM cortex a57

Cortex-a53 is not a vaild CPU supported by the SBSA reference machine
[0], so qemu fails to boot in our current defconfig:

  qemu-system-aarch64: sbsa-ref: CPU type other than the built-in cortex-a57 not supported

Use ARM cortex-a57 which is the CPU that SBSA was meant to emulate [1]

[0] https://git.qemu.org/?p=qemu.git;a=commitdiff;h=4f335a6381f83beb5d6ac0d3993514379454a99d
[1] https://git.qemu.org/?p=qemu.git;a=commitdiff;h=64580903c2b3aee08d74d64e6248a313b246cb69

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Cc: Dick Olsson <hi@senzilla.io>
Reviewed-by: Dick Olsson <hi@senzilla.io>
[yann.morin.1998@free.fr: update the commit log with info from Dick]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
(cherry picked from commit 17c516d67afd041093964824dcb0dfa8fc618fe6)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Romain Naour 3 years ago
parent
commit
b6d9a84b2f
2 changed files with 2 additions and 2 deletions
  1. 1 1
      board/qemu/aarch64-sbsa/readme.txt
  2. 1 1
      configs/qemu_aarch64_sbsa_defconfig

+ 1 - 1
board/qemu/aarch64-sbsa/readme.txt

@@ -17,7 +17,7 @@ Run the emulation with:
 
 
   qemu-system-aarch64 \
   qemu-system-aarch64 \
     -M sbsa-ref \
     -M sbsa-ref \
-    -cpu cortex-a53 \
+    -cpu cortex-a57 \
     -smp 4 \
     -smp 4 \
     -m 1024 \
     -m 1024 \
     -nographic \
     -nographic \

+ 1 - 1
configs/qemu_aarch64_sbsa_defconfig

@@ -1,6 +1,6 @@
 # Architecture
 # Architecture
 BR2_aarch64=y
 BR2_aarch64=y
-BR2_cortex_a53=y
+BR2_cortex_a57=y
 
 
 # Toolchain
 # Toolchain
 BR2_TOOLCHAIN_BUILDROOT_WCHAR=y
 BR2_TOOLCHAIN_BUILDROOT_WCHAR=y