Hi Julien, On Thu, 2020-07-30 at 20:25 +0100, Julien Grall wrote: > Hi, > > On 20/07/2020 12:02, Anastasiia Lukianenko wrote: > > From: Anastasiia Lukianenko <anastasiia_lukiane...@epam.com> > > > > This work introduces Xen [1] guest ARM64 board support in U-Boot > > with > > para-virtualized (PV) [2] block and serial drivers: xenguest_arm64. > > I would like to give a try at the support. Do you have a branch > which > contains the series and instruction how to use it? >
Thank you. I attached the branch with patch series below: https://github.com/NastyaVicodin/u-boot/tree/pvblock_final Steps to build: make xenguest_arm64_defconfig CROSS_COMPILE=aarch64-linux-gnu- make Then copy u-boot.bin as /xt/domu/Image. Also we have demo where you can see examples of usage of available pvblock commands: https://www.youtube.com/watch?v=V8DGkSXQlQk If you have any questions don't hesitate to ask me :) > Best regards, > Best regards, Anastasiia