Re: [PATCH] hw/loongarch: Modify flash block size to 256K

2024-07-10 Thread gaosong
在 2024/6/24 上午11:33, Xianglai Li 写道: loongarch added a common library for edk2 to parse flash base addresses through fdt. For compatibility with other architectures, the flash block size in qemu is now changed to 256k. Signed-off-by: Xianglai Li --- Cc: Bibo Mao Cc: Song Gao Reviewed-by: Son

Re: [PATCH] hw/loongarch: Modify flash block size to 256K

2024-06-24 Thread lixianglai
Hi Philippe: Hi Xianglai, On 24/6/24 05:33, Xianglai Li wrote: loongarch added a common library for edk2 to parse flash base addresses through fdt. For compatibility with other architectures, the flash block size in qemu is now changed to 256k. Why is that an issue / concern? The patch sub

Re: [PATCH] hw/loongarch: Modify flash block size to 256K

2024-06-24 Thread Philippe Mathieu-Daudé
Hi Xianglai, On 24/6/24 05:33, Xianglai Li wrote: loongarch added a common library for edk2 to parse flash base addresses through fdt. For compatibility with other architectures, the flash block size in qemu is now changed to 256k. Why is that an issue / concern? Signed-off-by: Xianglai Li

[PATCH] hw/loongarch: Modify flash block size to 256K

2024-06-23 Thread Xianglai Li
loongarch added a common library for edk2 to parse flash base addresses through fdt. For compatibility with other architectures, the flash block size in qemu is now changed to 256k. Signed-off-by: Xianglai Li --- Cc: Bibo Mao Cc: Song Gao include/hw/loongarch/virt.h | 2 +- 1 file changed, 1