Updated CHANGES file

Updated CHANGES file to add virt support.
This commit is contained in:
Sylvain Gauthier 2019-10-10 16:55:45 +11:00
parent 5ffb2a1bc1
commit 4efbd4365e

View file

@ -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
---