roms: Support compile the efi bios for loongarchAdded loongarch UEFI BIOS support to compiled scripts. UEFI code images require 16M alignment, flash images require16M alignment, under the loong
roms: Support compile the efi bios for loongarchAdded loongarch UEFI BIOS support to compiled scripts. UEFI code images require 16M alignment, flash images require16M alignment, under the loongarch architecture.This is agreedupon when the firmware is loaded in QEMU under Loongarch. The naming of UEFI under loongarch refers to the x86 and arm naming methods,and the UEFI image names in x86 and arm are:edk2-i386-code.fdedk2-i386-vars.fdedk2-arm-code.fdedk2-arm-vars.fdSo on loongarch, we named it:edk2-loongarch64-code.fdedk2-loongarch64-vars.fdSigned-off-by: Xianglai Li <lixianglai@loongson.cn>Message-ID: <20240724022245.1317884-1-lixianglai@loongson.cn>Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
show more ...
hw/rdma: Remove deprecated pvrdma device and rdmacm-mux helperThe whole RDMA subsystem was deprecated in commit e9a54265f5("hw/rdma: Deprecate the pvrdma device and the rdma subsystem")released i
hw/rdma: Remove deprecated pvrdma device and rdmacm-mux helperThe whole RDMA subsystem was deprecated in commit e9a54265f5("hw/rdma: Deprecate the pvrdma device and the rdma subsystem")released in v8.2.Remove: - PVRDMA device - generated vmw_pvrdma/ directory from linux-headers - rdmacm-mux tool from contrib/Cc: Yuval Shaia <yuval.shaia.ml@gmail.com>Cc: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>Reviewed-by: Thomas Huth <thuth@redhat.com>Reviewed-by: Michael S. Tsirkin <mst@redhat.com>Message-Id: <20240328130255.52257-2-philmd@linaro.org>
docs/system/loongarch: update loongson3.rst and rename it to virt.rstSince the EDK2 had already support LoongArch, update build bios,and update cpu type, cross-tools.Reviewed-by: Richard Henders
docs/system/loongarch: update loongson3.rst and rename it to virt.rstSince the EDK2 had already support LoongArch, update build bios,and update cpu type, cross-tools.Reviewed-by: Richard Henderson <richard.henderson@linaro.org>Signed-off-by: Song Gao <gaosong@loongson.cn>Message-Id: <20230227035905.1290953-1-gaosong@loongson.cn>
Fix some typos in documentation and commentsMost of them were found and fixed using codespell.Signed-off-by: Stefan Weil <sw@weilnetz.de>Reviewed-by: Peter Maydell <peter.maydell@linaro.org>Rev
Fix some typos in documentation and commentsMost of them were found and fixed using codespell.Signed-off-by: Stefan Weil <sw@weilnetz.de>Reviewed-by: Peter Maydell <peter.maydell@linaro.org>Reviewed-by: Thomas Huth <thuth@redhat.com>Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>Message-Id: <20221030105944.311940-1-sw@weilnetz.de>Signed-off-by: Laurent Vivier <laurent@vivier.eu>
docs/system/loongarch: Update the LoongArch document1. Add some information about how to boot the LoongArch virtmachine by uefi bios and linux kernel and how to access thesource code or binary fi
docs/system/loongarch: Update the LoongArch document1. Add some information about how to boot the LoongArch virtmachine by uefi bios and linux kernel and how to access thesource code or binary file.2. Move the explanation of LoongArch system emulation in thetarget/loongarch/README to docs/system/loongarch/loongson3.rstSigned-off-by: Xiaojuan Yang <yangxiaojuan@loongson.cn>Reviewed-by: Song Gao <gaosong@loongson.cn>Message-Id: <20220812091957.3338126-1-yangxiaojuan@loongson.cn>Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/loongarch: Add system emulation introductionSigned-off-by: Xiaojuan Yang <yangxiaojuan@loongson.cn>Signed-off-by: Song Gao <gaosong@loongson.cn>Reviewed-by: Richard Henderson <richard.hend
target/loongarch: Add system emulation introductionSigned-off-by: Xiaojuan Yang <yangxiaojuan@loongson.cn>Signed-off-by: Song Gao <gaosong@loongson.cn>Reviewed-by: Richard Henderson <richard.henderson@linaro.org>Message-Id: <20220606124333.2060567-19-yangxiaojuan@loongson.cn>Signed-off-by: Richard Henderson <richard.henderson@linaro.org>