From 4efbd4365e34cefba49d0c71d4d8a86ac45f2fca Mon Sep 17 00:00:00 2001 From: Sylvain Gauthier Date: Thu, 10 Oct 2019 16:55:45 +1100 Subject: [PATCH] Updated CHANGES file Updated CHANGES file to add virt support. --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index 8316004d3..df56849cd 100644 --- a/CHANGES +++ b/CHANGES @@ -59,6 +59,10 @@ Upcoming release: BREAKING without changing its virtual address. Now ARCH_Page_Map can be performed on an existing mapping to achieve the same result. The ARCH_Page_Remap invocation has been removed from all configurations. * riscv64: Experimental SMP support for RISCV64 on HiFive. +* Support added for QEMU ARM virt platform, with 3 CPUs: cortex-a15, cortex-a53 and cortex-a57 + - PLATFORM=qemu-arm-virt + - ARM_CPU={cortex-a15, cortex-a53, cortex-a57} + - QEMU_MEMORY=1024 (default) ## Upgrade Notes ---