[PATCH] xen/riscv: PE/COFF image header for RISC-V target

2024-06-12 Thread milandjokic1995
From: Nikola Jelic Extended RISC-V xen image with PE/COFF headers, in order to support xen boot from popular bootloaders like U-boot. Image header is optionally included (with CONFIG_RISCV_EFI) so both plain ELF and image with PE/COFF header can now be generated as build artifacts. Note that thi

[PATCH] xen/riscv: PE/COFF image header for RISC-V target

2024-06-05 Thread milandjokic1995
From: Nikola Jelic Extended RISC-V xen image with PE/COFF headers, in order to support xen boot from popular bootloaders like U-boot. Image header is optionally included (with CONFIG_RISCV_EFI) so both plain ELF and image with PE/COFF header can now be generated as build artifacts. Tested on bo