Re: [PATCH V2] loongarch: Change the UEFI loading mode to loongarch

2024-02-18 Thread lixianglai
Hi Andrea: On Tue, Feb 06, 2024 at 05:38:35AM -0800, Andrea Bolognani wrote: On Tue, Feb 06, 2024 at 10:10:02AM +0800, Xianglai Li wrote: The UEFI loading mode in loongarch is very different from that in other architectures:loongarch's UEFI code is in rom, while other architectures' UEFI code

Re: [PATCH V2] loongarch: Change the UEFI loading mode to loongarch

2024-02-18 Thread lixianglai
Hi Andrea: I'm very sorry for the late reply. I just had the Spring Festival holiday, so I replied the email as soon as I saw it. On Tue, Feb 06, 2024 at 10:10:02AM +0800, Xianglai Li wrote: The UEFI loading mode in loongarch is very different from that in other architectures:loongarch's

Re: Re: [PATCH V2] loongarch: Change the UEFI loading mode to loongarch

2024-02-06 Thread Andrea Bolognani
On Tue, Feb 06, 2024 at 05:38:35AM -0800, Andrea Bolognani wrote: > On Tue, Feb 06, 2024 at 10:10:02AM +0800, Xianglai Li wrote: > > The UEFI loading mode in loongarch is very different > > from that in other architectures:loongarch's UEFI code > > is in rom, while other architectures' UEFI code

Re: [PATCH V2] loongarch: Change the UEFI loading mode to loongarch

2024-02-06 Thread Andrea Bolognani
On Tue, Feb 06, 2024 at 10:10:02AM +0800, Xianglai Li wrote: > The UEFI loading mode in loongarch is very different > from that in other architectures:loongarch's UEFI code > is in rom, while other architectures' UEFI code is in flash. > > loongarch UEFI can be loaded as follows: > -machine

[PATCH V2] loongarch: Change the UEFI loading mode to loongarch

2024-02-05 Thread Xianglai Li
The UEFI loading mode in loongarch is very different from that in other architectures:loongarch's UEFI code is in rom, while other architectures' UEFI code is in flash. loongarch UEFI can be loaded as follows: -machine virt,pflash=pflash0-format -bios ./QEMU_EFI.fd Other architectures load UEFI